|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A query term used for a IRelationQueryOperand .
| Method Summary | |
IRelationQuery |
between(String lowerValue,
String upperValue)
Return an expression which selects only those between the given values, such as lowerValue <= x <= upperValue. |
IRelationQuery |
betweenIgnoreCase(String lowerValue,
String upperValue)
case insensitive version of between(String, String). |
IRelationQuery |
equal(String value)
Return an expression which selects only those operands matching the given string. |
IRelationQuery |
equalIgnoreCase(String value)
case insensitive version of equal(String). |
IRelationQuery |
greater(String value)
Return an expression which selects only those operands being alphabetically after the given string. |
IRelationQuery |
greaterEqual(String value)
Return an expression which selects only those operands being alphabetically after the given string or matching it. |
IRelationQuery |
greaterEqualIgnoreCase(String value)
case insensitive version of greaterEqual(String). |
IRelationQuery |
greaterIgnoreCase(String value)
case insensitive version of greater(String). |
IRelationQuery |
inRelationPropertySelection(IPropertyName name,
IRelationQuery query)
Return an expression which selects only those which match one of the given queries property values (subselect on the given property). |
IRelationQuery |
inSourceSelection(IRelationQuery query)
Return an expression which selects only those which match one of the given queries source operand's id (subselect on source id). |
IRelationQuery |
inTargetSelection(IRelationQuery query)
Return an expression which selects only those which match one of the given queries target operand's id (subselect on target id). |
IRelationQuery |
less(String value)
Return an expression which selects only those operands being alphabetically before the given string. |
IRelationQuery |
lessEqual(String value)
Return an expression which selects only those operands being alphabetically before the given string or matching it. |
IRelationQuery |
lessEqualIgnoreCase(String value)
case insensitive version of lessEqual(String). |
IRelationQuery |
lessIgnoreCase(String value)
case insensitive version of less(String). |
IRelationQuery |
like(String value)
Return an expression which selects only those operands being 'like' the given string. |
IRelationQuery |
likeIgnoreCase(String value)
case insensitive version of like(String). |
| Method Detail |
public IRelationQuery equal(String value)
value - the String to compare this term with.
IRelationQuery .public IRelationQuery equalIgnoreCase(String value)
equal(String).
value - TBD: Description of the incoming method parameter
public IRelationQuery less(String value)
value - the String to compare this term with.
IRelationQuery .public IRelationQuery lessIgnoreCase(String value)
less(String).
value - TBD: Description of the incoming method parameter
public IRelationQuery lessEqual(String value)
value - the String to compare this term with.
IRelationQuery .public IRelationQuery lessEqualIgnoreCase(String value)
lessEqual(String).
value - TBD: Description of the incoming method parameter
public IRelationQuery greater(String value)
value - the String to compare this term with.
IRelationQuery .public IRelationQuery greaterIgnoreCase(String value)
greater(String).
value - TBD: Description of the incoming method parameter
public IRelationQuery greaterEqual(String value)
value - the String to compare this term with.
IRelationQuery .public IRelationQuery greaterEqualIgnoreCase(String value)
greaterEqual(String).
value - TBD: Description of the incoming method parameter
public IRelationQuery like(String value)
value - the String to compare this term with.
IRelationQuery .public IRelationQuery likeIgnoreCase(String value)
like(String).
value - TBD: Description of the incoming method parameter
public IRelationQuery between(String lowerValue,
String upperValue)
lowerValue - a String the values have to be greater or
equal to.upperValue - a String the values have to be less or equal
to.
IRelationQuery .
public IRelationQuery betweenIgnoreCase(String lowerValue,
String upperValue)
between(String, String).
lowerValue - TBD: Description of the incoming method parameterupperValue - TBD: Description of the incoming method parameter
public IRelationQuery inSourceSelection(IRelationQuery query)
throws RelationQueryException
query - the IRelationQuery to use for the subselect.
IRelationQuery .
RelationQueryException - Exception raised in failure situation
RelationQueryException - if the given subquery is not
understood by this query's builder.
public IRelationQuery inTargetSelection(IRelationQuery query)
throws RelationQueryException
query - the IRelationQuery to use for the subselect.
IRelationQuery .
RelationQueryException - Exception raised in failure situation
RelationQueryException - if the given subquery is not
understood by this query's builder.
public IRelationQuery inRelationPropertySelection(IPropertyName name,
IRelationQuery query)
throws RelationQueryException
name - the IPropertyName of the property to use.query - the IRelationQuery to use for the subselect.
IRelationQuery .
RelationQueryException - Exception raised in failure situation
RelationQueryException - if the given subquery is not
understood by this query's builder.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||