fr.paris.lutece.plugins.document.business.history
Interface IHistoryEventDAO

All Known Implementing Classes:
HistoryEventDAO

public interface IHistoryEventDAO

Author:
LEVY

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

delete

void delete(int nDocumentId)
Delete a record from the table

Parameters:
nDocumentId -

insert

void insert(HistoryEvent historyEvent)
Insert a new record in the table.

Parameters:
historyEvent - The historyEvent object

selectEventListByDocument

java.util.List<HistoryEvent> selectEventListByDocument(int nDocumentId)
Load the list of historyEvents

Parameters:
nDocumentId - The document Id
Returns:
The Collection of the HistoryEvents

selectEventListByUser

java.util.Collection<HistoryEvent> selectEventListByUser(java.lang.String strUserId)
Load the list of historyEvents

Parameters:
strUserId - The UserId
Returns:
The Collection of the HistoryEvents


Copyright © 2007 Mairie de Paris. All Rights Reserved.