public class WaimaiServiceImpl extends Object implements com.ptteng.onway.platform.service.WaimaiService
| 构造器和说明 |
|---|
WaimaiServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.ptteng.onway.platform.model.WaimaiOrderMappingDTO |
findOrderMappingByTargetIdPlatformType(String targetId,
String platformType) |
com.ptteng.onway.platform.model.WaimaiStoreMappingDTO |
findStoreMappingByMappingIdPlatformType(String mappingId,
String platformType) |
com.ptteng.onway.platform.model.WaimaiStoreMappingDTO |
findStoreMappingByStoreIdPlatformType(Long storeId,
String platformType) |
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) |
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 在接口中 com.ptteng.onway.platform.service.WaimaiServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.onway.platform.model.WaimaiStoreMappingDTO findStoreMappingByMappingIdPlatformType(String mappingId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
findStoreMappingByMappingIdPlatformType 在接口中 com.ptteng.onway.platform.service.WaimaiServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.onway.platform.model.WaimaiStoreMappingDTO findStoreMappingByStoreIdPlatformType(Long storeId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
findStoreMappingByStoreIdPlatformType 在接口中 com.ptteng.onway.platform.service.WaimaiServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.onway.platform.model.WaimaiOrderMappingDTO findOrderMappingByTargetIdPlatformType(String targetId, String platformType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
findOrderMappingByTargetIdPlatformType 在接口中 com.ptteng.onway.platform.service.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 在接口中 com.ptteng.onway.platform.service.WaimaiServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.