Interface SapS4OrderManagementConfigService
- All Known Implementing Classes:
DefaultSapS4OrderManagementConfigService
public interface SapS4OrderManagementConfigService
Sap S4 Synchronous Order management service to read the configuration.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod to check if ATP check is enabled.booleanMethod to check if cart pricing is enabled.booleanMethod to check if catalog pricing is enabled.booleanMethod to check if credit check is enabled.booleanMethod to check if synchronous order is enabled.booleanMethod to check if synchronous order history is enabled.
-
Method Details
-
isCartPricingEnabled
boolean isCartPricingEnabled()Method to check if cart pricing is enabled.- Returns:
- boolean
-
isCatalogPricingEnabled
boolean isCatalogPricingEnabled()Method to check if catalog pricing is enabled.- Returns:
- boolean
-
isCreditCheckActive
boolean isCreditCheckActive()Method to check if credit check is enabled.- Returns:
- boolean
-
isATPCheckActive
boolean isATPCheckActive()Method to check if ATP check is enabled.- Returns:
- boolean
-
isS4SynchronousOrderEnabled
boolean isS4SynchronousOrderEnabled()Method to check if synchronous order is enabled.- Returns:
- boolean
-
isS4SynchronousOrderHistoryEnabled
boolean isS4SynchronousOrderHistoryEnabled()Method to check if synchronous order history is enabled.- Returns:
- boolean
-