public interface IEventInternalDirect 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<EventInternalBean> eventInternalBeanList,
com.engiweb.pm.dao.db.DAO connDao)
Delete a list of Event Internal.
|
int |
deletebyCriteria(EventInternalBean filter,
com.engiweb.pm.dao.db.DAO connDao)
Delete an event Internal by criteria.
|
com.engiweb.pm.entity.BeanList<EventInternalBean> |
find(EventInternalBean eventInternalBean,
java.lang.Integer eventType,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO connDao)
Find Event Internal.
|
EventInternalBean |
update(EventInternalBean eventINBean,
com.engiweb.pm.dao.db.DAO connDao)
Update an Event Internal.
|
rielaboraEventi
static final java.lang.String COPYRIGHT
com.engiweb.pm.entity.BeanList<EventInternalBean> find(EventInternalBean eventInternalBean, java.lang.Integer eventType, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
eventInternalBean
- EventInternalBean
the event internaleventType
- Integer the event typepaging
- Paging
the pagingconnDao
- DAO
the connection daoBeanList
of EventInternalBean
com.engiweb.toolkit.common.BackendException
- the backend exceptionvoid delete(com.engiweb.pm.entity.BeanList<EventInternalBean> eventInternalBeanList, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
eventInternalBeanList
- BeanList
of EventInternalBean
the list of event internal to deleteconnDao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exceptionEventInternalBean update(EventInternalBean eventINBean, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
eventINBean
- EventInternalBean
the event Internal to updateconnDao
- DAO
the connection daoEventInternalBean
com.engiweb.toolkit.common.BackendException
- the backend exceptionint deletebyCriteria(EventInternalBean filter, com.engiweb.pm.dao.db.DAO connDao) throws com.engiweb.toolkit.common.BackendException
filter
- EventInternal
the event internal to deleteconnDao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exception