Class NumberOfUnitsAttributeHandler
java.lang.Object
de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<Integer,PatchExecutionModel>
de.hybris.platform.patches.attribute.NumberOfUnitsAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Integer,PatchExecutionModel>
public class NumberOfUnitsAttributeHandler
extends AbstractDynamicAttributeHandler<Integer,PatchExecutionModel>
Provider for dynamic attribute 'numberOfUnits'.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(PatchExecutionModel model) Holds logic behind getter for dynamic attribute.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService) Methods inherited from class de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler
set
-
Constructor Details
-
NumberOfUnitsAttributeHandler
public NumberOfUnitsAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<Integer,PatchExecutionModel> - Overrides:
getin classAbstractDynamicAttributeHandler<Integer,PatchExecutionModel> - Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
setFlexibleSearchService
-