Uses of Class
de.hybris.platform.advancedsavedquery.jalo.WherePart
-
Packages that use WherePart Package Description de.hybris.platform.advancedsavedquery.jalo -
-
Uses of WherePart in de.hybris.platform.advancedsavedquery.jalo
Fields in de.hybris.platform.advancedsavedquery.jalo with type parameters of type WherePart Modifier and Type Field Description protected static OneToManyHandler<WherePart>GeneratedAdvancedSavedQuery. WHEREPARTSHANDLEROneToManyHandlerfor handling 1:n WHEREPARTS's relation attributes from 'many' side.Methods in de.hybris.platform.advancedsavedquery.jalo that return WherePart Modifier and Type Method Description WherePartGeneratedASQManager. createWherePart(SessionContext ctx, java.util.Map attributeValues)WherePartGeneratedASQManager. createWherePart(java.util.Map attributeValues)WherePartAdvancedSavedQuery. getWherePart(SessionContext ctx, java.lang.String pattern)Returns a where part by it's replace pattern.WherePartAdvancedSavedQuery. getWherePart(java.lang.String pattern)Returns a where part by it's replace pattern.WherePartGeneratedAbstractAdvancedSavedQuerySearchParameter. getWherePart()Generated method - Getter of theAbstractAdvancedSavedQuerySearchParameter.wherePartattribute.WherePartGeneratedAbstractAdvancedSavedQuerySearchParameter. getWherePart(SessionContext ctx)Generated method - Getter of theAbstractAdvancedSavedQuerySearchParameter.wherePartattribute.Methods in de.hybris.platform.advancedsavedquery.jalo that return types with arguments of type WherePart Modifier and Type Method Description java.util.Collection<WherePart>GeneratedAdvancedSavedQuery. getWhereparts()Generated method - Getter of theAdvancedSavedQuery.wherepartsattribute.java.util.Collection<WherePart>GeneratedAdvancedSavedQuery. getWhereparts(SessionContext ctx)Generated method - Getter of theAdvancedSavedQuery.wherepartsattribute.Methods in de.hybris.platform.advancedsavedquery.jalo with parameters of type WherePart Modifier and Type Method Description voidGeneratedAdvancedSavedQuery. 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 WherePart Modifier and Type Method Description voidGeneratedAdvancedSavedQuery. setWhereparts(SessionContext ctx, java.util.Collection<WherePart> value)Generated method - Setter of theAdvancedSavedQuery.wherepartsattribute.voidGeneratedAdvancedSavedQuery. setWhereparts(java.util.Collection<WherePart> value)Generated method - Setter of theAdvancedSavedQuery.wherepartsattribute.
-