Uses of Interface
de.hybris.platform.cockpit.services.config.DefaultPropertySettings
-
Packages that use DefaultPropertySettings Package Description de.hybris.platform.cockpit.services.config de.hybris.platform.cockpit.services.config.impl -
-
Uses of DefaultPropertySettings in de.hybris.platform.cockpit.services.config
Methods in de.hybris.platform.cockpit.services.config that return DefaultPropertySettings Modifier and Type Method Description DefaultPropertySettingsBaseConfiguration. getDefaultPropertySettings(PropertyDescriptor propertyDescriptor)Returns default property settings for a property of the type represented by thisBaseConfigurationinstance.Methods in de.hybris.platform.cockpit.services.config that return types with arguments of type DefaultPropertySettings Modifier and Type Method Description java.util.List<DefaultPropertySettings>BaseConfiguration. getAllDefaultPropertySettings()Provides all default settings configured for the type represented by thisBaseConfigurationinstance.java.util.List<DefaultPropertySettings>BaseConfiguration. getBaseProperties()Provides default settings for base properties of the type represented by thisBaseConfigurationinstance. -
Uses of DefaultPropertySettings in de.hybris.platform.cockpit.services.config.impl
Classes in de.hybris.platform.cockpit.services.config.impl that implement DefaultPropertySettings Modifier and Type Class Description classDefaultPropertySettingsImplMethods in de.hybris.platform.cockpit.services.config.impl that return DefaultPropertySettings Modifier and Type Method Description DefaultPropertySettingsDefaultBaseConfiguration. getDefaultPropertySettings(PropertyDescriptor propertyDescriptor)Methods in de.hybris.platform.cockpit.services.config.impl that return types with arguments of type DefaultPropertySettings Modifier and Type Method Description java.util.List<DefaultPropertySettings>DefaultBaseConfiguration. getAllDefaultPropertySettings()java.util.List<DefaultPropertySettings>DefaultBaseConfiguration. getBaseProperties()Method parameters in de.hybris.platform.cockpit.services.config.impl with type arguments of type DefaultPropertySettings Modifier and Type Method Description voidDefaultBaseConfiguration. setDeclaredPropertySettings(java.util.List<DefaultPropertySettings> declaredPropertySettings)
-