public class WaimaiSCAClient extends Object implements WaimaiService
| Constructor and Description |
|---|
WaimaiSCAClient() |
| Modifier and Type | Method and Description |
|---|---|
WaimaiOrderMappingDTO |
findOrderMappingByTargetIdPlatformType(String targetId,
String platformType) |
WaimaiStoreMappingDTO |
findStoreMappingByMappingIdPlatformType(String mappingId,
String platformType) |
WaimaiStoreMappingDTO |
findStoreMappingByStoreIdPlatformType(Long storeId,
String platformType) |
WaimaiService |
getWaimaiService() |
void |
saveOrderMapping(Long mchId,
Long storeId,
Long orderId,
String targetId,
String viewId,
String platformType) |
void |
saveWaiMaiLog(String cmd,
String method,
Boolean isSuccess,
String request,
String response) |
void |
setWaimaiService(WaimaiService waimaiService) |
public WaimaiService getWaimaiService()
public void setWaimaiService(WaimaiService waimaiService)
public void saveWaiMaiLog(String cmd, String method, Boolean isSuccess, String request, String response) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
saveWaiMaiLog in interface WaimaiServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic WaimaiStoreMappingDTO findStoreMappingByMappingIdPlatformType(String mappingId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
findStoreMappingByMappingIdPlatformType in interface WaimaiServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic WaimaiStoreMappingDTO findStoreMappingByStoreIdPlatformType(Long storeId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
findStoreMappingByStoreIdPlatformType in interface WaimaiServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic WaimaiOrderMappingDTO findOrderMappingByTargetIdPlatformType(String targetId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
findOrderMappingByTargetIdPlatformType in interface WaimaiServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void saveOrderMapping(Long mchId, Long storeId, Long orderId, String targetId, String viewId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
saveOrderMapping in interface WaimaiServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.