Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

few exception messages added

extends LamsAction instead of Action added checks for null parameters/ids

extends LamsLookupDispatchAction instead of LookupDispatchAction added checks for null parameters/ids

extends LamsDispatchAction instead of DispatchAction added checks for null parameters/ids

changed from type Long to String

extends lamsDispatchAction instead of Dispatch Action. A check is now performed to determine if the ID is null or not

*** empty log message ***

catches the numberformatexception that is thrown

For methods which take in an ID (type Long) as a parameter, a check is now performed to see if they are null or not. if they are null then an exception is thrown

*** empty log message ***

  1. … 2 more files in changeset.
statistics action now calculates the number of usersi n each session and also the total number of users.

new methods calculateTotalNumberOfUsers getSessionIdsFromContent getNumberOfUsersInSession Which is used to generate the statistics in the monitoring environment

implementation of get number of users in session

implementation of new method getSessionsFromContent

new method get number of users in session, used for statistics section in monitoring

new method getSessionsFrom content which is used in the service layer to calculate the number of users in a session

new constants TOTAL_LEARNERS and GROUP_STATS_MAP, used in statistics in monitoring environment