Class ConfigValueObject
- java.lang.Object
-
- de.hybris.bootstrap.xml.AbstractValueObject
-
- de.hybris.platform.ldap.jalo.configuration.valueobject.ConfigValueObject
-
public class ConfigValueObject extends AbstractValueObject
-
-
Constructor Summary
Constructors Constructor Description ConfigValueObject(java.util.Collection<TypeEntryValueObject> entries, java.util.Collection<MappingsValueObject> mappings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAfter(java.lang.String typecode)java.lang.StringgetBefore(java.lang.String typecode)java.lang.StringgetDefaultHeaderEntry(java.lang.String typecode)java.util.Collection<TypeEntryValueObject>getEntries()java.util.Map<java.lang.String,java.lang.String>getMappedValues(java.lang.String attribute)AttributesValueObjectgetTypeConfiguration(java.lang.String type)-
Methods inherited from class de.hybris.bootstrap.xml.AbstractValueObject
getEndLineNumber, getStartLineNumber, getXML, setEndLineNumber, setStartLineNumber, setXML, toString
-
-
-
-
Constructor Detail
-
ConfigValueObject
public ConfigValueObject(java.util.Collection<TypeEntryValueObject> entries, java.util.Collection<MappingsValueObject> mappings)
-
-
Method Detail
-
getMappedValues
public java.util.Map<java.lang.String,java.lang.String> getMappedValues(java.lang.String attribute)
-
getTypeConfiguration
public AttributesValueObject getTypeConfiguration(java.lang.String type)
-
getDefaultHeaderEntry
public java.lang.String getDefaultHeaderEntry(java.lang.String typecode)
-
getAfter
public java.lang.String getAfter(java.lang.String typecode)
-
getBefore
public java.lang.String getBefore(java.lang.String typecode)
-
getEntries
public java.util.Collection<TypeEntryValueObject> getEntries()
-
-