|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.bo.dao.hibernate.AbstractHibernateDAO
it.eng.spagobi.bo.dao.hibernate.EventLogDAOHibImpl
public class EventLogDAOHibImpl
Constructor Summary | |
---|---|
EventLogDAOHibImpl()
|
Method Summary | |
---|---|
void |
eraseEventLog(EventLog eventLog)
Erase an event log. |
void |
eraseEventsLogByUser(java.lang.String user)
Erase all event logs registered by the specificated user. |
java.lang.Integer |
insertEventLog(EventLog eventLog)
Register a new EventLog. |
EventLog |
loadEventLogById(java.lang.Integer id)
Loads an event log given its id |
java.util.List |
loadEventsLogByUser(it.eng.spago.security.IEngUserProfile profile)
Loads the list of all events logs associated to the user profile at input |
Methods inherited from class it.eng.spagobi.bo.dao.hibernate.AbstractHibernateDAO |
---|
getSession, logException |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventLogDAOHibImpl()
Method Detail |
---|
public EventLog loadEventLogById(java.lang.Integer id) throws it.eng.spago.error.EMFUserError
IEventLogDAO
loadEventLogById
in interface IEventLogDAO
id
- The Integer representing the event id
EventLog
with the id passed at input
it.eng.spago.error.EMFUserError
- If an Exception occurredIEventLogDAO.loadEventLogById(Integer)
public java.util.List loadEventsLogByUser(it.eng.spago.security.IEngUserProfile profile) throws it.eng.spago.error.EMFUserError
IEventLogDAO
loadEventsLogByUser
in interface IEventLogDAO
profile
- The user profile
List
of EventLog
containing all loaded information
it.eng.spago.error.EMFUserError
- If an Exception occurredIEventLogDAO.loadEventsLogByUser(it.eng.spago.security.IEngUserProfile)
public java.lang.Integer insertEventLog(EventLog eventLog) throws it.eng.spago.error.EMFUserError
IEventLogDAO
insertEventLog
in interface IEventLogDAO
it.eng.spago.error.EMFUserError
- If an Exception occurredIEventLogDAO.insertEventLog(it.eng.spagobi.bo.EventLog)
public void eraseEventLog(EventLog eventLog) throws it.eng.spago.error.EMFUserError
IEventLogDAO
eraseEventLog
in interface IEventLogDAO
it.eng.spago.error.EMFUserError
- If an Exception occurredIEventLogDAO.eraseEventLog(it.eng.spagobi.bo.EventLog)
public void eraseEventsLogByUser(java.lang.String user) throws it.eng.spago.error.EMFUserError
IEventLogDAO
eraseEventsLogByUser
in interface IEventLogDAO
user
- The user who registered the events
it.eng.spago.error.EMFUserError
- If an Exception occurredIEventLogDAO.eraseEventsLogByUser(String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |