@Component(value="UserService")
public class UserServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.user.service.UserService
| 构造器和说明 |
|---|
UserServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countUserIds() |
Integer |
countUserIdsByType(Integer type) |
boolean |
delete(Long id) |
com.ptteng.wealth.finance.service.account.AccountService |
getAccountService() |
com.ptteng.wealth.consign.service.ConsignmentService |
getConsignmentService() |
com.ptteng.wealth.finance.service.FundService |
getFundService() |
Long |
getLatestUserId() |
com.ptteng.wealth.user.model.User |
getObjectById(Long id) |
List<com.ptteng.wealth.user.model.User> |
getObjectsByIds(List<Long> ids) |
com.ptteng.wealth.user.service.PersonService |
getPersonService() |
com.ptteng.wealth.finance.service.account.UserAccountRelationService |
getUserAccountRelationService() |
Long |
getUserIdByKailinCode(String kailinCode) |
Long |
getUserIdByMobile(String mobile) |
List<Long> |
getUserIds(Integer start,
Integer limit) |
List<Long> |
getUserIdsByType(Integer type,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.wealth.user.model.User user) |
List<com.ptteng.wealth.user.model.User> |
insertList(List<com.ptteng.wealth.user.model.User> userList) |
Long |
insertUser(com.ptteng.wealth.user.model.User user) |
boolean |
pay(Long userId,
BigDecimal payMoney) |
void |
setAccountService(com.ptteng.wealth.finance.service.account.AccountService accountService) |
void |
setConsignmentService(com.ptteng.wealth.consign.service.ConsignmentService consignmentService) |
void |
setFundService(com.ptteng.wealth.finance.service.FundService fundService) |
void |
setPersonService(com.ptteng.wealth.user.service.PersonService personService) |
void |
setUserAccountRelationService(com.ptteng.wealth.finance.service.account.UserAccountRelationService userAccountRelationService) |
boolean |
update(com.ptteng.wealth.user.model.User user) |
boolean |
updateList(List<com.ptteng.wealth.user.model.User> userList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic com.ptteng.wealth.user.service.PersonService getPersonService()
public void setPersonService(com.ptteng.wealth.user.service.PersonService personService)
public com.ptteng.wealth.finance.service.FundService getFundService()
public void setFundService(com.ptteng.wealth.finance.service.FundService fundService)
public com.ptteng.wealth.finance.service.account.AccountService getAccountService()
public void setAccountService(com.ptteng.wealth.finance.service.account.AccountService accountService)
public com.ptteng.wealth.finance.service.account.UserAccountRelationService getUserAccountRelationService()
public void setUserAccountRelationService(com.ptteng.wealth.finance.service.account.UserAccountRelationService userAccountRelationService)
public boolean pay(Long userId, BigDecimal payMoney) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
pay 在接口中 com.ptteng.wealth.user.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long insert(com.ptteng.wealth.user.model.User user) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.user.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long insertUser(com.ptteng.wealth.user.model.User user) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertUser 在接口中 com.ptteng.wealth.user.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getLatestUserId() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getLatestUserId 在接口中 com.ptteng.wealth.user.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.user.model.User> insertList(List<com.ptteng.wealth.user.model.User> userList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.user.service.UserServicecom.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.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.user.model.User user)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.user.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.user.model.User> userList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.user.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.user.model.User getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.user.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.user.model.User> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.user.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserIdsByType(Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserIdsByType 在接口中 com.ptteng.wealth.user.service.UserService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserIdsByType(Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserIdsByType 在接口中 com.ptteng.wealth.user.service.UserService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserIds 在接口中 com.ptteng.wealth.user.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserIds 在接口中 com.ptteng.wealth.user.service.UserServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getUserIdByMobile(String mobile) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserIdByMobile 在接口中 com.ptteng.wealth.user.service.UserService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getUserIdByKailinCode(String kailinCode) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserIdByKailinCode 在接口中 com.ptteng.wealth.user.service.UserService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.consign.service.ConsignmentService getConsignmentService()
public void setConsignmentService(com.ptteng.wealth.consign.service.ConsignmentService consignmentService)
Copyright © 2017. All rights reserved.