public interface DrawService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countDrawIds() |
Integer |
countDrawIdsByUid(Long uid) |
Integer |
countDrawIdsByUidAndPid(Long uid,
Long pid) |
Integer |
countDrawIdsByUidAndStatus(Long uid,
Integer status) |
boolean |
delete(Long id) |
List<Long> |
getDrawIds(Integer start,
Integer limit) |
List<Long> |
getDrawIdsByUid(Long uid,
Integer start,
Integer limit) |
List<Long> |
getDrawIdsByUidAndPid(Long uid,
Long pid,
Integer start,
Integer limit) |
List<Long> |
getDrawIdsByUidAndStatus(Long uid,
Integer status,
Integer start,
Integer limit) |
Draw |
getObjectById(Long id) |
List<Draw> |
getObjectsByIds(List<Long> ids) |
Long |
insert(Draw draw) |
List<Draw> |
insertList(List<Draw> drawList) |
boolean |
update(Draw draw) |
boolean |
updateList(List<Draw> drawList) |
Long insert(Draw draw) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Draw> insertList(List<Draw> drawList) 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(Draw draw) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Draw> drawList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionDraw getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Draw> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countDrawIdsByUidAndStatus(Long uid, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countDrawIdsByUid(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countDrawIdsByUidAndPid(Long uid, Long pid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getDrawIdsByUidAndStatus(Long uid, Integer status, 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> getDrawIdsByUid(Long uid, 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> getDrawIdsByUidAndPid(Long uid, Long pid, 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> getDrawIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countDrawIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.