Uses of Class
de.hybris.platform.adaptivesearch.jalo.AbstractAsSearchProfile
-
Packages that use AbstractAsSearchProfile Package Description de.hybris.platform.adaptivesearch.jalo -
-
Uses of AbstractAsSearchProfile in de.hybris.platform.adaptivesearch.jalo
Subclasses of AbstractAsSearchProfile in de.hybris.platform.adaptivesearch.jalo Modifier and Type Class Description classAsCategoryAwareSearchProfileclassAsSimpleSearchProfileclassGeneratedAsCategoryAwareSearchProfileGenerated class for typeAsCategoryAwareSearchProfile.classGeneratedAsSimpleSearchProfileGenerated class for typeAsSimpleSearchProfile.Fields in de.hybris.platform.adaptivesearch.jalo with type parameters of type AbstractAsSearchProfile Modifier and Type Field Description protected static OneToManyHandler<AbstractAsSearchProfile>GeneratedAsSearchProfileActivationSet. SEARCHPROFILESHANDLEROneToManyHandlerfor handling 1:n SEARCHPROFILES's relation attributes from 'many' side.Methods in de.hybris.platform.adaptivesearch.jalo that return types with arguments of type AbstractAsSearchProfile Modifier and Type Method Description java.util.List<AbstractAsSearchProfile>GeneratedAsSearchProfileActivationSet. getSearchProfiles()Generated method - Getter of theAsSearchProfileActivationSet.searchProfilesattribute.java.util.List<AbstractAsSearchProfile>GeneratedAsSearchProfileActivationSet. getSearchProfiles(SessionContext ctx)Generated method - Getter of theAsSearchProfileActivationSet.searchProfilesattribute.Methods in de.hybris.platform.adaptivesearch.jalo with parameters of type AbstractAsSearchProfile Modifier and Type Method Description voidGeneratedAsSearchProfileActivationSet. addToSearchProfiles(AbstractAsSearchProfile value)Generated method - Addsvalueto searchProfiles.voidGeneratedAsSearchProfileActivationSet. addToSearchProfiles(SessionContext ctx, AbstractAsSearchProfile value)Generated method - Addsvalueto searchProfiles.voidGeneratedAsSearchProfileActivationSet. removeFromSearchProfiles(AbstractAsSearchProfile value)Generated method - Removesvaluefrom searchProfiles.voidGeneratedAsSearchProfileActivationSet. removeFromSearchProfiles(SessionContext ctx, AbstractAsSearchProfile value)Generated method - Removesvaluefrom searchProfiles.Method parameters in de.hybris.platform.adaptivesearch.jalo with type arguments of type AbstractAsSearchProfile Modifier and Type Method Description voidGeneratedAsSearchProfileActivationSet. setSearchProfiles(SessionContext ctx, java.util.List<AbstractAsSearchProfile> value)Generated method - Setter of theAsSearchProfileActivationSet.searchProfilesattribute.voidGeneratedAsSearchProfileActivationSet. setSearchProfiles(java.util.List<AbstractAsSearchProfile> value)Generated method - Setter of theAsSearchProfileActivationSet.searchProfilesattribute.
-