Uses of Interface
de.hybris.platform.cockpit.services.config.SearchFieldGroupConfiguration
Packages that use SearchFieldGroupConfiguration
Package
Description
-
Uses of SearchFieldGroupConfiguration in de.hybris.platform.cockpit.services.config
Methods in de.hybris.platform.cockpit.services.config that return SearchFieldGroupConfigurationModifier and TypeMethodDescriptionSearchFieldGroupConfiguration.getParentSearchFieldGroupConfiguration()Returns this group's parent group.AdvancedSearchConfiguration.getRootGroupConfiguration()Returns the rootgroup configuration.Methods in de.hybris.platform.cockpit.services.config that return types with arguments of type SearchFieldGroupConfigurationModifier and TypeMethodDescriptionSearchFieldGroupConfiguration.getAllSearchFieldGroupConfigurations()Returns all the sub groups held by thisSearchFieldGroupConfigurationand its sub groups.SearchFieldGroupConfiguration.getSearchFieldGroupConfigurations()Returns all the sub groups directly held by thisSearchFieldGroupConfiguration. -
Uses of SearchFieldGroupConfiguration in de.hybris.platform.cockpit.services.config.impl
Classes in de.hybris.platform.cockpit.services.config.impl that implement SearchFieldGroupConfigurationMethods in de.hybris.platform.cockpit.services.config.impl that return SearchFieldGroupConfigurationModifier and TypeMethodDescriptionDefaultSearchFieldGroupConfiguration.getParentSearchFieldGroupConfiguration()DefaultAdvancedSearchConfiguration.getRootGroupConfiguration()Methods in de.hybris.platform.cockpit.services.config.impl that return types with arguments of type SearchFieldGroupConfigurationModifier and TypeMethodDescriptionDefaultSearchFieldGroupConfiguration.getAllSearchFieldGroupConfigurations()DefaultSearchFieldGroupConfiguration.getSearchFieldGroupConfigurations()Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type SearchFieldGroupConfigurationModifier and TypeMethodDescriptionvoidDefaultSearchFieldGroupConfiguration.setParentSearchFieldGroupConfiguration(SearchFieldGroupConfiguration parentGroup) Sets this group's parent group toparentGroup.voidDefaultAdvancedSearchConfiguration.setRootGroupConfiguration(SearchFieldGroupConfiguration rootGroupConfiguration) protected GroupAdvancedSearchConfigurationPersistingStrategy.updateJaxb(DefaultAdvancedSearchConfiguration config, SearchFieldGroupConfiguration group) Method parameters in de.hybris.platform.cockpit.services.config.impl with type arguments of type SearchFieldGroupConfigurationModifier and TypeMethodDescriptionvoidDefaultSearchFieldGroupConfiguration.setSearchFieldGroupConfigurations(List<? extends SearchFieldGroupConfiguration> groupConfigs) Sets the sub groups of this group togroupConfigs.