This object is ideal to use with web services as the caplin.grid.filter.QueryFilterExpression#toQueryString method returns a string suitable for a web service call.
Attributes | Name and Description |
---|---|
|
caplin.grid.filter.QueryFilterExpression()
Constructs a new |
Attributes | Name and Description |
---|---|
|
void
addFilter(String sName, String sValue)
Adds a filter to the expression. |
|
caplin.grid.filter.QueryFilterExpression
clone()
Clones this instance of the QueryFilterExpression |
<static>
|
caplin.grid.filter.QueryFilterExpression
clone(caplin.grid.filter.QueryFilterExpression oQueryFilterExpression)
Clones the QueryFilterExpression |
|
void
getFilterExpressions()
Gets the underlying operator for this QueryFilterExpression |
|
Number
getNumberOfFilterExpressions()
Gets the number of logical filter expressions that have been placed inside the FilterExpression. |
|
void
getOperator()
Gets the underlying operator for this QueryFilterExpression |
|
void
getRttpState()
|
|
void
getSerializedState(String sIndent)
|
|
void
hasFilter(String sName)
Checks to see if a filter with the given name already exists within the expression. |
|
String
toString()
Gets a text representation of the filter expression. |
►
caplin.grid.filter.QueryFilterExpression()
Constructs a new QueryFilterExpression
.
►
void
addFilter(String sName, String sValue)
Adds a filter to the expression.
String | sName | The name of the filter |
String | sValue | the value of the filter |
►
caplin.grid.filter.QueryFilterExpression
clone()
Clones this instance of the QueryFilterExpression
►
<static>
caplin.grid.filter.QueryFilterExpression
clone(caplin.grid.filter.QueryFilterExpression oQueryFilterExpression)
Clones the QueryFilterExpression
caplin.grid.filter.QueryFilterExpression | oQueryFilterExpression | an instance of QueryFilterExpression to be cloned |
►
void
getFilterExpressions()
Gets the underlying operator for this QueryFilterExpression
►
Number
getNumberOfFilterExpressions()
Gets the number of logical filter expressions that have been placed inside the FilterExpression.
►
void
getOperator()
Gets the underlying operator for this QueryFilterExpression
►
void
getRttpState()
►
void
getSerializedState(String sIndent)
String | sIndent | The number of characters the caller would like the expression to indent the XML it returns to make it easily human readable. |
►
void
hasFilter(String sName)
Checks to see if a filter with the given name already exists within the expression.
String | sName | the name of the filter to check for |
true
if the filter exists within the expression; otherwise false
.
►
String
toString()
Gets a text representation of the filter expression.