za.org.coefficient.modules.navigation
Class Navigate

java.lang.Object
  extended by za.org.coefficient.modules.BaseModule
      extended by za.org.coefficient.modules.navigation.BaseNavigate
          extended by za.org.coefficient.modules.navigation.Navigate
All Implemented Interfaces:
CoefficientEventPublisher, ModuleLocal

public class Navigate
extends BaseNavigate


Field Summary
private static java.lang.String NAME_SPACE
           
private static java.lang.String NAME_SPACE2
           
 
Constructor Summary
Navigate()
           
 
Method Summary
 CoefficientContext buildNavigation(CoefficientContext ctx)
           
 java.lang.String getMainMethod()
          This method is used to determine which method should be invoked when the module is requested without an operation.
 java.lang.String getModuleDescription()
          This method is used to find the description of the module
 java.lang.String getModuleDisplayName()
          This method is used to find the display name of the module
 
Methods inherited from class za.org.coefficient.modules.navigation.BaseNavigate
buildNavigation
 
Methods inherited from class za.org.coefficient.modules.BaseModule
canExecuteForRole, createRSSItem, displayUsersData, getCoefficientContext, getModuleName, isProjectRequired, publishEvent, setCoefficientContext, showHelp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME_SPACE

private static final java.lang.String NAME_SPACE
See Also:
Constant Field Values

NAME_SPACE2

private static final java.lang.String NAME_SPACE2
See Also:
Constant Field Values
Constructor Detail

Navigate

public Navigate()
Method Detail

getMainMethod

public java.lang.String getMainMethod()
Description copied from interface: ModuleLocal
This method is used to determine which method should be invoked when the module is requested without an operation.

Specified by:
getMainMethod in interface ModuleLocal
Specified by:
getMainMethod in class BaseModule
Returns:
name of the method that should be invoked

getModuleDescription

public java.lang.String getModuleDescription()
Description copied from interface: ModuleLocal
This method is used to find the description of the module

Specified by:
getModuleDescription in interface ModuleLocal
Specified by:
getModuleDescription in class BaseModule
Returns:
the description of the module

getModuleDisplayName

public java.lang.String getModuleDisplayName()
Description copied from interface: ModuleLocal
This method is used to find the display name of the module

Specified by:
getModuleDisplayName in interface ModuleLocal
Specified by:
getModuleDisplayName in class BaseModule
Returns:
the display name of the module

buildNavigation

public CoefficientContext buildNavigation(CoefficientContext ctx)


Copyright CSIR. All Rights Reserved.