public class InvestServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.finance.service.InvestService
| 构造器和说明 |
|---|
InvestServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
addInvest(Long uid,
Long pid,
Integer paymentType,
BigDecimal amount,
String bankName,
String name,
String mobile,
String cardNo,
Long inteAt) |
Integer |
countInvestIds() |
Integer |
countInvestIdsByUid(Long uid) |
Integer |
countInvestIdsByUidAndPid(Long uid,
Long pid) |
Integer |
countInvestIdsByUidAndStatus(Long uid,
Integer status) |
boolean |
delete(Long id) |
List<Long> |
getInvestIds(Integer start,
Integer limit) |
List<Long> |
getInvestIdsByUid(Long uid,
Integer start,
Integer limit) |
List<Long> |
getInvestIdsByUidAndPid(Long uid,
Long pid,
Integer start,
Integer limit) |
List<Long> |
getInvestIdsByUidAndStatus(Long uid,
Integer status,
Integer start,
Integer limit) |
com.ptteng.wealth.finance.model.Invest |
getObjectById(Long id) |
List<com.ptteng.wealth.finance.model.Invest> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.wealth.finance.model.Invest invest) |
List<com.ptteng.wealth.finance.model.Invest> |
insertList(List<com.ptteng.wealth.finance.model.Invest> investList) |
boolean |
update(com.ptteng.wealth.finance.model.Invest invest) |
boolean |
updateList(List<com.ptteng.wealth.finance.model.Invest> investList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.wealth.finance.model.Invest invest) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.finance.service.InvestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.Invest> insertList(List<com.ptteng.wealth.finance.model.Invest> investList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.finance.service.InvestServicecom.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.InvestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.finance.model.Invest invest)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.finance.service.InvestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.finance.model.Invest> investList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.finance.service.InvestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.model.Invest getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.finance.service.InvestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.Invest> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.finance.service.InvestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getInvestIdsByUidAndStatus(Long uid, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getInvestIdsByUidAndStatus 在接口中 com.ptteng.wealth.finance.service.InvestService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getInvestIdsByUid(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getInvestIdsByUid 在接口中 com.ptteng.wealth.finance.service.InvestService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getInvestIdsByUidAndPid(Long uid, Long pid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getInvestIdsByUidAndPid 在接口中 com.ptteng.wealth.finance.service.InvestService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countInvestIdsByUidAndStatus(Long uid, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countInvestIdsByUidAndStatus 在接口中 com.ptteng.wealth.finance.service.InvestService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countInvestIdsByUid(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countInvestIdsByUid 在接口中 com.ptteng.wealth.finance.service.InvestService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countInvestIdsByUidAndPid(Long uid, Long pid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countInvestIdsByUidAndPid 在接口中 com.ptteng.wealth.finance.service.InvestService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getInvestIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getInvestIds 在接口中 com.ptteng.wealth.finance.service.InvestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countInvestIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countInvestIds 在接口中 com.ptteng.wealth.finance.service.InvestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long addInvest(Long uid, Long pid, Integer paymentType, BigDecimal amount, String bankName, String name, String mobile, String cardNo, Long inteAt) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
addInvest 在接口中 com.ptteng.wealth.finance.service.InvestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.