Uses of Class
de.xima.fc.gui.common.bean.ViewBean
- 
- 
Uses of ViewBean in de.xima.fc.gui.bean
Fields in de.xima.fc.gui.bean declared as ViewBean Modifier and Type Field Description protected ViewBeanAExternalUserBean. viewBeanMethods in de.xima.fc.gui.bean that return ViewBean Modifier and Type Method Description ViewBeanAExternalUserBean. getViewBean()Methods in de.xima.fc.gui.bean with parameters of type ViewBean Modifier and Type Method Description voidAExternalUserBean. setViewBean(ViewBean viewBean) - 
Uses of ViewBean in de.xima.fc.gui.bean.application
Methods in de.xima.fc.gui.bean.application that return ViewBean Modifier and Type Method Description ViewBeanNavigationBean. getViewBean()Methods in de.xima.fc.gui.bean.application with parameters of type ViewBean Modifier and Type Method Description voidNavigationBean. setViewBean(ViewBean viewBean) - 
Uses of ViewBean in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return ViewBean Modifier and Type Method Description ViewBeanCurrentProjectBean. getViewBean()Deprecated.ViewBeanProjectAccessBean. getViewBean()ViewBeanProjectFilterBean. getViewBean()ViewBeanProjectImportBean. getViewBean()ViewBeanProjectInviteBean. getViewBean()ViewBeanProjectPermissionBean. getViewBean()Methods in de.xima.fc.gui.bean.project with parameters of type ViewBean Modifier and Type Method Description voidCurrentProjectBean. setViewBean(ViewBean viewBean)Deprecated.voidProjectAccessBean. setViewBean(ViewBean viewBean)voidProjectFilterBean. setViewBean(ViewBean viewBean)voidProjectImportBean. setViewBean(ViewBean viewBean)voidProjectInviteBean. setViewBean(ViewBean viewBean)voidProjectPermissionBean. setViewBean(ViewBean viewBean) - 
Uses of ViewBean in de.xima.fc.gui.bean.protocol
Methods in de.xima.fc.gui.bean.protocol that return ViewBean Modifier and Type Method Description ViewBeanProtocolCleanupBean. getViewBean()Methods in de.xima.fc.gui.bean.protocol with parameters of type ViewBean Modifier and Type Method Description voidProtocolCleanupBean. setViewBean(ViewBean viewBean) - 
Uses of ViewBean in de.xima.fc.gui.common.bean
Fields in de.xima.fc.gui.common.bean declared as ViewBean Modifier and Type Field Description protected ViewBeanAContextBean. viewBeanMethods in de.xima.fc.gui.common.bean that return ViewBean Modifier and Type Method Description ViewBeanAContextBean. getViewBean()ViewBeanCurrentViewBean. getViewBean()Deprecated.ViewBeanFeedbackBean. getViewBean()Deprecated.ViewBeanLoginBean. getViewBean()Deprecated.ViewBeanMenuTemplateBean. getViewBean()Deprecated.ViewBeanSupportBean. getViewBean()Deprecated.Methods in de.xima.fc.gui.common.bean with parameters of type ViewBean Modifier and Type Method Description voidAContextBean. setViewBean(ViewBean viewBean)voidCurrentViewBean. setViewBean(ViewBean viewBean)Deprecated.voidFeedbackBean. setViewBean(ViewBean viewBean)Deprecated.voidLoginBean. setViewBean(ViewBean viewBean)Deprecated.voidMenuTemplateBean. setViewBean(ViewBean viewBean)Deprecated.voidSupportBean. setViewBean(ViewBean viewBean)Deprecated. - 
Uses of ViewBean in de.xima.fc.gui.common.interfaces
Methods in de.xima.fc.gui.common.interfaces with parameters of type ViewBean Modifier and Type Method Description booleanIViewModel. isAllowed(ViewBean viewBean) - 
Uses of ViewBean in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model with parameters of type ViewBean Modifier and Type Method Description booleanCustomViewModel. isAllowed(ViewBean viewBean)Constructors in de.xima.fc.gui.common.model with parameters of type ViewBean Constructor Description Builder(EViews view, ViewBean viewBean)CustomViewModel(IPluginMenuEntry pluginEntry, ViewBean viewBean, String portalContextName) - 
Uses of ViewBean in de.xima.fc.gui.common.statics
Methods in de.xima.fc.gui.common.statics with parameters of type ViewBean Modifier and Type Method Description booleanEContentView. isAllowed(ViewBean viewBean)booleanEViews. isAllowed(ViewBean viewBean) - 
Uses of ViewBean in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type ViewBean Modifier and Type Method Description 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. - 
Uses of ViewBean in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return ViewBean Modifier and Type Method Description ViewBeanProcessReviewBean. getViewBean()Deprecated.ViewBeanProcessStateChangeBean. getViewBean()Deprecated.Methods in de.xima.fc.inbox.bean with parameters of type ViewBean Modifier and Type Method Description voidProcessReviewBean. setViewBean(ViewBean viewBean)Deprecated.voidProcessStateChangeBean. setViewBean(ViewBean viewBean)Deprecated. - 
Uses of ViewBean in de.xima.fc.inbox.model
Methods in de.xima.fc.inbox.model with parameters of type ViewBean Modifier and Type Method Description ProcessGUIModelProcessGUIModel.Builder. build(UserContext uc, Benutzer user, ViewBean viewBean)Deprecated.static ProcessGUIModelProcessGUIModel. forInboxView(Long formRecordId, EProcessView processView, Locale locale, Benutzer user, ViewBean viewBean, String baseUrl)static ProcessGUIModelProcessGUIModel. forStandaloneView(javax.faces.context.FacesContext facesContext, Locale defaultLocale, Benutzer user, ViewBean viewBean)static List<javax.faces.model.SelectItem>ProcessGUIModel.Builder. getFormProcessTypes(List<Status> availableStates, Vorgang formRecord, ViewBean viewBean, Locale locale)Deprecated.voidProcessGUIModel. updateData(Benutzer user, ViewBean viewBean) 
 -