public class ServeServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.graship.home.service.ServeService
| 构造器和说明 |
|---|
ServeServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countServeIds() |
boolean |
delete(Long id) |
List<Long> |
getCpyIds(List<Long> ids) |
com.ptteng.graship.home.model.Serve |
getObjectById(Long id) |
List<com.ptteng.graship.home.model.Serve> |
getObjectsById(Long id) |
List<com.ptteng.graship.home.model.Serve> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getServeByCpyAndFather(Long cpyId,
Long servea,
Integer start,
Integer limit) |
List<Long> |
getServeByCpyAndGrade(Long cpyId,
Integer grade,
Integer start,
Integer limit) |
List<Long> |
getServeIds(Integer start,
Integer limit) |
List<Long> |
getServeIdsById(Long id,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.graship.home.model.Serve serve) |
List<com.ptteng.graship.home.model.Serve> |
insertList(List<com.ptteng.graship.home.model.Serve> serveList) |
boolean |
update(com.ptteng.graship.home.model.Serve serve) |
boolean |
updateList(List<com.ptteng.graship.home.model.Serve> serveList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.graship.home.model.Serve serve) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.graship.home.service.ServeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.graship.home.model.Serve> insertList(List<com.ptteng.graship.home.model.Serve> serveList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.graship.home.service.ServeServicecom.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.ServeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.graship.home.model.Serve serve)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.graship.home.service.ServeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.graship.home.model.Serve> serveList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.graship.home.service.ServeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.graship.home.model.Serve getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.graship.home.service.ServeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.graship.home.model.Serve> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.graship.home.service.ServeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getServeIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getServeIds 在接口中 com.ptteng.graship.home.service.ServeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getServeIdsById(Long id, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getServeIdsById 在接口中 com.ptteng.graship.home.service.ServeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countServeIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countServeIds 在接口中 com.ptteng.graship.home.service.ServeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getServeByCpyAndGrade(Long cpyId, Integer grade, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getServeByCpyAndGrade 在接口中 com.ptteng.graship.home.service.ServeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getServeByCpyAndFather(Long cpyId, Long servea, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getServeByCpyAndFather 在接口中 com.ptteng.graship.home.service.ServeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCpyIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCpyIds 在接口中 com.ptteng.graship.home.service.ServeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.graship.home.model.Serve> getObjectsById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsById 在接口中 com.ptteng.graship.home.service.ServeServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.