Class AbstractOverviewPopulator
java.lang.Object
de.hybris.platform.sap.productconfig.facades.populator.AbstractOverviewPopulator
- Direct Known Subclasses:
ConfigurationOverviewInstancePopulator,VariantOverviewValuePopulator
Abstract base class for populators suitable to populate the product configuration overview page.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ValuePositionTypeEnumdetermineValuePositionType(int sizeOfValueList, int index) Determines value for valuePositionType depending on position of value and size of value list.
-
Constructor Details
-
AbstractOverviewPopulator
public AbstractOverviewPopulator()
-
-
Method Details
-
determineValuePositionType
Determines value for valuePositionType depending on position of value and size of value list.- Parameters:
sizeOfValueList-index-- Returns:
- valuePositionType
-