public interface IEventOutDirect extends IEventDirect
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
Modifier and Type | Method and Description |
---|---|
void |
delete(com.engiweb.pm.entity.BeanList<EventOutBean> eventOutBL,
com.engiweb.pm.dao.db.DAO connDao)
Delete a list of Event OUT.
|
int |
deletebyCriteria(EventOutBean filter,
UserBean user,
com.engiweb.pm.dao.db.DAO connDao)
Deleteby criteria.
|
com.engiweb.pm.entity.BeanList<EventOutBean> |
find(EventOutBean eventOutBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find event OUT.
|
com.engiweb.pm.entity.BeanList<EventOutBean> |
find(EventOutBean EventOutBean,
UserBean user,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find event OUT.
|
EventOutBean |
update(EventOutBean eventOutBean,
com.engiweb.pm.dao.db.DAO connDao)
Update an Event OUT.
|
rielaboraEventi
static final java.lang.String COPYRIGHT
com.engiweb.pm.entity.BeanList<EventOutBean> find(EventOutBean eventOutBean, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
eventOutBean
- EventOutBean
the event OUTpaging
- Pagin
the pagingconnDao
- DAO
the connection daoBeanList
of EventOutBean
com.engiweb.toolkit.common.BackendException
- the backend exceptionvoid delete(com.engiweb.pm.entity.BeanList<EventOutBean> eventOutBL, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
eventOutBL
- BeanList
of EventOutBean
the list of event OUT to deleteconnDao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exceptionEventOutBean update(EventOutBean eventOutBean, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
eventOutBean
- EventOutBean
the event OUT to updateconnDao
- DAO
the connection daoEventOutBean
com.engiweb.toolkit.common.BackendException
- the backend exceptioncom.engiweb.pm.entity.BeanList<EventOutBean> find(EventOutBean EventOutBean, UserBean user, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
EventOutBean
- EventOutBean
the event outuser
- UserBean
the userpaging
- Pagin
the pagingconnDao
- DAO
the connection daoBeanList
of EventOutBean
com.engiweb.toolkit.common.BackendException
- the backend exceptionint deletebyCriteria(EventOutBean filter, UserBean user, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- EventOutBean
the filteruser
- UserBean
the userconnDao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exception