Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
updated full constructor to include contentInUse, also minimal constructs set contentInUse to false be default

new constants: DEFINE_LATER and BUTTON_EDIT

monitoring environment, action servlets

changed the method names to getXXId instead of getXXID

*** empty log message ***

added constants for monitoring environment

*** empty log message ***

  1. … 5 more files in changeset.
some more error messages

new implementations of learner side of things. Still need to call completeToolSession, and set the session Status to completed.

new method implementations for addUser and addSession, updated code to match the new implementations of ToolSessionManager and ToolContentManager. Accoutns for the ToolException and DataMissingException which may be thrown

new methods addUser and addSession , which uses equivalent DAO methods

hibernate implementations of addUser

hibernate implementations of addSession

added a new method addUser, in order to create a new session and associating it with a content . these occur within a transaction

added a new method addSession, in order to create a new session and associating it with a content . these occur within a transaction

added <prop key="save*">PROPAGATION_REQUIRED</prop>

added new minimal constructors used in learner action

initialise the collection of users to new HashSet()

initialize a new the collection of sessions

constants added

*** empty log message ***

  1. … 6 more files in changeset.
in the authoring environment, the title for the noticeboard can now be used with the fckeditor

in remove* or retrieve* methods, added few extra steps so that it detachs the object from parents before persisting the changes to database. also new methods for access to user

CRUD methods for user added to Service

new hibernate implementation for user dao

new user dao class.

some new methods to retrieve and delete users from session

new dao definition for user

new methods to retrieve users from session,

added new boolean field contentInUse