public class SmallLoanServiceImpl extends Object implements SmallLoanService
| 限定符和类型 | 字段和说明 |
|---|---|
com.ptteng.wealth.admin.service.ConstantService |
constantService |
com.ptteng.wealth.finance.service.CreditApplyService |
creditApplyService |
com.ptteng.wealth.finance.service.FundService |
fundService |
com.ptteng.wealth.finance.service.LoanApplyService |
loanApplyService |
com.ptteng.wealth.user.service.UserService |
userService |
| 构造器和说明 |
|---|
SmallLoanServiceImpl() |
@Autowired public com.ptteng.wealth.finance.service.FundService fundService
@Autowired public com.ptteng.wealth.admin.service.ConstantService constantService
@Autowired public com.ptteng.wealth.finance.service.LoanApplyService loanApplyService
@Autowired public com.ptteng.wealth.user.service.UserService userService
@Autowired public com.ptteng.wealth.finance.service.CreditApplyService creditApplyService
public Boolean smallLoanLineApply(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
smallLoanLineApply 在接口中 SmallLoanServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Boolean check(Double price) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
check 在接口中 SmallLoanServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer smallLoanLineCheck(Double price, Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
smallLoanLineCheck 在接口中 SmallLoanServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer onlyDailySmallLoanLineCheck(Double price, Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
onlyDailySmallLoanLineCheck 在接口中 SmallLoanServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Boolean ifVerify(Double price) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
ifVerify 在接口中 SmallLoanServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.