public class UserProductRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.finance.service.UserProductRelationService
| 构造器和说明 |
|---|
UserProductRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countUserProductRelationIds() |
Integer |
countUserProductRelationIdsByPid(Long pid) |
Integer |
countUserProductRelationIdsByPidAndUid(Long pid,
Long uid) |
Integer |
countUserProductRelationIdsByUid(Long uid) |
boolean |
delete(Long id) |
com.ptteng.wealth.finance.model.UserProductRelation |
getObjectById(Long id) |
List<com.ptteng.wealth.finance.model.UserProductRelation> |
getObjectsByIds(List<Long> ids) |
Long |
getUserProductRelationIdByUidAndPid(Long uid,
Long pid) |
List<Long> |
getUserProductRelationIds(Integer start,
Integer limit) |
List<Long> |
getUserProductRelationIdsByPid(Long pid,
Integer start,
Integer limit) |
List<Long> |
getUserProductRelationIdsByPidAndUid(Long pid,
Long uid,
Integer start,
Integer limit) |
List<Long> |
getUserProductRelationIdsByUid(Long uid,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.wealth.finance.model.UserProductRelation userProductRelation) |
List<com.ptteng.wealth.finance.model.UserProductRelation> |
insertList(List<com.ptteng.wealth.finance.model.UserProductRelation> userProductRelationList) |
boolean |
update(com.ptteng.wealth.finance.model.UserProductRelation userProductRelation) |
boolean |
updateList(List<com.ptteng.wealth.finance.model.UserProductRelation> userProductRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.wealth.finance.model.UserProductRelation userProductRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.finance.service.UserProductRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.UserProductRelation> insertList(List<com.ptteng.wealth.finance.model.UserProductRelation> userProductRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.finance.service.UserProductRelationServicecom.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.UserProductRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.finance.model.UserProductRelation userProductRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.finance.service.UserProductRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.finance.model.UserProductRelation> userProductRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.finance.service.UserProductRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.finance.model.UserProductRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.finance.service.UserProductRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.finance.model.UserProductRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.finance.service.UserProductRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getUserProductRelationIdByUidAndPid(Long uid, Long pid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserProductRelationIdByUidAndPid 在接口中 com.ptteng.wealth.finance.service.UserProductRelationService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserProductRelationIdsByPid(Long pid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserProductRelationIdsByPid 在接口中 com.ptteng.wealth.finance.service.UserProductRelationService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserProductRelationIdsByPidAndUid(Long pid, Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserProductRelationIdsByPidAndUid 在接口中 com.ptteng.wealth.finance.service.UserProductRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserProductRelationIdsByPidAndUid(Long pid, Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserProductRelationIdsByPidAndUid 在接口中 com.ptteng.wealth.finance.service.UserProductRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserProductRelationIdsByUid(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserProductRelationIdsByUid 在接口中 com.ptteng.wealth.finance.service.UserProductRelationService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserProductRelationIdsByPid(Long pid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserProductRelationIdsByPid 在接口中 com.ptteng.wealth.finance.service.UserProductRelationService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserProductRelationIdsByUid(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserProductRelationIdsByUid 在接口中 com.ptteng.wealth.finance.service.UserProductRelationService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserProductRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserProductRelationIds 在接口中 com.ptteng.wealth.finance.service.UserProductRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserProductRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserProductRelationIds 在接口中 com.ptteng.wealth.finance.service.UserProductRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.