Class FetchTemplateResult
java.lang.Object
de.xima.fc.gui.designer.form.model.FetchTemplateResult
- All Implemented Interfaces:
Serializable
POJO class for the result returned by
FormTemplateHelper.fetchTagsAndTemplates(Mandant, Locale, IUser, Projekt, FormVersion)
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFetchTemplateResult
(List<FetchedFormTemplate> entityTemplates, List<PluginTemplateGroup> pluginTemplateGroups, List<FormTemplateTag> tags) A new POJO with the given data. -
Method Summary
-
Constructor Details
-
FetchTemplateResult
public FetchTemplateResult(List<FetchedFormTemplate> entityTemplates, List<PluginTemplateGroup> pluginTemplateGroups, List<FormTemplateTag> tags) A new POJO with the given data.- Parameters:
entityTemplates
- Value returned bygetEntityTemplates()
pluginTemplateGroups
- Value returned bygetPluginTemplateGroups()
tags
- Value returned bygetTags()
-
-
Method Details
-
getTags
- Returns:
- A list of tags that were retrieved.
-
getEntityTemplates
- Returns:
- A list of entity templates that were retrieved.
-
getPluginTemplateGroups
- Returns:
- A list of plugin templates that were retrieved.
-