public interface BaseClassifySpuService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
BaseClassifySpu |
getObjectById(Long id) |
List<BaseClassifySpu> |
getObjectsByIds(List<Long> ids) |
Long |
insert(BaseClassifySpu baseClassifySpu) |
List<BaseClassifySpu> |
insertList(List<BaseClassifySpu> baseClassifySpuList) |
boolean |
update(BaseClassifySpu baseClassifySpu) |
boolean |
updateList(List<BaseClassifySpu> baseClassifySpuList) |
Long insert(BaseClassifySpu baseClassifySpu) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<BaseClassifySpu> insertList(List<BaseClassifySpu> baseClassifySpuList) 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(BaseClassifySpu baseClassifySpu) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<BaseClassifySpu> baseClassifySpuList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionBaseClassifySpu getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<BaseClassifySpu> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countBaseClassifySpuIdsBySpuId(Long spuId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countBaseClassifySpuIdsByClassifyId(Long classifyId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countBaseClassifySpuIdsByClassifyIdAndMerchantId(Long classifyId, Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getBaseClassifySpuIdsBySpuId(Long spuId, 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> getBaseClassifySpuIdsByClassifyId(Long classifyId, 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> getBaseClassifySpuIdsByClassifyIdAndMerchantId(Long classifyId, Long merchantId, 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> getBaseClassifySpuIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countBaseClassifySpuIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.