public interface CustomerRateCategoryService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countCustomerRateCategoryIds() |
Integer |
countCustomerRateCategoryIdsByCustomerRateId(Long customerRateId) |
boolean |
delete(Long id) |
List<Long> |
getCustomerRateCategoryIds(Integer start,
Integer limit) |
List<Long> |
getCustomerRateCategoryIdsByCustomerRateId(Long customerRateId,
Integer start,
Integer limit) |
CustomerRateCategory |
getObjectById(Long id) |
List<CustomerRateCategory> |
getObjectsByIds(List<Long> ids) |
Long |
insert(CustomerRateCategory customerRateCategory) |
List<CustomerRateCategory> |
insertList(List<CustomerRateCategory> customerRateCategoryList) |
boolean |
update(CustomerRateCategory customerRateCategory) |
boolean |
updateList(List<CustomerRateCategory> customerRateCategoryList) |
Long insert(CustomerRateCategory customerRateCategory) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<CustomerRateCategory> insertList(List<CustomerRateCategory> customerRateCategoryList) 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(CustomerRateCategory customerRateCategory) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<CustomerRateCategory> customerRateCategoryList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCustomerRateCategory getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<CustomerRateCategory> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countCustomerRateCategoryIdsByCustomerRateId(Long customerRateId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getCustomerRateCategoryIdsByCustomerRateId(Long customerRateId, 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> getCustomerRateCategoryIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countCustomerRateCategoryIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.