public class WaimaiOrderSCAClient extends Object implements WaimaiOrderHandleService
| Constructor and Description |
|---|
WaimaiOrderSCAClient() |
| Modifier and Type | Method and Description |
|---|---|
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) |
WaimaiOrderHandleService |
getWaimaiOrderHandleService() |
void |
setWaimaiOrderHandleService(WaimaiOrderHandleService waimaiOrderHandleService) |
public WaimaiOrderHandleService getWaimaiOrderHandleService()
public void setWaimaiOrderHandleService(WaimaiOrderHandleService waimaiOrderHandleService)
public void confirm(Long mchId, Long storeId, Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
confirm in interface 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 in interface 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 in interface 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 in interface 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 in interface WaimaiOrderHandleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.