Class BaseFallbackConfigHelper
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.impl.BaseFallbackConfigHelper
-
public class BaseFallbackConfigHelper extends java.lang.ObjectHelper methods forBaseFallbackEnabledUIConfigurationFactorys.
-
-
Constructor Summary
Constructors Constructor Description BaseFallbackConfigHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Set<PropertyDescriptor>getBaseProperties(BaseConfiguration baseConfiguration)Gets all the properties from a base configs default properties which are marked as baseProperty.static java.util.Set<PropertyDescriptor>getLabelProperties(BaseConfiguration baseConfiguration)Gets all the properties from a base configs label specification.static java.util.Set<PropertyDescriptor>getSearchProperties(BaseConfiguration baseConfiguration, TypeService typeService)Gets all search properties defined in the base config.static java.util.Set<PropertyDescriptor>getSortProperties(BaseConfiguration baseConfiguration, TypeService typeService)Gets all sort properties defined in the base config.
-
-
-
Method Detail
-
getBaseProperties
public static java.util.Set<PropertyDescriptor> getBaseProperties(BaseConfiguration baseConfiguration)
Gets all the properties from a base configs default properties which are marked as baseProperty.
-
getLabelProperties
public static java.util.Set<PropertyDescriptor> getLabelProperties(BaseConfiguration baseConfiguration)
Gets all the properties from a base configs label specification.
-
getSearchProperties
public static java.util.Set<PropertyDescriptor> getSearchProperties(BaseConfiguration baseConfiguration, TypeService typeService)
Gets all search properties defined in the base config.
-
getSortProperties
public static java.util.Set<PropertyDescriptor> getSortProperties(BaseConfiguration baseConfiguration, TypeService typeService)
Gets all sort properties defined in the base config.
-
-