Class ImpExEntry

java.lang.Object
de.hybris.platform.ldap.impex.ImpExEntry

public class ImpExEntry extends Object
This class represents an IMPEX "script block" entry. Such a "script block" consists of an header and its correspondig value lines.
  • Field Details

  • Constructor Details

  • Method Details

    • setMode

      public void setMode(ImpExEntry.HeaderMode mode)
    • getMode

      public ImpExEntry.HeaderMode getMode()
    • setTypeCode

      public void setTypeCode(Class type)
    • setTypeCode

      public void setTypeCode(String type)
    • getTypeCode

      public String getTypeCode()
    • addValue

      public void addValue(String ldapAttribute, int pos, String newValue)
    • addValues

      public void addValues(String ldapAttribute, List<String> values)
    • addValues

      public void addValues(String ldapAttribute, int pos, List<String> values)
    • addImpExHeaderAttribute

      public void addImpExHeaderAttribute(String attribute)
      this one calls
       addAttribute(currentHeaderPos++, attribute);
       
      Parameters:
      attribute -
    • addImpExHeaderAttribute

      public void addImpExHeaderAttribute(int pos, String attribute)
    • getHeader

      public String getHeader()
    • getValueLine

      public String getValueLine()
    • addImpExHeaderDefault

      public void addImpExHeaderDefault(String headerdefault)
    • toString

      public String toString()
      Overrides:
      toString in class Object