Class CategoryAllYFormDefinitions
java.lang.Object
de.hybris.platform.xyformsservices.attribute.CategoryAllYFormDefinitions
- All Implemented Interfaces:
DynamicAttributeHandler<List<YFormDefinitionModel>,,CategoryModel> Serializable
public class CategoryAllYFormDefinitions
extends Object
implements DynamicAttributeHandler<List<YFormDefinitionModel>,CategoryModel>, Serializable
Supports return all the
YFormDefinitionModels from the Category hierarchy- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(CategoryModel category) Returns all theYFormDefinitionModels that are assigned to the category and its supercategoriesprotected YFormDefinitionHelpervoidset(CategoryModel category, List<YFormDefinitionModel> value) Holds logic behind setter for dynamic attribute.voidsetYFormDefinitionHelper(YFormDefinitionHelper yFormDefinitionHelper)
-
Constructor Details
-
CategoryAllYFormDefinitions
public CategoryAllYFormDefinitions()
-
-
Method Details
-
get
Returns all theYFormDefinitionModels that are assigned to the category and its supercategories- Specified by:
getin interfaceDynamicAttributeHandler<List<YFormDefinitionModel>,CategoryModel> - Parameters:
category- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<List<YFormDefinitionModel>,CategoryModel> - Parameters:
category- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-
getYFormDefinitionHelper
-
setYFormDefinitionHelper
-