| Package | Description |
|---|---|
| de.hybris.platform.advancedsavedquery.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<WherePart> |
GeneratedAdvancedSavedQuery.WHEREPARTSHANDLER
OneToManyHandler for handling 1:n WHEREPARTS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
WherePart |
GeneratedASQManager.createWherePart(java.util.Map attributeValues) |
WherePart |
GeneratedASQManager.createWherePart(SessionContext ctx,
java.util.Map attributeValues) |
WherePart |
GeneratedAbstractAdvancedSavedQuerySearchParameter.getWherePart()
Generated method - Getter of the
AbstractAdvancedSavedQuerySearchParameter.wherePart attribute. |
WherePart |
GeneratedAbstractAdvancedSavedQuerySearchParameter.getWherePart(SessionContext ctx)
Generated method - Getter of the
AbstractAdvancedSavedQuerySearchParameter.wherePart attribute. |
WherePart |
AdvancedSavedQuery.getWherePart(SessionContext ctx,
java.lang.String pattern)
Returns a where part by it's replace pattern.
|
WherePart |
AdvancedSavedQuery.getWherePart(java.lang.String pattern)
Returns a where part by it's replace pattern.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WherePart> |
GeneratedAdvancedSavedQuery.getWhereparts()
Generated method - Getter of the
AdvancedSavedQuery.whereparts attribute. |
java.util.Collection<WherePart> |
GeneratedAdvancedSavedQuery.getWhereparts(SessionContext ctx)
Generated method - Getter of the
AdvancedSavedQuery.whereparts attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedAdvancedSavedQuery.addToWhereparts(SessionContext ctx,
WherePart value)
Generated method - Adds
value to whereparts. |
void |
GeneratedAdvancedSavedQuery.addToWhereparts(WherePart value)
Generated method - Adds
value to whereparts. |
void |
GeneratedAdvancedSavedQuery.removeFromWhereparts(SessionContext ctx,
WherePart value)
Generated method - Removes
value from whereparts. |
void |
GeneratedAdvancedSavedQuery.removeFromWhereparts(WherePart value)
Generated method - Removes
value from whereparts. |
void |
GeneratedAbstractAdvancedSavedQuerySearchParameter.setWherePart(SessionContext ctx,
WherePart value)
Generated method - Setter of the
AbstractAdvancedSavedQuerySearchParameter.wherePart attribute. |
void |
GeneratedAbstractAdvancedSavedQuerySearchParameter.setWherePart(WherePart value)
Generated method - Setter of the
AbstractAdvancedSavedQuerySearchParameter.wherePart attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedAdvancedSavedQuery.setWhereparts(java.util.Collection<WherePart> value)
Generated method - Setter of the
AdvancedSavedQuery.whereparts attribute. |
void |
GeneratedAdvancedSavedQuery.setWhereparts(SessionContext ctx,
java.util.Collection<WherePart> value)
Generated method - Setter of the
AdvancedSavedQuery.whereparts attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.