Uses of Class
de.xima.fc.gui.bean.project.ProjectPageBean
- 
Packages that use ProjectPageBean Package Description de.xima.fc.gui.designer.form.utils de.xima.fc.gui.utils.designer  - 
- 
Uses of ProjectPageBean in de.xima.fc.gui.designer.form.utils
Methods in de.xima.fc.gui.designer.form.utils with parameters of type ProjectPageBean Modifier and Type Method Description static StringDesignerConfigFactory. createDesignerConfig(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, Benutzer user, BaseDesignerModel baseModel, Locale locale, ProjectPageBean projectHolder, IXFormRenderConfig formRenderConfig)Creates the designer config for the current faces request and the given model.static com.alibaba.fastjson.JSONObjectDesignerConfigFactory. createDesignerConfigJson(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, Benutzer userEntity, BaseDesignerModel baseModel, Locale locale, ProjectPageBean projectHolder, IXFormRenderConfig formRenderConfig)Creates the designer config for the current faces request and the given model.static FormDesignerModelFormDesignerModelFactory. createFormDesignerModel(javax.faces.context.FacesContext facesContext, IEntityContext ec, Mandant client, ProjectPageBean projectHolder, Locale locale, Benutzer user, WebFormPersistFile initialPersist)Creates a new form designer model from the data of the given faces request.static List<FormBackupVersion>FormDesignerModelFactory. findAvailableFormVersionBackups(IEntityContext ec, Locale locale, ProjectPageBean projectHolder)Reads the available backup versions from the database and returns them. - 
Uses of ProjectPageBean in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type ProjectPageBean Modifier and Type Method Description static BaseDesignerModelDesignerModelFactory. createBaseDesignerModel(javax.faces.context.FacesContext context, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, Benutzer user)The base designer model with basic data about the client, project etc.static FrameDesignerModelDesignerModelFactory. createFrameDesignerModel(javax.faces.context.FacesContext facesContext, ViewBean viewBean, Mandant client, ProjectPageBean projectHolder, IEntityContext ec, Locale locale, Benutzer user, String conversationId)Creates a new frame designer model from the data of the given faces request. 
 -