public interface GoodsSkuService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countGoodsSkuIds() |
Integer |
countGoodsSkuIdsByGoodsId(Long goodsId) |
Integer |
countGoodsSkuIdsByShelfStatusAndGoodsId(Integer shelfStatus,
Long goodsId) |
boolean |
delete(Long id) |
Long |
getGoodsSkuIdBySkuNumber(String skuNumber) |
List<Long> |
getGoodsSkuIds(Integer start,
Integer limit) |
List<Long> |
getGoodsSkuIdsByGoodsIdAndShelfStatusOrderBySortAndUpdateAt(Long goodsId,
Integer shelfStatus,
Integer start,
Integer limit) |
List<Long> |
getGoodsSkuIdsByGoodsIdOrderBySort(Long goodsId,
Integer start,
Integer limit) |
List<Long> |
getGoodsSkuIdsByShelfStatusAndGoodsId(Integer shelfStatus,
Long goodsId,
Integer start,
Integer limit) |
GoodsSku |
getObjectById(Long id) |
List<GoodsSku> |
getObjectsByIds(List<Long> ids) |
Long |
insert(GoodsSku goodsSku) |
List<GoodsSku> |
insertList(List<GoodsSku> goodsSkuList) |
boolean |
update(GoodsSku goodsSku) |
boolean |
updateList(List<GoodsSku> goodsSkuList) |
Long insert(GoodsSku goodsSku) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GoodsSku> insertList(List<GoodsSku> goodsSkuList) 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(GoodsSku goodsSku) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<GoodsSku> goodsSkuList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionGoodsSku getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<GoodsSku> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsSkuIdsByGoodsId(Long goodsId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGoodsSkuIdsByGoodsIdOrderBySort(Long goodsId, 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> getGoodsSkuIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsSkuIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getGoodsSkuIdBySkuNumber(String skuNumber) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGoodsSkuIdsByGoodsIdAndShelfStatusOrderBySortAndUpdateAt(Long goodsId, Integer shelfStatus, 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> getGoodsSkuIdsByShelfStatusAndGoodsId(Integer shelfStatus, Long goodsId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsSkuIdsByShelfStatusAndGoodsId(Integer shelfStatus, Long goodsId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.