Interface YFormDefinitionHelper
- All Known Implementing Classes:
DefaultYFormDefinitionHelper
public interface YFormDefinitionHelper
Provides methods for managing
YFormDefinitionModels-
Method Summary
Modifier and TypeMethodDescriptiongetAllYFormDefinitions(CategoryModel category) ReturnsYFormDefinitionModels that are assigned to the category and its all supercategoriesgetAllYFormDefinitions(Collection<CategoryModel> categories) ReturnsYFormDefinitionModels that are assigned to the categories and their all supercategories
-
Method Details
-
getAllYFormDefinitions
ReturnsYFormDefinitionModels that are assigned to the categories and their all supercategories- Parameters:
categories-- Returns:
- List
-
getAllYFormDefinitions
ReturnsYFormDefinitionModels that are assigned to the category and its all supercategories- Parameters:
category-- Returns:
- List
-