Uses of Enum Class
de.hybris.platform.commerceservices.enums.UiExperienceLevel
Packages that use UiExperienceLevel
Package
Description
Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.restrictions package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.preview package.
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
-
Uses of UiExperienceLevel in de.hybris.platform.acceleratorcms.model.restrictions
Methods in de.hybris.platform.acceleratorcms.model.restrictions that return UiExperienceLevelModifier and TypeMethodDescriptionCMSUiExperienceRestrictionModel.getUiExperience()Generated method - Getter of theCMSUiExperienceRestriction.uiExperienceattribute defined at extensionacceleratorcms.Methods in de.hybris.platform.acceleratorcms.model.restrictions with parameters of type UiExperienceLevelModifier and TypeMethodDescriptionvoidCMSUiExperienceRestrictionModel.setUiExperience(UiExperienceLevel value) Generated method - Setter ofCMSUiExperienceRestriction.uiExperienceattribute defined at extensionacceleratorcms. -
Uses of UiExperienceLevel in de.hybris.platform.acceleratorfacades.device.data
Methods in de.hybris.platform.acceleratorfacades.device.data that return UiExperienceLevelMethods in de.hybris.platform.acceleratorfacades.device.data with parameters of type UiExperienceLevel -
Uses of UiExperienceLevel in de.hybris.platform.acceleratorservices.uiexperience
Methods in de.hybris.platform.acceleratorservices.uiexperience that return UiExperienceLevelModifier and TypeMethodDescriptionUiExperienceService.getDetectedUiExperienceLevel()Get detected ui experience level attribute valueUiExperienceService.getOverrideUiExperienceLevel()Get the override ui experience level attribute valueUiExperienceService.getUiExperienceLevel()Gets the ui experience levelMethods in de.hybris.platform.acceleratorservices.uiexperience with parameters of type UiExperienceLevelModifier and TypeMethodDescriptionvoidUiExperienceService.setDetectedUiExperienceLevel(UiExperienceLevel uiExperienceLevel) Set detected ui experience level attribute valuevoidUiExperienceService.setOverrideUiExperienceLevel(UiExperienceLevel uiExperienceLevel) Set the override ui experience level attribute value if value is not null and different from detected level, else remove the attribute -
Uses of UiExperienceLevel in de.hybris.platform.acceleratorservices.uiexperience.impl
Methods in de.hybris.platform.acceleratorservices.uiexperience.impl that return UiExperienceLevelModifier and TypeMethodDescriptionDefaultUiExperienceService.getDetectedUiExperienceLevel()DefaultUiExperienceService.getOverrideUiExperienceLevel()DefaultUiExperienceService.getUiExperienceLevel()Methods in de.hybris.platform.acceleratorservices.uiexperience.impl with parameters of type UiExperienceLevelModifier and TypeMethodDescriptionvoidDefaultUiExperienceService.setDetectedUiExperienceLevel(UiExperienceLevel uiExperienceLevel) voidDefaultUiExperienceService.setOverrideUiExperienceLevel(UiExperienceLevel uiExperienceLevel) -
Uses of UiExperienceLevel in de.hybris.platform.acceleratorstorefrontcommons.security
Methods in de.hybris.platform.acceleratorstorefrontcommons.security that return types with arguments of type UiExperienceLevelModifier and TypeMethodDescriptionprotected Map<UiExperienceLevel,Boolean> StorefrontAuthenticationSuccessHandler.getForceDefaultTargetForUiExperienceLevel()Method parameters in de.hybris.platform.acceleratorstorefrontcommons.security with type arguments of type UiExperienceLevelModifier and TypeMethodDescriptionvoidStorefrontAuthenticationSuccessHandler.setForceDefaultTargetForUiExperienceLevel(Map<UiExperienceLevel, Boolean> forceDefaultTargetForUiExperienceLevel) -
Uses of UiExperienceLevel in de.hybris.platform.addonsupport.renderer.impl
Methods in de.hybris.platform.addonsupport.renderer.impl that return types with arguments of type UiExperienceLevelModifier and TypeMethodDescriptionprotected Map<UiExperienceLevel,String> DefaultAddOnCMSComponentRenderer.getUiExperienceViewPrefixMap()Method parameters in de.hybris.platform.addonsupport.renderer.impl with type arguments of type UiExperienceLevelModifier and TypeMethodDescriptionvoidDefaultAddOnCMSComponentRenderer.setUiExperienceViewPrefixMap(Map<UiExperienceLevel, String> uiExperienceViewPrefixMap) -
Uses of UiExperienceLevel in de.hybris.platform.addonsupport.setup.populator
Methods in de.hybris.platform.addonsupport.setup.populator that return types with arguments of type UiExperienceLevelModifier and TypeMethodDescriptionprotected List<UiExperienceLevel>SupportedUiExperienceImpexMacroParameterPopulator.getSupportedUiExperienceLevels() -
Uses of UiExperienceLevel in de.hybris.platform.cms2.model.preview
Methods in de.hybris.platform.cms2.model.preview that return UiExperienceLevelModifier and TypeMethodDescriptionPreviewDataModel.getUiExperience()Generated method - Getter of thePreviewData.uiExperienceattribute defined at extensionacceleratorcms.Methods in de.hybris.platform.cms2.model.preview with parameters of type UiExperienceLevelModifier and TypeMethodDescriptionvoidPreviewDataModel.setUiExperience(UiExperienceLevel value) Generated method - Setter ofPreviewData.uiExperienceattribute defined at extensionacceleratorcms. -
Uses of UiExperienceLevel in de.hybris.platform.commerceservices.enums
Methods in de.hybris.platform.commerceservices.enums that return UiExperienceLevelModifier and TypeMethodDescriptionstatic UiExperienceLevelReturns the enum constant of this class with the specified name.static UiExperienceLevel[]UiExperienceLevel.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UiExperienceLevel in de.hybris.platform.commerceservices.setup.data
Methods in de.hybris.platform.commerceservices.setup.data that return types with arguments of type UiExperienceLevelMethod parameters in de.hybris.platform.commerceservices.setup.data with type arguments of type UiExperienceLevelModifier and TypeMethodDescriptionvoidImpexMacroParameterData.setSupportedUiExperienceLevels(List<UiExperienceLevel> supportedUiExperienceLevels) -
Uses of UiExperienceLevel in de.hybris.platform.yacceleratorstorefront.controllers.misc
Methods in de.hybris.platform.yacceleratorstorefront.controllers.misc that return UiExperienceLevelModifier and TypeMethodDescriptionprotected UiExperienceLevelStoreSessionController.toUiExperienceLevel(String code) Methods in de.hybris.platform.yacceleratorstorefront.controllers.misc that return types with arguments of type UiExperienceLevelModifier and TypeMethodDescriptionprotected List<UiExperienceLevel>StoreSessionController.getAvailableUiExperienceLevels() -
Uses of UiExperienceLevel in de.hybris.platform.yacceleratorstorefront.web.view
Methods in de.hybris.platform.yacceleratorstorefront.web.view that return types with arguments of type UiExperienceLevelMethods in de.hybris.platform.yacceleratorstorefront.web.view with parameters of type UiExperienceLevelModifier and TypeMethodDescriptionUiExperienceViewResolver.getViewName(UiExperienceLevel uiExperienceLevel, String viewName) Method parameters in de.hybris.platform.yacceleratorstorefront.web.view with type arguments of type UiExperienceLevelModifier and TypeMethodDescriptionvoidUiExperienceViewResolver.setUiExperienceViewPrefix(Map<UiExperienceLevel, String> uiExperienceViewPrefix)