public class ManagerServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.keeper.admin.service.ManagerService
| Constructor and Description |
|---|
ManagerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
countManagerIds() |
boolean |
delete(Long id) |
List<Long> |
getManagerIds(Integer start,
Integer limit) |
List<Long> |
getManagerIdsByCondition(Map<String,Object> conditions,
Integer start,
Integer limit) |
List<Long> |
getManagerIdsByName(String name,
Integer start,
Integer limit) |
List<Long> |
getManagerIdsByRoleID(Long roleID,
Integer start,
Integer limit) |
List<Long> |
getManagerIdsByRoleIDAndStatus(Long roleID,
String status,
Integer start,
Integer limit) |
com.ptteng.keeper.admin.model.Manager |
getObjectById(Long id) |
List<com.ptteng.keeper.admin.model.Manager> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.keeper.admin.model.Manager manager) |
List<com.ptteng.keeper.admin.model.Manager> |
insertList(List<com.ptteng.keeper.admin.model.Manager> managerList) |
boolean |
update(com.ptteng.keeper.admin.model.Manager manager) |
boolean |
updateList(List<com.ptteng.keeper.admin.model.Manager> managerList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.keeper.admin.model.Manager manager) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert in interface com.ptteng.keeper.admin.service.ManagerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.admin.model.Manager> insertList(List<com.ptteng.keeper.admin.model.Manager> managerList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList in interface com.ptteng.keeper.admin.service.ManagerServicecom.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.ManagerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.keeper.admin.model.Manager manager)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update in interface com.ptteng.keeper.admin.service.ManagerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.keeper.admin.model.Manager> managerList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList in interface com.ptteng.keeper.admin.service.ManagerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.keeper.admin.model.Manager getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById in interface com.ptteng.keeper.admin.service.ManagerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.admin.model.Manager> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds in interface com.ptteng.keeper.admin.service.ManagerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getManagerIdsByName(String name, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getManagerIdsByName in interface com.ptteng.keeper.admin.service.ManagerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getManagerIdsByRoleID(Long roleID, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getManagerIdsByRoleID in interface com.ptteng.keeper.admin.service.ManagerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getManagerIdsByRoleIDAndStatus(Long roleID, String status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getManagerIdsByRoleIDAndStatus in interface com.ptteng.keeper.admin.service.ManagerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getManagerIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getManagerIds in interface com.ptteng.keeper.admin.service.ManagerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countManagerIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countManagerIds in interface com.ptteng.keeper.admin.service.ManagerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getManagerIdsByCondition(Map<String,Object> conditions, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getManagerIdsByCondition in interface com.ptteng.keeper.admin.service.ManagerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.