public class DrawServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.finance.service.DrawService
| 构造器和说明 |
|---|
DrawServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
com.ptteng.wealth.finance.model.Draw |
getObjectById(Long id) |
List<com.ptteng.wealth.finance.model.Draw> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.wealth.finance.model.Draw draw) |
List<com.ptteng.wealth.finance.model.Draw> |
insertList(List<com.ptteng.wealth.finance.model.Draw> drawList) |
boolean |
update(com.ptteng.wealth.finance.model.Draw draw) |
boolean |
updateList(List<com.ptteng.wealth.finance.model.Draw> drawList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.wealth.finance.model.Draw draw) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.finance.service.DrawServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.Draw> insertList(List<com.ptteng.wealth.finance.model.Draw> drawList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.finance.service.DrawServicecom.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.wealth.finance.service.DrawServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.finance.model.Draw draw)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.finance.service.DrawServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.finance.model.Draw> drawList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.finance.service.DrawServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.model.Draw getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.finance.service.DrawServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.Draw> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.finance.service.DrawServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getDrawIdsByUidAndStatus(Long uid, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getDrawIdsByUidAndStatus 在接口中 com.ptteng.wealth.finance.service.DrawService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getDrawIdsByUid(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getDrawIdsByUid 在接口中 com.ptteng.wealth.finance.service.DrawService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getDrawIdsByUidAndPid(Long uid, Long pid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getDrawIdsByUidAndPid 在接口中 com.ptteng.wealth.finance.service.DrawService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countDrawIdsByUidAndStatus(Long uid, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countDrawIdsByUidAndStatus 在接口中 com.ptteng.wealth.finance.service.DrawService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countDrawIdsByUid(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countDrawIdsByUid 在接口中 com.ptteng.wealth.finance.service.DrawService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countDrawIdsByUidAndPid(Long uid, Long pid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countDrawIdsByUidAndPid 在接口中 com.ptteng.wealth.finance.service.DrawService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getDrawIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getDrawIds 在接口中 com.ptteng.wealth.finance.service.DrawServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countDrawIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countDrawIds 在接口中 com.ptteng.wealth.finance.service.DrawServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.