Interface YFormDefinitionHelper
-
- All Known Implementing Classes:
DefaultYFormDefinitionHelper
public interface YFormDefinitionHelperProvides methods for managingYFormDefinitionModels
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<YFormDefinitionModel>getAllYFormDefinitions(CategoryModel category)ReturnsYFormDefinitionModels that are assigned to the category and its all supercategoriesjava.util.List<YFormDefinitionModel>getAllYFormDefinitions(java.util.Collection<CategoryModel> categories)ReturnsYFormDefinitionModels that are assigned to the categories and their all supercategories
-
-
-
Method Detail
-
getAllYFormDefinitions
java.util.List<YFormDefinitionModel> getAllYFormDefinitions(java.util.Collection<CategoryModel> categories)
ReturnsYFormDefinitionModels that are assigned to the categories and their all supercategories- Parameters:
categories-- Returns:
- List
-
getAllYFormDefinitions
java.util.List<YFormDefinitionModel> getAllYFormDefinitions(CategoryModel category)
ReturnsYFormDefinitionModels that are assigned to the category and its all supercategories- Parameters:
category-- Returns:
- List
-
-