org.olat.admin
Class UserAdminMainController
java.lang.Object
org.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.core.gui.control.controller.MainLayoutBasicController
org.olat.admin.UserAdminMainController
- All Implemented Interfaces:
- CustomCSSProvider, Controller, ControllerEventListener, Disposable, Activateable, MainLayoutController
public class UserAdminMainController
- extends MainLayoutBasicController
- implements Activateable
Initial Date: Jan 16, 2006
- Author:
- Florian Gnaegi
Comment:
This controller offers user and system group administrative functionality. The
features can be enabled / disabled in the olat_config.xml file for the user
manager, OLAT administrators always have full access to the tools.
To append predefined searches use ActionExtensions and register them for UserAdminMainController.EXTENSIONPOINT_MENU_MENUQUERIES.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EXTENSIONPOINT_MENU_MENUQUERIES
public static final java.lang.String EXTENSIONPOINT_MENU_MENUQUERIES
- See Also:
- Constant Field Values
UserAdminMainController
public UserAdminMainController(UserRequest ureq,
WindowControl wControl)
- Constructor of the home main controller
- Parameters:
ureq - The user requestwControl - The current window controller
event
public void event(UserRequest ureq,
Component source,
Event event)
- Description copied from class:
DefaultController
- abstract event method for subclasses. the event received from the component
we are listening to are always rerouted to this method here, except when
the component has been disposed, in which case the events are simply
ignored.
- See Also:
DefaultController.event(org.olat.core.gui.UserRequest, org.olat.core.gui.components.Component, org.olat.core.gui.control.Event)
event
public void event(UserRequest ureq,
Controller source,
Event event)
- Description copied from class:
DefaultController
- the only method of the interface controllereventlistener. always gets
called when a controller we 'subscribed' to fires an event. we provide a
default implementation here since there are many controllers which are
standalone and need no subcontrollers
- See Also:
DefaultController.event(org.olat.core.gui.UserRequest, org.olat.core.gui.control.Controller, org.olat.core.gui.control.Event)
activate
public void activate(UserRequest ureq,
java.lang.String viewIdentifier)
- Description copied from interface:
Activateable
- FIXME:pb:discussion FJ should we return boolean if activation was
successful?
- Specified by:
activate in interface Activateable