程序包 | 说明 |
---|---|
org.opencms.file |
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
|
org.opencms.workplace.commons |
Contains often used OpenCms Workplace dialogs, for example
for file operations, user preferences and project based operations like publishing.
|
org.opencms.workplace.tools.accounts |
This package contains the tool classes for the account management related administration views.
|
限定符和类型 | 方法和说明 |
---|---|
CmsUserSearchParameters.SortKey |
CmsUserSearchParameters.getSortKey()
Returns the key indicating by which column the results should be sorted.
|
static CmsUserSearchParameters.SortKey |
CmsUserSearchParameters.SortKey.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static CmsUserSearchParameters.SortKey[] |
CmsUserSearchParameters.SortKey.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsUserSearchParameters.setSorting(CmsUserSearchParameters.SortKey key,
boolean ascending)
Sets the sort key and order.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsUserSearchParameters.SortKey |
CmsUserSelectionList.getSortKey(java.lang.String column)
Gets the sort key to use.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsUserSearchParameters.SortKey |
CmsRoleUsersList.getSortKey(java.lang.String column)
Gets the sort key for a column.
|
protected CmsUserSearchParameters.SortKey |
CmsUsersAllOrgUnitsList.getSortKey(java.lang.String column)
Returns the sort key for the column.
|
protected CmsUserSearchParameters.SortKey |
CmsNotGroupUsersList.getSortKey(java.lang.String column)
Gets the sort key for a column.
|
protected CmsUserSearchParameters.SortKey |
CmsShowGroupUsersList.getSortKey(java.lang.String column)
Gets the sort key for a column.
|
protected CmsUserSearchParameters.SortKey |
CmsUserTransferList.getSortKey(java.lang.String column)
Returns the sort key for lazy list paging.
|
protected CmsUserSearchParameters.SortKey |
CmsUsersList.getSortKey(java.lang.String column)
Gets the sort key for a column.
|
protected CmsUserSearchParameters.SortKey |
CmsGroupUsersList.getSortKey(java.lang.String column)
Gets the sort key for a column.
|
protected CmsUserSearchParameters.SortKey |
CmsShowRoleUsersList.getSortKey(java.lang.String column)
Gets the sort key for a column.
|
protected CmsUserSearchParameters.SortKey |
CmsNotRoleUsersList.getSortKey(java.lang.String column)
Gets the sort key for a column.
|