Class DefaultCommonUtils

java.lang.Object
com.sap.retail.oaa.commerce.services.common.util.impl.DefaultCommonUtils
All Implemented Interfaces:
CommonUtils

public class DefaultCommonUtils extends Object implements CommonUtils
  • Constructor Details

    • DefaultCommonUtils

      public DefaultCommonUtils()
  • Method Details

    • isCAREnabled

      public boolean isCAREnabled()
      Specified by:
      isCAREnabled in interface CommonUtils
    • isCOSEnabled

      public boolean isCOSEnabled()
      Specified by:
      isCOSEnabled in interface CommonUtils
    • isCAREnabled

      public boolean isCAREnabled(AbstractOrderModel orderModel)
      Specified by:
      isCAREnabled in interface CommonUtils
    • isCOSEnabled

      public boolean isCOSEnabled(AbstractOrderModel orderModel)
      Specified by:
      isCOSEnabled in interface CommonUtils
    • isOAAEnabled

      public boolean isOAAEnabled(AbstractOrderModel orderModel)
      Description copied from interface: CommonUtils
      Determines whether OAA is enabled. If true then order is sent to OAA destination
      Specified by:
      isOAAEnabled in interface CommonUtils
      Parameters:
      orderModel - Order
      Returns:
      flag indicating whether OAA is enabled
    • isOAAEnabledExists

      protected boolean isOAAEnabledExists()
    • getBaseStoreService

      public de.hybris.platform.store.services.BaseStoreService getBaseStoreService()
    • setBaseStoreService

      public void setBaseStoreService(de.hybris.platform.store.services.BaseStoreService baseStoreService)