public interface OrgApplyRecordService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countOrgApplyRecordIds() |
Integer |
countOrgApplyRecordIdsByOrgApplyId(Long orgApplyId) |
boolean |
delete(Long id) |
OrgApplyRecord |
getObjectById(Long id) |
List<OrgApplyRecord> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getOrgApplyRecordIds(Integer start,
Integer limit) |
List<Long> |
getOrgApplyRecordIdsByOrgApplyId(Long orgApplyId,
Integer start,
Integer limit) |
Long |
insert(OrgApplyRecord orgApplyRecord) |
List<OrgApplyRecord> |
insertList(List<OrgApplyRecord> orgApplyRecordList) |
boolean |
update(OrgApplyRecord orgApplyRecord) |
boolean |
updateList(List<OrgApplyRecord> orgApplyRecordList) |
Long insert(OrgApplyRecord orgApplyRecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<OrgApplyRecord> insertList(List<OrgApplyRecord> orgApplyRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean update(OrgApplyRecord orgApplyRecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<OrgApplyRecord> orgApplyRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionOrgApplyRecord getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<OrgApplyRecord> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countOrgApplyRecordIdsByOrgApplyId(Long orgApplyId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getOrgApplyRecordIdsByOrgApplyId(Long orgApplyId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getOrgApplyRecordIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countOrgApplyRecordIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.