public class CardSpeciesServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.codinglord.common.service.CardSpeciesService
| 构造器和说明 |
|---|
CardSpeciesServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countCardSpeciesIds() |
Integer |
countCardSpeciesIdsByStatusOrderByCreateAt(Integer status) |
boolean |
delete(Long id) |
List<Long> |
getCardSpeciesIds(Integer start,
Integer limit) |
List<Long> |
getCardSpeciesIdsByStatusOrderByCreateAt(Integer status,
Integer start,
Integer limit) |
com.ptteng.codinglord.common.model.CardSpecies |
getObjectById(Long id) |
List<com.ptteng.codinglord.common.model.CardSpecies> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.codinglord.common.model.CardSpecies cardSpecies) |
List<com.ptteng.codinglord.common.model.CardSpecies> |
insertList(List<com.ptteng.codinglord.common.model.CardSpecies> cardSpeciesList) |
boolean |
update(com.ptteng.codinglord.common.model.CardSpecies cardSpecies) |
boolean |
updateList(List<com.ptteng.codinglord.common.model.CardSpecies> cardSpeciesList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.codinglord.common.model.CardSpecies cardSpecies) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.codinglord.common.service.CardSpeciesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.CardSpecies> insertList(List<com.ptteng.codinglord.common.model.CardSpecies> cardSpeciesList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.codinglord.common.service.CardSpeciesServicecom.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.CardSpeciesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.codinglord.common.model.CardSpecies cardSpecies)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.codinglord.common.service.CardSpeciesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.codinglord.common.model.CardSpecies> cardSpeciesList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.codinglord.common.service.CardSpeciesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.codinglord.common.model.CardSpecies getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.codinglord.common.service.CardSpeciesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.codinglord.common.model.CardSpecies> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.codinglord.common.service.CardSpeciesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCardSpeciesIdsByStatusOrderByCreateAt(Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCardSpeciesIdsByStatusOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CardSpeciesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCardSpeciesIdsByStatusOrderByCreateAt(Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCardSpeciesIdsByStatusOrderByCreateAt 在接口中 com.ptteng.codinglord.common.service.CardSpeciesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCardSpeciesIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCardSpeciesIds 在接口中 com.ptteng.codinglord.common.service.CardSpeciesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCardSpeciesIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCardSpeciesIds 在接口中 com.ptteng.codinglord.common.service.CardSpeciesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.