ReadByQuery
class ReadByQuery extends AbstractFunction
Constants
| RETURN_FORMATS |
|
| DEFAULT_RETURN_FORMAT |
|
| MIN_PAGE_SIZE |
|
| MAX_PAGE_SIZE |
|
| DEFAULT_PAGE_SIZE |
|
Methods
__construct(string $controlId = null)
Initializes the class with the given parameters.
string
getObjectName()
No description
setObjectName(string $objectName)
No description
array
getFields()
No description
setFields(array $fields)
No description
string
getQuery()
No description
setQuery(string $query)
No description
int
getPageSize()
No description
setPageSize(int $pageSize)
Set page size
string
getReturnFormat()
No description
setReturnFormat(string $format)
Set return format
string
getDocParId()
No description
setDocParId(string $docParId)
No description
Details
in AbstractFunction at line line 35
getControlId()
Get control ID
in AbstractFunction at line line 46
setControlId($controlId = null)
Set control ID
at line line 183
__construct(string $controlId = null)
Initializes the class with the given parameters.
at line line 212
writeXml(XMLWriter $xml)
Write the readByQuery block XML
at line line 63
string
getObjectName()
at line line 71
setObjectName(string $objectName)
at line line 79
array
getFields()
at line line 87
setFields(array $fields)
at line line 95
string
getQuery()
at line line 103
setQuery(string $query)
at line line 111
int
getPageSize()
at line line 122
setPageSize(int $pageSize)
Set page size
at line line 148
string
getReturnFormat()
at line line 159
setReturnFormat(string $format)
Set return format