Uses of Class
com.hybris.cockpitng.config.viewswitcher.jaxb.ViewSwitcher
-
Packages that use ViewSwitcher Package Description com.hybris.backoffice.widgets.viewswitcher.permissions.impl com.hybris.cockpitng.config.viewswitcher com.hybris.cockpitng.config.viewswitcher.jaxb -
-
Uses of ViewSwitcher in com.hybris.backoffice.widgets.viewswitcher.permissions.impl
Methods in com.hybris.backoffice.widgets.viewswitcher.permissions.impl that return ViewSwitcher Modifier and Type Method Description protected ViewSwitcherDefaultViewSwitcherUtils. loadConfiguration(java.lang.String configContextCode)protected ViewSwitcherDefaultViewSwitcherUtils. loadConfiguration(java.lang.String configContextCode, WidgetInstance widgetInstance)Methods in com.hybris.backoffice.widgets.viewswitcher.permissions.impl with parameters of type ViewSwitcher Modifier and Type Method Description protected java.util.Optional<java.util.Set<java.lang.String>>DefaultViewSwitcherUtils. getViewsFilteredByCurrentUserAuthorities(ViewSwitcher configuration) -
Uses of ViewSwitcher in com.hybris.cockpitng.config.viewswitcher
Methods in com.hybris.cockpitng.config.viewswitcher that return ViewSwitcher Modifier and Type Method Description ViewSwitcherDefaultViewSwitcherConfigurationFallbackStrategy. loadFallbackConfiguration(ConfigContext context, java.lang.Class<ViewSwitcher> configurationType)Method parameters in com.hybris.cockpitng.config.viewswitcher with type arguments of type ViewSwitcher Modifier and Type Method Description ViewSwitcherDefaultViewSwitcherConfigurationFallbackStrategy. loadFallbackConfiguration(ConfigContext context, java.lang.Class<ViewSwitcher> configurationType) -
Uses of ViewSwitcher in com.hybris.cockpitng.config.viewswitcher.jaxb
Methods in com.hybris.cockpitng.config.viewswitcher.jaxb that return ViewSwitcher Modifier and Type Method Description ViewSwitcherObjectFactory. createViewSwitcher()Create an instance ofViewSwitcher
-