Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
in the execute method, a new authoring form is instantiated, this overcomes the problem of accessing the previous form values that were in the session and ensures that you are using a new form instead of an old one

renamed the method copyInstructionFormProperty to copyAuthoringFormValuesIntoFormBean added the deleteAttachment struts action.

new method in service bean :removeAttachmentByUuid which called removeAttachment from DAO class

removeAttachment(Long uuid) hibernate implementation

ive added another method removeAttachment(Long uuid) which removes an object fromt he attachment table which has the corresponding uuid

*** empty log message ***

created a method to return the map key, which is formed by the filename + "-" + fileType

*** empty log message ***

  1. … 1 more file in changeset.
in the xdoclet, the input attribute for the attribute has been removed. this is so, because usually its called directly and the action wasnt triggered from any other page

includes code which setups the map of attchments which is displayed on the jsp instructions page

new bean properties onlineFile , offlineFile and attachments

new struts action called upload which uploads a file to content repository and also saves the file information on the database

retrieveAttachmentByFilename definition and implementation

implementation of retrieveAttachmentByFilename

new method retrieveAttachmentByFilename used in authoringaction to determine if there are files that exist in db with same filename

new bean definition toolContentHandler

added ATTACHMENT_LIST a session scope variable

added new constants TYPE_ONLINE and TYPE_OFFLINE also new method returnFileType() which is a helper method to determine whether its an online file or offline file

took out attachmentId from teh constructor as this is auto generated

added a check to see if object is null

updated the service bean to include methods same as those in NoticeboardAttachmentDAO

hibernate implementation , consists of retrieve, get, save and delete methods

DAO interface for NoticeboardAttachments, a persistent class for keeping track of files uploaded

With the new NoticeboardAttachment class, the NoticeboardContent now has a collection of NoticeboardAttachment objects

error_mandatory constant added

added default, minimal and full constructors

*** empty log message ***

  1. … 1 more file in changeset.
*** empty log message ***

  1. … 1 more file in changeset.
added the unspecified method, in case the key is not found

export portfolio functionality