Interface OMSAConfigurationService
- All Known Implementing Classes:
DefaultOMSAConfigurationService
public interface OMSAConfigurationService
Javadoc comment for
OMSAConfigurationService
This is the interface containing various OMSA Configuration functions.-
Method Summary
Modifier and TypeMethodDescriptiongetStrategyID(BaseStoreModel baseStoreModel) Get the strategy id from basestore configurationbooleanisATPCheckEnabled(BaseStoreModel store) Checks if the ATP is enabledbooleanisPhysicalProduct(ProductModel productModel) Checks if the Product is a physical ProductbooleanChecks if the Sourcing is enabled
-
Method Details
-
getStrategyID
Get the strategy id from basestore configuration- Parameters:
baseStoreModel- baseStoreModel- Returns:
- String
-
isATPCheckEnabled
Checks if the ATP is enabled- Parameters:
store- store- Returns:
- boolean
-
isSourcingCheckEnabled
Checks if the Sourcing is enabled- Parameters:
store- store- Returns:
- boolean
-
isPhysicalProduct
Checks if the Product is a physical Product- Parameters:
productModel- productModel- Returns:
- boolean
-