|
Options | Name | Purpose | |
---|---|---|---|
Ccs.BusinessLogic.IGetDataRequest Parse (Object) |
/* Reads and processes (parses) a complete data filter.
@param P.L.Object The filter data
@param IGetDataRequest A new filter object */
|
||
Ccs.BusinessLogic.IQuerySortEntry ParseSortBy (Object) |
/* Parses an SORT-BY phrase and returns an array of IQuerySortEntry objects.
@param P.L.Object The SORT-BY data
@return IQuerySortEntry[] An array of sort phrases. An indeterminate array is returned if the input phrase is empty */
|
||
Ccs.BusinessLogic.IQueryEntry ParseWhere (Object) |
/* Parses where/filter phrase and returns an IQueryEntry object for a single table
@param P.L.Object The filter/where clause data
@return IQueryEntry The query entry.We return one of an IQueryPredicate (single clause)
or an IQueryGroup (many clauses) */
|
Options | Name | Purpose | |
---|---|---|---|
FilterParser () |
/* Default constructor. */
|
||
FilterParser (character) |
/* Constructor.
@param character (mandatory) A table name for which to construct the filter */
|
||
FilterParser (character[]) |
/* Constructor.
@param character[] (mandatory) An array of table name for which to construct the filter */
|
Options | Name | Purpose | |
---|---|---|---|
CHARACTER FilterTable |
|
Ccs.BusinessLogic.IGetDataRequest Parse (Object)
|
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Ccs.BusinessLogic.IQuerySortEntry ParseSortBy (Object)
|
||||||||||||||||||
Ccs.BusinessLogic.IQueryEntry ParseWhere (Object)
|
FilterParser ()
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
FilterParser (character)
|
||||||||||||
FilterParser (character[])
|
CHARACTER FilterTable
|
---|