public class ModulsServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.graship.home.service.ModulsService
| 构造器和说明 |
|---|
ModulsServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
delete(Long id) |
List<Long> |
getModulsAllByGrade(Integer grade) |
List<Long> |
getModulsIds(Integer start,
Integer limit) |
List<Long> |
getModulsIdsByFather(Long parentId) |
List<Long> |
getModulsIdsByParent(Long parentId) |
List<String> |
getModulsNameByIds(Long id) |
com.ptteng.graship.home.model.Moduls |
getObjectById(Long id) |
List<com.ptteng.graship.home.model.Moduls> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getSonIdsByParents(Long parentId) |
Long |
insert(com.ptteng.graship.home.model.Moduls moduls) |
boolean |
update(com.ptteng.graship.home.model.Moduls moduls) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.graship.home.model.Moduls moduls) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.graship.home.service.ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.graship.home.service.ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.graship.home.model.Moduls moduls)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.graship.home.service.ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.graship.home.model.Moduls getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.graship.home.service.ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.graship.home.model.Moduls> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.graship.home.service.ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getModulsIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getModulsIds 在接口中 com.ptteng.graship.home.service.ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getModulsAllByGrade(Integer grade) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getModulsAllByGrade 在接口中 com.ptteng.graship.home.service.ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getModulsIdsByParent(Long parentId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getModulsIdsByParent 在接口中 com.ptteng.graship.home.service.ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getModulsIdsByFather(Long parentId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getModulsIdsByFather 在接口中 com.ptteng.graship.home.service.ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSonIdsByParents(Long parentId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSonIdsByParents 在接口中 com.ptteng.graship.home.service.ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<String> getModulsNameByIds(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getModulsNameByIds 在接口中 com.ptteng.graship.home.service.ModulsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.