|
Options | Name | Purpose | |
---|---|---|---|
Ccs.BusinessLogic.IGetDataTableRequest ParseTableRequest (character, JsonObject) |
/* Reads a single table's request.
This method knows which properties in the input JSON are for the where clause, for the sort-by etc
@param character The table name to which this filter applies
@param JsonObject The input filter
@return IGetDataTableRequest A single table Get Request */
|
Options | Name | Purpose | |
---|---|---|---|
JfpFilterParser () |
/* Default constructor */
|
||
JfpFilterParser (character) |
/* Constructor.
@param character (mandatory) A table name for which to construct the filter */
|
||
JfpFilterParser (character[]) |
/* Constructor.
@param character[] (mandatory) An array of table name for which to construct the filter */
|
Ccs.BusinessLogic.IGetDataTableRequest ParseTableRequest (character, JsonObject)
|
---|
JfpFilterParser ()
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
JfpFilterParser (character)
|
||||||||||||
JfpFilterParser (character[])
|