|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
org.ikasan.framework.event.exclusion.dao.HibernateExcludedEventDao
public class HibernateExcludedEventDao
| Constructor Summary | |
|---|---|
HibernateExcludedEventDao()
|
|
| Method Summary | |
|---|---|
void |
delete(ExcludedEvent excludedEvent)
Deletes excluded event |
PagedSearchResult<ExcludedEvent> |
findExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
Perform a paged search for ExcludedEvents |
ExcludedEvent |
getExcludedEvent(long excludedEventId)
|
ExcludedEvent |
getExcludedEvent(String eventId,
boolean mutable)
Retrieves an ExcludedEvent by event Id |
ExcludedEvent |
load(Long excludedEventId)
Loads an ExcludedEvent to persistent storage |
void |
save(ExcludedEvent excludedEvent)
Saves an ExcludedEvent to persistent storage |
| Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
|---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet, initDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HibernateExcludedEventDao()
| Method Detail |
|---|
public void save(ExcludedEvent excludedEvent)
ExcludedEventDaoExcludedEvent to persistent storage
save in interface ExcludedEventDaopublic ExcludedEvent load(Long excludedEventId)
ExcludedEventDaoExcludedEvent to persistent storage
load in interface ExcludedEventDao
public PagedSearchResult<ExcludedEvent> findExcludedEvents(int pageNo,
int pageSize,
String orderBy,
boolean orderAscending,
String moduleName,
String flowName)
ExcludedEventDaoExcludedEvents
findExcludedEvents in interface ExcludedEventDaopublic ExcludedEvent getExcludedEvent(long excludedEventId)
public void delete(ExcludedEvent excludedEvent)
ExcludedEventDao
delete in interface ExcludedEventDao
public ExcludedEvent getExcludedEvent(String eventId,
boolean mutable)
ExcludedEventDao
getExcludedEvent in interface ExcludedEventDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||