| 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 |
|---|---|
AdvancedSavedQueryModel |
WherePartModel.getSavedQuery()
Generated method - Getter of the
WherePart.savedQuery attribute defined at extension advancedsavedquery. |
| Modifier and Type | Method and Description |
|---|---|
void |
WherePartModel.setSavedQuery(AdvancedSavedQueryModel value)
Generated method - Setter of
WherePart.savedQuery attribute defined at extension advancedsavedquery. |
| Constructor and Description |
|---|
WherePartModel(ItemModel _owner,
java.lang.String _replacePattern,
AdvancedSavedQueryModel _savedQuery)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
WherePartModel(java.lang.String _replacePattern,
AdvancedSavedQueryModel _savedQuery)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
AdvancedSavedQueryModel |
AdvancedSavedQueryResource.getAdvancedSavedQueryModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected AdvancedSavedQueryModel |
AdvancedSavedQueryResource.readResource(java.lang.String resourceId)
Gets the
AdvancedSavedQueryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AdvancedSavedQueryModel> |
AdvancedSavedQueriesResource.getAdvancedSavedQueriesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedSavedQueryResource.setAdvancedSavedQueryModel(AdvancedSavedQueryModel value)
Convenience method which just delegates to
#setResourceValue(AdvancedSavedQueryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedSavedQueriesResource.setAdvancedSavedQueriesCollection(java.util.Collection<AdvancedSavedQueryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.