public interface ManagerMerchantRelationService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countManagerMerchantRelationIds() |
Integer |
countManagerMerchantRelationIdsByManagerId(Long managerId) |
Integer |
countManagerMerchantRelationIdsByMerchantId(Long merchantId) |
boolean |
delete(Long id) |
List<Long> |
getManagerMerchantRelationIds(Integer start,
Integer limit) |
List<Long> |
getManagerMerchantRelationIdsByManagerId(Long managerId,
Integer start,
Integer limit) |
List<Long> |
getManagerMerchantRelationIdsByMerchantId(Long merchantId,
Integer start,
Integer limit) |
ManagerMerchantRelation |
getObjectById(Long id) |
List<ManagerMerchantRelation> |
getObjectsByIds(List<Long> ids) |
Long |
insert(ManagerMerchantRelation managerMerchantRelation) |
List<ManagerMerchantRelation> |
insertList(List<ManagerMerchantRelation> managerMerchantRelationList) |
boolean |
update(ManagerMerchantRelation managerMerchantRelation) |
boolean |
updateList(List<ManagerMerchantRelation> managerMerchantRelationList) |
Long insert(ManagerMerchantRelation managerMerchantRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<ManagerMerchantRelation> insertList(List<ManagerMerchantRelation> managerMerchantRelationList) 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(ManagerMerchantRelation managerMerchantRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<ManagerMerchantRelation> managerMerchantRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionManagerMerchantRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<ManagerMerchantRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countManagerMerchantRelationIdsByMerchantId(Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countManagerMerchantRelationIdsByManagerId(Long managerId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getManagerMerchantRelationIdsByMerchantId(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> getManagerMerchantRelationIdsByManagerId(Long managerId, 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> getManagerMerchantRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countManagerMerchantRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2020. All rights reserved.