Uses of Class
de.hybris.platform.advancedsavedquery.model.WherePartModel
Packages that use WherePartModel
Package
Description
Contains generated models for each type of de.hybris.platform.advancedsavedquery.jalo package.
-
Uses of WherePartModel in de.hybris.platform.advancedsavedquery.model
Methods in de.hybris.platform.advancedsavedquery.model that return WherePartModelModifier and TypeMethodDescriptionAbstractAdvancedSavedQuerySearchParameterModel.getWherePart()Generated method - Getter of theAbstractAdvancedSavedQuerySearchParameter.wherePartattribute defined at extensionadvancedsavedquery.Methods in de.hybris.platform.advancedsavedquery.model that return types with arguments of type WherePartModelModifier and TypeMethodDescriptionAdvancedSavedQueryModel.getWhereparts()Generated method - Getter of theAdvancedSavedQuery.wherepartsattribute defined at extensionadvancedsavedquery.Methods in de.hybris.platform.advancedsavedquery.model with parameters of type WherePartModelModifier and TypeMethodDescriptionvoidAbstractAdvancedSavedQuerySearchParameterModel.setWherePart(WherePartModel value) Generated method - Setter ofAbstractAdvancedSavedQuerySearchParameter.wherePartattribute defined at extensionadvancedsavedquery.Method parameters in de.hybris.platform.advancedsavedquery.model with type arguments of type WherePartModelModifier and TypeMethodDescriptionvoidAdvancedSavedQueryModel.setWhereparts(Collection<WherePartModel> value) Generated method - Setter ofAdvancedSavedQuery.wherepartsattribute defined at extensionadvancedsavedquery.Constructors in de.hybris.platform.advancedsavedquery.model with parameters of type WherePartModelModifierConstructorDescriptionAbstractAdvancedSavedQuerySearchParameterModel(ItemModel _owner, String _searchParameterName, WherePartModel _wherePart) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractAdvancedSavedQuerySearchParameterModel(String _searchParameterName, WherePartModel _wherePart) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersComposedTypeAdvancedSavedQuerySearchParameterModel(ComposedTypeModel _enclosingType, ItemModel _owner, String _searchParameterName, WherePartModel _wherePart) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersComposedTypeAdvancedSavedQuerySearchParameterModel(ComposedTypeModel _enclosingType, String _searchParameterName, WherePartModel _wherePart) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleAdvancedSavedQuerySearchParameterModel(ItemModel _owner, String _searchParameterName, WherePartModel _wherePart) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSimpleAdvancedSavedQuerySearchParameterModel(String _searchParameterName, WherePartModel _wherePart) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTypedAdvancedSavedQuerySearchParameterModel(ComposedTypeModel _enclosingType, ItemModel _owner, String _searchParameterName, WherePartModel _wherePart) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTypedAdvancedSavedQuerySearchParameterModel(ComposedTypeModel _enclosingType, String _searchParameterName, WherePartModel _wherePart) 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