Class SapRevenueCloudMarketIdTranslator

java.lang.Object
de.hybris.platform.impex.jalo.translators.AbstractValueTranslator
com.sap.hybris.saprevenuecloudproduct.inbound.SapRevenueCloudMarketIdTranslator

@Deprecated(since="1811", forRemoval=true) public class SapRevenueCloudMarketIdTranslator extends de.hybris.platform.impex.jalo.translators.AbstractValueTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
This class is deprecated since 1811. Market to catalog mapping is now achieved in SAP Cloud Platform Integration by maintaining a separate Value Mapping
Sap Revenue Cloud market ID translator. Responsible for translating the market ID to the catalog version in the impex
  • Constructor Details

    • SapRevenueCloudMarketIdTranslator

      public SapRevenueCloudMarketIdTranslator()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • exportValue

      public String exportValue(Object obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
      No export supported. Throws UnsupportedOperationException
      Specified by:
      exportValue in class de.hybris.platform.impex.jalo.translators.AbstractValueTranslator
      Parameters:
      obj - - imput object
      Returns:
      String
    • importValue

      public Object importValue(String marketId, de.hybris.platform.jalo.Item importItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Imports the market ID and converts it to catalog version
      Specified by:
      importValue in class de.hybris.platform.impex.jalo.translators.AbstractValueTranslator
      Parameters:
      marketId - - market ID
      importItem - - current import item
      Returns:
      Object
    • getSapRevenueCloudProductInboudHelper

      public SapRevenueCloudProductInboudHelper getSapRevenueCloudProductInboudHelper()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      the sapRevenueCloudProductInboudHelper
    • setSapRevenueCloudProductInboudHelper

      public void setSapRevenueCloudProductInboudHelper(SapRevenueCloudProductInboudHelper sapRevenueCloudProductInboudHelper)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      sapRevenueCloudProductInboudHelper - the sapRevenueCloudProductInboudHelper to set