public class StockInServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.micro.mall.service.StockInService
| 构造器和说明 |
|---|
StockInServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countStockInIds() |
Integer |
countStockInIdsBySkuId(Long skuId) |
Integer |
countStockInIdsBySpuId(Long spuId) |
boolean |
delete(Long id) |
com.ptteng.micro.mall.model.StockIn |
getObjectById(Long id) |
List<com.ptteng.micro.mall.model.StockIn> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getStockInIds(Integer start,
Integer limit) |
List<Long> |
getStockInIdsBySkuId(Long skuId,
Integer start,
Integer limit) |
List<Long> |
getStockInIdsBySpuId(Long spuId,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.micro.mall.model.StockIn stockIn) |
List<com.ptteng.micro.mall.model.StockIn> |
insertList(List<com.ptteng.micro.mall.model.StockIn> stockInList) |
boolean |
update(com.ptteng.micro.mall.model.StockIn stockIn) |
boolean |
updateList(List<com.ptteng.micro.mall.model.StockIn> stockInList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.micro.mall.model.StockIn stockIn) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.micro.mall.service.StockInServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.StockIn> insertList(List<com.ptteng.micro.mall.model.StockIn> stockInList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.micro.mall.service.StockInServicecom.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.StockInServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.micro.mall.model.StockIn stockIn)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.micro.mall.service.StockInServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.micro.mall.model.StockIn> stockInList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.micro.mall.service.StockInServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.micro.mall.model.StockIn getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.micro.mall.service.StockInServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.StockIn> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.micro.mall.service.StockInServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStockInIdsBySkuId(Long skuId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockInIdsBySkuId 在接口中 com.ptteng.micro.mall.service.StockInServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStockInIdsBySpuId(Long spuId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockInIdsBySpuId 在接口中 com.ptteng.micro.mall.service.StockInServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStockInIdsBySkuId(Long skuId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStockInIdsBySkuId 在接口中 com.ptteng.micro.mall.service.StockInServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStockInIdsBySpuId(Long spuId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStockInIdsBySpuId 在接口中 com.ptteng.micro.mall.service.StockInServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStockInIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockInIds 在接口中 com.ptteng.micro.mall.service.StockInServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStockInIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStockInIds 在接口中 com.ptteng.micro.mall.service.StockInServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.