Package de.xima.fc.gui.common.bean
Class AContextBean
- java.lang.Object
-
- de.xima.fc.gui.common.utils.msg.I18nUtils
-
- de.xima.fc.gui.common.utils.msg.MessageUtils
-
- de.xima.fc.gui.common.utils.msg.AMessaging
-
- de.xima.fc.gui.common.utils.msg.AJSFContext
-
- de.xima.fc.gui.common.bean.AContextBean
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FSContextBean
,MSContextBean
public abstract class AContextBean extends AJSFContext implements Serializable
- 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 Modifier and Type Field Description protected String[]
availableBackgroundColors
protected File[]
availableBackgrounds
static String
BEAN_NAME
protected MandantLdapData
currentLdapData
Deprecated.protected MandantMailData
currentMailData
Deprecated.protected SessionBean
sessionBean
Deprecated.protected ViewBean
viewBean
Deprecated.-
Fields inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
localeBean
-
-
Constructor Summary
Constructors Constructor Description AContextBean()
-
Method Summary
-
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, 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, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, errorMsg, errorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg, msg
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.I18nUtils
getFacesContext, getLocale, rbValue, rbValue, rbValue, rbValueOrDefault, rbValueOrDefault
-
-
-
-
Field Detail
-
BEAN_NAME
public static final String BEAN_NAME
- See Also:
- Constant Field Values
-
availableBackgrounds
protected File[] availableBackgrounds
-
availableBackgroundColors
protected String[] availableBackgroundColors
-
sessionBean
@Deprecated @Inject protected SessionBean sessionBean
Deprecated.
-
viewBean
@Deprecated @Inject protected ViewBean viewBean
Deprecated.
-
currentMailData
@Deprecated protected MandantMailData currentMailData
Deprecated.
-
currentLdapData
@Deprecated protected MandantLdapData currentLdapData
Deprecated.
-
-
Method Detail
-
getServerStartTime
public String getServerStartTime()
-
getAvailableBackgrounds
public File[] getAvailableBackgrounds()
-
setAvailableBackgrounds
public void setAvailableBackgrounds(File[] availableBackgrounds)
-
getAvailableBackgroundColors
public String[] getAvailableBackgroundColors()
-
setAvailableBackgroundColors
public void setAvailableBackgroundColors(String[] availableBackgroundColors)
-
isMasterServer
public boolean isMasterServer()
-
isMailServerConfigured
public boolean isMailServerConfigured()
- Returns:
- Whether at least one mail server (client mail server or system mail server) was configured.
-
getFcVersion
@Deprecated public String getFcVersion()
Deprecated.
-
getCurrentMailData
@Deprecated public MandantMailData getCurrentMailData()
Deprecated.
-
setCurrentMailData
@Deprecated public void setCurrentMailData(MandantMailData currentMailData)
Deprecated.
-
getCurrentLdapData
@Deprecated public MandantLdapData getCurrentLdapData()
Deprecated.
-
setCurrentLdapData
@Deprecated public void setCurrentLdapData(MandantLdapData currentLdapData)
Deprecated.
-
isShowTopbarClientChooser
@Deprecated public boolean isShowTopbarClientChooser()
Deprecated.Client choose is available according to user permissions
-
getViewBean
@Deprecated public ViewBean getViewBean()
Deprecated.
-
setViewBean
@Deprecated public void setViewBean(ViewBean viewBean)
Deprecated.
-
getApplicationEventBusBean
@Deprecated public ApplicationEventBusBean getApplicationEventBusBean()
Deprecated.
-
setApplicationEventBusBean
@Deprecated public void setApplicationEventBusBean(ApplicationEventBusBean applicationEventBusBean)
Deprecated.
-
getSessionEventBusBean
@Deprecated public SessionEventBusBean getSessionEventBusBean()
Deprecated.
-
setSessionEventBusBean
@Deprecated public void setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
Deprecated.
-
init
@PostConstruct public void init()
-
destroy
@PreDestroy public void destroy()
-
initViewBean
@Deprecated public void initViewBean()
Deprecated.
-
initViewProperties
@Deprecated public void initViewProperties()
Deprecated.
-
initContextDependentProperties
@Deprecated public void initContextDependentProperties()
Deprecated.
-
listAvailableBackgrounds
@Deprecated public void listAvailableBackgrounds()
Deprecated.
-
initMailLdapData
@Deprecated public void initMailLdapData(Mandant client)
Deprecated.Initializes the mail and LDAP data for the given client.- Parameters:
client
- The current client.
-
-