public class BaiduOrderServiceImpl extends BaiduAbstractService implements WaimaiOrderService
dishCategoryMappingDao, dishMappingDao, orderMappingDao| 构造器和说明 |
|---|
BaiduOrderServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
agreeRefund(Long mchId,
Long storeId,
Long orderId) |
void |
cancelOrder(Long mchId,
Long storeId,
Long orderId,
Long reasonId,
String reason) |
void |
completeOrder(Long mchId,
Long storeId,
Long orderId) |
void |
confirmOrder(Long mchId,
Long storeId,
Long orderId) |
void |
disagreeRefund(Long mchId,
Long storeId,
Long orderId,
String reason) |
getBdWmClientaddDishMapping, addDishMapping, checkDishPlatformById, checkDishPlatformByIds, checkStorePlatformById, findDishCategoryMapping, findDishMapping, findOrderMappingByOrderIdPlatformType, findOrderMappingByTargetPlatformType, findStoreMapping, findStoreMappingByMappingIdPlatformType, isBaiduOrder, isElemeOrder, isMeituanOrder, log, saveDishCategoryMapping, saveOrderMapping, saveOrderMapping, saveStoreMapping, updateDishMapping, updateOrderMappingpublic void confirmOrder(Long mchId, Long storeId, Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
confirmOrder 在接口中 WaimaiOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void cancelOrder(Long mchId, Long storeId, Long orderId, Long reasonId, String reason) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
cancelOrder 在接口中 WaimaiOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void completeOrder(Long mchId, Long storeId, Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
completeOrder 在接口中 WaimaiOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void agreeRefund(Long mchId, Long storeId, Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
agreeRefund 在接口中 WaimaiOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void disagreeRefund(Long mchId, Long storeId, Long orderId, String reason) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
disagreeRefund 在接口中 WaimaiOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.