| Package | Description |
|---|---|
| de.hybris.platform.advancedsavedquery.model |
Contains generated models for each type of de.hybris.platform.advancedsavedquery.jalo package.
|
| de.hybris.platform.advancedsavedquery.resource |
| Modifier and Type | Method and Description |
|---|---|
WherePartModel |
AbstractAdvancedSavedQuerySearchParameterModel.getWherePart()
Generated method - Getter of the
AbstractAdvancedSavedQuerySearchParameter.wherePart attribute defined at extension advancedsavedquery. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WherePartModel> |
AdvancedSavedQueryModel.getWhereparts()
Generated method - Getter of the
AdvancedSavedQuery.whereparts attribute defined at extension advancedsavedquery. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAdvancedSavedQuerySearchParameterModel.setWherePart(WherePartModel value)
Generated method - Setter of
AbstractAdvancedSavedQuerySearchParameter.wherePart attribute defined at extension advancedsavedquery. |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedSavedQueryModel.setWhereparts(java.util.Collection<WherePartModel> value)
Generated method - Setter of
AdvancedSavedQuery.whereparts attribute defined at extension advancedsavedquery. |
| Constructor and Description |
|---|
AbstractAdvancedSavedQuerySearchParameterModel(ItemModel _owner,
java.lang.String _searchParameterName,
WherePartModel _wherePart)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AbstractAdvancedSavedQuerySearchParameterModel(java.lang.String _searchParameterName,
WherePartModel _wherePart)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ComposedTypeAdvancedSavedQuerySearchParameterModel(ComposedTypeModel _enclosingType,
ItemModel _owner,
java.lang.String _searchParameterName,
WherePartModel _wherePart)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ComposedTypeAdvancedSavedQuerySearchParameterModel(ComposedTypeModel _enclosingType,
java.lang.String _searchParameterName,
WherePartModel _wherePart)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SimpleAdvancedSavedQuerySearchParameterModel(ItemModel _owner,
java.lang.String _searchParameterName,
WherePartModel _wherePart)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SimpleAdvancedSavedQuerySearchParameterModel(java.lang.String _searchParameterName,
WherePartModel _wherePart)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
TypedAdvancedSavedQuerySearchParameterModel(ComposedTypeModel _enclosingType,
ItemModel _owner,
java.lang.String _searchParameterName,
WherePartModel _wherePart)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
TypedAdvancedSavedQuerySearchParameterModel(ComposedTypeModel _enclosingType,
java.lang.String _searchParameterName,
WherePartModel _wherePart)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
WherePartModel |
WherePartResource.getWherePartModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected WherePartModel |
WherePartResource.readResource(java.lang.String resourceId)
Gets the
WherePartModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WherePartModel> |
WherePartsResource.getWherePartsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
WherePartResource.setWherePartModel(WherePartModel value)
Convenience method which just delegates to
#setResourceValue(WherePartModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
WherePartsResource.setWherePartsCollection(java.util.Collection<WherePartModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.