Class DataHubOrderCancelTranslator
- java.lang.Object
-
- de.hybris.platform.impex.jalo.translators.AbstractSpecialValueTranslator
-
- de.hybris.platform.sap.orderexchange.inbound.events.DataHubTranslator<DataHubInboundOrderHelper>
-
- de.hybris.platform.sap.orderexchange.inbound.events.DataHubOrderCancelTranslator
-
- All Implemented Interfaces:
SpecialValueTranslator
public class DataHubOrderCancelTranslator extends DataHubTranslator<DataHubInboundOrderHelper>
This class includes the translator for order confirmation
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringHELPER_BEAN
-
Constructor Summary
Constructors Constructor Description DataHubOrderCancelTranslator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperformImport(java.lang.String orderInformation, Item processedItem)Called each time a non-empty cell value has to be imported.-
Methods inherited from class de.hybris.platform.sap.orderexchange.inbound.events.DataHubTranslator
getInboundHelper, init, isEmpty, performExport, setInboundHelper, validate
-
-
-
-
Field Detail
-
HELPER_BEAN
public static final java.lang.String HELPER_BEAN
- See Also:
- Constant Field Values
-
-
Method Detail
-
performImport
public void performImport(java.lang.String orderInformation, Item processedItem) throws ImpExExceptionDescription copied from interface:SpecialValueTranslatorCalled each time a non-empty cell value has to be imported.- Specified by:
performImportin interfaceSpecialValueTranslator- Overrides:
performImportin classAbstractSpecialValueTranslator- Parameters:
orderInformation- the cell value stringprocessedItem- the item to import the value for- Throws:
ImpExException- indicates an import error
-
-