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_INTERVAL
METADATA_KEY_NO_CONTENT
PAGING_MASSAGE_KEY_PREFIX, PARAM_PAGING_MESSAGE_KEY_SUFFIX
PARAM_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, setPageInformation
determineOutputType, 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, setSuccess
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttribute, getGroupName, getParameter, getParameters, getResponseMetadata, getViewIdentifier, getWidgetId, isSuccess, setGroupName, setParameter, setRequest, setResponse
public 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)
Widget
outputType
- 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.