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