Class DataHubGoodsIssueTranslator
- java.lang.Object
-
- de.hybris.platform.impex.jalo.translators.AbstractSpecialValueTranslator
-
- de.hybris.platform.sap.orderexchange.inbound.events.DataHubTranslator<DataHubInboundDeliveryHelper>
-
- de.hybris.platform.sap.orderexchange.inbound.events.DataHubGoodsIssueTranslator
-
- All Implemented Interfaces:
SpecialValueTranslator
public class DataHubGoodsIssueTranslator extends DataHubTranslator<DataHubInboundDeliveryHelper>
Translator for Goods Issue process. It updates the consignments and finalized status
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringHELPER_BEAN
-
Constructor Summary
Constructors Constructor Description DataHubGoodsIssueTranslator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidperformImport(java.lang.String delivInfo, 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 delivInfo, 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:
delivInfo- the cell value stringprocessedItem- the item to import the value for- Throws:
ImpExException- indicates an import error
-
-