|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHistoryEventDAO
Method Summary | |
---|---|
void |
delete(int nDocumentId)
Delete a record from the table |
void |
insert(HistoryEvent historyEvent)
Insert a new record in the table. |
java.util.List<HistoryEvent> |
selectEventListByDocument(int nDocumentId)
Load the list of historyEvents |
java.util.Collection<HistoryEvent> |
selectEventListByUser(java.lang.String strUserId)
Load the list of historyEvents |
Method Detail |
---|
void delete(int nDocumentId)
nDocumentId
- void insert(HistoryEvent historyEvent)
historyEvent
- The historyEvent objectjava.util.List<HistoryEvent> selectEventListByDocument(int nDocumentId)
nDocumentId
- The document Id
java.util.Collection<HistoryEvent> selectEventListByUser(java.lang.String strUserId)
strUserId
- The UserId
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |