public class LoanProductSCAClient extends Object implements LoanProductService
| 构造器和说明 |
|---|
LoanProductSCAClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
delete(Long id) |
void |
deleteList(Class aClass,
List<Long> list) |
boolean |
fakeDelete(Class aClass,
Long aLong) |
List<Long> |
getIdsByDynamicCondition(Class aClass,
Map<String,Object> map,
Integer integer,
Integer integer1) |
List<Long> |
getLoanIds(Integer start,
Integer limit) |
List<LoanProduct> |
getLoanProductByManner(Integer payManner) |
LoanProductService |
getLoanProductService() |
Object |
getObjectByDynamicCondition(Class aClass,
Map<String,Object> map,
Integer integer,
Integer integer1) |
LoanProduct |
getObjectById(Long id) |
List<LoanProduct> |
getObjectsByIds(List<Long> ids) |
Long |
insert(LoanProduct loanProduct) |
void |
setLoanProductService(LoanProductService loanProductService) |
boolean |
update(LoanProduct loanProduct) |
public LoanProductService getLoanProductService()
public void setLoanProductService(LoanProductService loanProductService)
public Long insert(LoanProduct loanProduct) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 LoanProductServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 LoanProductServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(LoanProduct loanProduct) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
update 在接口中 LoanProductServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic LoanProduct getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 LoanProductServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<LoanProduct> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 LoanProductServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getLoanIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getLoanIds 在接口中 LoanProductServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<LoanProduct> getLoanProductByManner(Integer payManner) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getLoanProductByManner 在接口中 LoanProductServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getIdsByDynamicCondition(Class aClass, Map<String,Object> map, Integer integer, Integer integer1) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getIdsByDynamicCondition 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Object getObjectByDynamicCondition(Class aClass, Map<String,Object> map, Integer integer, Integer integer1) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectByDynamicCondition 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean fakeDelete(Class aClass, Long aLong) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
fakeDelete 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void deleteList(Class aClass, List<Long> list) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
deleteList 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.