public class StockInOrderServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.micro.mall.service.StockInOrderService
| 构造器和说明 |
|---|
StockInOrderServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countStockInOrderIds() |
Integer |
countStockInOrderIdsByMerchantId(Long merchantId) |
Integer |
countStockInOrderIdsByMerchantIdAndStatus(Long merchantId,
Integer status) |
boolean |
delete(Long id) |
com.ptteng.micro.mall.model.StockInOrder |
getObjectById(Long id) |
List<com.ptteng.micro.mall.model.StockInOrder> |
getObjectsByIds(List<Long> ids) |
Long |
getStockInOrderIdByPurchaseNo(String purchaseNo) |
List<Long> |
getStockInOrderIds(Integer start,
Integer limit) |
List<Long> |
getStockInOrderIdsByMerchantId(Long merchantId,
Integer start,
Integer limit) |
List<Long> |
getStockInOrderIdsByMerchantIdAndStatus(Long merchantId,
Integer status,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.micro.mall.model.StockInOrder stockInOrder) |
List<com.ptteng.micro.mall.model.StockInOrder> |
insertList(List<com.ptteng.micro.mall.model.StockInOrder> stockInOrderList) |
boolean |
update(com.ptteng.micro.mall.model.StockInOrder stockInOrder) |
boolean |
updateList(List<com.ptteng.micro.mall.model.StockInOrder> stockInOrderList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.micro.mall.model.StockInOrder stockInOrder) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.micro.mall.service.StockInOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.StockInOrder> insertList(List<com.ptteng.micro.mall.model.StockInOrder> stockInOrderList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.micro.mall.service.StockInOrderServicecom.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.StockInOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.micro.mall.model.StockInOrder stockInOrder)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.micro.mall.service.StockInOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.micro.mall.model.StockInOrder> stockInOrderList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.micro.mall.service.StockInOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.micro.mall.model.StockInOrder getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.micro.mall.service.StockInOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.StockInOrder> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.micro.mall.service.StockInOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStockInOrderIdsByMerchantIdAndStatus(Long merchantId, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockInOrderIdsByMerchantIdAndStatus 在接口中 com.ptteng.micro.mall.service.StockInOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStockInOrderIdsByMerchantId(Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockInOrderIdsByMerchantId 在接口中 com.ptteng.micro.mall.service.StockInOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getStockInOrderIdByPurchaseNo(String purchaseNo) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockInOrderIdByPurchaseNo 在接口中 com.ptteng.micro.mall.service.StockInOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStockInOrderIdsByMerchantIdAndStatus(Long merchantId, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStockInOrderIdsByMerchantIdAndStatus 在接口中 com.ptteng.micro.mall.service.StockInOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStockInOrderIdsByMerchantId(Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStockInOrderIdsByMerchantId 在接口中 com.ptteng.micro.mall.service.StockInOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStockInOrderIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockInOrderIds 在接口中 com.ptteng.micro.mall.service.StockInOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStockInOrderIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStockInOrderIds 在接口中 com.ptteng.micro.mall.service.StockInOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.