public interface IHistoryDirect
extends common.direct.IDirect
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
Modifier and Type | Method and Description |
---|---|
com.engiweb.pm.entity.BeanList<HistoryBean> |
find(HistoryBean filter,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
Find.
|
java.util.Map<java.lang.Long,java.lang.String> |
findRelease(HistoryBean filter,
com.engiweb.pm.dao.db.DAO dao)
Find release.
|
void |
undoUnrevisioned(com.engiweb.pm.web.bean.AbstractBean bean,
com.engiweb.pm.dao.db.DAO dao)
Undo unrevisioned.
|
static final java.lang.String COPYRIGHT
com.engiweb.pm.entity.BeanList<HistoryBean> find(HistoryBean filter, com.engiweb.pm.entity.Paging paging, com.engiweb.pm.dao.db.DAO dao) throws com.engiweb.toolkit.common.BackendException
filter
- HistoryBean
if null no filter is applied, otherwise the passed object is used as filterpaging
- Paging
the pagingdao
- DAO
the connection daoBeanList
of HistoryBean
com.engiweb.toolkit.common.BackendException
- the backend exceptionjava.util.Map<java.lang.Long,java.lang.String> findRelease(HistoryBean filter, com.engiweb.pm.dao.db.DAO dao) throws com.engiweb.toolkit.common.BackendException
filter
- HistoryBean
if null no filter is applied, otherwise the passed object is used as filterdao
- DAO
the connection daoMap
com.engiweb.toolkit.common.BackendException
- the backend exceptionvoid undoUnrevisioned(com.engiweb.pm.web.bean.AbstractBean bean, com.engiweb.pm.dao.db.DAO dao) throws com.engiweb.toolkit.common.BackendException
bean
- AbstractBean
the beandao
- DAO
the connection daocom.engiweb.toolkit.common.BackendException
- the backend exception