Class BaseFallbackConfigHelper
java.lang.Object
de.hybris.platform.cockpit.services.config.impl.BaseFallbackConfigHelper
Helper methods for
BaseFallbackEnabledUIConfigurationFactorys.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Set<PropertyDescriptor>getBaseProperties(BaseConfiguration baseConfiguration) Gets all the properties from a base configs default properties which are marked as baseProperty.static Set<PropertyDescriptor>getLabelProperties(BaseConfiguration baseConfiguration) Gets all the properties from a base configs label specification.static Set<PropertyDescriptor>getSearchProperties(BaseConfiguration baseConfiguration, TypeService typeService) Gets all search properties defined in the base config.static Set<PropertyDescriptor>getSortProperties(BaseConfiguration baseConfiguration, TypeService typeService) Gets all sort properties defined in the base config.
-
Constructor Details
-
BaseFallbackConfigHelper
public BaseFallbackConfigHelper()
-
-
Method Details
-
getBaseProperties
Gets all the properties from a base configs default properties which are marked as baseProperty. -
getLabelProperties
Gets all the properties from a base configs label specification. -
getSearchProperties
public static Set<PropertyDescriptor> getSearchProperties(BaseConfiguration baseConfiguration, TypeService typeService) Gets all search properties defined in the base config. -
getSortProperties
public static Set<PropertyDescriptor> getSortProperties(BaseConfiguration baseConfiguration, TypeService typeService) Gets all sort properties defined in the base config.
-