public interface AgentRateItemService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countAgentRateItemIds() |
Integer |
countAgentRateItemIdsByAgentProviderRateId(Long agentProviderRateId) |
boolean |
delete(Long id) |
List<Long> |
getAgentRateItemIds(Integer start,
Integer limit) |
List<Long> |
getAgentRateItemIdsByAgentProviderRateId(Long agentProviderRateId,
Integer start,
Integer limit) |
AgentRateItem |
getObjectById(Long id) |
List<AgentRateItem> |
getObjectsByIds(List<Long> ids) |
Long |
insert(AgentRateItem agentRateItem) |
List<AgentRateItem> |
insertList(List<AgentRateItem> agentRateItemList) |
boolean |
update(AgentRateItem agentRateItem) |
boolean |
updateList(List<AgentRateItem> agentRateItemList) |
Long insert(AgentRateItem agentRateItem) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<AgentRateItem> insertList(List<AgentRateItem> agentRateItemList) 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(AgentRateItem agentRateItem) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<AgentRateItem> agentRateItemList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionAgentRateItem getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<AgentRateItem> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countAgentRateItemIdsByAgentProviderRateId(Long agentProviderRateId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getAgentRateItemIdsByAgentProviderRateId(Long agentProviderRateId, 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> getAgentRateItemIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countAgentRateItemIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.