public interface GameScoreRecordsService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countGameScoreRecordsIds() |
Integer |
countGameScoreRecordsIdsByUserIdOrderByCreateAt(Long userId) |
boolean |
delete(Long id) |
List<Long> |
getGameScoreRecordsIds(Integer start,
Integer limit) |
List<Long> |
getGameScoreRecordsIdsByUserIdOrderByCreateAt(Long userId,
Integer start,
Integer limit) |
GameScoreRecords |
getObjectById(Long id) |
List<GameScoreRecords> |
getObjectsByIds(List<Long> ids) |
Long |
insert(GameScoreRecords gameScoreRecords) |
List<GameScoreRecords> |
insertList(List<GameScoreRecords> gameScoreRecordsList) |
boolean |
update(GameScoreRecords gameScoreRecords) |
boolean |
updateList(List<GameScoreRecords> gameScoreRecordsList) |
Long insert(GameScoreRecords gameScoreRecords) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GameScoreRecords> insertList(List<GameScoreRecords> gameScoreRecordsList) 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(GameScoreRecords gameScoreRecords) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<GameScoreRecords> gameScoreRecordsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionGameScoreRecords getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GameScoreRecords> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGameScoreRecordsIdsByUserIdOrderByCreateAt(Long userId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGameScoreRecordsIdsByUserIdOrderByCreateAt(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> getGameScoreRecordsIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGameScoreRecordsIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.