public class ModuleServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.keeper.admin.service.ModuleService
| Constructor and Description |
|---|
ModuleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
countModuleIds() |
Integer |
countModuleIdsByType(String type) |
boolean |
delete(Long id) |
Long |
getModuleIdByUrlAndType(String url,
String type) |
List<Long> |
getModuleIds(Integer start,
Integer limit) |
List<Long> |
getModuleIdsByType(String type,
Integer start,
Integer limit) |
com.ptteng.keeper.admin.model.Module |
getObjectById(Long id) |
List<com.ptteng.keeper.admin.model.Module> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.keeper.admin.model.Module module) |
List<com.ptteng.keeper.admin.model.Module> |
insertList(List<com.ptteng.keeper.admin.model.Module> moduleList) |
boolean |
update(com.ptteng.keeper.admin.model.Module module) |
boolean |
updateList(List<com.ptteng.keeper.admin.model.Module> moduleList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.keeper.admin.model.Module module) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert in interface com.ptteng.keeper.admin.service.ModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.admin.model.Module> insertList(List<com.ptteng.keeper.admin.model.Module> moduleList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList in interface com.ptteng.keeper.admin.service.ModuleServicecom.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.ModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.keeper.admin.model.Module module)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update in interface com.ptteng.keeper.admin.service.ModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.keeper.admin.model.Module> moduleList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList in interface com.ptteng.keeper.admin.service.ModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.keeper.admin.model.Module getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById in interface com.ptteng.keeper.admin.service.ModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.admin.model.Module> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds in interface com.ptteng.keeper.admin.service.ModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getModuleIdsByType(String type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getModuleIdsByType in interface com.ptteng.keeper.admin.service.ModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getModuleIdByUrlAndType(String url, String type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getModuleIdByUrlAndType in interface com.ptteng.keeper.admin.service.ModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countModuleIdsByType(String type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countModuleIdsByType in interface com.ptteng.keeper.admin.service.ModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getModuleIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getModuleIds in interface com.ptteng.keeper.admin.service.ModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countModuleIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countModuleIds in interface com.ptteng.keeper.admin.service.ModuleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.