Uses of Class
de.hybris.platform.impex.jalo.imp.ValueLine.ValueEntry
-
Packages that use ValueLine.ValueEntry Package Description de.hybris.platform.impex.jalo.imp de.hybris.platform.ruleengineservices.impex.impl -
-
Uses of ValueLine.ValueEntry in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that return ValueLine.ValueEntry Modifier and Type Method Description ValueLine.ValueEntryValueLine.ValueEntry. createCopy()Clones the entry by copying the source cell value.ValueLine.ValueEntryValueLine. getValueEntry(int index)Provides the value entry object for a given position.protected ValueLine.ValueEntryValueLine. resolveMissingEntry(int index, java.lang.Object resolvingValue)Marks the column value at positionindexas resolved with given value.protected ValueLine.ValueEntryValueLine. unresolveMissingEntry(int index)Marks the column value at positionindexas unresolved. -
Uses of ValueLine.ValueEntry in de.hybris.platform.ruleengineservices.impex.impl
Methods in de.hybris.platform.ruleengineservices.impex.impl that return ValueLine.ValueEntry Modifier and Type Method Description protected ValueLine.ValueEntryRuleImportCondition. getCodeValueEntry(ValueLine valueLine)
-