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