public class ProductDailyServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.finance.service.ProductDailyService
| 构造器和说明 |
|---|
ProductDailyServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addStatisticsDaily(Long uid,
Long pid,
BigDecimal amount,
Integer type) |
Integer |
countProductDailyIds() |
boolean |
delete(Long id) |
static String |
getDate(Long time) |
com.ptteng.wealth.finance.service.DrawService |
getDrawService() |
com.ptteng.wealth.finance.service.InvestService |
getInvestService() |
com.ptteng.wealth.finance.model.ProductDaily |
getObjectById(Long id) |
List<com.ptteng.wealth.finance.model.ProductDaily> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getProductDailyIds(Integer start,
Integer limit) |
Long |
insert(com.ptteng.wealth.finance.model.ProductDaily productDaily) |
List<com.ptteng.wealth.finance.model.ProductDaily> |
insertList(List<com.ptteng.wealth.finance.model.ProductDaily> productDailyList) |
void |
setDrawService(com.ptteng.wealth.finance.service.DrawService drawService) |
void |
setInvestService(com.ptteng.wealth.finance.service.InvestService investService) |
boolean |
update(com.ptteng.wealth.finance.model.ProductDaily productDaily) |
boolean |
updateList(List<com.ptteng.wealth.finance.model.ProductDaily> productDailyList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.wealth.finance.model.ProductDaily productDaily) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.finance.service.ProductDailyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.ProductDaily> insertList(List<com.ptteng.wealth.finance.model.ProductDaily> productDailyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.finance.service.ProductDailyServicecom.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.ProductDailyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.finance.model.ProductDaily productDaily)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.finance.service.ProductDailyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.finance.model.ProductDaily> productDailyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.finance.service.ProductDailyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.model.ProductDaily getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.finance.service.ProductDailyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.ProductDaily> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.finance.service.ProductDailyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getProductDailyIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getProductDailyIds 在接口中 com.ptteng.wealth.finance.service.ProductDailyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countProductDailyIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countProductDailyIds 在接口中 com.ptteng.wealth.finance.service.ProductDailyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.service.InvestService getInvestService()
public void setInvestService(com.ptteng.wealth.finance.service.InvestService investService)
public com.ptteng.wealth.finance.service.DrawService getDrawService()
public void setDrawService(com.ptteng.wealth.finance.service.DrawService drawService)
public void addStatisticsDaily(Long uid, Long pid, BigDecimal amount, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
addStatisticsDaily 在接口中 com.ptteng.wealth.finance.service.ProductDailyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.