public class BaseClassifySpuServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.micro.mall.service.BaseClassifySpuService
| 构造器和说明 |
|---|
BaseClassifySpuServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countBaseClassifySpuIds() |
Integer |
countBaseClassifySpuIdsByClassifyId(Long classifyId) |
Integer |
countBaseClassifySpuIdsByClassifyIdAndMerchantId(Long classifyId,
Long merchantId) |
Integer |
countBaseClassifySpuIdsBySpuId(Long spuId) |
boolean |
delete(Long id) |
List<Long> |
getBaseClassifySpuIds(Integer start,
Integer limit) |
List<Long> |
getBaseClassifySpuIdsByClassifyId(Long classifyId,
Integer start,
Integer limit) |
List<Long> |
getBaseClassifySpuIdsByClassifyIdAndMerchantId(Long classifyId,
Long merchantId,
Integer start,
Integer limit) |
List<Long> |
getBaseClassifySpuIdsBySpuId(Long spuId,
Integer start,
Integer limit) |
com.ptteng.micro.mall.model.BaseClassifySpu |
getObjectById(Long id) |
List<com.ptteng.micro.mall.model.BaseClassifySpu> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.micro.mall.model.BaseClassifySpu baseClassifySpu) |
List<com.ptteng.micro.mall.model.BaseClassifySpu> |
insertList(List<com.ptteng.micro.mall.model.BaseClassifySpu> baseClassifySpuList) |
boolean |
update(com.ptteng.micro.mall.model.BaseClassifySpu baseClassifySpu) |
boolean |
updateList(List<com.ptteng.micro.mall.model.BaseClassifySpu> baseClassifySpuList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.micro.mall.model.BaseClassifySpu baseClassifySpu) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.BaseClassifySpu> insertList(List<com.ptteng.micro.mall.model.BaseClassifySpu> baseClassifySpuList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.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.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.micro.mall.model.BaseClassifySpu baseClassifySpu)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.micro.mall.model.BaseClassifySpu> baseClassifySpuList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.micro.mall.model.BaseClassifySpu getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.BaseClassifySpu> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getBaseClassifySpuIdsBySpuId(Long spuId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBaseClassifySpuIdsBySpuId 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getBaseClassifySpuIdsByClassifyId(Long classifyId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBaseClassifySpuIdsByClassifyId 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getBaseClassifySpuIdsByClassifyIdAndMerchantId(Long classifyId, Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBaseClassifySpuIdsByClassifyIdAndMerchantId 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBaseClassifySpuIdsBySpuId(Long spuId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBaseClassifySpuIdsBySpuId 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBaseClassifySpuIdsByClassifyId(Long classifyId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBaseClassifySpuIdsByClassifyId 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBaseClassifySpuIdsByClassifyIdAndMerchantId(Long classifyId, Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBaseClassifySpuIdsByClassifyIdAndMerchantId 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getBaseClassifySpuIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getBaseClassifySpuIds 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countBaseClassifySpuIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countBaseClassifySpuIds 在接口中 com.ptteng.micro.mall.service.BaseClassifySpuServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.