public class UserManagementListWidget extends AbstractPagedListWidget<UserManagementListItem>
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_USER_ROLE_FILTER
The Constant PARAM_USER_ROLE_FILTER defines the parameter for the user role filter.
|
static String |
PARAM_USER_STATUS_FILTER
The Constant PARAM_USER_STATUS_FILTER defines the parameter for the user status filter.
|
METADATA_KEY_ELEMENTS_CONTAINED, METADATA_KEY_MORE_AVAILABLE, PARAM_PAGING_INTERVALMETADATA_KEY_NO_CONTENTPAGING_MASSAGE_KEY_PREFIX, PARAM_PAGING_MESSAGE_KEY_SUFFIXPARAM_WIDGET_ID| Constructor and Description |
|---|
UserManagementListWidget() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultPagingMessageKeySuffix()
returns 'user'
|
String |
getTile(String outputType)
Get the tile to be used for rendering
|
protected PageableList<UserManagementListItem> |
handleQueryList()
hook that actually requests the list on the api
|
protected void |
initParameters()
abstract method hook that initializes the widget's parameters
|
getPageInformation, getParameterDescriptions, getResultSpecification, getSortedResultSpecification, handleRequest, setCommonResponseMetadata, setPageInformation, setPageInformation, setPageInformationdetermineOutputType, getAttribute, getBooleanParameter, getGroupName, getIntParameter, getIntParameter, getLongArrayParameter, getLongParameter, getLongParameter, getParameter, getParameter, getParameterEscaped, getParameterEscaped, getParameters, getRequest, getResponse, getResponseMetadata, getStringArrayParameter, getViewIdentifier, getWidgetId, isSuccess, setAttribute, setGroupName, setParameter, setRequest, setResponse, setResponseMetadata, setSuccessclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getGroupName, getParameter, getParameters, getResponseMetadata, getViewIdentifier, getWidgetId, isSuccess, setGroupName, setParameter, setRequest, setResponsepublic static final String PARAM_USER_STATUS_FILTER
public static final String PARAM_USER_ROLE_FILTER
public String getDefaultPagingMessageKeySuffix()
getDefaultPagingMessageKeySuffix in interface PagedWidget<UserManagementListItem>getDefaultPagingMessageKeySuffix in class AbstractPagedListWidget<UserManagementListItem>PagedWidget.getDefaultPagingMessageKeySuffix()public String getTile(String outputType)
WidgetoutputType - the output type (rss, dhtml ...) without any '.'protected PageableList<UserManagementListItem> handleQueryList()
handleQueryList in class AbstractPagedListWidget<UserManagementListItem>AbstractPagedListWidget.handleQueryList()protected void initParameters()
initParameters in class AbstractPagedListWidget<UserManagementListItem>AbstractPagedListWidget.initParameters()Copyright © 2019 Communote team. All rights reserved.