|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionTakenDao
Data Access Object for ActionTakenValue
s.
Method Summary | |
---|---|
Timestamp |
getLastActionTakenDate(String documentId,
ActionType actionType)
Returns the Timestamp of the last action of the given type taken against the document. |
Method Detail |
---|
Timestamp getLastActionTakenDate(String documentId, ActionType actionType)
Both documentId
and actionType
must be supplied to this query. Otherwise an
IllegalArgumentException
will be thrown.
documentId
- the id of the document to checkactionType
- the type of the action to look for
IllegalArgumentException
- if documentId is null or blank, or if actionType is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |