public interface ServiceRateItemService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countServiceRateItemIds() |
Integer |
countServiceRateItemIdsByServiceProviderRateId(Long serviceProviderRateId) |
boolean |
delete(Long id) |
ServiceRateItem |
getObjectById(Long id) |
List<ServiceRateItem> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getServiceRateItemIds(Integer start,
Integer limit) |
List<Long> |
getServiceRateItemIdsByServiceProviderRateId(Long serviceProviderRateId,
Integer start,
Integer limit) |
Long |
insert(ServiceRateItem serviceRateItem) |
List<ServiceRateItem> |
insertList(List<ServiceRateItem> serviceRateItemList) |
boolean |
update(ServiceRateItem serviceRateItem) |
boolean |
updateList(List<ServiceRateItem> serviceRateItemList) |
Long insert(ServiceRateItem serviceRateItem) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<ServiceRateItem> insertList(List<ServiceRateItem> serviceRateItemList) 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(ServiceRateItem serviceRateItem) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<ServiceRateItem> serviceRateItemList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionServiceRateItem getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<ServiceRateItem> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countServiceRateItemIdsByServiceProviderRateId(Long serviceProviderRateId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getServiceRateItemIdsByServiceProviderRateId(Long serviceProviderRateId, 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> getServiceRateItemIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countServiceRateItemIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.