public class OrderHandleServiceImpl extends Object implements com.ptteng.onway.platform.service.WaimaiOrderHandleService
| 构造器和说明 |
|---|
OrderHandleServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
agreeRefund(Long mchId,
Long storeId,
Long orderId) |
void |
cancel(Long mchId,
Long storeId,
Long orderId,
Long reasonId,
String reason) |
void |
complete(Long mchId,
Long storeId,
Long orderId) |
void |
confirm(Long mchId,
Long storeId,
Long orderId) |
void |
disagreeRefund(Long mchId,
Long storeId,
Long orderId,
String reason) |
public void confirm(Long mchId, Long storeId, Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
confirm 在接口中 com.ptteng.onway.platform.service.WaimaiOrderHandleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void cancel(Long mchId, Long storeId, Long orderId, Long reasonId, String reason) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
cancel 在接口中 com.ptteng.onway.platform.service.WaimaiOrderHandleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void complete(Long mchId, Long storeId, Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
complete 在接口中 com.ptteng.onway.platform.service.WaimaiOrderHandleServicecom.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 在接口中 com.ptteng.onway.platform.service.WaimaiOrderHandleServicecom.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 在接口中 com.ptteng.onway.platform.service.WaimaiOrderHandleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.