Uses of Enum Class
de.hybris.platform.smarteditwebservices.configuration.facade.DefaultConfigurationKey
Packages that use DefaultConfigurationKey
Package
Description
-
Uses of DefaultConfigurationKey in de.hybris.platform.smarteditwebservices.configuration.facade
Methods in de.hybris.platform.smarteditwebservices.configuration.facade that return DefaultConfigurationKeyModifier and TypeMethodDescriptionstatic DefaultConfigurationKeyReturns the enum constant of this class with the specified name.static DefaultConfigurationKey[]DefaultConfigurationKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.smarteditwebservices.configuration.facade with parameters of type DefaultConfigurationKeyModifier and TypeMethodDescriptionSmarteditConfigurationFacade.findByDefaultConfigurationKey(DefaultConfigurationKey key) Finds a configuration data bean using one of the identifiers that are provided by defaultSmarteditConfigurationFacade.tryAndFindByDefaultConfigurationKey(DefaultConfigurationKey key) Will try and find a configuration data bean using one of the identifiers that are provided by default -
Uses of DefaultConfigurationKey in de.hybris.platform.smarteditwebservices.configuration.facade.impl
Methods in de.hybris.platform.smarteditwebservices.configuration.facade.impl with parameters of type DefaultConfigurationKeyModifier and TypeMethodDescriptionDefaultSmarteditConfigurationFacade.findByDefaultConfigurationKey(DefaultConfigurationKey key) DefaultSmarteditConfigurationFacade.tryAndFindByDefaultConfigurationKey(DefaultConfigurationKey key)