|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.history.HistoryEventDAO
public final class HistoryEventDAO
This class provides Data Access methods for HistoryEvent objects
Constructor Summary | |
---|---|
HistoryEventDAO()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HistoryEventDAO()
Method Detail |
---|
public void insert(HistoryEvent historyEvent)
insert
in interface IHistoryEventDAO
historyEvent
- The historyEvent objectpublic void delete(int nDocumentId)
delete
in interface IHistoryEventDAO
nDocumentId
- public java.util.List<HistoryEvent> selectEventListByDocument(int nDocumentId)
selectEventListByDocument
in interface IHistoryEventDAO
nDocumentId
- The document Id
public java.util.Collection<HistoryEvent> selectEventListByUser(java.lang.String strUserId)
selectEventListByUser
in interface IHistoryEventDAO
strUserId
- The UserId
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |