Package de.xima.fc.gui.bean
Class ABackendJSFContext
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AppointmentStartEndDateValidator
,AppointmentStartEndTimeValidator
,AUniqueManDepNameValidator
,BackendBean
,BrandingBean
,ClientAliasValidator
,ClientUserManagementValidator
,FCContextBean
,NavigationBean
,RolePropertiesTemplateBean
,UniqueDataTableName
,UniqueLDAPUserName
,UniqueStateName
,UniqueSystemAuthenticatorName
,UniqueUserName
public abstract class ABackendJSFContext extends AJSFContext
Provides global backend functionality- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder
-
-
Field Summary
-
Fields inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
localeBean
-
-
Constructor Summary
Constructors Constructor Description ABackendJSFContext()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IEntityContext
ec()
static IEntityContext
findEntityContext()
protected <I extends Number & Comparable<I>>
booleanisDetached(de.xima.cmn.dao.interfaces.IEntity<I> entity)
boolean
isHasDB()
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
destroySessionBean, encodeURL, findBean, findBean, findBean, findBean, findBean, findBean, findBean, findCurrentView, findUserContext, getBeanName, getBeanName, getContext, getCurrentViewBean, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isMasterServerContext, loadLazy, redirect, redirect, redirect, redirect, redirectToDashboard, redirectToDashboard, setLocaleBean, setSessionAttribute, uc
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.MessageUtils
addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg
-
-
-
-
Method Detail
-
isDetached
protected <I extends Number & Comparable<I>> boolean isDetached(de.xima.cmn.dao.interfaces.IEntity<I> entity)
-
ec
public IEntityContext ec()
-
isHasDB
public boolean isHasDB()
-
findEntityContext
public static IEntityContext findEntityContext()
-
-