public interface GameScoreRankService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
GameScoreRank |
getObjectById(Long id) |
List<GameScoreRank> |
getObjectsByIds(List<Long> ids) |
Long |
insert(GameScoreRank gameScoreRank) |
List<GameScoreRank> |
insertList(List<GameScoreRank> gameScoreRankList) |
boolean |
update(GameScoreRank gameScoreRank) |
boolean |
updateList(List<GameScoreRank> gameScoreRankList) |
Long insert(GameScoreRank gameScoreRank) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GameScoreRank> insertList(List<GameScoreRank> gameScoreRankList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean update(GameScoreRank gameScoreRank) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<GameScoreRank> gameScoreRankList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionGameScoreRank getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GameScoreRank> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGameScoreRankIdsByUserIdOrderByCreateAt(Long userId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGameScoreRankIdsByStasticsAtOrderByGameScoreAndUpdateAt(Long stasticsAt) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGameScoreRankIdsByUserIdOrderByCreateAt(Long userId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGameScoreRankIdsByStasticsAtOrderByGameScoreAndUpdateAt(Long stasticsAt, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGameScoreRankIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGameScoreRankIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.