Uses of Class
it.eng.spagobi.bo.EventLog

Packages that use EventLog
it.eng.spagobi.bo.dao   
it.eng.spagobi.bo.dao.hibernate   
 

Uses of EventLog in it.eng.spagobi.bo.dao
 

Methods in it.eng.spagobi.bo.dao that return EventLog
 EventLog IEventLogDAO.loadEventLog(java.lang.String id, java.lang.String user, java.lang.String date)
          Loads an event log
 

Methods in it.eng.spagobi.bo.dao with parameters of type EventLog
 void IEventLogDAO.eraseEventLog(EventLog eventLog)
          Erase an event log.
 void IEventLogDAO.insertEventLog(EventLog eventLog)
          Register a new EventLog.
 

Uses of EventLog in it.eng.spagobi.bo.dao.hibernate
 

Methods in it.eng.spagobi.bo.dao.hibernate that return EventLog
 EventLog EventLogDAOHibImpl.loadEventLog(java.lang.String id, java.lang.String user, java.lang.String date)
           
private  EventLog EventLogDAOHibImpl.toEventsLog(SbiEventsLog hibEventLog)
           
 

Methods in it.eng.spagobi.bo.dao.hibernate with parameters of type EventLog
 void EventLogDAOHibImpl.eraseEventLog(EventLog eventLog)
           
 void EventLogDAOHibImpl.insertEventLog(EventLog eventLog)
           
private  SbiEventsLog EventLogDAOHibImpl.toSbiEventsLog(EventLog eventLog)