public class StockOrderPrintServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.micro.mall.service.StockOrderPrintService
| 构造器和说明 |
|---|
StockOrderPrintServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countStockOrderPrintIds() |
Integer |
countStockOrderPrintIdsByMerchantId(Long merchantId) |
Integer |
countStockOrderPrintIdsByMerchantIdAndStatus(Long merchantId,
Integer status) |
Integer |
countStockOrderPrintIdsByMerchantIdOrderByCreateAt(Long merchantId) |
boolean |
delete(Long id) |
com.ptteng.micro.mall.model.StockOrderPrint |
getObjectById(Long id) |
List<com.ptteng.micro.mall.model.StockOrderPrint> |
getObjectsByIds(List<Long> ids) |
Long |
getStockOrderPrintIdByMerchantIdAndStockOrderIdAndOrderType(Long merchantId,
Long stockOrderId,
Integer orderType) |
List<Long> |
getStockOrderPrintIds(Integer start,
Integer limit) |
List<Long> |
getStockOrderPrintIdsByMerchantId(Long merchantId,
Integer start,
Integer limit) |
List<Long> |
getStockOrderPrintIdsByMerchantIdAndStatus(Long merchantId,
Integer status,
Integer start,
Integer limit) |
List<Long> |
getStockOrderPrintIdsByMerchantIdOrderByCreateAt(Long merchantId,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.micro.mall.model.StockOrderPrint stockOrderPrint) |
List<com.ptteng.micro.mall.model.StockOrderPrint> |
insertList(List<com.ptteng.micro.mall.model.StockOrderPrint> stockOrderPrintList) |
boolean |
update(com.ptteng.micro.mall.model.StockOrderPrint stockOrderPrint) |
boolean |
updateList(List<com.ptteng.micro.mall.model.StockOrderPrint> stockOrderPrintList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.micro.mall.model.StockOrderPrint stockOrderPrint) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.StockOrderPrint> insertList(List<com.ptteng.micro.mall.model.StockOrderPrint> stockOrderPrintList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.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.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.micro.mall.model.StockOrderPrint stockOrderPrint)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.micro.mall.model.StockOrderPrint> stockOrderPrintList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.micro.mall.model.StockOrderPrint getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.StockOrderPrint> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStockOrderPrintIdsByMerchantIdAndStatus(Long merchantId, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockOrderPrintIdsByMerchantIdAndStatus 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStockOrderPrintIdsByMerchantId(Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockOrderPrintIdsByMerchantId 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getStockOrderPrintIdByMerchantIdAndStockOrderIdAndOrderType(Long merchantId, Long stockOrderId, Integer orderType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockOrderPrintIdByMerchantIdAndStockOrderIdAndOrderType 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStockOrderPrintIdsByMerchantIdOrderByCreateAt(Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockOrderPrintIdsByMerchantIdOrderByCreateAt 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStockOrderPrintIdsByMerchantIdAndStatus(Long merchantId, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStockOrderPrintIdsByMerchantIdAndStatus 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStockOrderPrintIdsByMerchantId(Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStockOrderPrintIdsByMerchantId 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStockOrderPrintIdsByMerchantIdOrderByCreateAt(Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStockOrderPrintIdsByMerchantIdOrderByCreateAt 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getStockOrderPrintIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStockOrderPrintIds 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countStockOrderPrintIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countStockOrderPrintIds 在接口中 com.ptteng.micro.mall.service.StockOrderPrintServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.