Uses of Class
de.xima.fc.entities.FormTemplate
Packages that use FormTemplate
Package
Description
Package für Datenbankentitäten
-
Uses of FormTemplate in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type FormTemplateModifier and TypeMethodDescriptionFormTemplateDao.getAllByMandant
(IEntityContext ec, Mandant mandant) protected IFCDaoActionHook<FormTemplate>
FormTemplateDao.getPostActionHook()
protected IFCDaoActionHook<FormTemplate>
FormTemplateDao.getPreActionHook()
-
Uses of FormTemplate in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type FormTemplate -
Uses of FormTemplate in de.xima.fc.entities
Methods in de.xima.fc.entities that return FormTemplateMethods in de.xima.fc.entities that return types with arguments of type FormTemplateMethods in de.xima.fc.entities with parameters of type FormTemplateMethod parameters in de.xima.fc.entities with type arguments of type FormTemplateModifier and TypeMethodDescriptionvoid
FormTemplateTag.setTemplates
(List<FormTemplate> templates) -
Uses of FormTemplate in de.xima.fc.gui.designer.form.model
Methods in de.xima.fc.gui.designer.form.model that return FormTemplateConstructors in de.xima.fc.gui.designer.form.model with parameters of type FormTemplateModifierConstructorDescriptionFetchedFormTemplate
(FormTemplate template, String version) Creates a new POJO for the given plugin template and plugin version. -
Uses of FormTemplate in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils that return FormTemplateModifier and TypeMethodDescriptionstatic FormTemplate
FormTemplateHelper.insertNewTemplate
(Mandant client, IUser user, TemplateDataParams params) static FormTemplate
FormTemplateHelper.updateExistingTemplate
(Mandant client, IUser user, long templateId, TemplateDataParams params)