Uses of Class
com.hlcl.rql.hip.as.ChangeLogEntry

Packages that use ChangeLogEntry
com.hlcl.rql.hip.as   
 

Uses of ChangeLogEntry in com.hlcl.rql.hip.as
 

Methods in com.hlcl.rql.hip.as that return ChangeLogEntry
 ChangeLogEntry ChangeLogPage.addEntry(User user, java.lang.String comment)
          Adds a new change log entry for given user and comment with current date and time.
 ChangeLogEntry ChangeLogPage.getLatestChange()
          Returns the latest entry of the list of changes
 ChangeLogEntry ChangeLogPage.getNewEntry(User user)
          Returns the new entry initialized with user and timestamp, but empty comment.
 

Methods in com.hlcl.rql.hip.as that return types with arguments of type ChangeLogEntry
 java.util.List<ChangeLogEntry> ChangeLogPage.getChanges()
          Returns the list of changes sorted by date descending.