Uses of Class
de.xima.fc.entities.FormTemplate
-
Packages that use FormTemplate Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.designer.form.model de.xima.fc.gui.designer.form.utils -
-
Uses of FormTemplate in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type FormTemplate Modifier and Type Method Description List<FormTemplate>
FormTemplateDao. 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 Modifier and Type Method Description List<FormTemplate>
IFormTemplateDao. getAllByMandant(IEntityContext ec, Mandant m)
-
Uses of FormTemplate in de.xima.fc.entities
Methods in de.xima.fc.entities that return FormTemplate Modifier and Type Method Description FormTemplate
FormTemplateFile. getBaseEntity()
Methods in de.xima.fc.entities that return types with arguments of type FormTemplate Modifier and Type Method Description List<FormTemplate>
FormTemplateTag. getTemplates()
Methods in de.xima.fc.entities with parameters of type FormTemplate Modifier and Type Method Description void
FormTemplateFile. setBaseEntity(FormTemplate entity)
Method parameters in de.xima.fc.entities with type arguments of type FormTemplate Modifier and Type Method Description void
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 FormTemplate Modifier and Type Method Description FormTemplate
FetchedFormTemplate. getTemplate()
Constructors in de.xima.fc.gui.designer.form.model with parameters of type FormTemplate Constructor Description FetchedFormTemplate(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 FormTemplate Modifier and Type Method Description static FormTemplate
FormTemplateHelper. insertNewTemplate(Mandant client, IUser user, TemplateDataParams params)
static FormTemplate
FormTemplateHelper. updateExistingTemplate(Mandant client, IUser user, long templateId, TemplateDataParams params)
-