Uses of Class
de.hybris.platform.advancedsavedquery.model.WherePartModel
-
Packages that use WherePartModel Package Description de.hybris.platform.advancedsavedquery.model 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 WherePartModel Modifier and Type Method Description WherePartModelAbstractAdvancedSavedQuerySearchParameterModel. getWherePart()Generated method - Getter of theAbstractAdvancedSavedQuerySearchParameter.wherePartattribute defined at extensionadvancedsavedquery.Methods in de.hybris.platform.advancedsavedquery.model that return types with arguments of type WherePartModel Modifier and Type Method Description java.util.Collection<WherePartModel>AdvancedSavedQueryModel. getWhereparts()Generated method - Getter of theAdvancedSavedQuery.wherepartsattribute defined at extensionadvancedsavedquery.Methods in de.hybris.platform.advancedsavedquery.model with parameters of type WherePartModel Modifier and Type Method Description voidAbstractAdvancedSavedQuerySearchParameterModel. setWherePart(WherePartModel value)Generated method - Setter ofAbstractAdvancedSavedQuerySearchParameter.wherePartattribute defined at extensionadvancedsavedquery.Method parameters in de.hybris.platform.advancedsavedquery.model with type arguments of type WherePartModel Modifier and Type Method Description voidAdvancedSavedQueryModel. setWhereparts(java.util.Collection<WherePartModel> value)Generated method - Setter ofAdvancedSavedQuery.wherepartsattribute defined at extensionadvancedsavedquery.Constructors in de.hybris.platform.advancedsavedquery.model with parameters of type WherePartModel Constructor Description AbstractAdvancedSavedQuerySearchParameterModel(ItemModel _owner, java.lang.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(java.lang.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, java.lang.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, java.lang.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, java.lang.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(java.lang.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, java.lang.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, java.lang.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
-