@Component(value="OrgApplyService")
public class OrgApplyServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.user.service.OrgApplyService
| 构造器和说明 |
|---|
OrgApplyServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countOrgApplyIds() |
Integer |
createOrg(com.ptteng.wealth.user.model.OrgApply orgApply) |
List<Long> |
creditCodeIds(String code) |
boolean |
delete(Long id) |
com.ptteng.wealth.consign.service.ConsignmentService |
getConsignmentService() |
Environment |
getEnvironment() |
com.ptteng.wealth.user.model.OrgApply |
getObjectById(Long id) |
List<com.ptteng.wealth.user.model.OrgApply> |
getObjectsByIds(List<Long> ids) |
com.ptteng.wealth.user.service.OrganizationService |
getOrganizationService() |
Long |
getOrgApplyIdByMobile(String mobile) |
List<Long> |
getOrgApplyIds(Integer start,
Integer limit) |
com.ptteng.wealth.user.service.UserOpenidRelationService |
getUserOpenidRelationService() |
com.ptteng.wealth.user.service.UserService |
getUserService() |
Long |
insert(com.ptteng.wealth.user.model.OrgApply orgApply) |
List<com.ptteng.wealth.user.model.OrgApply> |
insertList(List<com.ptteng.wealth.user.model.OrgApply> orgApplyList) |
List<Long> |
licenseCodeIds(String code) |
List<Long> |
orgCodeIds(String code) |
void |
setConsignmentService(com.ptteng.wealth.consign.service.ConsignmentService consignmentService) |
void |
setEnvironment(Environment environment) |
void |
setOrganizationService(com.ptteng.wealth.user.service.OrganizationService organizationService) |
void |
setUserOpenidRelationService(com.ptteng.wealth.user.service.UserOpenidRelationService userOpenidRelationService) |
void |
setUserService(com.ptteng.wealth.user.service.UserService userService) |
boolean |
update(com.ptteng.wealth.user.model.OrgApply orgApply) |
boolean |
updateList(List<com.ptteng.wealth.user.model.OrgApply> orgApplyList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic Long insert(com.ptteng.wealth.user.model.OrgApply orgApply) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.user.service.OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.user.model.OrgApply> insertList(List<com.ptteng.wealth.user.model.OrgApply> orgApplyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.user.service.OrgApplyServicecom.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.user.service.OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.user.model.OrgApply orgApply)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.user.service.OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.user.model.OrgApply> orgApplyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.user.service.OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.user.model.OrgApply getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.user.service.OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.user.model.OrgApply> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.user.service.OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getOrgApplyIdByMobile(String mobile) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrgApplyIdByMobile 在接口中 com.ptteng.wealth.user.service.OrgApplyService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getOrgApplyIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrgApplyIds 在接口中 com.ptteng.wealth.user.service.OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countOrgApplyIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countOrgApplyIds 在接口中 com.ptteng.wealth.user.service.OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> orgCodeIds(String code) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
orgCodeIds 在接口中 com.ptteng.wealth.user.service.OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> licenseCodeIds(String code) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
licenseCodeIds 在接口中 com.ptteng.wealth.user.service.OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> creditCodeIds(String code) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
creditCodeIds 在接口中 com.ptteng.wealth.user.service.OrgApplyServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer createOrg(com.ptteng.wealth.user.model.OrgApply orgApply) throws com.gemantic.common.exception.ServiceDaoException, com.gemantic.common.exception.ServiceException
createOrg 在接口中 com.ptteng.wealth.user.service.OrgApplyServicecom.gemantic.common.exception.ServiceDaoExceptioncom.gemantic.common.exception.ServiceExceptionpublic com.ptteng.wealth.user.service.UserService getUserService()
public void setUserService(com.ptteng.wealth.user.service.UserService userService)
public com.ptteng.wealth.user.service.OrganizationService getOrganizationService()
public void setOrganizationService(com.ptteng.wealth.user.service.OrganizationService organizationService)
public com.ptteng.wealth.user.service.UserOpenidRelationService getUserOpenidRelationService()
public void setUserOpenidRelationService(com.ptteng.wealth.user.service.UserOpenidRelationService userOpenidRelationService)
public com.ptteng.wealth.consign.service.ConsignmentService getConsignmentService()
public void setConsignmentService(com.ptteng.wealth.consign.service.ConsignmentService consignmentService)
public Environment getEnvironment()
public void setEnvironment(Environment environment)
Copyright © 2017. All rights reserved.