Class SapRevenueCloudProductCodeTranslator
java.lang.Object
de.hybris.platform.impex.jalo.translators.AbstractValueTranslator
com.sap.hybris.saprevenuecloudproduct.inbound.SapRevenueCloudProductCodeTranslator
@Deprecated(since="1811",
forRemoval=true)
public class SapRevenueCloudProductCodeTranslator
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. This is achieved in SAP Cloud Platform Integration by maintaining a
separate Value Mapping
Translates the combination of
ProductModel' code and marketId to the ] ProductModel-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionexportValue(Object arg0) Deprecated, for removal: This API element is subject to removal in a future version.No export supported.Deprecated, for removal: This API element is subject to removal in a future version.importValue(String prodCodeMarkrtId, de.hybris.platform.jalo.Item importItem) Deprecated, for removal: This API element is subject to removal in a future version.Imports the product code and market ID combined with ':' and converts it to productvoidsetSapRevenueCloudProductInboudHelper(SapRevenueCloudProductInboudHelper sapRevenueCloudProductInboudHelper) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.impex.jalo.translators.AbstractValueTranslator
clearStatus, createTranslator, createTranslator, createTranslator, debug, error, getColumnDescriptor, getFlexibleSearch, info, init, isDebugEnabled, isInfoEnabled, setEmpty, setError, validate, warn, wasEmpty, wasUnresolved
-
Constructor Details
-
SapRevenueCloudProductCodeTranslator
public SapRevenueCloudProductCodeTranslator()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
exportValue
Deprecated, for removal: This API element is subject to removal in a future version.No export supported. ThrowsUnsupportedOperationException- Specified by:
exportValuein classde.hybris.platform.impex.jalo.translators.AbstractValueTranslator- Parameters:
obj- - imput object- Returns:
String
-
importValue
Deprecated, for removal: This API element is subject to removal in a future version.Imports the product code and market ID combined with ':' and converts it to product- Specified by:
importValuein classde.hybris.platform.impex.jalo.translators.AbstractValueTranslator- Parameters:
prodCodeMarkrtId- - product code and market ID combined with ':'importItem- - current import item- Returns:
Object
-
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
-