Uses of Class
de.hybris.platform.advancedsavedquery.model.AdvancedSavedQueryModel
Packages that use AdvancedSavedQueryModel
Package
Description
Contains generated models for each type of de.hybris.platform.advancedsavedquery.jalo package.
-
Uses of AdvancedSavedQueryModel in de.hybris.platform.advancedsavedquery.model
Methods in de.hybris.platform.advancedsavedquery.model that return AdvancedSavedQueryModelModifier and TypeMethodDescriptionWherePartModel.getSavedQuery()Generated method - Getter of theWherePart.savedQueryattribute defined at extensionadvancedsavedquery.Methods in de.hybris.platform.advancedsavedquery.model with parameters of type AdvancedSavedQueryModelModifier and TypeMethodDescriptionvoidWherePartModel.setSavedQuery(AdvancedSavedQueryModel value) Generated method - Setter ofWherePart.savedQueryattribute defined at extensionadvancedsavedquery.Constructors in de.hybris.platform.advancedsavedquery.model with parameters of type AdvancedSavedQueryModelModifierConstructorDescriptionWherePartModel(ItemModel _owner, String _replacePattern, AdvancedSavedQueryModel _savedQuery) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWherePartModel(String _replacePattern, AdvancedSavedQueryModel _savedQuery) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters