| Package | Description | 
|---|---|
| de.xima.fc.dao.impl | |
| de.xima.fc.dao.interfaces | |
| de.xima.fc.entities | 
 Package für Datenbankentitäten 
 | 
| de.xima.fc.form.designer.servlet | 
| Modifier and Type | Method and Description | 
|---|---|
List<FormTemplate> | 
FormTemplateDao.getAllByMandant(IEntityContext ec,
               Mandant mandant)  | 
protected IFCDaoActionHook<FormTemplate> | 
FormTemplateDao.getPostActionHook()  | 
protected IFCDaoActionHook<FormTemplate> | 
FormTemplateDao.getPreActionHook()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<FormTemplate> | 
IFormTemplateDao.getAllByMandant(IEntityContext ec,
               Mandant m)  | 
| Modifier and Type | Method and Description | 
|---|---|
FormTemplate | 
FormTemplateFile.getBaseEntity()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<FormTemplate> | 
FormTemplateTag.getTemplates()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormTemplateFile.setBaseEntity(FormTemplate entity)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FormTemplateTag.setTemplates(List<FormTemplate> templates)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected FormTemplate | 
DesignerTemplateServlet.createFormTemplate(FD2Session session,
                  Map<String,String> pm)  | 
protected abstract FormTemplate | 
AbstractFD2TemplateServlet.createFormTemplate(FD2Session session,
                  Map<String,String> pm)
Creates a new templates from the request and persists it. 
 | 
protected FormTemplate | 
DesignerTemplateServlet.updateFormTemplate(FD2Session session,
                  long id,
                  Map<String,String> pm)  | 
protected abstract FormTemplate | 
AbstractFD2TemplateServlet.updateFormTemplate(FD2Session session,
                  long id,
                  Map<String,String> pm)
Updates the template with the given ID. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractFD2TemplateServlet.setTemplateDataFromRequest(FormTemplate template,
                          Map<String,String> pm)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
DesignerTemplateServlet.getTagsAndTemplates(FD2Session session,
                   Long id,
                   List<FormTemplateTag> tags,
                   List<FormTemplate> templates)  | 
protected abstract boolean | 
AbstractFD2TemplateServlet.getTagsAndTemplates(FD2Session session,
                   Long id,
                   List<FormTemplateTag> tags,
                   List<FormTemplate> templates)
Returns all available tags and adds the  
FormTemplate with the given ID to the list. | 
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.