public interface GoodsSkuRentFeePeriodService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countGoodsSkuRentFeePeriodIds() |
Integer |
countGoodsSkuRentFeePeriodIdsBySkuId(Long skuId) |
boolean |
delete(Long id) |
Long |
getGoodsSkuRentFeePeriodIdBySkuIdAndRentPeriod(Long skuId,
Integer rentPeriod) |
List<Long> |
getGoodsSkuRentFeePeriodIds(Integer start,
Integer limit) |
List<Long> |
getGoodsSkuRentFeePeriodIdsBySkuId(Long skuId,
Integer start,
Integer limit) |
GoodsSkuRentFeePeriod |
getObjectById(Long id) |
List<GoodsSkuRentFeePeriod> |
getObjectsByIds(List<Long> ids) |
Long |
insert(GoodsSkuRentFeePeriod goodsSkuRentFeePeriod) |
List<GoodsSkuRentFeePeriod> |
insertList(List<GoodsSkuRentFeePeriod> goodsSkuRentFeePeriodList) |
boolean |
update(GoodsSkuRentFeePeriod goodsSkuRentFeePeriod) |
boolean |
updateList(List<GoodsSkuRentFeePeriod> goodsSkuRentFeePeriodList) |
Long insert(GoodsSkuRentFeePeriod goodsSkuRentFeePeriod) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GoodsSkuRentFeePeriod> insertList(List<GoodsSkuRentFeePeriod> goodsSkuRentFeePeriodList) 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(GoodsSkuRentFeePeriod goodsSkuRentFeePeriod) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<GoodsSkuRentFeePeriod> goodsSkuRentFeePeriodList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionGoodsSkuRentFeePeriod getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GoodsSkuRentFeePeriod> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsSkuRentFeePeriodIdsBySkuId(Long skuId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGoodsSkuRentFeePeriodIdsBySkuId(Long skuId, 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> getGoodsSkuRentFeePeriodIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsSkuRentFeePeriodIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getGoodsSkuRentFeePeriodIdBySkuIdAndRentPeriod(Long skuId, Integer rentPeriod) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.