Class SapRevenueCloudSubscriptionPricePlanEndDateTranslator
- java.lang.Object
-
- de.hybris.platform.impex.jalo.translators.AbstractSpecialValueTranslator
-
- com.sap.hybris.saprevenuecloudproduct.inbound.SapRevenueCloudSubscriptionPricePlanEndDateTranslator
-
- All Implemented Interfaces:
SpecialValueTranslator
@Deprecated public class SapRevenueCloudSubscriptionPricePlanEndDateTranslator extends AbstractSpecialValueTranslator
Deprecated.This class is deprecated since 1811. Use the date function is SAP Cloud Platform Message MappingSapRevenueCloudSubscriptionPricePlanPostPersistenceHookcan be used for setting the end date forSubscriptionPricePlanModelSet the end date forSubscriptionPricePlanModel
-
-
Constructor Summary
Constructors Constructor Description SapRevenueCloudSubscriptionPricePlanEndDateTranslator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SapRevenueCloudProductInboudHelpergetSapRevenueCloudProductInboudHelper()Deprecated.java.lang.StringperformExport(Item item)Deprecated.No export supported.voidperformImport(java.lang.String cellValue, Item processedItem)Deprecated.Sets the endTime for all the OneTime charges specific for a Subscription price PlanvoidsetSapRevenueCloudProductInboudHelper(SapRevenueCloudProductInboudHelper sapRevenueCloudProductInboudHelper)Deprecated.-
Methods inherited from class de.hybris.platform.impex.jalo.translators.AbstractSpecialValueTranslator
init, isEmpty, validate
-
-
-
-
Method Detail
-
performImport
public void performImport(java.lang.String cellValue, Item processedItem) throws ImpExExceptionDeprecated.Sets the endTime for all the OneTime charges specific for a Subscription price Plan- Specified by:
performImportin interfaceSpecialValueTranslator- Overrides:
performImportin classAbstractSpecialValueTranslator- Parameters:
cellValue- - price plan IDprocessedItem- - current import item- Throws:
JaloInvalidParameterExceptionImpExException- indicates an import error
-
performExport
public java.lang.String performExport(Item item) throws ImpExException
Deprecated.No export supported. ThrowsImpExException- Specified by:
performExportin interfaceSpecialValueTranslator- Overrides:
performExportin classAbstractSpecialValueTranslator- Parameters:
obj- - imput object- Returns:
String- Throws:
ImpExException
-
getSapRevenueCloudProductInboudHelper
public SapRevenueCloudProductInboudHelper getSapRevenueCloudProductInboudHelper()
Deprecated.- Returns:
- the sapRevenueCloudProductInboudHelper
-
setSapRevenueCloudProductInboudHelper
public void setSapRevenueCloudProductInboudHelper(SapRevenueCloudProductInboudHelper sapRevenueCloudProductInboudHelper)
Deprecated.- Parameters:
sapRevenueCloudProductInboudHelper- the sapRevenueCloudProductInboudHelper to set
-
-