public class AppLogDAOImpl extends com.seeyon.ctp.common.dao.BaseHibernateDao<com.seeyon.ctp.common.po.applog.AppLog> implements AppLogDAO
| 构造器和说明 |
|---|
AppLogDAOImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clearAppLogs(java.lang.Integer moduleId,
java.lang.Integer actionId,
java.util.List<java.lang.Long> actionUserIds,
java.util.List<java.lang.Long> departmentIds,
java.util.List<java.lang.Long> actionAccountIds,
java.util.Date beginDate,
java.util.Date endDate) |
java.util.List<com.seeyon.ctp.common.po.applog.AppLog> |
queryAppLogs(java.lang.Integer currentUserRole,
java.lang.Integer moduleId,
java.lang.Integer actionId,
java.util.List<java.lang.Long> actionUserIds,
java.util.List<java.lang.Long> departmentIds,
java.util.List<java.lang.Long> actionAccountIds,
java.util.Date beginDate,
java.util.Date endDate,
java.lang.Boolean isPage) |
java.util.List<com.seeyon.ctp.common.po.applog.AppLog> |
queryAppLogs(java.lang.Integer currentUserRole,
java.lang.Integer moduleId,
java.lang.Integer actionId,
java.util.List<java.lang.Long> actionUserIds,
java.util.List<java.lang.Long> departmentIds,
java.util.List<java.lang.Long> actionAccountIds,
java.util.Date beginDate,
java.util.Date endDate,
java.lang.Integer actionUserType,
java.lang.Boolean isPage) |
java.util.List<com.seeyon.ctp.common.po.applog.AppLog> |
queryAppLogs(java.lang.Integer moduleId,
java.lang.Integer actionId,
java.util.List<java.lang.Long> actionUserIds,
java.util.List<java.lang.Long> departmentIds,
java.util.List<java.lang.Long> actionAccountIds,
java.util.Date beginDate,
java.util.Date endDate,
java.lang.Boolean isPage) |
java.util.List<com.seeyon.ctp.common.po.applog.AppLog> |
queryAppLogs(java.lang.Integer moduleId,
java.lang.Integer actionId,
java.util.List<java.lang.Long> actionUserIds,
java.util.List<java.lang.Long> departmentIds,
java.util.List<java.lang.Long> actionAccountIds,
java.util.Date beginDate,
java.util.Date endDate,
java.lang.Integer actionUserType,
java.lang.Boolean isPage) |
delete, delete, delete, delete, deleteObject, findBy, findByExample, getQueryCount, isNotUnique, pagedQuery, pagedQuery, pagedQuery, pagedQuery, paginate, paginate, paginate, remove, removeById, saveAll, sortCriteria, update, update, update, update, update, updateAll, withoutPagination, withPaginationcloseSessionIfNecessary, getSession, getSession, releaseSessionbulkUpdate, bulkUpdate, checkDaoConfig, convertHibernateAccessException, count, count, count, createHibernateTemplate, delete, delete, executeCriteria, executeCriteria, executeUniqueCriteria, find, find, find, find, find, find, findBy, findByLike, findNativeSQL, findSimpleObjects, findSimpleObjects, findUnique, findUnique, findUniqueBy, findVarargs, findWithCount, findWithCount, get, getAll, getBatchSize, getCountByCriteria, getEntityClass, getHibernateTemplate, getSessionFactory, getSimpleObject, save, savePatchAll, setHibernateTemplate, setParameters, setSessionFactory, sortCriteria, update, updatePatchAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, delete, delete, delete, deleteObject, findBy, findByExample, getQueryCount, isNotUnique, pagedQuery, pagedQuery, pagedQuery, pagedQuery, paginate, paginate, paginate, remove, removeById, saveAll, update, update, update, update, update, updateAll, withoutPagination, withPaginationbulkUpdate, bulkUpdate, count, count, count, delete, delete, executeCriteria, executeCriteria, executeUniqueCriteria, find, find, find, find, find, find, findBy, findByLike, findNativeSQL, findSimpleObjects, findSimpleObjects, findUnique, findUnique, findUniqueBy, findVarargs, findWithCount, findWithCount, get, getAll, getCountByCriteria, getHibernateTemplate, getSessionFactory, getSimpleObject, save, savePatchAll, setHibernateTemplate, setSessionFactory, update, updatePatchAllpublic java.util.List<com.seeyon.ctp.common.po.applog.AppLog> queryAppLogs(java.lang.Integer currentUserRole,
java.lang.Integer moduleId,
java.lang.Integer actionId,
java.util.List<java.lang.Long> actionUserIds,
java.util.List<java.lang.Long> departmentIds,
java.util.List<java.lang.Long> actionAccountIds,
java.util.Date beginDate,
java.util.Date endDate,
java.lang.Boolean isPage)
queryAppLogs 在接口中 AppLogDAOpublic java.util.List<com.seeyon.ctp.common.po.applog.AppLog> queryAppLogs(java.lang.Integer moduleId,
java.lang.Integer actionId,
java.util.List<java.lang.Long> actionUserIds,
java.util.List<java.lang.Long> departmentIds,
java.util.List<java.lang.Long> actionAccountIds,
java.util.Date beginDate,
java.util.Date endDate,
java.lang.Boolean isPage)
queryAppLogs 在接口中 AppLogDAOpublic java.util.List<com.seeyon.ctp.common.po.applog.AppLog> queryAppLogs(java.lang.Integer moduleId,
java.lang.Integer actionId,
java.util.List<java.lang.Long> actionUserIds,
java.util.List<java.lang.Long> departmentIds,
java.util.List<java.lang.Long> actionAccountIds,
java.util.Date beginDate,
java.util.Date endDate,
java.lang.Integer actionUserType,
java.lang.Boolean isPage)
queryAppLogs 在接口中 AppLogDAOpublic java.util.List<com.seeyon.ctp.common.po.applog.AppLog> queryAppLogs(java.lang.Integer currentUserRole,
java.lang.Integer moduleId,
java.lang.Integer actionId,
java.util.List<java.lang.Long> actionUserIds,
java.util.List<java.lang.Long> departmentIds,
java.util.List<java.lang.Long> actionAccountIds,
java.util.Date beginDate,
java.util.Date endDate,
java.lang.Integer actionUserType,
java.lang.Boolean isPage)
queryAppLogs 在接口中 AppLogDAOpublic void clearAppLogs(java.lang.Integer moduleId,
java.lang.Integer actionId,
java.util.List<java.lang.Long> actionUserIds,
java.util.List<java.lang.Long> departmentIds,
java.util.List<java.lang.Long> actionAccountIds,
java.util.Date beginDate,
java.util.Date endDate)
clearAppLogs 在接口中 AppLogDAO