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:
- 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 BackendBean()
-
Method Summary
-
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
-
-
-
-
Method Detail
-
getSessionBean
public SessionBean getSessionBean()
-
setSessionBean
public void setSessionBean(SessionBean sessionBean)
-
getApplicationEventBusBean
public ApplicationEventBusBean getApplicationEventBusBean()
-
setApplicationEventBusBean
public void setApplicationEventBusBean(ApplicationEventBusBean applicationEventBusBean)
-
init
@PostConstruct public void init()
-
destroy
@PreDestroy public void destroy()
-
isChangePwd
public boolean isChangePwd()
-
setChangePwd
public void setChangePwd(boolean changePwd)
-
clearPwd
@Deprecated public void clearPwd()
Deprecated.
-
getClientsWithSadminAccess
public List<Mandant> getClientsWithSadminAccess()
- Returns:
- All clients with
Mandant.isSadminAccess()
set totrue
.
-
getLdapGroupsOfCurrentUser
public List<LDAPGruppe> getLdapGroupsOfCurrentUser()
-
checkPasswordStrength
@Deprecated public void checkPasswordStrength()
Deprecated.UsePasswordPolicyBean.checkPasswordStrength()
instead.
-
handleChangeEvent
@Deprecated public void handleChangeEvent()
Deprecated.- Specified by:
handleChangeEvent
in interfaceISupportChangeEventBean
-
getConfiguredPwdRules
@Deprecated public String getConfiguredPwdRules()
Deprecated.UsePasswordPolicyBean.getGlobalMinPwdLength()
instead.
-
getMinPwdLength
@Deprecated public int getMinPwdLength()
Deprecated.UsePasswordPolicyBean.getGlobalMinPwdLength()
instead.
-
saveCurrentUser
@Deprecated public void saveCurrentUser()
Deprecated.
-
changeClient
@Deprecated public void changeClient(EViews redirectView)
Deprecated.the client is determined by the view. To get the current client useViewContextBean.getClient()
-
setCurrentClient
@Deprecated public void setCurrentClient(Mandant currentClient)
Deprecated.the client is determined by the view. To get the current client useViewContextBean.getClient()
-
getNavigationBean
@Deprecated public NavigationBean getNavigationBean()
Deprecated.
-
setNavigationBean
@Deprecated public void setNavigationBean(NavigationBean navigationBean)
Deprecated.
-
getUserProfileBean
@Deprecated public UserProfileBean getUserProfileBean()
Deprecated.
-
setUserProfileBean
@Deprecated public void setUserProfileBean(UserProfileBean userProfileBean)
Deprecated.
-
getGroupsOfCurrentUser
@Deprecated public List<BenutzerGruppe> getGroupsOfCurrentUser()
Deprecated.
-
-