|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectza.org.coefficient.modules.BaseModule
za.org.coefficient.modules.BaseProjectModule
public abstract class BaseProjectModule
Base class for project modules. This allows us to specify some methods that modules that deal with projects must implement.
| Constructor Summary | |
|---|---|
BaseProjectModule()
|
|
| Method Summary | |
|---|---|
abstract CoefficientContext |
deleteAllForProject(CoefficientContext ctx)
|
java.lang.String |
getSummaryForProject(CoefficientContext ctx)
|
CoefficientContext |
showSummaryForProject(CoefficientContext ctx)
|
| Methods inherited from class za.org.coefficient.modules.BaseModule |
|---|
canExecuteForRole, createRSSItem, displayUsersData, getCoefficientContext, getMainMethod, getModuleDescription, getModuleDisplayName, getModuleName, isProjectRequired, publishEvent, setCoefficientContext, showHelp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseProjectModule()
| Method Detail |
|---|
public abstract CoefficientContext deleteAllForProject(CoefficientContext ctx)
throws java.lang.Exception
java.lang.Exception
public CoefficientContext showSummaryForProject(CoefficientContext ctx)
throws java.lang.Exception
java.lang.Exception
public java.lang.String getSummaryForProject(CoefficientContext ctx)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||