public class RoleModuleServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.keeper.admin.service.RoleModuleService
| Constructor and Description |
|---|
RoleModuleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
countRoleModuleIds() |
Integer |
countRoleModuleIdsByRid(Long rid) |
boolean |
delete(Long id) |
com.ptteng.keeper.admin.model.RoleModule |
getObjectById(Long id) |
List<com.ptteng.keeper.admin.model.RoleModule> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getRoleModuleIds(Integer start,
Integer limit) |
List<Long> |
getRoleModuleIdsByMid(Long mid,
Integer start,
Integer limit) |
List<Long> |
getRoleModuleIdsByRid(Long rid,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.keeper.admin.model.RoleModule roleModule) |
List<com.ptteng.keeper.admin.model.RoleModule> |
insertList(List<com.ptteng.keeper.admin.model.RoleModule> roleModuleList) |
boolean |
update(com.ptteng.keeper.admin.model.RoleModule roleModule) |
boolean |
updateList(List<com.ptteng.keeper.admin.model.RoleModule> roleModuleList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.keeper.admin.model.RoleModule roleModule) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert in interface com.ptteng.keeper.admin.service.RoleModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.admin.model.RoleModule> insertList(List<com.ptteng.keeper.admin.model.RoleModule> roleModuleList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList in interface com.ptteng.keeper.admin.service.RoleModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete in interface com.ptteng.keeper.admin.service.RoleModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.keeper.admin.model.RoleModule roleModule)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update in interface com.ptteng.keeper.admin.service.RoleModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.keeper.admin.model.RoleModule> roleModuleList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList in interface com.ptteng.keeper.admin.service.RoleModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.keeper.admin.model.RoleModule getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById in interface com.ptteng.keeper.admin.service.RoleModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.admin.model.RoleModule> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds in interface com.ptteng.keeper.admin.service.RoleModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getRoleModuleIdsByRid(Long rid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getRoleModuleIdsByRid in interface com.ptteng.keeper.admin.service.RoleModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getRoleModuleIdsByMid(Long mid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getRoleModuleIdsByMid in interface com.ptteng.keeper.admin.service.RoleModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countRoleModuleIdsByRid(Long rid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countRoleModuleIdsByRid in interface com.ptteng.keeper.admin.service.RoleModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getRoleModuleIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getRoleModuleIds in interface com.ptteng.keeper.admin.service.RoleModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countRoleModuleIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countRoleModuleIds in interface com.ptteng.keeper.admin.service.RoleModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.