Uses of Class
de.hybris.platform.smarteditwebservices.configuration.facade.DefaultConfigurationKey
-
Packages that use DefaultConfigurationKey Package Description de.hybris.platform.smarteditwebservices.configuration.facade de.hybris.platform.smarteditwebservices.configuration.facade.impl -
-
Uses of DefaultConfigurationKey in de.hybris.platform.smarteditwebservices.configuration.facade
Methods in de.hybris.platform.smarteditwebservices.configuration.facade that return DefaultConfigurationKey Modifier and Type Method Description static DefaultConfigurationKeyDefaultConfigurationKey. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DefaultConfigurationKey[]DefaultConfigurationKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.smarteditwebservices.configuration.facade with parameters of type DefaultConfigurationKey Modifier and Type Method Description ConfigurationDataSmarteditConfigurationFacade. findByDefaultConfigurationKey(DefaultConfigurationKey key)Finds a configuration data bean using one of the identifiers that are provided by defaultjava.util.Optional<ConfigurationData>SmarteditConfigurationFacade. 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 DefaultConfigurationKey Modifier and Type Method Description ConfigurationDataDefaultSmarteditConfigurationFacade. findByDefaultConfigurationKey(DefaultConfigurationKey key)java.util.Optional<ConfigurationData>DefaultSmarteditConfigurationFacade. tryAndFindByDefaultConfigurationKey(DefaultConfigurationKey key)
-