Uses of Class
de.hybris.platform.adaptivesearch.model.AbstractAsSearchProfileModel
-
Packages that use AbstractAsSearchProfileModel Package Description de.hybris.platform.adaptivesearch.data de.hybris.platform.adaptivesearch.model Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package. -
-
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.data
Methods in de.hybris.platform.adaptivesearch.data that return types with arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description java.util.List<AbstractAsSearchProfileModel>AsSearchProfileActivationGroup. getSearchProfiles()Method parameters in de.hybris.platform.adaptivesearch.data with type arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description voidAsSearchProfileActivationGroup. setSearchProfiles(java.util.List<AbstractAsSearchProfileModel> searchProfiles) -
Uses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.model
Subclasses of AbstractAsSearchProfileModel in de.hybris.platform.adaptivesearch.model Modifier and Type Class Description classAsCategoryAwareSearchProfileModelGenerated model class for type AsCategoryAwareSearchProfile first defined at extension adaptivesearch.classAsSimpleSearchProfileModelGenerated model class for type AsSimpleSearchProfile first defined at extension adaptivesearch.Methods in de.hybris.platform.adaptivesearch.model that return types with arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description java.util.List<AbstractAsSearchProfileModel>AsSearchProfileActivationSetModel. getSearchProfiles()Generated method - Getter of theAsSearchProfileActivationSet.searchProfilesattribute defined at extensionadaptivesearch.Method parameters in de.hybris.platform.adaptivesearch.model with type arguments of type AbstractAsSearchProfileModel Modifier and Type Method Description voidAsSearchProfileActivationSetModel. setSearchProfiles(java.util.List<AbstractAsSearchProfileModel> value)Generated method - Setter ofAsSearchProfileActivationSet.searchProfilesattribute defined at extensionadaptivesearch.
-