com.engiweb.profilemanager.common.interfaces

Interface IAuditProfileDirect

  • All Superinterfaces:
    common.direct.IDirect


    public interface IAuditProfileDirect
    extends common.direct.IDirect
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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) 
      • Methods inherited from interface common.direct.IDirect

        checkAB, deleteAB, insertAB, modifyAB, openDAO, openDAO
    • Method Detail

      • find

        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
        Throws:
        com.engiweb.toolkit.common.BackendException
      • findEvent

        java.util.List findEvent(com.engiweb.pm.dao.db.DAO dao)
                          throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException
      • findCategory

        java.util.List findCategory(com.engiweb.pm.dao.db.DAO dao)
                             throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException
      • updateRows

        void updateRows(com.engiweb.pm.entity.BeanList<?> beanList,
                        com.engiweb.pm.dao.db.DAO dao,
                        java.lang.Integer auditEnable)
                 throws com.engiweb.toolkit.common.BackendException
        Throws:
        com.engiweb.toolkit.common.BackendException