public interface IAuditProfileDirect
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 |
find(com.crossideas.audit.common.beans.AuditProfileBean auditProfileBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao) |
java.util.List |
findCategory(com.engiweb.pm.dao.db.DAO dao) |
java.util.List |
findEvent(com.engiweb.pm.dao.db.DAO dao) |
void |
updateRows(com.engiweb.pm.entity.BeanList<?> beanList,
com.engiweb.pm.dao.db.DAO dao,
java.lang.Integer auditEnable) |
static final java.lang.String COPYRIGHT
com.engiweb.pm.entity.BeanList find(com.crossideas.audit.common.beans.AuditProfileBean auditProfileBean,
com.engiweb.pm.entity.Paging paging,
com.engiweb.pm.dao.db.DAO dao)
throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionjava.util.List findEvent(com.engiweb.pm.dao.db.DAO dao)
throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionjava.util.List findCategory(com.engiweb.pm.dao.db.DAO dao)
throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendExceptionvoid updateRows(com.engiweb.pm.entity.BeanList<?> beanList,
com.engiweb.pm.dao.db.DAO dao,
java.lang.Integer auditEnable)
throws com.engiweb.toolkit.common.BackendException
com.engiweb.toolkit.common.BackendException