Package de.xima.fc.gui.bean
Class BackendBean
- All Implemented Interfaces:
ISupportChangeEventBean
,Serializable
@Named
@SessionScoped
public class BackendBean
extends ABackendJSFContext
implements ISupportChangeEventBean, Serializable
- Author:
- XIMA MEDIA GmbH
- See Also:
-
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
changeClient
(EViews redirectView) Deprecated.the client is determined by the view.void
Deprecated.UsePasswordPolicyBean.checkPasswordStrength()
instead.void
clearPwd()
Deprecated.void
destroy()
Getting all the availableMandant
sDeprecated.UsePasswordPolicyBean.getGlobalMinPwdLength()
instead.Deprecated.int
Deprecated.UsePasswordPolicyBean.getGlobalMinPwdLength()
instead.Deprecated.Deprecated.void
Deprecated.void
init()
boolean
void
Deprecated.void
setApplicationEventBusBean
(ApplicationEventBusBean applicationEventBusBean) void
setChangePwd
(boolean changePwd) void
setCurrentClient
(Mandant currentClient) Deprecated.the client is determined by the view.void
setNavigationBean
(NavigationBean navigationBean) Deprecated.void
setSessionBean
(SessionBean sessionBean) void
setUserProfileBean
(UserProfileBean userProfileBean) Deprecated.Methods inherited from class de.xima.fc.gui.bean.ABackendJSFContext
ec, findEntityContext, isDetached, 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, 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
-
Constructor Details
-
BackendBean
public BackendBean()
-
-
Method Details
-
getSessionBean
-
setSessionBean
-
getApplicationEventBusBean
-
setApplicationEventBusBean
-
init
@PostConstruct public void init() -
destroy
@PreDestroy public void destroy() -
isChangePwd
public boolean isChangePwd() -
setChangePwd
public void setChangePwd(boolean changePwd) -
clearPwd
Deprecated. -
getClientsWithSadminAccess
- Returns:
- All clients with
Mandant.isSadminAccess()
set totrue
.
-
getClientList
Getting all the availableMandant
s -
getLdapGroupsOfCurrentUser
-
checkPasswordStrength
Deprecated.UsePasswordPolicyBean.checkPasswordStrength()
instead. -
handleChangeEvent
Deprecated.- Specified by:
handleChangeEvent
in interfaceISupportChangeEventBean
-
getConfiguredPwdRules
Deprecated.UsePasswordPolicyBean.getGlobalMinPwdLength()
instead. -
getMinPwdLength
Deprecated.UsePasswordPolicyBean.getGlobalMinPwdLength()
instead. -
saveCurrentUser
Deprecated. -
changeClient
Deprecated.the client is determined by the view. To get the current client useViewContextBean.getClient()
-
setCurrentClient
Deprecated.the client is determined by the view. To get the current client useViewContextBean.getClient()
-
getUserProfileBean
Deprecated. -
setUserProfileBean
Deprecated. -
getGroupsOfCurrentUser
Deprecated.
-