Uses of Class
fr.paris.lutece.plugins.document.business.history.HistoryEvent

Packages that use HistoryEvent
fr.paris.lutece.plugins.document.business.history   
 

Uses of HistoryEvent in fr.paris.lutece.plugins.document.business.history
 

Methods in fr.paris.lutece.plugins.document.business.history that return HistoryEvent
static HistoryEvent HistoryEventHome.create(HistoryEvent historyEvent)
          Creation of an instance of historyEvent
 

Methods in fr.paris.lutece.plugins.document.business.history that return types with arguments of type HistoryEvent
static java.util.List<HistoryEvent> HistoryEventHome.findByDocument(int nDocumentId, java.util.Locale locale)
          Returns a collection of historyEvents objects
static java.util.Collection<HistoryEvent> HistoryEventHome.findByUser(java.lang.String strUser, java.util.Locale locale)
          Returns a collection of historyEvents objects
 java.util.List<HistoryEvent> IHistoryEventDAO.selectEventListByDocument(int nDocumentId)
          Load the list of historyEvents
 java.util.List<HistoryEvent> HistoryEventDAO.selectEventListByDocument(int nDocumentId)
          Load the list of historyEvents
 java.util.Collection<HistoryEvent> IHistoryEventDAO.selectEventListByUser(java.lang.String strUserId)
          Load the list of historyEvents
 java.util.Collection<HistoryEvent> HistoryEventDAO.selectEventListByUser(java.lang.String strUserId)
          Load the list of historyEvents
 

Methods in fr.paris.lutece.plugins.document.business.history with parameters of type HistoryEvent
static HistoryEvent HistoryEventHome.create(HistoryEvent historyEvent)
          Creation of an instance of historyEvent
 void IHistoryEventDAO.insert(HistoryEvent historyEvent)
          Insert a new record in the table.
 void HistoryEventDAO.insert(HistoryEvent historyEvent)
          Insert a new record in the table.
 



Copyright © 2007 Mairie de Paris. All Rights Reserved.