public interface IEventInDirect 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<EventInBean> eventINBeanList,
com.engiweb.pm.dao.db.DAO connDao)
Delete a list of Event IN.
|
int |
deletebyCriteria(EventInBean filter,
UserBean user,
java.lang.Integer eventType,
com.engiweb.pm.dao.db.DAO connDao)
Delete an Event IN by criteria
|
com.engiweb.pm.entity.BeanList<EventInBean> |
find(EventInBean eventINBean,
java.lang.Integer eventType,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find Event IN.
|
com.engiweb.pm.entity.BeanList<EventInBean> |
find(EventInBean eventInBean,
UserBean user,
java.lang.Integer eventType,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find Event IN.
|
EventInBean |
update(EventInBean eventINBean,
com.engiweb.pm.dao.db.DAO connDao)
Update an Event IN.
|
rielaboraEventi
static final java.lang.String COPYRIGHT
com.engiweb.pm.entity.BeanList<EventInBean> find(EventInBean eventINBean, java.lang.Integer eventType, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
eventINBean
- EventInBean
the event ineventType
- Integer
the event type:
paging
- Pagin
the pagingconnDao
- DAO
the connection daoBeanList
of EventInBean
com.engiweb.toolkit.common.BackendException
- the backend exceptionvoid delete(com.engiweb.pm.entity.BeanList<EventInBean> eventINBeanList, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
eventINBeanList
- BeanList
of EventInBean
the list of event to deleteconnDao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exceptionEventInBean update(EventInBean eventINBean, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
eventINBean
- EventInBean
the event IN to updateconnDao
- DAO
the connection daoEventInBean
the event IN modifiedcom.engiweb.toolkit.common.BackendException
- the backend exceptioncom.engiweb.pm.entity.BeanList<EventInBean> find(EventInBean eventInBean, UserBean user, java.lang.Integer eventType, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
eventInBean
- EventInBean
the event INuser
- UserBean
the usereventType
- Integer
the event type:
paging
- Paging
the pagingconnDao
- DAO
the connection daoBeanList
of EventInBean
com.engiweb.toolkit.common.BackendException
- the backend exceptionint deletebyCriteria(EventInBean filter, UserBean user, java.lang.Integer eventType, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- EventInBean
the event IN to deleteuser
- UserBean
the usereventType
- Integer
the event type:
connDao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exception