Uses of Class
de.hybris.platform.advancedsavedquery.jalo.WherePart
Packages that use WherePart
-
Uses of WherePart in de.hybris.platform.advancedsavedquery.jalo
Fields in de.hybris.platform.advancedsavedquery.jalo with type parameters of type WherePartModifier and TypeFieldDescriptionprotected static final OneToManyHandler<WherePart>GeneratedAdvancedSavedQuery.WHEREPARTSHANDLEROneToManyHandlerfor handling 1:n WHEREPARTS's relation attributes from 'many' side.Methods in de.hybris.platform.advancedsavedquery.jalo that return WherePartModifier and TypeMethodDescriptionGeneratedASQManager.createWherePart(SessionContext ctx, Map attributeValues) GeneratedASQManager.createWherePart(Map attributeValues) AdvancedSavedQuery.getWherePart(SessionContext ctx, String pattern) Returns a where part by it's replace pattern.AdvancedSavedQuery.getWherePart(String pattern) Returns a where part by it's replace pattern.GeneratedAbstractAdvancedSavedQuerySearchParameter.getWherePart()Generated method - Getter of theAbstractAdvancedSavedQuerySearchParameter.wherePartattribute.GeneratedAbstractAdvancedSavedQuerySearchParameter.getWherePart(SessionContext ctx) Generated method - Getter of theAbstractAdvancedSavedQuerySearchParameter.wherePartattribute.Methods in de.hybris.platform.advancedsavedquery.jalo that return types with arguments of type WherePartModifier and TypeMethodDescriptionGeneratedAdvancedSavedQuery.getWhereparts()Generated method - Getter of theAdvancedSavedQuery.wherepartsattribute.GeneratedAdvancedSavedQuery.getWhereparts(SessionContext ctx) Generated method - Getter of theAdvancedSavedQuery.wherepartsattribute.Methods in de.hybris.platform.advancedsavedquery.jalo with parameters of type WherePartModifier and TypeMethodDescriptionvoidGeneratedAdvancedSavedQuery.addToWhereparts(WherePart value) Generated method - Addsvalueto whereparts.voidGeneratedAdvancedSavedQuery.addToWhereparts(SessionContext ctx, WherePart value) Generated method - Addsvalueto whereparts.voidGeneratedAdvancedSavedQuery.removeFromWhereparts(WherePart value) Generated method - Removesvaluefrom whereparts.voidGeneratedAdvancedSavedQuery.removeFromWhereparts(SessionContext ctx, WherePart value) Generated method - Removesvaluefrom whereparts.voidGeneratedAbstractAdvancedSavedQuerySearchParameter.setWherePart(WherePart value) Generated method - Setter of theAbstractAdvancedSavedQuerySearchParameter.wherePartattribute.voidGeneratedAbstractAdvancedSavedQuerySearchParameter.setWherePart(SessionContext ctx, WherePart value) Generated method - Setter of theAbstractAdvancedSavedQuerySearchParameter.wherePartattribute.Method parameters in de.hybris.platform.advancedsavedquery.jalo with type arguments of type WherePartModifier and TypeMethodDescriptionvoidGeneratedAdvancedSavedQuery.setWhereparts(SessionContext ctx, Collection<WherePart> value) Generated method - Setter of theAdvancedSavedQuery.wherepartsattribute.voidGeneratedAdvancedSavedQuery.setWhereparts(Collection<WherePart> value) Generated method - Setter of theAdvancedSavedQuery.wherepartsattribute.