public class PeriodServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.codinglord.common.service.PeriodService
| 构造器和说明 |
|---|
PeriodServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countPeriodIds() |
Integer |
countPeriodIdsByChapterIdOrderByCreateAt(Long chapterId) |
Integer |
countPeriodIdsByStatusAndChapterIdOrderByCreateAt(Integer status,
Long chapterId) |
boolean |
delete(Long id) |
com.ptteng.codinglord.common.model.Period |
getObjectById(Long id) |
List<com.ptteng.codinglord.common.model.Period> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getPeriodIds(Integer start,
Integer limit) |
List<Long> |
getPeriodIdsByChapterIdOrderByCreateAt(Long chapterId,
Integer start,
Integer limit) |
List<Long> |
getPeriodIdsByStatusAndChapterIdOrderByCreateAt(Integer status,
Long chapterId,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.codinglord.common.model.Period period) |
List<com.ptteng.codinglord.common.model.Period> |
insertList(List<com.ptteng.codinglord.common.model.Period> periodList) |
boolean |
update(com.ptteng.codinglord.common.model.Period period) |
boolean |
updateList(List<com.ptteng.codinglord.common.model.Period> periodList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.codinglord.common.model.Period period) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.codinglord.common.service.PeriodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Period> insertList(List<com.ptteng.codinglord.common.model.Period> periodList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.codinglord.common.service.PeriodServicecom.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.codinglord.common.service.PeriodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.codinglord.common.model.Period period)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.codinglord.common.service.PeriodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.codinglord.common.model.Period> periodList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.codinglord.common.service.PeriodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.codinglord.common.model.Period getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.codinglord.common.service.PeriodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Period> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.codinglord.common.service.PeriodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getPeriodIdsByChapterIdOrderByCreateAt(Long chapterId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getPeriodIdsByChapterIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.PeriodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getPeriodIdsByStatusAndChapterIdOrderByCreateAt(Integer status, Long chapterId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getPeriodIdsByStatusAndChapterIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.PeriodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countPeriodIdsByChapterIdOrderByCreateAt(Long chapterId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countPeriodIdsByChapterIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.PeriodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countPeriodIdsByStatusAndChapterIdOrderByCreateAt(Integer status, Long chapterId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countPeriodIdsByStatusAndChapterIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.PeriodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getPeriodIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getPeriodIds 在接口中 com.ptteng.codinglord.common.service.PeriodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countPeriodIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countPeriodIds 在接口中 com.ptteng.codinglord.common.service.PeriodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.