public class CardServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.codinglord.common.service.CardService
| 构造器和说明 |
|---|
CardServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countCardIds() |
Integer |
countCardIdsByStudentIdAndCardSpeciesIdOrderByCreateAt(Long studentId,
Long cardSpeciesId) |
Integer |
countCardIdsByStudentIdAndCardStatusOrderByCreateAt(Long studentId,
Integer cardStatus) |
Integer |
countCardIdsByStudentIdOrderByCreateAt(Long studentId) |
boolean |
delete(Long id) |
List<Long> |
getCardIds(Integer start,
Integer limit) |
List<Long> |
getCardIdsByStudentIdAndCardSpeciesIdOrderByCreateAt(Long studentId,
Long cardSpeciesId,
Integer start,
Integer limit) |
List<Long> |
getCardIdsByStudentIdAndCardStatusOrderByCreateAt(Long studentId,
Integer cardStatus,
Integer start,
Integer limit) |
List<Long> |
getCardIdsByStudentIdOrderByCreateAt(Long studentId,
Integer start,
Integer limit) |
com.ptteng.codinglord.common.model.Card |
getObjectById(Long id) |
List<com.ptteng.codinglord.common.model.Card> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.codinglord.common.model.Card card) |
List<com.ptteng.codinglord.common.model.Card> |
insertList(List<com.ptteng.codinglord.common.model.Card> cardList) |
boolean |
update(com.ptteng.codinglord.common.model.Card card) |
boolean |
updateList(List<com.ptteng.codinglord.common.model.Card> cardList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.codinglord.common.model.Card card) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.codinglord.common.service.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Card> insertList(List<com.ptteng.codinglord.common.model.Card> cardList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.codinglord.common.service.CardServicecom.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.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.codinglord.common.model.Card card)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.codinglord.common.service.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.codinglord.common.model.Card> cardList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.codinglord.common.service.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.codinglord.common.model.Card getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.codinglord.common.service.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.Card> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.codinglord.common.service.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCardIdsByStudentIdAndCardSpeciesIdOrderByCreateAt(Long studentId, Long cardSpeciesId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCardIdsByStudentIdAndCardSpeciesIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCardIdsByStudentIdOrderByCreateAt(Long studentId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCardIdsByStudentIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCardIdsByStudentIdAndCardStatusOrderByCreateAt(Long studentId, Integer cardStatus, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCardIdsByStudentIdAndCardStatusOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCardIdsByStudentIdAndCardSpeciesIdOrderByCreateAt(Long studentId, Long cardSpeciesId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCardIdsByStudentIdAndCardSpeciesIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCardIdsByStudentIdOrderByCreateAt(Long studentId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCardIdsByStudentIdOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCardIdsByStudentIdAndCardStatusOrderByCreateAt(Long studentId, Integer cardStatus) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCardIdsByStudentIdAndCardStatusOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCardIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCardIds 在接口中 com.ptteng.codinglord.common.service.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCardIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCardIds 在接口中 com.ptteng.codinglord.common.service.CardServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.