Package de.hybris.platform.ldap.impex
Class ImpExEntry
java.lang.Object
de.hybris.platform.ldap.impex.ImpExEntry
This class represents an IMPEX "script block" entry. Such a "script block" consists of an header and its correspondig
value lines.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptiondefault constructor the default headermode will be "INSERT_UPDATE"ImpExEntry(ImpExEntry.HeaderMode mode, String type) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddImpExHeaderAttribute(int pos, String attribute) voidaddImpExHeaderAttribute(String attribute) this one callsvoidaddImpExHeaderDefault(String headerdefault) voidvoidvoidgetMode()voidsetMode(ImpExEntry.HeaderMode mode) voidsetTypeCode(Class type) voidsetTypeCode(String type) toString()
-
Field Details
-
VALUE_START_POSTION
public static final int VALUE_START_POSTION- See Also:
-
-
Constructor Details
-
ImpExEntry
public ImpExEntry()default constructor the default headermode will be "INSERT_UPDATE" -
ImpExEntry
-
ImpExEntry
-
-
Method Details
-
setMode
-
getMode
-
setTypeCode
-
setTypeCode
-
getTypeCode
-
addValue
-
addValues
-
addValues
-
addImpExHeaderAttribute
this one callsaddAttribute(currentHeaderPos++, attribute);
- Parameters:
attribute-
-
addImpExHeaderAttribute
-
getHeader
-
getValueLine
-
addImpExHeaderDefault
-
toString
-