public class CreditApplyServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.finance.service.CreditApplyService
| 构造器和说明 |
|---|
CreditApplyServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countCreditApplyIds() |
Integer |
countCreditApplyIdsByUid(Long uid) |
Integer |
countCreditApplyIdsByUidAndStatus(Long uid,
Integer status) |
Integer |
countCreditApplyIdsByVerifyManager(String verifyManager) |
boolean |
delete(Long id) |
List<Long> |
getCreditApplyIds(Integer start,
Integer limit) |
List<Long> |
getCreditApplyIdsByUid(Long uid,
Integer start,
Integer limit) |
List<Long> |
getCreditApplyIdsByUidAndStatus(Long uid,
Integer status,
Integer start,
Integer limit) |
List<Long> |
getCreditApplyIdsByVerifyManager(String verifyManager,
Integer start,
Integer limit) |
com.ptteng.wealth.finance.model.CreditApply |
getObjectById(Long id) |
List<com.ptteng.wealth.finance.model.CreditApply> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.wealth.finance.model.CreditApply creditApply) |
List<com.ptteng.wealth.finance.model.CreditApply> |
insertList(List<com.ptteng.wealth.finance.model.CreditApply> creditApplyList) |
boolean |
update(com.ptteng.wealth.finance.model.CreditApply creditApply) |
boolean |
updateList(List<com.ptteng.wealth.finance.model.CreditApply> creditApplyList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.wealth.finance.model.CreditApply creditApply) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.finance.service.CreditApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.CreditApply> insertList(List<com.ptteng.wealth.finance.model.CreditApply> creditApplyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.finance.service.CreditApplyServicecom.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.CreditApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.finance.model.CreditApply creditApply)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.finance.service.CreditApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.finance.model.CreditApply> creditApplyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.finance.service.CreditApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.model.CreditApply getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.finance.service.CreditApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.CreditApply> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.finance.service.CreditApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCreditApplyIdsByUidAndStatus(Long uid, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCreditApplyIdsByUidAndStatus 在接口中 com.ptteng.wealth.finance.service.CreditApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCreditApplyIdsByVerifyManager(String verifyManager, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCreditApplyIdsByVerifyManager 在接口中 com.ptteng.wealth.finance.service.CreditApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCreditApplyIdsByUid(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCreditApplyIdsByUid 在接口中 com.ptteng.wealth.finance.service.CreditApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCreditApplyIdsByUidAndStatus(Long uid, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCreditApplyIdsByUidAndStatus 在接口中 com.ptteng.wealth.finance.service.CreditApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCreditApplyIdsByVerifyManager(String verifyManager) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCreditApplyIdsByVerifyManager 在接口中 com.ptteng.wealth.finance.service.CreditApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCreditApplyIdsByUid(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCreditApplyIdsByUid 在接口中 com.ptteng.wealth.finance.service.CreditApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCreditApplyIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCreditApplyIds 在接口中 com.ptteng.wealth.finance.service.CreditApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCreditApplyIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCreditApplyIds 在接口中 com.ptteng.wealth.finance.service.CreditApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.