Class AsCategoryAwareSearchConfigurationCorruptedAttributeHandler
java.lang.Object
de.hybris.platform.adaptivesearch.model.attributes.AbstractAsAttributeHandler<Boolean,AsCategoryAwareSearchConfigurationModel>
de.hybris.platform.adaptivesearch.model.attributes.AsCategoryAwareSearchConfigurationCorruptedAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Boolean,AsCategoryAwareSearchConfigurationModel>
public class AsCategoryAwareSearchConfigurationCorruptedAttributeHandler
extends AbstractAsAttributeHandler<Boolean,AsCategoryAwareSearchConfigurationModel>
Handler for corrupted attribute of
AsCategoryAwareSearchConfigurationModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHolds logic behind getter for dynamic attribute.voidset(AsCategoryAwareSearchConfigurationModel model, Boolean value) Holds logic behind setter for dynamic attribute.Methods inherited from class de.hybris.platform.adaptivesearch.model.attributes.AbstractAsAttributeHandler
getAsItemModelHelper, getModelService, setAsItemModelHelper, setModelService
-
Constructor Details
-
AsCategoryAwareSearchConfigurationCorruptedAttributeHandler
public AsCategoryAwareSearchConfigurationCorruptedAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Parameters:
model- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-