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 String
DesignerConfigFactory. 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.JSONObject
DesignerConfigFactory. 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 FormDesignerModel
FormDesignerModelFactory. 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 BaseDesignerModel
DesignerModelFactory. 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 FrameDesignerModel
DesignerModelFactory. 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.
-