| static String | DesignerConfigFactory. createDesignerConfig(javax.faces.context.FacesContext facesContext,
                    IEntityContext ec,
                    Mandant client,
                    Benutzer user,
                    BaseDesignerModel baseModel,
                    Locale locale,
                    ProjectPageBean projectHolder,
                    IXFormRenderConfig formRenderConfig,
                    String conversationId) | 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,
                        String conversationId) | 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,
                       String conversationId) | Creates a new form designer model from the data of the given faces request. | 
| static IXFormRenderConfig | FormDesignerModelFactory. createFormRenderConfig(javax.faces.context.FacesContext facesContext,
                      Locale locale,
                      ProjectPageBean projectHolder) | Creates a new dummy form render config for th form and designer. | 
| static List<FormBackupVersion> | FormDesignerModelFactory. findAvailableFormVersionBackups(IEntityContext ec,
                               Locale locale,
                               ProjectPageBean projectHolder) | Reads the available backup versions from the database and returns them. |