Uses of Class
de.hybris.platform.commerceservices.enums.UiExperienceLevel
-
Packages that use UiExperienceLevel Package Description de.hybris.platform.acceleratorcms.model.restrictions Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.restrictions package.de.hybris.platform.acceleratorfacades.device.data de.hybris.platform.acceleratorservices.uiexperience de.hybris.platform.acceleratorservices.uiexperience.impl de.hybris.platform.acceleratorstorefrontcommons.security de.hybris.platform.addonsupport.renderer.impl de.hybris.platform.addonsupport.setup.populator de.hybris.platform.cms2.model.preview Contains generated models for each type of de.hybris.platform.cms2.jalo.preview package.de.hybris.platform.commerceservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.commerceservices.setup.data de.hybris.platform.yacceleratorstorefront.controllers.misc de.hybris.platform.yacceleratorstorefront.web.view -
-
Uses of UiExperienceLevel in de.hybris.platform.acceleratorcms.model.restrictions
Methods in de.hybris.platform.acceleratorcms.model.restrictions that return UiExperienceLevel Modifier and Type Method Description UiExperienceLevelCMSUiExperienceRestrictionModel. getUiExperience()Generated method - Getter of theCMSUiExperienceRestriction.uiExperienceattribute defined at extensionacceleratorcms.Methods in de.hybris.platform.acceleratorcms.model.restrictions with parameters of type UiExperienceLevel Modifier and Type Method Description voidCMSUiExperienceRestrictionModel. 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 UiExperienceLevel Modifier and Type Method Description UiExperienceLevelUiExperienceData. getLevel()Methods in de.hybris.platform.acceleratorfacades.device.data with parameters of type UiExperienceLevel Modifier and Type Method Description voidUiExperienceData. setLevel(UiExperienceLevel level) -
Uses of UiExperienceLevel in de.hybris.platform.acceleratorservices.uiexperience
Methods in de.hybris.platform.acceleratorservices.uiexperience that return UiExperienceLevel Modifier and Type Method Description UiExperienceLevelUiExperienceService. getDetectedUiExperienceLevel()Get detected ui experience level attribute valueUiExperienceLevelUiExperienceService. getOverrideUiExperienceLevel()Get the override ui experience level attribute valueUiExperienceLevelUiExperienceService. getUiExperienceLevel()Gets the ui experience levelMethods in de.hybris.platform.acceleratorservices.uiexperience with parameters of type UiExperienceLevel Modifier and Type Method Description voidUiExperienceService. 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 UiExperienceLevel Modifier and Type Method Description UiExperienceLevelDefaultUiExperienceService. getDetectedUiExperienceLevel()UiExperienceLevelDefaultUiExperienceService. getOverrideUiExperienceLevel()UiExperienceLevelDefaultUiExperienceService. getUiExperienceLevel()Methods in de.hybris.platform.acceleratorservices.uiexperience.impl with parameters of type UiExperienceLevel Modifier and Type Method Description voidDefaultUiExperienceService. 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 UiExperienceLevel Modifier and Type Method Description protected java.util.Map<UiExperienceLevel,java.lang.Boolean>StorefrontAuthenticationSuccessHandler. getForceDefaultTargetForUiExperienceLevel()Method parameters in de.hybris.platform.acceleratorstorefrontcommons.security with type arguments of type UiExperienceLevel Modifier and Type Method Description voidStorefrontAuthenticationSuccessHandler. setForceDefaultTargetForUiExperienceLevel(java.util.Map<UiExperienceLevel,java.lang.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 UiExperienceLevel Modifier and Type Method Description protected java.util.Map<UiExperienceLevel,java.lang.String>DefaultAddOnCMSComponentRenderer. getUiExperienceViewPrefixMap()Method parameters in de.hybris.platform.addonsupport.renderer.impl with type arguments of type UiExperienceLevel Modifier and Type Method Description voidDefaultAddOnCMSComponentRenderer. setUiExperienceViewPrefixMap(java.util.Map<UiExperienceLevel,java.lang.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 UiExperienceLevel Modifier and Type Method Description protected java.util.List<UiExperienceLevel>SupportedUiExperienceImpexMacroParameterPopulator. getSupportedUiExperienceLevels() -
Uses of UiExperienceLevel in de.hybris.platform.cms2.model.preview
Methods in de.hybris.platform.cms2.model.preview that return UiExperienceLevel Modifier and Type Method Description UiExperienceLevelPreviewDataModel. getUiExperience()Generated method - Getter of thePreviewData.uiExperienceattribute defined at extensionacceleratorcms.Methods in de.hybris.platform.cms2.model.preview with parameters of type UiExperienceLevel Modifier and Type Method Description voidPreviewDataModel. 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 UiExperienceLevel Modifier and Type Method Description static UiExperienceLevelUiExperienceLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiExperienceLevel[]UiExperienceLevel. values()Returns an array containing the constants of this enum type, 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 UiExperienceLevel Modifier and Type Method Description java.util.List<UiExperienceLevel>ImpexMacroParameterData. getSupportedUiExperienceLevels()Method parameters in de.hybris.platform.commerceservices.setup.data with type arguments of type UiExperienceLevel Modifier and Type Method Description voidImpexMacroParameterData. setSupportedUiExperienceLevels(java.util.List<UiExperienceLevel> supportedUiExperienceLevels) -
Uses of UiExperienceLevel in de.hybris.platform.yacceleratorstorefront.controllers.misc
Methods in de.hybris.platform.yacceleratorstorefront.controllers.misc that return UiExperienceLevel Modifier and Type Method Description protected UiExperienceLevelStoreSessionController. toUiExperienceLevel(java.lang.String code)Methods in de.hybris.platform.yacceleratorstorefront.controllers.misc that return types with arguments of type UiExperienceLevel Modifier and Type Method Description protected java.util.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 UiExperienceLevel Modifier and Type Method Description java.util.Map<UiExperienceLevel,java.lang.String>UiExperienceViewResolver. getUiExperienceViewPrefix()Methods in de.hybris.platform.yacceleratorstorefront.web.view with parameters of type UiExperienceLevel Modifier and Type Method Description java.lang.StringUiExperienceViewResolver. getViewName(UiExperienceLevel uiExperienceLevel, java.lang.String viewName)Method parameters in de.hybris.platform.yacceleratorstorefront.web.view with type arguments of type UiExperienceLevel Modifier and Type Method Description voidUiExperienceViewResolver. setUiExperienceViewPrefix(java.util.Map<UiExperienceLevel,java.lang.String> uiExperienceViewPrefix)
-