public interface RegistrationRecordService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countRegistrationRecordIds() |
Integer |
countRegistrationRecordIdsByRegistrationIdAndUserIdAndMerchantId(Long registrationId,
Long userId,
Long merchantId) |
boolean |
delete(Long id) |
RegistrationRecord |
getObjectById(Long id) |
List<RegistrationRecord> |
getObjectsByIds(List<Long> ids) |
Long |
getRegistrationRecordIdByRegistrationIdAndUserIdAndBoundTypeAndBoundId(Long registrationId,
Long userId,
Integer boundType,
Long boundId) |
List<Long> |
getRegistrationRecordIds(Integer start,
Integer limit) |
List<Long> |
getRegistrationRecordIdsByRegistrationIdAndUserIdAndMerchantId(Long registrationId,
Long userId,
Long merchantId,
Integer start,
Integer limit) |
Long |
insert(RegistrationRecord registrationRecord) |
List<RegistrationRecord> |
insertList(List<RegistrationRecord> registrationRecordList) |
boolean |
update(RegistrationRecord registrationRecord) |
boolean |
updateList(List<RegistrationRecord> registrationRecordList) |
Long insert(RegistrationRecord registrationRecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<RegistrationRecord> insertList(List<RegistrationRecord> registrationRecordList) 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(RegistrationRecord registrationRecord) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<RegistrationRecord> registrationRecordList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionRegistrationRecord getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<RegistrationRecord> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countRegistrationRecordIdsByRegistrationIdAndUserIdAndMerchantId(Long registrationId, Long userId, Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getRegistrationRecordIdByRegistrationIdAndUserIdAndBoundTypeAndBoundId(Long registrationId, Long userId, Integer boundType, Long boundId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getRegistrationRecordIdsByRegistrationIdAndUserIdAndMerchantId(Long registrationId, Long userId, Long merchantId, 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> getRegistrationRecordIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countRegistrationRecordIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2022. All rights reserved.