@DTO public class UESShortcutGetShortcutList 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 |
---|
UESShortcutGetShortcutList(java.lang.Integer pageIndex, |
UESShortcutGetShortcutList(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.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.query
.