Class AbstractConstraintNeedReloadAttributeHandler
java.lang.Object
de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<Boolean,AbstractConstraintModel>
de.hybris.platform.validation.model.AbstractConstraintNeedReloadAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Boolean,AbstractConstraintModel>
public class AbstractConstraintNeedReloadAttributeHandler
extends AbstractDynamicAttributeHandler<Boolean,AbstractConstraintModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(AbstractConstraintModel constraint) Holds logic behind getter for dynamic attribute.voidsetValidationService(ValidationService validationService) Methods inherited from class de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler
set
-
Constructor Details
-
AbstractConstraintNeedReloadAttributeHandler
public AbstractConstraintNeedReloadAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<Boolean,AbstractConstraintModel> - Overrides:
getin classAbstractDynamicAttributeHandler<Boolean,AbstractConstraintModel> - Parameters:
constraint- model for which dynamic attribute is declared.- Returns:
- computed value.
-
setValidationService
-