@DTO public class UESPropertyGetPropertyList extends UESPagingCriteria
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
codeFilter
Deprecated.
This attribute has been replaced by attribute
query . Attribute codeFilter will be converted to query in this
format: code='codeFilter'. It is not allowed to use attribute query together with attribute codeFilter. It is deprecated
since UES6-08. |
private java.lang.String |
nameFilter
Deprecated.
This attribute has been replaced by attribute
query . Attribute nameFilter will be converted to query in this
format: name='nameFilter'. It is not allowed to use attribute query together with attribute nameFilter. It is deprecated
since UES6-08. |
private java.lang.String |
query
The UES query string.
|
Constructor and Description |
---|
UESPropertyGetPropertyList() |
UESPropertyGetPropertyList(java.lang.Integer pageIndex, |
UESPropertyGetPropertyList(java.lang.Integer pageIndex,
Deprecated.
Use constructor with attribute
query . |
getPageIndex, getPageSize, setPageIndex, setPageSize
query
. Attribute codeFilter will be converted to query in this
format: code='codeFilter'. It is not allowed to use attribute query together with attribute codeFilter. It is deprecated
since UES6-08.codeFilter
is an empty string, no
filtering according to the code is applied. Filter behavior is similar to the SQL like predicate pattern string. It is a wildcard with
these special characters: % (percent sign) allows matching any string of any length (including zero length) _ (underscore) allows
matching a single character \ (backslash) is used to escape any of these special charactersquery
. Attribute nameFilter will be converted to query in this
format: name='nameFilter'. It is not allowed to use attribute query together with attribute nameFilter. It is deprecated
since UES6-08.nameFilter
is an empty string, no
filtering according to the name is applied. Filter behavior is similar to the SQL like predicate pattern string. It is a wildcard with
these special characters: % (percent sign) allows matching any string of any length (including zero length) _ (underscore) allows
matching a single character \ (backslash) is used to escape any of these special charactersquery
.