public class WithdrawIncomeRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.keeper.common.service.WithdrawIncomeRelationService
| Constructor and Description |
|---|
WithdrawIncomeRelationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
countWithdrawIncomeRelationIds() |
Integer |
countWithdrawIncomeRelationIdsByIncomeId(Long incomeId) |
Integer |
countWithdrawIncomeRelationIdsByWid(Long wid) |
boolean |
delete(Long id) |
List<Long> |
getIncomeRecordIdsByWid(Long wid,
Integer start,
Integer limit) |
com.ptteng.keeper.common.model.WithdrawIncomeRelation |
getObjectById(Long id) |
List<com.ptteng.keeper.common.model.WithdrawIncomeRelation> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getWithdrawIncomeRelationIds(Integer start,
Integer limit) |
List<Long> |
getWithdrawIncomeRelationIdsByIncomeId(Long incomeId,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.keeper.common.model.WithdrawIncomeRelation withdrawIncomeRelation) |
List<com.ptteng.keeper.common.model.WithdrawIncomeRelation> |
insertList(List<com.ptteng.keeper.common.model.WithdrawIncomeRelation> withdrawIncomeRelationList) |
boolean |
update(com.ptteng.keeper.common.model.WithdrawIncomeRelation withdrawIncomeRelation) |
boolean |
updateList(List<com.ptteng.keeper.common.model.WithdrawIncomeRelation> withdrawIncomeRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.keeper.common.model.WithdrawIncomeRelation withdrawIncomeRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert in interface com.ptteng.keeper.common.service.WithdrawIncomeRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.common.model.WithdrawIncomeRelation> insertList(List<com.ptteng.keeper.common.model.WithdrawIncomeRelation> withdrawIncomeRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList in interface com.ptteng.keeper.common.service.WithdrawIncomeRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete in interface com.ptteng.keeper.common.service.WithdrawIncomeRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.keeper.common.model.WithdrawIncomeRelation withdrawIncomeRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update in interface com.ptteng.keeper.common.service.WithdrawIncomeRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.keeper.common.model.WithdrawIncomeRelation> withdrawIncomeRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList in interface com.ptteng.keeper.common.service.WithdrawIncomeRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.keeper.common.model.WithdrawIncomeRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById in interface com.ptteng.keeper.common.service.WithdrawIncomeRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.keeper.common.model.WithdrawIncomeRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds in interface com.ptteng.keeper.common.service.WithdrawIncomeRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getIncomeRecordIdsByWid(Long wid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getIncomeRecordIdsByWid in interface com.ptteng.keeper.common.service.WithdrawIncomeRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getWithdrawIncomeRelationIdsByIncomeId(Long incomeId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getWithdrawIncomeRelationIdsByIncomeId in interface com.ptteng.keeper.common.service.WithdrawIncomeRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countWithdrawIncomeRelationIdsByWid(Long wid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countWithdrawIncomeRelationIdsByWid in interface com.ptteng.keeper.common.service.WithdrawIncomeRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countWithdrawIncomeRelationIdsByIncomeId(Long incomeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countWithdrawIncomeRelationIdsByIncomeId in interface com.ptteng.keeper.common.service.WithdrawIncomeRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getWithdrawIncomeRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getWithdrawIncomeRelationIds in interface com.ptteng.keeper.common.service.WithdrawIncomeRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countWithdrawIncomeRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countWithdrawIncomeRelationIds in interface com.ptteng.keeper.common.service.WithdrawIncomeRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.