public class StockOutOrderServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.micro.mall.service.StockOutOrderService
| 构造器和说明 |
|---|
StockOutOrderServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countStockOutOrderIds() |
Integer |
countStockOutOrderIdsByMerchantId(Long merchantId) |
Integer |
countStockOutOrderIdsByMerchantIdAndStatus(Long merchantId,
Integer status) |
boolean |
delete(Long id) |
com.ptteng.micro.mall.model.StockOutOrder |
getObjectById(Long id) |
List<com.ptteng.micro.mall.model.StockOutOrder> |
getObjectsByIds(List<Long> ids) |
Long |
getStockOutOrderIdByPurchaseNo(String purchaseNo) |
List<Long> |
getStockOutOrderIds(Integer start,
Integer limit) |
List<Long> |
getStockOutOrderIdsByMerchantId(Long merchantId,
Integer start,
Integer limit) |
List<Long> |
getStockOutOrderIdsByMerchantIdAndStatus(Long merchantId,
Integer status,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.micro.mall.model.StockOutOrder stockOutOrder) |
List<com.ptteng.micro.mall.model.StockOutOrder> |
insertList(List<com.ptteng.micro.mall.model.StockOutOrder> stockOutOrderList) |
boolean |
update(com.ptteng.micro.mall.model.StockOutOrder stockOutOrder) |
boolean |
updateList(List<com.ptteng.micro.mall.model.StockOutOrder> stockOutOrderList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.micro.mall.model.StockOutOrder stockOutOrder) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.micro.mall.service.StockOutOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.StockOutOrder> insertList(List<com.ptteng.micro.mall.model.StockOutOrder> stockOutOrderList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.micro.mall.service.StockOutOrderServicecom.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.StockOutOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.micro.mall.model.StockOutOrder stockOutOrder)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.micro.mall.service.StockOutOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.micro.mall.model.StockOutOrder> stockOutOrderList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.micro.mall.service.StockOutOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.micro.mall.model.StockOutOrder getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.micro.mall.service.StockOutOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.StockOutOrder> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.micro.mall.service.StockOutOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getStockOutOrderIdByPurchaseNo(String purchaseNo) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockOutOrderIdByPurchaseNo 在接口中 com.ptteng.micro.mall.service.StockOutOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStockOutOrderIdsByMerchantId(Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockOutOrderIdsByMerchantId 在接口中 com.ptteng.micro.mall.service.StockOutOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStockOutOrderIdsByMerchantIdAndStatus(Long merchantId, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockOutOrderIdsByMerchantIdAndStatus 在接口中 com.ptteng.micro.mall.service.StockOutOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStockOutOrderIdsByMerchantId(Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStockOutOrderIdsByMerchantId 在接口中 com.ptteng.micro.mall.service.StockOutOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStockOutOrderIdsByMerchantIdAndStatus(Long merchantId, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStockOutOrderIdsByMerchantIdAndStatus 在接口中 com.ptteng.micro.mall.service.StockOutOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStockOutOrderIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockOutOrderIds 在接口中 com.ptteng.micro.mall.service.StockOutOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStockOutOrderIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStockOutOrderIds 在接口中 com.ptteng.micro.mall.service.StockOutOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.