public class FundHistoryServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.finance.service.FundHistoryService
| 限定符和类型 | 字段和说明 |
|---|---|
com.ptteng.wealth.finance.service.account.AccountService |
accountService |
com.ptteng.wealth.finance.service.account.UserAccountRelationService |
userAccountRelationService |
| 构造器和说明 |
|---|
FundHistoryServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countFundHistoryIds() |
Integer |
countFundHistoryIdsByUidAndStatusAndType(Long uid,
Integer status,
Integer type) |
Integer |
countFundHistoryIdsByUidAndType(Long uid,
Integer type) |
boolean |
delete(Long id) |
List<Long> |
getFundHistoryIds(Integer start,
Integer limit) |
List<Long> |
getFundHistoryIdsByUidAndStatusAndType(Long uid,
Integer status,
Integer type,
Integer start,
Integer limit) |
List<Long> |
getFundHistoryIdsByUidAndType(Long uid,
Integer type,
Integer start,
Integer limit) |
com.ptteng.wealth.finance.model.FundHistory |
getObjectById(Long id) |
List<com.ptteng.wealth.finance.model.FundHistory> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.wealth.finance.model.FundHistory fundHistory) |
List<com.ptteng.wealth.finance.model.FundHistory> |
insertList(List<com.ptteng.wealth.finance.model.FundHistory> fundHistoryList) |
Long |
insertTransaction(com.ptteng.wealth.finance.model.Order order,
com.ptteng.wealth.user.model.User user,
Integer type,
Integer detail,
Long payAccount,
BigDecimal amount,
String comment,
Integer flag,
Integer status,
String serialNum,
BigDecimal before,
BigDecimal after) |
boolean |
update(com.ptteng.wealth.finance.model.FundHistory fundHistory) |
boolean |
updateList(List<com.ptteng.wealth.finance.model.FundHistory> fundHistoryList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic com.ptteng.wealth.finance.service.account.AccountService accountService
public com.ptteng.wealth.finance.service.account.UserAccountRelationService userAccountRelationService
public Long insert(com.ptteng.wealth.finance.model.FundHistory fundHistory) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.finance.service.FundHistoryServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.FundHistory> insertList(List<com.ptteng.wealth.finance.model.FundHistory> fundHistoryList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.finance.service.FundHistoryServicecom.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.FundHistoryServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.finance.model.FundHistory fundHistory)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.finance.service.FundHistoryServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.finance.model.FundHistory> fundHistoryList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.finance.service.FundHistoryServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.model.FundHistory getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.finance.service.FundHistoryServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.FundHistory> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.finance.service.FundHistoryServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getFundHistoryIdsByUidAndStatusAndType(Long uid, Integer status, Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFundHistoryIdsByUidAndStatusAndType 在接口中 com.ptteng.wealth.finance.service.FundHistoryService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getFundHistoryIdsByUidAndType(Long uid, Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFundHistoryIdsByUidAndType 在接口中 com.ptteng.wealth.finance.service.FundHistoryService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countFundHistoryIdsByUidAndStatusAndType(Long uid, Integer status, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countFundHistoryIdsByUidAndStatusAndType 在接口中 com.ptteng.wealth.finance.service.FundHistoryService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countFundHistoryIdsByUidAndType(Long uid, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countFundHistoryIdsByUidAndType 在接口中 com.ptteng.wealth.finance.service.FundHistoryService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getFundHistoryIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFundHistoryIds 在接口中 com.ptteng.wealth.finance.service.FundHistoryServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countFundHistoryIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countFundHistoryIds 在接口中 com.ptteng.wealth.finance.service.FundHistoryServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long insertTransaction(com.ptteng.wealth.finance.model.Order order, com.ptteng.wealth.user.model.User user, Integer type, Integer detail, Long payAccount, BigDecimal amount, String comment, Integer flag, Integer status, String serialNum, BigDecimal before, BigDecimal after) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertTransaction 在接口中 com.ptteng.wealth.finance.service.FundHistoryServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.