public class OrgApplyRecordServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.wealth.user.service.OrgApplyRecordService
| 构造器和说明 |
|---|
OrgApplyRecordServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countOrgApplyRecordIds() |
Integer |
countOrgApplyRecordIdsByOrgApplyId(Long orgApplyId) |
boolean |
delete(Long id) |
com.ptteng.wealth.user.model.OrgApplyRecord |
getObjectById(Long id) |
List<com.ptteng.wealth.user.model.OrgApplyRecord> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getOrgApplyRecordIds(Integer start,
Integer limit) |
List<Long> |
getOrgApplyRecordIdsByOrgApplyId(Long orgApplyId,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.wealth.user.model.OrgApplyRecord orgApplyRecord) |
List<com.ptteng.wealth.user.model.OrgApplyRecord> |
insertList(List<com.ptteng.wealth.user.model.OrgApplyRecord> orgApplyRecordList) |
boolean |
update(com.ptteng.wealth.user.model.OrgApplyRecord orgApplyRecord) |
boolean |
updateList(List<com.ptteng.wealth.user.model.OrgApplyRecord> orgApplyRecordList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic Long insert(com.ptteng.wealth.user.model.OrgApplyRecord orgApplyRecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.wealth.user.service.OrgApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.user.model.OrgApplyRecord> insertList(List<com.ptteng.wealth.user.model.OrgApplyRecord> orgApplyRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.wealth.user.service.OrgApplyRecordServicecom.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.OrgApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.wealth.user.model.OrgApplyRecord orgApplyRecord)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.wealth.user.service.OrgApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.wealth.user.model.OrgApplyRecord> orgApplyRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.wealth.user.service.OrgApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.wealth.user.model.OrgApplyRecord getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.wealth.user.service.OrgApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.wealth.user.model.OrgApplyRecord> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.wealth.user.service.OrgApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getOrgApplyRecordIdsByOrgApplyId(Long orgApplyId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrgApplyRecordIdsByOrgApplyId 在接口中 com.ptteng.wealth.user.service.OrgApplyRecordService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countOrgApplyRecordIdsByOrgApplyId(Long orgApplyId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countOrgApplyRecordIdsByOrgApplyId 在接口中 com.ptteng.wealth.user.service.OrgApplyRecordService - com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getOrgApplyRecordIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrgApplyRecordIds 在接口中 com.ptteng.wealth.user.service.OrgApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countOrgApplyRecordIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countOrgApplyRecordIds 在接口中 com.ptteng.wealth.user.service.OrgApplyRecordServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.