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 types with arguments of type FormTemplate Modifier and Type Method Description List<FormTemplate>
FetchTemplateResult. getTemplates()
Constructor parameters in de.xima.fc.gui.designer.form.model with type arguments of type FormTemplate Constructor Description FetchTemplateResult(List<FormTemplate> templates, List<FormTemplateTag> tags)
A new POJO with the given data. -
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, Benutzer user, TemplateDataParams params)
static FormTemplate
FormTemplateHelper. updateExistingTemplate(Mandant client, Benutzer user, long templateId, TemplateDataParams params)
Methods in de.xima.fc.gui.designer.form.utils with parameters of type FormTemplate Modifier and Type Method Description static com.alibaba.fastjson.JSONObject
FormTemplateHelper. buildTemplateJson(javax.faces.context.FacesContext context, FormTemplate template, boolean withData)
Method parameters in de.xima.fc.gui.designer.form.utils with type arguments of type FormTemplate Modifier and Type Method Description static com.alibaba.fastjson.JSONArray
FormTemplateHelper. buildTemplateJson(javax.faces.context.FacesContext context, List<FormTemplate> templates, boolean withData)
-