|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventLog | |
---|---|
it.eng.spagobi.bo.dao | |
it.eng.spagobi.bo.dao.hibernate | |
it.eng.spagobi.events | |
it.eng.spagobi.events.handlers |
Uses of EventLog in it.eng.spagobi.bo.dao |
---|
Methods in it.eng.spagobi.bo.dao that return EventLog | |
---|---|
EventLog |
IEventLogDAO.loadEventLogById(java.lang.Integer id)
Loads an event log given its id |
Methods in it.eng.spagobi.bo.dao with parameters of type EventLog | |
---|---|
void |
IEventLogDAO.eraseEventLog(EventLog eventLog)
Erase an event log. |
java.lang.Integer |
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.loadEventLogById(java.lang.Integer id)
|
Methods in it.eng.spagobi.bo.dao.hibernate with parameters of type EventLog | |
---|---|
void |
EventLogDAOHibImpl.eraseEventLog(EventLog eventLog)
|
java.lang.Integer |
EventLogDAOHibImpl.insertEventLog(EventLog eventLog)
|
Uses of EventLog in it.eng.spagobi.events |
---|
Methods in it.eng.spagobi.events that return EventLog | |
---|---|
EventLog |
EventsManager.getRegisteredEvent(java.lang.Integer id)
Get registered event with the id specified at input |
Uses of EventLog in it.eng.spagobi.events.handlers |
---|
Methods in it.eng.spagobi.events.handlers with parameters of type EventLog | |
---|---|
void |
IEventPresentationHandler.loadEventInfo(EventLog event,
it.eng.spago.base.SourceBean response)
|
void |
DefaultEventPresentationHandler.loadEventInfo(EventLog event,
it.eng.spago.base.SourceBean response)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |