|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CoefficientContext in za.org.coefficient.core |
---|
Classes in za.org.coefficient.core that implement CoefficientContext | |
---|---|
class |
BaseCoefficientContext
Project: coefficient |
class |
CoefficientWebContext
This is the context created by the CoefficientServlet and passed as an argument to all coefficient modules. |
Methods in za.org.coefficient.core with parameters of type CoefficientContext | |
---|---|
protected int |
CoefficientInterceptor.abortNamedInterceptor(CoefficientContext ctx)
|
protected int |
CoefficientInterceptor.handleInvoke(CoefficientContext ctx)
|
protected int |
CoefficientInterceptor.handlePostInvoke(CoefficientContext ctx)
|
int |
CoefficientInterceptor.invoke(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.html |
---|
Fields in za.org.coefficient.html declared as CoefficientContext | |
---|---|
private CoefficientContext |
Page.context
|
Constructors in za.org.coefficient.html with parameters of type CoefficientContext | |
---|---|
Page(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.interceptors |
---|
Methods in za.org.coefficient.interceptors with parameters of type CoefficientContext | |
---|---|
protected int |
PermanentModuleInterceptor.handleInvoke(CoefficientContext ctx)
|
protected int |
ConfigurationInterceptor.handleInvoke(CoefficientContext ctx)
|
protected int |
ProjectSetupInterceptor.handleInvoke(CoefficientContext ctx)
|
protected int |
WorkflowSetupInterceptor.handleInvoke(CoefficientContext ctx)
|
protected int |
ExecuteModuleInterceptor.handleInvoke(CoefficientContext ctx)
|
protected int |
PersistentLoginInterceptor.handleInvoke(CoefficientContext ctx)
|
int |
ExceptionInterceptor.invoke(CoefficientContext ctx)
|
private void |
ExceptionInterceptor.setErrorForException(CoefficientContext ctx,
java.lang.Exception e,
java.lang.Throwable t)
|
Uses of CoefficientContext in za.org.coefficient.interfaces |
---|
Methods in za.org.coefficient.interfaces that return CoefficientContext | |
---|---|
CoefficientContext |
ModuleLocal.getCoefficientContext()
|
CoefficientContext |
Module.getCoefficientContext()
|
CoefficientContext |
ModuleLocal.showHelp(CoefficientContext ctx)
This method is used to show help on the your module. |
CoefficientContext |
Module.showHelp(CoefficientContext ctx)
This method is used to show help on the your module. |
Methods in za.org.coefficient.interfaces with parameters of type CoefficientContext | |
---|---|
java.lang.String |
ModuleLocal.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
This method is used to determine if a named method can be executed for a specified system role. |
java.lang.String |
Module.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
This method is used to determine if a named method can be executed for a specified system role. |
java.lang.Object |
Invoker.invoke(CoefficientContext ctx)
This method will look for a request parameter named module and one named op and will try to fire that operation on the module. |
java.lang.Object |
Invoker.invokeOpOnModule(java.lang.String module,
java.lang.String operation,
CoefficientContext ctx)
This method will invoke the named operation on the named module with the given context as a parameter |
void |
ModuleLocal.setCoefficientContext(CoefficientContext ctx)
|
void |
Module.setCoefficientContext(CoefficientContext ctx)
|
CoefficientContext |
ModuleLocal.showHelp(CoefficientContext ctx)
This method is used to show help on the your module. |
CoefficientContext |
Module.showHelp(CoefficientContext ctx)
This method is used to show help on the your module. |
Uses of CoefficientContext in za.org.coefficient.invokers.base |
---|
Methods in za.org.coefficient.invokers.base with parameters of type CoefficientContext | |
---|---|
java.lang.Object |
BaseInvoker.invoke(CoefficientContext ctx)
This method will look for a request parameter named module and one named op and will try to fire that operation on the module. |
java.lang.Object |
BaseInvoker.invokeOpOnModule(java.lang.String module,
java.lang.String operation,
CoefficientContext ctx)
This method will invoke the named operation on the named module with the given context as a parameter |
Uses of CoefficientContext in za.org.coefficient.modules |
---|
Fields in za.org.coefficient.modules declared as CoefficientContext | |
---|---|
private CoefficientContext |
BaseModule.ctx
|
Methods in za.org.coefficient.modules that return CoefficientContext | |
---|---|
abstract CoefficientContext |
BaseProjectModule.deleteAllForProject(CoefficientContext ctx)
|
abstract CoefficientContext |
BaseNavProjectModule.deleteAllForProject(CoefficientContext ctx)
|
CoefficientContext |
BaseModule.getCoefficientContext()
|
CoefficientContext |
BaseModule.showHelp(CoefficientContext ctx)
|
CoefficientContext |
BaseProjectModule.showSummaryForProject(CoefficientContext ctx)
|
CoefficientContext |
BaseNavProjectModule.showSummaryForProject(CoefficientContext ctx)
|
Methods in za.org.coefficient.modules with parameters of type CoefficientContext | |
---|---|
java.lang.String |
BaseModule.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
This is a base implementation that will allow all methods to be invoked without regard to roles |
abstract CoefficientContext |
BaseProjectModule.deleteAllForProject(CoefficientContext ctx)
|
abstract CoefficientContext |
BaseNavProjectModule.deleteAllForProject(CoefficientContext ctx)
|
java.lang.String |
BaseProjectModule.getSummaryForProject(CoefficientContext ctx)
|
java.lang.String |
BaseNavProjectModule.getSummaryForProject(CoefficientContext ctx)
|
void |
BaseModule.setCoefficientContext(CoefficientContext ctx)
|
CoefficientContext |
BaseModule.showHelp(CoefficientContext ctx)
|
CoefficientContext |
BaseProjectModule.showSummaryForProject(CoefficientContext ctx)
|
CoefficientContext |
BaseNavProjectModule.showSummaryForProject(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.modules.attribute |
---|
Methods in za.org.coefficient.modules.attribute that return CoefficientContext | |
---|---|
CoefficientContext |
AttributeDataManagement.command(CoefficientContext ctx)
executed by the project champion. |
CoefficientContext |
AttributeManagement.command(CoefficientContext ctx)
executed by the project champion. |
CoefficientContext |
AttributeDataManagement.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
AttributeSearch.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
AttributeManagement.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
AttributeSearch.pager(CoefficientContext ctx)
|
CoefficientContext |
AttributeSearch.search(CoefficientContext ctx)
|
Methods in za.org.coefficient.modules.attribute with parameters of type CoefficientContext | |
---|---|
java.lang.String |
AttributeDataManagement.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
|
java.lang.String |
AttributeSearch.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
|
java.lang.String |
AttributeManagement.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
|
CoefficientContext |
AttributeDataManagement.command(CoefficientContext ctx)
executed by the project champion. |
CoefficientContext |
AttributeManagement.command(CoefficientContext ctx)
executed by the project champion. |
CoefficientContext |
AttributeDataManagement.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
AttributeSearch.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
AttributeManagement.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
AttributeSearch.pager(CoefficientContext ctx)
|
private java.lang.String |
AttributeSearch.parse(CoefficientContext ctx,
java.util.List vals)
|
CoefficientContext |
AttributeSearch.search(CoefficientContext ctx)
|
private void |
AttributeDataManagement.setupSelect(CoefficientContext ctx,
java.util.HashMap map)
|
Uses of CoefficientContext in za.org.coefficient.modules.category |
---|
Methods in za.org.coefficient.modules.category that return CoefficientContext | |
---|---|
private CoefficientContext |
CategoryManagement.addCategory(CoefficientContext ctx)
|
CoefficientContext |
CategoryManagement.getCategoryByName(CoefficientContext ctx)
|
CoefficientContext |
CategoryManagement.listAll(CoefficientContext ctx)
|
private CoefficientContext |
CategoryManagement.openCategory(CoefficientContext ctx,
java.lang.String msg)
|
private CoefficientContext |
CategoryManagement.viewCategoryTree(CoefficientContext ctx,
java.lang.String msg)
|
private CoefficientContext |
CategoryBrowse.viewCategoryTree(CoefficientContext ctx,
java.lang.String msg)
|
Methods in za.org.coefficient.modules.category with parameters of type CoefficientContext | |
---|---|
private CoefficientContext |
CategoryManagement.addCategory(CoefficientContext ctx)
|
java.lang.String |
CategoryManagement.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
|
java.lang.String |
CategoryBrowse.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
|
private void |
CategoryManagement.closeCategory(CoefficientContext ctx)
|
private void |
CategoryBrowse.closeCategory(CoefficientContext ctx)
|
private void |
CategoryManagement.deleteCategory(CoefficientContext ctx)
|
CoefficientContext |
CategoryManagement.getCategoryByName(CoefficientContext ctx)
|
void |
CategoryManagement.interpretOp(CoefficientContext ctx)
|
void |
CategoryBrowse.interpretOp(CoefficientContext ctx)
|
CoefficientContext |
CategoryManagement.listAll(CoefficientContext ctx)
|
private void |
CategoryBrowse.listProjects(CoefficientContext ctx)
|
private CoefficientContext |
CategoryManagement.openCategory(CoefficientContext ctx,
java.lang.String msg)
|
private void |
CategoryBrowse.openCategory(CoefficientContext ctx,
java.lang.String msg)
|
private CoefficientContext |
CategoryManagement.viewCategoryTree(CoefficientContext ctx,
java.lang.String msg)
|
private CoefficientContext |
CategoryBrowse.viewCategoryTree(CoefficientContext ctx,
java.lang.String msg)
|
Uses of CoefficientContext in za.org.coefficient.modules.configuration |
---|
Methods in za.org.coefficient.modules.configuration that return CoefficientContext | |
---|---|
CoefficientContext |
Configuration.save(CoefficientContext ctx)
|
CoefficientContext |
Configuration.view(CoefficientContext ctx)
|
Methods in za.org.coefficient.modules.configuration with parameters of type CoefficientContext | |
---|---|
java.lang.String |
Configuration.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
|
CoefficientContext |
Configuration.save(CoefficientContext ctx)
|
CoefficientContext |
Configuration.view(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.modules.dgroupsNavigation |
---|
Methods in za.org.coefficient.modules.dgroupsNavigation that return CoefficientContext | |
---|---|
CoefficientContext |
DgroupsNavigation.buildNavigation(CoefficientContext ctx)
|
CoefficientContext |
Home.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
SwapTheme.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
About.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
Faq.doInitialWork(CoefficientContext ctx)
|
Methods in za.org.coefficient.modules.dgroupsNavigation with parameters of type CoefficientContext | |
---|---|
CoefficientContext |
DgroupsNavigation.buildNavigation(CoefficientContext ctx)
|
CoefficientContext |
Home.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
SwapTheme.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
About.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
Faq.doInitialWork(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.modules.discussion |
---|
Uses of CoefficientContext in za.org.coefficient.modules.error |
---|
Methods in za.org.coefficient.modules.error that return CoefficientContext | |
---|---|
CoefficientContext |
Error.view(CoefficientContext ctx)
|
Methods in za.org.coefficient.modules.error with parameters of type CoefficientContext | |
---|---|
CoefficientContext |
Error.view(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.modules.fileUpload |
---|
Methods in za.org.coefficient.modules.fileUpload that return CoefficientContext | |
---|---|
CoefficientContext |
FileUpload.createRootFolderItemIfNotExist(CoefficientContext ctx)
This is a workflow utility method |
CoefficientContext |
FileUpload.deleteAllForProject(CoefficientContext ctx)
|
CoefficientContext |
FileUpload.interpretAction(CoefficientContext ctx)
|
protected CoefficientContext |
FileUpload.showFileSelectScreen(CoefficientContext ctx)
|
CoefficientContext |
FileUpload.showSummaryForProject(CoefficientContext ctx)
|
CoefficientContext |
FileUpload.unsetCurrentUpload(CoefficientContext ctx)
This is a workflow utility method |
CoefficientContext |
MostRecentFileUploads.view(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.modules.information |
---|
Methods in za.org.coefficient.modules.information that return CoefficientContext | |
---|---|
CoefficientContext |
About.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
Legal.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
Welcome.view(CoefficientContext ctx)
|
Methods in za.org.coefficient.modules.information with parameters of type CoefficientContext | |
---|---|
CoefficientContext |
About.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
Legal.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
Welcome.view(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.modules.issueTracker |
---|
Uses of CoefficientContext in za.org.coefficient.modules.mailforum |
---|
Uses of CoefficientContext in za.org.coefficient.modules.myData |
---|
Methods in za.org.coefficient.modules.myData that return CoefficientContext | |
---|---|
CoefficientContext |
MyData.view(CoefficientContext ctx)
|
Methods in za.org.coefficient.modules.myData with parameters of type CoefficientContext | |
---|---|
CoefficientContext |
MyData.view(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.modules.navigation |
---|
Methods in za.org.coefficient.modules.navigation that return CoefficientContext | |
---|---|
CoefficientContext |
Navigate.buildNavigation(CoefficientContext ctx)
|
CoefficientContext |
AdminNavigate.buildNavigation(CoefficientContext ctx)
|
protected CoefficientContext |
BaseNavigate.buildNavigation(CoefficientContext ctx,
java.lang.String[] contextNames,
java.lang.String lineVM,
java.lang.String indexVM,
boolean admin)
|
Methods in za.org.coefficient.modules.navigation with parameters of type CoefficientContext | |
---|---|
CoefficientContext |
Navigate.buildNavigation(CoefficientContext ctx)
|
CoefficientContext |
AdminNavigate.buildNavigation(CoefficientContext ctx)
|
protected CoefficientContext |
BaseNavigate.buildNavigation(CoefficientContext ctx,
java.lang.String[] contextNames,
java.lang.String lineVM,
java.lang.String indexVM,
boolean admin)
|
Uses of CoefficientContext in za.org.coefficient.modules.news |
---|
Methods in za.org.coefficient.modules.news that return CoefficientContext | |
---|---|
CoefficientContext |
NewsAdmin.delete(CoefficientContext ctx)
|
CoefficientContext |
NewsBase.deleteAllForProject(CoefficientContext ctx)
|
CoefficientContext |
NewsAdmin.deleteConfimation(CoefficientContext ctx)
|
CoefficientContext |
NewsAdmin.edit(CoefficientContext ctx)
|
CoefficientContext |
NewsAdmin.infoPrompt(CoefficientContext ctx)
|
CoefficientContext |
NewsAdmin.save(CoefficientContext ctx)
|
CoefficientContext |
NewsAdmin.saveConfimation(CoefficientContext ctx)
|
CoefficientContext |
News.viewNews(CoefficientContext ctx)
|
CoefficientContext |
NewsAdmin.viewOld(CoefficientContext ctx)
|
Methods in za.org.coefficient.modules.news with parameters of type CoefficientContext | |
---|---|
java.lang.String |
NewsAdmin.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
|
CoefficientContext |
NewsAdmin.delete(CoefficientContext ctx)
|
CoefficientContext |
NewsBase.deleteAllForProject(CoefficientContext ctx)
|
CoefficientContext |
NewsAdmin.deleteConfimation(CoefficientContext ctx)
|
CoefficientContext |
NewsAdmin.edit(CoefficientContext ctx)
|
HibernatePager |
NewsBase.getNewsPager(CoefficientContext ctx,
java.util.HashMap context)
|
CoefficientContext |
NewsAdmin.infoPrompt(CoefficientContext ctx)
|
CoefficientContext |
NewsAdmin.save(CoefficientContext ctx)
|
CoefficientContext |
NewsAdmin.saveConfimation(CoefficientContext ctx)
|
CoefficientContext |
News.viewNews(CoefficientContext ctx)
|
CoefficientContext |
NewsAdmin.viewOld(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.modules.project |
---|
Uses of CoefficientContext in za.org.coefficient.modules.statistics |
---|
Methods in za.org.coefficient.modules.statistics that return CoefficientContext | |
---|---|
CoefficientContext |
StatisticsDisplay.showStatistics(CoefficientContext ctx)
|
Methods in za.org.coefficient.modules.statistics with parameters of type CoefficientContext | |
---|---|
java.lang.String |
StatisticsDisplay.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
|
java.util.ArrayList |
StatisticsDisplay.generateAndSaveModuleXYLineCharts(CoefficientContext ctx,
int daysToInclude)
|
java.lang.String |
StatisticsDisplay.generateAndSavePercentActivityPieChart(CoefficientContext ctx,
int daysToInclude)
|
java.lang.String |
StatisticsDisplay.generateAndSaveProjectTotalsXYLineChart(CoefficientContext ctx,
int daysToInclude)
|
private void |
StatisticsDisplay.registerChartForDeletion(java.lang.String fileName,
CoefficientContext ctx)
Adds a ChartDeleter object to the session object with the name JFreeChart_Deleter if there is not already one bound to the session and adds the filename to the list of charts to be deleted. |
java.lang.String |
StatisticsDisplay.saveChartForViewing(CoefficientContext ctx,
org.jfree.chart.JFreeChart jfc)
|
CoefficientContext |
StatisticsDisplay.showStatistics(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.modules.task |
---|
Methods in za.org.coefficient.modules.task that return CoefficientContext | |
---|---|
CoefficientContext |
Task.command(CoefficientContext ctx)
Deprecated. executed by the project champion. |
CoefficientContext |
Task.deleteAllForProject(CoefficientContext ctx)
Deprecated. delete all tasks for this project |
CoefficientContext |
Task.doInitialWork(CoefficientContext ctx)
Deprecated. |
CoefficientContext |
Task.list(CoefficientContext ctx)
Deprecated. executed by non project members. |
CoefficientContext |
Task.member(CoefficientContext ctx)
Deprecated. limited usage for project members. |
CoefficientContext |
Task.showSummaryForProject(CoefficientContext ctx)
Deprecated. |
Methods in za.org.coefficient.modules.task with parameters of type CoefficientContext | |
---|---|
private java.lang.String |
Task.baseCommand(CoefficientContext ctx)
Deprecated. returns null if ok otherwise it returns an error message |
java.lang.String |
Task.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
Deprecated. |
CoefficientContext |
Task.command(CoefficientContext ctx)
Deprecated. executed by the project champion. |
CoefficientContext |
Task.deleteAllForProject(CoefficientContext ctx)
Deprecated. delete all tasks for this project |
CoefficientContext |
Task.doInitialWork(CoefficientContext ctx)
Deprecated. |
java.lang.Long |
Task.getIdForTaskName(CoefficientContext ctx)
Deprecated. Workflow evalutation method. |
private java.lang.String |
Task.getOp(CoefficientContext ctx)
Deprecated. |
java.lang.String |
Task.getSummaryForProject(CoefficientContext ctx)
Deprecated. |
private HibernatePager |
Task.initPager(CoefficientContext ctx)
Deprecated. |
private HibernatePager |
Task.initPagerSamePage(CoefficientContext ctx)
Deprecated. |
boolean |
Task.isTaskCompleted(CoefficientContext ctx)
Deprecated. Workflow evalutation method. |
CoefficientContext |
Task.list(CoefficientContext ctx)
Deprecated. executed by non project members. |
CoefficientContext |
Task.member(CoefficientContext ctx)
Deprecated. limited usage for project members. |
private void |
Task.sendmail(CoefficientContext ctx,
TaskData task,
java.util.List members,
java.lang.String to,
java.lang.String option)
Deprecated. send various email messages |
CoefficientContext |
Task.showSummaryForProject(CoefficientContext ctx)
Deprecated. |
Uses of CoefficientContext in za.org.coefficient.modules.theme |
---|
Methods in za.org.coefficient.modules.theme that return CoefficientContext | |
---|---|
CoefficientContext |
ChangeTheme.change(CoefficientContext ctx)
|
CoefficientContext |
ChangeTheme.viewThemes(CoefficientContext ctx)
|
Methods in za.org.coefficient.modules.theme with parameters of type CoefficientContext | |
---|---|
java.lang.String |
ChangeTheme.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
|
CoefficientContext |
ChangeTheme.change(CoefficientContext ctx)
|
CoefficientContext |
ChangeTheme.viewThemes(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.modules.user |
---|
Uses of CoefficientContext in za.org.coefficient.modules.vote |
---|
Methods in za.org.coefficient.modules.vote that return CoefficientContext | |
---|---|
CoefficientContext |
Vote.castavote(CoefficientContext ctx)
|
CoefficientContext |
VoteAdmin.command(CoefficientContext ctx)
executed by the project champion. |
CoefficientContext |
VoteAdmin.delete(CoefficientContext ctx)
executed by the project champion. |
CoefficientContext |
VoteAdmin.deleteAllForProject(CoefficientContext ctx)
|
CoefficientContext |
Vote.deleteAllForProject(CoefficientContext ctx)
|
CoefficientContext |
VoteAdmin.doInitialWork(CoefficientContext ctx)
|
CoefficientContext |
VoteAdmin.list(CoefficientContext ctx)
executed by the site members. |
CoefficientContext |
VoteAdmin.member(CoefficientContext ctx)
executed by the project members |
CoefficientContext |
Vote.showSummaryForProject(CoefficientContext ctx)
|
CoefficientContext |
VoteAdmin.viewVoteSummaries(CoefficientContext ctx)
|
Methods in za.org.coefficient.modules.vote with parameters of type CoefficientContext | |
---|---|
private java.lang.String |
VoteAdmin.baseCommand(CoefficientContext ctx)
returns null if ok otherwise it returns an error message |
java.lang.String |
VoteAdmin.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
|
java.lang.String |
Vote.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
|
CoefficientContext |
Vote.castavote(CoefficientContext ctx)
|
CoefficientContext |
VoteAdmin.command(CoefficientContext ctx)
executed by the project champion. |
CoefficientContext |
VoteAdmin.delete(CoefficientContext ctx)
executed by the project champion. |
CoefficientContext |
VoteAdmin.deleteAllForProject(CoefficientContext ctx)
|
CoefficientContext |
Vote.deleteAllForProject(CoefficientContext ctx)
|
CoefficientContext |
VoteAdmin.doInitialWork(CoefficientContext ctx)
|
java.lang.String |
VoteAdmin.getOp(CoefficientContext ctx)
|
java.lang.String |
Vote.getSummaryForProject(CoefficientContext ctx)
|
CoefficientContext |
VoteAdmin.list(CoefficientContext ctx)
executed by the site members. |
CoefficientContext |
VoteAdmin.member(CoefficientContext ctx)
executed by the project members |
java.lang.Long |
VoteAdmin.percent(CoefficientContext ctx)
workflow evaluation method |
private void |
Vote.processVotes(CoefficientContext ctx,
java.util.HashMap map)
|
java.util.List |
VoteAdmin.removePollsNotAllowed(CoefficientContext ctx,
java.util.List polls)
|
CoefficientContext |
Vote.showSummaryForProject(CoefficientContext ctx)
|
private void |
VoteAdmin.transferChoices(CoefficientContext ctx,
VoteData data)
|
private void |
Vote.transferChoices(CoefficientContext ctx,
VoteData data)
|
CoefficientContext |
VoteAdmin.viewVoteSummaries(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.modules.workflow |
---|
Methods in za.org.coefficient.modules.workflow that return CoefficientContext | |
---|---|
CoefficientContext |
WorkflowAdmin.deleteWorkflow(CoefficientContext ctx)
|
CoefficientContext |
WorkflowAdmin.doUpload(CoefficientContext ctx)
|
CoefficientContext |
WorkflowAdmin.viewWorkflows(CoefficientContext ctx)
|
Methods in za.org.coefficient.modules.workflow with parameters of type CoefficientContext | |
---|---|
java.lang.String |
WorkflowAdmin.canExecuteForRole(CoefficientContext ctx,
java.lang.String methodName,
Role usersHighestRole)
|
CoefficientContext |
WorkflowAdmin.deleteWorkflow(CoefficientContext ctx)
|
CoefficientContext |
WorkflowAdmin.doUpload(CoefficientContext ctx)
|
CoefficientContext |
WorkflowAdmin.viewWorkflows(CoefficientContext ctx)
|
Uses of CoefficientContext in za.org.coefficient.util.testing |
---|
Classes in za.org.coefficient.util.testing that implement CoefficientContext | |
---|---|
class |
CoefficientTestingContext
Project: coefficient |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |