org.olat.core.commons.modules.glossary
Class GlossaryMainController

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.core.commons.modules.glossary.GlossaryMainController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable, Activateable

public class GlossaryMainController
extends BasicController
implements Activateable

Description:
Displays a List of all glossary-entries. If the user is author or administrator, he will get Links to add, edit or delete Items. The list is sortable by an alphabetical register.

Author:
Roman Haag, frentix GmbH, roman.haag@frentix.com

Constructor Summary
GlossaryMainController(WindowControl control, UserRequest ureq, VFSContainer glossaryFolder, OLATResourceable res, boolean allowGlossaryEditing)
           
 
Method Summary
 void activate(UserRequest ureq, java.lang.String viewIdentifier)
          FIXME:pb:discussion FJ should we return boolean if activation was successful?
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.olat.core.gui.control.Controller
addControllerListener, dispatchEvent, dispose, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed
 

Constructor Detail

GlossaryMainController

public GlossaryMainController(WindowControl control,
                              UserRequest ureq,
                              VFSContainer glossaryFolder,
                              OLATResourceable res,
                              boolean allowGlossaryEditing)
Method Detail

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
See Also:
Activateable.activate(org.olat.core.gui.UserRequest, java.lang.String)