Interface OMSAConfigurationService

All Known Implementing Classes:
DefaultOMSAConfigurationService

public interface OMSAConfigurationService
Javadoc comment for OMSAConfigurationService This is the interface containing various OMSA Configuration functions.
  • Method Details

    • getStrategyID

      String getStrategyID(BaseStoreModel baseStoreModel)
      Get the strategy id from basestore configuration
      Parameters:
      baseStoreModel - baseStoreModel
      Returns:
      String
    • isATPCheckEnabled

      boolean isATPCheckEnabled(BaseStoreModel store)
      Checks if the ATP is enabled
      Parameters:
      store - store
      Returns:
      boolean
    • isSourcingCheckEnabled

      boolean isSourcingCheckEnabled(BaseStoreModel store)
      Checks if the Sourcing is enabled
      Parameters:
      store - store
      Returns:
      boolean
    • isPhysicalProduct

      boolean isPhysicalProduct(ProductModel productModel)
      Checks if the Product is a physical Product
      Parameters:
      productModel - productModel
      Returns:
      boolean