Package de.xima.fc.gui.common.bean
Class MenuTemplateBean
- 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.MenuTemplateBean
-
- All Implemented Interfaces:
Serializable
@Deprecated @Named @SessionScoped public class MenuTemplateBean extends AJSFContext
Deprecated.UseMainMenuBean
instead.- 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 MenuTemplateBean()
Deprecated.
-
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
-
-
-
-
Method Detail
-
init
@PostConstruct public void init()
Deprecated.
-
initMainMenu
@Deprecated public void initMainMenu()
Deprecated.
-
isAllowed
public boolean isAllowed(EAccessProperty... accessProperties)
Deprecated.
-
isAllowed
public boolean isAllowed(IAccessProperty... customProperties)
Deprecated.
-
isAllowed
public boolean isAllowed(IViewModel view)
Deprecated.
-
addMainMenuEntry
public IMenuEntryModel addMainMenuEntry(IMenuEntryModel entry)
Deprecated.
-
addMainMenuEntry
public IMenuEntryModel addMainMenuEntry(org.apache.commons.lang3.builder.Builder<IMenuEntryModel> builder)
Deprecated.
-
addMainMenuEntry
public void addMainMenuEntry(CustomViewModel customView)
Deprecated.
-
getMainMenuEntries
public List<IMenuEntryModel> getMainMenuEntries()
Deprecated.
-
getMainMenuModel
public org.primefaces.model.menu.MenuModel getMainMenuModel()
Deprecated.- Returns:
- Creates the
MenuModel
for the menu component, based on the currentgetMainMenuEntries()
. This allows for dynamic menu entries and should be used in favor ofc:forEach
, which has issues when the menu entries change dynamically.
-
getAllMenuEntries
public Collection<IMenuEntryModel> getAllMenuEntries()
Deprecated.- Returns:
- All menu entries, including sub entries (children of #
getMainMenuEntries()
).
-
getByView
public IMenuEntryModel getByView(IViewModel view)
Deprecated.- Returns:
- The menu entry for the given view.
null
, if no such entry exists.
-
getClientDashboardEntries
public List<IMenuEntryModel> getClientDashboardEntries()
Deprecated.- Returns:
- The menu entries that are to be shown on the (client) dashboard, in the correct order.
-
getAdminDashboardEntries
public List<IMenuEntryModel> getAdminDashboardEntries(@Nullable EAdminDashCategory category)
Deprecated.- Parameters:
category
- If given, only returns entries for that category. Iffnull
, returns all entries for the admin dashboard.- Returns:
- The menu entries that are to be shown on the (admin) dashboard, in the correct order.
-
getSessionEventBusBean
@Deprecated public SessionEventBusBean getSessionEventBusBean()
Deprecated.
-
setSessionEventBusBean
@Deprecated public void setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
Deprecated.
-
getViewBean
@Deprecated public ViewBean getViewBean()
Deprecated.
-
setViewBean
@Deprecated public void setViewBean(ViewBean viewBean)
Deprecated.
-
getSessionBean
@Deprecated public SessionBean getSessionBean()
Deprecated.
-
setSessionBean
@Deprecated public void setSessionBean(SessionBean sessionBean)
Deprecated.
-
-