public class DebtApplyServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.finance.service.DebtApplyService
| 构造器和说明 |
|---|
DebtApplyServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
addDebtApply(com.ptteng.wealth.finance.model.Order order,
Long loanProductId,
com.ptteng.wealth.user.model.User user) |
BigDecimal |
bigDecimalValue(Object rs) |
Integer |
countDebtApplyIds() |
Integer |
countDebtApplyIdsByUid(Long uid) |
Integer |
countDebtApplyIdsByUidAndStatus(Long uid,
Integer status) |
Integer |
countDebtApplyIdsByUidAndType(Long uid,
Integer type) |
boolean |
delete(Long id) |
Long |
getDebtApplyIdByOrderNoAndAdditional(String orderNo,
String additional) |
List<Long> |
getDebtApplyIds(Integer start,
Integer limit) |
List<Long> |
getDebtApplyIdsByStatus(Integer status,
Integer start,
Integer limit) |
List<Long> |
getDebtApplyIdsByUid(Long uid,
Integer start,
Integer limit) |
List<Long> |
getDebtApplyIdsByUidAndStatus(Long uid,
Integer status,
Integer start,
Integer limit) |
List<Long> |
getDebtApplyIdsByUidAndType(Long uid,
Integer type,
Integer start,
Integer limit) |
com.ptteng.wealth.finance.model.DebtApply |
getObjectById(Long id) |
Long |
getObjectsByCountSql(String sql) |
List<com.ptteng.wealth.finance.model.DebtApply> |
getObjectsByIds(List<Long> ids) |
List<com.ptteng.wealth.finance.model.DebtApply> |
getObjectsBySql(Class clz,
String sql) |
Long |
insert(com.ptteng.wealth.finance.model.DebtApply debtApply) |
List<com.ptteng.wealth.finance.model.DebtApply> |
insertList(List<com.ptteng.wealth.finance.model.DebtApply> debtApplyList) |
Integer |
intValue(Object rs) |
Long |
longValue(Object rs) |
com.ptteng.wealth.finance.model.DebtApply |
object2debtApply(Object[] rs) |
String |
stringValue(Object rs) |
boolean |
update(com.ptteng.wealth.finance.model.DebtApply debtApply) |
boolean |
updateList(List<com.ptteng.wealth.finance.model.DebtApply> debtApplyList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.wealth.finance.model.DebtApply debtApply) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.DebtApply> insertList(List<com.ptteng.wealth.finance.model.DebtApply> debtApplyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.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.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.finance.model.DebtApply debtApply)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.finance.model.DebtApply> debtApplyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.model.DebtApply getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.DebtApply> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getDebtApplyIdByOrderNoAndAdditional(String orderNo, String additional) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getDebtApplyIdByOrderNoAndAdditional 在接口中 com.ptteng.wealth.finance.service.DebtApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getDebtApplyIdsByUid(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getDebtApplyIdsByUid 在接口中 com.ptteng.wealth.finance.service.DebtApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getDebtApplyIdsByStatus(Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getDebtApplyIdsByStatus 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getDebtApplyIdsByUidAndStatus(Long uid, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getDebtApplyIdsByUidAndStatus 在接口中 com.ptteng.wealth.finance.service.DebtApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getDebtApplyIdsByUidAndType(Long uid, Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getDebtApplyIdsByUidAndType 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countDebtApplyIdsByUidAndType(Long uid, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countDebtApplyIdsByUidAndType 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.DebtApply> getObjectsBySql(Class clz, String sql) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsBySql 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getObjectsByCountSql(String sql) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByCountSql 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countDebtApplyIdsByUid(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countDebtApplyIdsByUid 在接口中 com.ptteng.wealth.finance.service.DebtApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countDebtApplyIdsByUidAndStatus(Long uid, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countDebtApplyIdsByUidAndStatus 在接口中 com.ptteng.wealth.finance.service.DebtApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getDebtApplyIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getDebtApplyIds 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countDebtApplyIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countDebtApplyIds 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Boolean addDebtApply(com.ptteng.wealth.finance.model.Order order, Long loanProductId, com.ptteng.wealth.user.model.User user) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
addDebtApply 在接口中 com.ptteng.wealth.finance.service.DebtApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.model.DebtApply object2debtApply(Object[] rs)
public BigDecimal bigDecimalValue(Object rs)
Copyright © 2017. All rights reserved.