Interface SapCpiOrderDestinationService
- All Known Implementing Classes:
SapCpiOmmOrderDestinationService
public interface SapCpiOrderDestinationService
Handles IDoc endpoint for outbound order replication
-
Method Summary
Modifier and TypeMethodDescriptiondetermineUrlDestination(SAPLogicalSystemModel sapLogicalSystem) Determine the URL destination based on the target system supported destination IDoc, SOAP, or MDMextractSapClient(SAPLogicalSystemModel sapLogicalSystem) Return sap-client for IDoc destinationRead the default SAP logical system from back-office configurationreadSapLogicalSystem(BaseStoreModel baseStoreModel, String warehouse) Read SAP logical system from back-office configuration given base store and warehousereadSapLogicalSystem(String sapLogicalSystemName) Read SAP logical system from back-office configuration given the logical system name
-
Method Details
-
readSapLogicalSystem
SAPLogicalSystemModel readSapLogicalSystem()Read the default SAP logical system from back-office configuration- Returns:
- SAPLogicalSystemModel
-
readSapLogicalSystem
Read SAP logical system from back-office configuration given base store and warehouse- Parameters:
baseStoreModel- Store associated with orderwarehouse- Warehouse code- Returns:
- SAPLogicalSystemModel
-
readSapLogicalSystem
Read SAP logical system from back-office configuration given the logical system name- Parameters:
sapLogicalSystemName- SAP Backend System name- Returns:
- SAPLogicalSystemModel
-
extractSapClient
Return sap-client for IDoc destination- Parameters:
sapLogicalSystem- SAP Backend System- Returns:
- sap-client
-
determineUrlDestination
Determine the URL destination based on the target system supported destination IDoc, SOAP, or MDM- Parameters:
sapLogicalSystem- SAP Backend System- Returns:
- URL destination
-