public class GameScoreRankServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.learn.course.service.GameScoreRankService
| 构造器和说明 |
|---|
GameScoreRankServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countGameScoreRankIds() |
Integer |
countGameScoreRankIdsByStasticsAtOrderByGameScoreAndUpdateAt(Long stasticsAt) |
Integer |
countGameScoreRankIdsByUserIdOrderByCreateAt(Long userId) |
boolean |
delete(Long id) |
List<Long> |
getGameScoreRankIds(Integer start,
Integer limit) |
List<Long> |
getGameScoreRankIdsByStasticsAtOrderByGameScoreAndUpdateAt(Long stasticsAt,
Integer start,
Integer limit) |
List<Long> |
getGameScoreRankIdsByUserIdOrderByCreateAt(Long userId,
Integer start,
Integer limit) |
com.ptteng.learn.course.model.GameScoreRank |
getObjectById(Long id) |
List<com.ptteng.learn.course.model.GameScoreRank> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.learn.course.model.GameScoreRank gameScoreRank) |
List<com.ptteng.learn.course.model.GameScoreRank> |
insertList(List<com.ptteng.learn.course.model.GameScoreRank> gameScoreRankList) |
boolean |
update(com.ptteng.learn.course.model.GameScoreRank gameScoreRank) |
boolean |
updateList(List<com.ptteng.learn.course.model.GameScoreRank> gameScoreRankList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.learn.course.model.GameScoreRank gameScoreRank) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.learn.course.service.GameScoreRankServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.learn.course.model.GameScoreRank> insertList(List<com.ptteng.learn.course.model.GameScoreRank> gameScoreRankList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.learn.course.service.GameScoreRankServicecom.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.learn.course.service.GameScoreRankServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.learn.course.model.GameScoreRank gameScoreRank)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.learn.course.service.GameScoreRankServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.learn.course.model.GameScoreRank> gameScoreRankList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.learn.course.service.GameScoreRankServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.learn.course.model.GameScoreRank getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.learn.course.service.GameScoreRankServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.learn.course.model.GameScoreRank> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.learn.course.service.GameScoreRankServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGameScoreRankIdsByUserIdOrderByCreateAt(Long userId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGameScoreRankIdsByUserIdOrderByCreateAt 在接口中 com.ptteng.learn.course.service.GameScoreRankServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGameScoreRankIdsByStasticsAtOrderByGameScoreAndUpdateAt(Long stasticsAt, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGameScoreRankIdsByStasticsAtOrderByGameScoreAndUpdateAt 在接口中 com.ptteng.learn.course.service.GameScoreRankServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGameScoreRankIdsByUserIdOrderByCreateAt(Long userId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGameScoreRankIdsByUserIdOrderByCreateAt 在接口中 com.ptteng.learn.course.service.GameScoreRankServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGameScoreRankIdsByStasticsAtOrderByGameScoreAndUpdateAt(Long stasticsAt) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGameScoreRankIdsByStasticsAtOrderByGameScoreAndUpdateAt 在接口中 com.ptteng.learn.course.service.GameScoreRankServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGameScoreRankIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGameScoreRankIds 在接口中 com.ptteng.learn.course.service.GameScoreRankServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGameScoreRankIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGameScoreRankIds 在接口中 com.ptteng.learn.course.service.GameScoreRankServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.