public class B2BUnitAddressDeletionNotificationTranslator extends AbstractSpecialValueTranslator
| Constructor and Description |
|---|
B2BUnitAddressDeletionNotificationTranslator() |
| Modifier and Type | Method and Description |
|---|---|
B2BUnitAddressDeletionService |
getB2BUnitAddressDeletionService() |
void |
init(SpecialColumnDescriptor columnDescriptor)
Called once upon header creation to do some initial setup logic.
|
boolean |
isEmpty(java.lang.String paramString)
Treats
null and '' as empty cells. |
java.lang.String |
performExport(Item paramItem)
Called each time an item is exported using the enclosing header.
|
void |
performImport(java.lang.String transformationExpression,
Item processedItem)
Called each time a non-empty cell value has to be imported.
|
void |
setB2BUnitAddressDeletionService(B2BUnitAddressDeletionService b2bUnitAddressDeletionService) |
validatepublic B2BUnitAddressDeletionNotificationTranslator()
public B2BUnitAddressDeletionService getB2BUnitAddressDeletionService()
public void setB2BUnitAddressDeletionService(B2BUnitAddressDeletionService b2bUnitAddressDeletionService)
b2bUnitAddressDeletionService - public void init(SpecialColumnDescriptor columnDescriptor) throws HeaderValidationException
SpecialValueTranslatorinit in interface SpecialValueTranslatorinit in class AbstractSpecialValueTranslatorcolumnDescriptor - the newly created column descriptorHeaderValidationException - indicates that the column descriptor is not configured properlypublic void performImport(java.lang.String transformationExpression,
Item processedItem)
throws ImpExException
SpecialValueTranslatorperformImport in interface SpecialValueTranslatorperformImport in class AbstractSpecialValueTranslatortransformationExpression - the cell value stringprocessedItem - the item to import the value forImpExException - indicates an import errorpublic java.lang.String performExport(Item paramItem) throws ImpExException
SpecialValueTranslatorperformExport in interface SpecialValueTranslatorperformExport in class AbstractSpecialValueTranslatorparamItem - the item to exportImpExException - indicates an export errorpublic boolean isEmpty(java.lang.String paramString)
AbstractSpecialValueTranslatornull and '' as empty cells.isEmpty in interface SpecialValueTranslatorisEmpty in class AbstractSpecialValueTranslatorparamString - the cell value stringtrue if the cell value is emptySpecialValueTranslator.isEmpty(java.lang.String)Copyright © 2018 SAP SE. All Rights Reserved.