Class Index | File Index

Classes


Class Query

Represents a Query.
Defined in: mdservice_model.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Query(collection, columns, query, squery)
Creates a new Query
Method Summary
Method Attributes Method Name and Description
<static>  
Query.collectiontext(json)
<static>  
Query.columnstext(json)
<static>  
Query.fullformatstring(json)
 
 
 
 
link(type)
 
 
load(json)
 
next(pages)
 
open(type)
<static>  
Query.optionstext(json)
 
 
special handling for special characters: double escaping (escape the %-sign) to survive the %-encoding through the request (and parsing) down to the transformation in XCQL2XPath.xsl it's: whitespace, and single and double-quotes (unified to double quotes %22)
<static>  
Query.queryliststring(squery, query)
 
 
 
save()
<static>  
Query.simplequerystring(querystring)
 
 
 
 
 
updateColumns(selectionlist)
 
Class Detail
Query(collection, columns, query, squery)
Creates a new Query
Parameters:
collection
columns
query
squery
Method Detail
<static> Query.collectiontext(json)
Parameters:
json

<static> Query.columnstext(json)
Parameters:
json

<static> Query.fullformatstring(json)
Parameters:
json

getcollectionindextext()

getcollectiontext(what)
Parameters:
what

getcolumnstext()

link(type)
Parameters:
type

link_obsoleted()

load(json)
Parameters:
json

next(pages)
Parameters:
pages

open(type)
Parameters:
type

<static> Query.optionstext(json)
Parameters:
json

publish()

query_uri()
special handling for special characters: double escaping (escape the %-sign) to survive the %-encoding through the request (and parsing) down to the transformation in XCQL2XPath.xsl it's: whitespace, and single and double-quotes (unified to double quotes %22)

<static> Query.queryliststring(squery, query)
Parameters:
squery
query

render()

resubmit()

save()

<static> Query.simplequerystring(querystring)
Parameters:
querystring

sruquery_uri()

submit()

toJSON()

toString()

updateColumns(selectionlist)
Parameters:
selectionlist

updatecolumnstext(list)
Parameters:
list

Documentation generated by JsDoc Toolkit 2.4.0 on Fri May 20 2011 21:19:05 GMT+0200 (MESZ)