public class AnnualYieldServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.finance.service.AnnualYieldService
| 构造器和说明 |
|---|
AnnualYieldServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countAnnualYieldIds() |
Integer |
countAnnualYieldIdsByProductId(Long productId) |
boolean |
delete(Long id) |
List<Long> |
getAnnualYieldIds(Integer start,
Integer limit) |
List<Long> |
getAnnualYieldIdsByProductId(Long productId,
Integer start,
Integer limit) |
com.ptteng.wealth.finance.model.AnnualYield |
getObjectById(Long id) |
List<com.ptteng.wealth.finance.model.AnnualYield> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.wealth.finance.model.AnnualYield annualYield) |
List<com.ptteng.wealth.finance.model.AnnualYield> |
insertList(List<com.ptteng.wealth.finance.model.AnnualYield> annualYieldList) |
boolean |
update(com.ptteng.wealth.finance.model.AnnualYield annualYield) |
boolean |
updateList(List<com.ptteng.wealth.finance.model.AnnualYield> annualYieldList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.wealth.finance.model.AnnualYield annualYield) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.finance.service.AnnualYieldServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.AnnualYield> insertList(List<com.ptteng.wealth.finance.model.AnnualYield> annualYieldList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.finance.service.AnnualYieldServicecom.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.AnnualYieldServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.finance.model.AnnualYield annualYield)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.finance.service.AnnualYieldServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.finance.model.AnnualYield> annualYieldList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.finance.service.AnnualYieldServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.model.AnnualYield getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.finance.service.AnnualYieldServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.AnnualYield> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.finance.service.AnnualYieldServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getAnnualYieldIdsByProductId(Long productId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getAnnualYieldIdsByProductId 在接口中 com.ptteng.wealth.finance.service.AnnualYieldService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countAnnualYieldIdsByProductId(Long productId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countAnnualYieldIdsByProductId 在接口中 com.ptteng.wealth.finance.service.AnnualYieldService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getAnnualYieldIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getAnnualYieldIds 在接口中 com.ptteng.wealth.finance.service.AnnualYieldServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countAnnualYieldIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countAnnualYieldIds 在接口中 com.ptteng.wealth.finance.service.AnnualYieldServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.