public class SkuServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.micro.mall.service.SkuService
| 构造器和说明 |
|---|
SkuServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countSkuIds() |
Integer |
countSkuIdsByMerchantId(Long merchantId) |
Integer |
countSkuIdsBySpuIdAndStatus(Long spuId,
Integer status) |
boolean |
delete(Long id) |
com.ptteng.micro.mall.model.Sku |
getObjectById(Long id) |
List<com.ptteng.micro.mall.model.Sku> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getSkuIds(Integer start,
Integer limit) |
List<Long> |
getSkuIdsByMerchantId(Long merchantId,
Integer start,
Integer limit) |
List<Long> |
getSkuIdsBySpuIdAndStatus(Long spuId,
Integer status,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.micro.mall.model.Sku sku) |
List<com.ptteng.micro.mall.model.Sku> |
insertList(List<com.ptteng.micro.mall.model.Sku> skuList) |
boolean |
update(com.ptteng.micro.mall.model.Sku sku) |
boolean |
updateList(List<com.ptteng.micro.mall.model.Sku> skuList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.micro.mall.model.Sku sku) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.micro.mall.service.SkuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.Sku> insertList(List<com.ptteng.micro.mall.model.Sku> skuList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.micro.mall.service.SkuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.micro.mall.service.SkuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.micro.mall.model.Sku sku)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.micro.mall.service.SkuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.micro.mall.model.Sku> skuList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.micro.mall.service.SkuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.micro.mall.model.Sku getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.micro.mall.service.SkuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.Sku> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.micro.mall.service.SkuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSkuIdsByMerchantId(Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSkuIdsByMerchantId 在接口中 com.ptteng.micro.mall.service.SkuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSkuIdsBySpuIdAndStatus(Long spuId, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSkuIdsBySpuIdAndStatus 在接口中 com.ptteng.micro.mall.service.SkuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countSkuIdsByMerchantId(Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countSkuIdsByMerchantId 在接口中 com.ptteng.micro.mall.service.SkuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countSkuIdsBySpuIdAndStatus(Long spuId, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countSkuIdsBySpuIdAndStatus 在接口中 com.ptteng.micro.mall.service.SkuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSkuIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSkuIds 在接口中 com.ptteng.micro.mall.service.SkuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countSkuIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countSkuIds 在接口中 com.ptteng.micro.mall.service.SkuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.