public class UsermanagerUserSearchController extends BasicController
| 构造器和说明 |
|---|
UsermanagerUserSearchController(UserRequest ureq,
WindowControl wControl)
Constructor to trigger the user search workflow using a generic search form
|
UsermanagerUserSearchController(UserRequest ureq,
WindowControl wControl,
java.util.List<Identity> identitiesList,
java.lang.Integer status,
boolean showEmailButton,
boolean showTitle)
Constructor to trigger the user search workflow using the predefined list of identities.
|
UsermanagerUserSearchController(UserRequest ureq,
WindowControl wControl,
UserSearchFilter userSearchFilter,
boolean showEmailButton)
Constructor to trigger the user search workflow using the given attributes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
reloadFoundIdentity()
Reload the identity used currently in the workflow and in the currently activated user table list model.
|
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toStringpublic UsermanagerUserSearchController(UserRequest ureq, WindowControl wControl)
ureq - wControl - public UsermanagerUserSearchController(UserRequest ureq, WindowControl wControl, UserSearchFilter userSearchFilter, boolean showEmailButton)
ureq - wControl - userSearchFilter - showEmailButton - public UsermanagerUserSearchController(UserRequest ureq, WindowControl wControl, java.util.List<Identity> identitiesList, java.lang.Integer status, boolean showEmailButton, boolean showTitle)
ureq - wControl - identitiesList - status - showEmailButton -