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 ViewBean
AExternalUserBean. viewBean
Methods in de.xima.fc.gui.bean that return ViewBean Modifier and Type Method Description ViewBean
AExternalUserBean. getViewBean()
Methods in de.xima.fc.gui.bean with parameters of type ViewBean Modifier and Type Method Description void
AExternalUserBean. 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 ViewBean
NavigationBean. getViewBean()
Methods in de.xima.fc.gui.bean.application with parameters of type ViewBean Modifier and Type Method Description void
NavigationBean. 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 ViewBean
CurrentProjectBean. getViewBean()
Deprecated.ViewBean
ProjectAccessBean. getViewBean()
ViewBean
ProjectFilterBean. getViewBean()
ViewBean
ProjectImportBean. getViewBean()
ViewBean
ProjectInviteBean. getViewBean()
ViewBean
ProjectPermissionBean. getViewBean()
Methods in de.xima.fc.gui.bean.project with parameters of type ViewBean Modifier and Type Method Description void
CurrentProjectBean. setViewBean(ViewBean viewBean)
Deprecated.void
ProjectAccessBean. setViewBean(ViewBean viewBean)
void
ProjectFilterBean. setViewBean(ViewBean viewBean)
void
ProjectImportBean. setViewBean(ViewBean viewBean)
void
ProjectInviteBean. setViewBean(ViewBean viewBean)
void
ProjectPermissionBean. 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 ViewBean
ProtocolCleanupBean. getViewBean()
Methods in de.xima.fc.gui.bean.protocol with parameters of type ViewBean Modifier and Type Method Description void
ProtocolCleanupBean. 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 ViewBean
AContextBean. viewBean
Methods in de.xima.fc.gui.common.bean that return ViewBean Modifier and Type Method Description ViewBean
AContextBean. getViewBean()
ViewBean
CurrentViewBean. getViewBean()
Deprecated.ViewBean
FeedbackBean. getViewBean()
Deprecated.ViewBean
LoginBean. getViewBean()
Deprecated.ViewBean
MenuTemplateBean. getViewBean()
Deprecated.ViewBean
SupportBean. getViewBean()
Deprecated.Methods in de.xima.fc.gui.common.bean with parameters of type ViewBean Modifier and Type Method Description void
AContextBean. setViewBean(ViewBean viewBean)
void
CurrentViewBean. setViewBean(ViewBean viewBean)
Deprecated.void
FeedbackBean. setViewBean(ViewBean viewBean)
Deprecated.void
LoginBean. setViewBean(ViewBean viewBean)
Deprecated.void
MenuTemplateBean. setViewBean(ViewBean viewBean)
Deprecated.void
SupportBean. 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 boolean
IViewModel. 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 boolean
CustomViewModel. 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 boolean
EContentView. isAllowed(ViewBean viewBean)
boolean
EViews. 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 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. -
Uses of ViewBean in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return ViewBean Modifier and Type Method Description ViewBean
ProcessReviewBean. getViewBean()
Deprecated.ViewBean
ProcessStateChangeBean. getViewBean()
Deprecated.Methods in de.xima.fc.inbox.bean with parameters of type ViewBean Modifier and Type Method Description void
ProcessReviewBean. setViewBean(ViewBean viewBean)
Deprecated.void
ProcessStateChangeBean. 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 ProcessGUIModel
ProcessGUIModel.Builder. build(UserContext uc, Benutzer user, ViewBean viewBean)
Deprecated.static ProcessGUIModel
ProcessGUIModel. forInboxView(Long formRecordId, EProcessView processView, Locale locale, Benutzer user, ViewBean viewBean, String baseUrl)
static ProcessGUIModel
ProcessGUIModel. 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.void
ProcessGUIModel. updateData(Benutzer user, ViewBean viewBean)
-