Class AbstractOverviewPopulator
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.facades.populator.AbstractOverviewPopulator
-
- Direct Known Subclasses:
ConfigurationOverviewInstancePopulator,VariantOverviewValuePopulator
public abstract class AbstractOverviewPopulator extends java.lang.ObjectAbstract base class for populators suitable to populate the product configuration overview page.
-
-
Constructor Summary
Constructors Constructor Description AbstractOverviewPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ValuePositionTypeEnumdetermineValuePositionType(int sizeOfValueList, int index)Determines value for valuePositionType depending on position of value and size of value list.
-
-
-
Method Detail
-
determineValuePositionType
protected ValuePositionTypeEnum determineValuePositionType(int sizeOfValueList, int index)
Determines value for valuePositionType depending on position of value and size of value list.- Parameters:
sizeOfValueList-index-- Returns:
- valuePositionType
-
-