public class PersonApplyRecordServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.user.service.PersonApplyRecordService
| 构造器和说明 |
|---|
PersonApplyRecordServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countPersonApplyRecordIds() |
Integer |
countPersonApplyRecordIdsByPersonApplyId(Long personApplyId) |
boolean |
delete(Long id) |
com.ptteng.wealth.user.model.PersonApplyRecord |
getObjectById(Long id) |
List<com.ptteng.wealth.user.model.PersonApplyRecord> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getPersonApplyRecordIds(Integer start,
Integer limit) |
List<Long> |
getPersonApplyRecordIdsByPersonApplyId(Long personApplyId,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.wealth.user.model.PersonApplyRecord personApplyRecord) |
List<com.ptteng.wealth.user.model.PersonApplyRecord> |
insertList(List<com.ptteng.wealth.user.model.PersonApplyRecord> personApplyRecordList) |
boolean |
update(com.ptteng.wealth.user.model.PersonApplyRecord personApplyRecord) |
boolean |
updateList(List<com.ptteng.wealth.user.model.PersonApplyRecord> personApplyRecordList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic Long insert(com.ptteng.wealth.user.model.PersonApplyRecord personApplyRecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.user.service.PersonApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.user.model.PersonApplyRecord> insertList(List<com.ptteng.wealth.user.model.PersonApplyRecord> personApplyRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.user.service.PersonApplyRecordServicecom.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.PersonApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.user.model.PersonApplyRecord personApplyRecord)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.user.service.PersonApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.user.model.PersonApplyRecord> personApplyRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.user.service.PersonApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.user.model.PersonApplyRecord getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.user.service.PersonApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.user.model.PersonApplyRecord> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.user.service.PersonApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getPersonApplyRecordIdsByPersonApplyId(Long personApplyId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getPersonApplyRecordIdsByPersonApplyId 在接口中 com.ptteng.wealth.user.service.PersonApplyRecordService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countPersonApplyRecordIdsByPersonApplyId(Long personApplyId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countPersonApplyRecordIdsByPersonApplyId 在接口中 com.ptteng.wealth.user.service.PersonApplyRecordService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getPersonApplyRecordIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getPersonApplyRecordIds 在接口中 com.ptteng.wealth.user.service.PersonApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countPersonApplyRecordIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countPersonApplyRecordIds 在接口中 com.ptteng.wealth.user.service.PersonApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.