Uses of Interface
za.org.coefficient.interfaces.CoefficientContext

Packages that use CoefficientContext
za.org.coefficient.core   
za.org.coefficient.html   
za.org.coefficient.interceptors   
za.org.coefficient.interfaces   
za.org.coefficient.invokers.base   
za.org.coefficient.modules   
za.org.coefficient.modules.attribute   
za.org.coefficient.modules.category   
za.org.coefficient.modules.configuration   
za.org.coefficient.modules.dgroupsNavigation   
za.org.coefficient.modules.discussion   
za.org.coefficient.modules.error   
za.org.coefficient.modules.fileUpload   
za.org.coefficient.modules.information   
za.org.coefficient.modules.issueTracker   
za.org.coefficient.modules.mailforum   
za.org.coefficient.modules.myData   
za.org.coefficient.modules.navigation   
za.org.coefficient.modules.news   
za.org.coefficient.modules.project   
za.org.coefficient.modules.statistics   
za.org.coefficient.modules.task   
za.org.coefficient.modules.theme   
za.org.coefficient.modules.user   
za.org.coefficient.modules.vote   
za.org.coefficient.modules.workflow   
za.org.coefficient.util.testing   
 

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
 

Methods in za.org.coefficient.modules.discussion that return CoefficientContext
 CoefficientContext Discussion.confirmDeleteForm(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.delete(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.deleteAllForProject(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.discussionForm(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.editForm(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.forumForm(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.replyPost(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.saveDiscussion(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.saveFolder(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.search(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.showSummaryForProject(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext MostActiveDiscussions.view(CoefficientContext ctx)
           
 CoefficientContext Discussion.viewChildren(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.viewPost(CoefficientContext ctx)
          Deprecated.  
 

Methods in za.org.coefficient.modules.discussion with parameters of type CoefficientContext
private  boolean Discussion.canUserWrite(CoefficientContext ctx, DiscussionData data)
          Deprecated.  
 CoefficientContext Discussion.confirmDeleteForm(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.delete(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.deleteAllForProject(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.discussionForm(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.editForm(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.forumForm(CoefficientContext ctx)
          Deprecated.  
 java.lang.String Discussion.getSummaryForProject(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.replyPost(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.saveDiscussion(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.saveFolder(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.search(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.showSummaryForProject(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext MostActiveDiscussions.view(CoefficientContext ctx)
           
 CoefficientContext Discussion.viewChildren(CoefficientContext ctx)
          Deprecated.  
 CoefficientContext Discussion.viewPost(CoefficientContext ctx)
          Deprecated.  
 

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)
           
 

Methods in za.org.coefficient.modules.fileUpload with parameters of type CoefficientContext
 void FileUpload.addEntity(CoefficientContext ctx, Project project)
           
 void FileUpload.browse(CoefficientContext ctx, Project project, boolean showScreen)
           
 java.lang.String FileUpload.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 CoefficientContext FileUpload.createRootFolderItemIfNotExist(CoefficientContext ctx)
          This is a workflow utility method
 CoefficientContext FileUpload.deleteAllForProject(CoefficientContext ctx)
           
 void FileUpload.deleteEntity(CoefficientContext ctx, Project project)
           
 void FileUpload.deleteFile(CoefficientContext ctx, Project project)
           
 void FileUpload.editEntity(CoefficientContext ctx, Project project)
           
 int FileUpload.getAllUploadsSize(CoefficientContext ctx)
           
 java.lang.Long FileUpload.getRootFolderId(CoefficientContext ctx)
          This is a workflow utility method
 java.lang.String FileUpload.getSummaryForProject(CoefficientContext ctx)
           
 FileDownloadData FileUpload.getUpload(CoefficientContext ctx)
           
 boolean FileUpload.hasCurrentUpload(CoefficientContext ctx)
          This is a workflow utility method
 CoefficientContext FileUpload.interpretAction(CoefficientContext ctx)
           
private  boolean FileUpload.isUserAllowed(CoefficientContext ctx, long maxAllowedRole)
           
 void FileUpload.setCurrent(CoefficientContext ctx, Project project)
           
protected  CoefficientContext FileUpload.showFileSelectScreen(CoefficientContext ctx)
           
 void FileUpload.showItem(CoefficientContext ctx, Project project)
           
 CoefficientContext FileUpload.showSummaryForProject(CoefficientContext ctx)
           
 CoefficientContext FileUpload.unsetCurrentUpload(CoefficientContext ctx)
          This is a workflow utility method
 void FileUpload.uploadFile(CoefficientContext ctx, Project project)
           
 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
 

Methods in za.org.coefficient.modules.issueTracker that return CoefficientContext
 CoefficientContext IssueTracker.attatchFile(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.changeStatus(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.comment(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.createIssue(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.deleteAllForProject(CoefficientContext ctx)
          TODO: implement this
 CoefficientContext IssueTracker.deleteAttatchment(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.deleteFilter(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.deleteIssueWithSummary(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.entry(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.filterIssues(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.findIssues(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.linkIssue(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.linkIssuePrompt(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.resolveIssue(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.resolveIssuePrompt(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.saveComment(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.saveFilter(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.saveFilterPrompt(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.saveIssue(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.saveUpload(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.setWatch(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.showSummaryForProject(CoefficientContext ctx)
          This method is required as this is a project module.
 CoefficientContext IssueTracker.unvoteForIssue(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.viewIssue(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.viewIssueComments(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.viewIssueFilters(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.voteForIssue(CoefficientContext ctx)
           
 

Methods in za.org.coefficient.modules.issueTracker with parameters of type CoefficientContext
 CoefficientContext IssueTracker.attatchFile(CoefficientContext ctx)
           
 java.lang.String IssueTracker.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 CoefficientContext IssueTracker.changeStatus(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.comment(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.createIssue(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.deleteAllForProject(CoefficientContext ctx)
          TODO: implement this
 CoefficientContext IssueTracker.deleteAttatchment(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.deleteFilter(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.deleteIssueWithSummary(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.entry(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.filterIssues(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.findIssues(CoefficientContext ctx)
           
 java.lang.String IssueTracker.getSummaryForProject(CoefficientContext ctx)
           
 boolean IssueTracker.isIssueCompleted(CoefficientContext ctx)
          Workflow evalutation method.
 CoefficientContext IssueTracker.linkIssue(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.linkIssuePrompt(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.resolveIssue(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.resolveIssuePrompt(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.saveComment(CoefficientContext ctx)
           
private  java.lang.String IssueTracker.saveFile(CoefficientContext ctx, ProjectFolderItem item)
           
 CoefficientContext IssueTracker.saveFilter(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.saveFilterPrompt(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.saveIssue(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.saveUpload(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.setWatch(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.showSummaryForProject(CoefficientContext ctx)
          This method is required as this is a project module.
 CoefficientContext IssueTracker.unvoteForIssue(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.viewIssue(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.viewIssueComments(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.viewIssueFilters(CoefficientContext ctx)
           
 CoefficientContext IssueTracker.voteForIssue(CoefficientContext ctx)
           
 

Uses of CoefficientContext in za.org.coefficient.modules.mailforum
 

Methods in za.org.coefficient.modules.mailforum that return CoefficientContext
 CoefficientContext MailForum.conversationList(CoefficientContext ctx)
           
 CoefficientContext MailForum.conversationView(CoefficientContext ctx)
           
 CoefficientContext MailForum.deleteAllForProject(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumDelete(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumEdit(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumList(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumSaveAction(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumSettingsEdit(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumSettingsSaveAction(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumView(CoefficientContext ctx)
           
 CoefficientContext MailForum.messageEdit(CoefficientContext ctx)
           
 CoefficientContext MailForum.messageSaveAction(CoefficientContext ctx)
           
 CoefficientContext MailForum.messageView(CoefficientContext ctx)
           
 CoefficientContext MailForum.userForumSubscribeToggleAction(CoefficientContext ctx)
           
 CoefficientContext MailForum.userMailPreferencesEdit(CoefficientContext ctx)
           
 CoefficientContext MailForum.userMailPreferencesSaveAction(CoefficientContext ctx)
           
 

Methods in za.org.coefficient.modules.mailforum with parameters of type CoefficientContext
 java.lang.String MailForum.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 CoefficientContext MailForum.conversationList(CoefficientContext ctx)
           
 CoefficientContext MailForum.conversationView(CoefficientContext ctx)
           
private  java.util.HashMap MailForum.createMap(CoefficientContext ctx)
           
 Message MailForum.createMessage(CoefficientContext ctx)
           
 CoefficientContext MailForum.deleteAllForProject(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumDelete(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumEdit(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumList(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumSaveAction(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumSettingsEdit(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumSettingsSaveAction(CoefficientContext ctx)
           
 CoefficientContext MailForum.forumView(CoefficientContext ctx)
           
private  void MailForum.generatePage(java.lang.String page, CoefficientContext ctx, java.util.HashMap map)
           
private  Forum MailForum.getForum(CoefficientContext ctx, java.util.HashMap map)
           
private  java.lang.Long MailForum.getResourceId(CoefficientContext ctx, java.util.HashMap map)
           
 CoefficientContext MailForum.messageEdit(CoefficientContext ctx)
           
 CoefficientContext MailForum.messageSaveAction(CoefficientContext ctx)
           
 CoefficientContext MailForum.messageView(CoefficientContext ctx)
           
 CoefficientContext MailForum.userForumSubscribeToggleAction(CoefficientContext ctx)
           
 CoefficientContext MailForum.userMailPreferencesEdit(CoefficientContext ctx)
           
 CoefficientContext MailForum.userMailPreferencesSaveAction(CoefficientContext ctx)
           
 

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
 

Methods in za.org.coefficient.modules.project that return CoefficientContext
 CoefficientContext GlobalProjectAdmin.adminProjects(CoefficientContext ctx)
           
 CoefficientContext BaseProjectBrowse.baseViewProjects(CoefficientContext ctx, boolean active)
           
 CoefficientContext Projects.changeToWorkflow(CoefficientContext ctx)
           
 CoefficientContext Projects.changeToWorkflowSelect(CoefficientContext ctx)
           
 CoefficientContext Projects.chooseProjectType(CoefficientContext ctx)
           
 CoefficientContext Projects.confirm(CoefficientContext ctx)
           
 CoefficientContext Projects.createProject(CoefficientContext ctx)
           
 CoefficientContext Projects.deleteComponent(CoefficientContext ctx)
           
 CoefficientContext Projects.deleteProject(CoefficientContext ctx)
          THIS IS NOT SUPPORTED IN THE SYSTEM JUST YET
 CoefficientContext Projects.deleteVersion(CoefficientContext ctx)
           
 CoefficientContext Projects.editAttributeData(CoefficientContext ctx)
           
 CoefficientContext Projects.editAttributeDataSelect(CoefficientContext ctx)
           
 CoefficientContext Projects.editAttributesSelect(CoefficientContext ctx)
           
 CoefficientContext Projects.editCategoriesSelect(CoefficientContext ctx)
           
 CoefficientContext Projects.editComponent(CoefficientContext ctx)
           
 CoefficientContext Projects.editComponents(CoefficientContext ctx)
           
 CoefficientContext Projects.editModulesSelect(CoefficientContext ctx)
           
 CoefficientContext Projects.editNameDesc(CoefficientContext ctx)
           
 CoefficientContext Projects.editOptions(CoefficientContext ctx)
           
 CoefficientContext Projects.editTheme(CoefficientContext ctx)
           
 CoefficientContext Projects.editVersion(CoefficientContext ctx)
           
 CoefficientContext Projects.editVersions(CoefficientContext ctx)
           
 CoefficientContext Projects.makeCurrentVersion(CoefficientContext ctx)
           
 CoefficientContext Projects.manuallyTransition(CoefficientContext ctx)
           
 CoefficientContext Projects.newProject(CoefficientContext ctx)
           
 CoefficientContext Projects.reject(CoefficientContext ctx)
           
 CoefficientContext ProjectModuleLinks.renderModuleLinks(CoefficientContext ctx)
          This method only renders content if a project is in the current context.
 CoefficientContext GlobalProjectAdmin.save(CoefficientContext ctx)
           
 CoefficientContext Projects.saveAttributes(CoefficientContext ctx)
           
 CoefficientContext Projects.saveCategories(CoefficientContext ctx)
           
 CoefficientContext Projects.saveComponent(CoefficientContext ctx)
           
 CoefficientContext Projects.saveModules(CoefficientContext ctx)
           
 CoefficientContext Projects.saveNameDesc(CoefficientContext ctx)
           
 CoefficientContext Projects.saveTheme(CoefficientContext ctx)
           
 CoefficientContext Projects.saveVersion(CoefficientContext ctx)
           
 CoefficientContext Projects.toggleVisibility(CoefficientContext ctx)
           
 CoefficientContext Projects.transition(CoefficientContext ctx)
           
 CoefficientContext MostRecentProjects.view(CoefficientContext ctx)
           
 CoefficientContext MostActiveProjects.view(CoefficientContext ctx)
           
 CoefficientContext Projects.viewComponent(CoefficientContext ctx)
           
 CoefficientContext ConfirmProjects.viewNewProjects(CoefficientContext ctx)
           
 CoefficientContext DeleteProjects.viewOldProjects(CoefficientContext ctx)
           
 CoefficientContext Projects.viewProject(CoefficientContext ctx)
           
 CoefficientContext ProjectBrowse.viewProjects(CoefficientContext ctx)
           
 CoefficientContext QuickSearch.viewSearch(CoefficientContext ctx)
           
 CoefficientContext Projects.viewVersion(CoefficientContext ctx)
           
 

Methods in za.org.coefficient.modules.project with parameters of type CoefficientContext
 CoefficientContext GlobalProjectAdmin.adminProjects(CoefficientContext ctx)
           
 CoefficientContext BaseProjectBrowse.baseViewProjects(CoefficientContext ctx, boolean active)
           
 java.lang.String DeleteProjects.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String ConfirmProjects.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String Projects.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String GlobalProjectAdmin.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String ProjectModuleLinks.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 CoefficientContext Projects.changeToWorkflow(CoefficientContext ctx)
           
 CoefficientContext Projects.changeToWorkflowSelect(CoefficientContext ctx)
           
 CoefficientContext Projects.chooseProjectType(CoefficientContext ctx)
           
private  void Projects.cleanUpModules(java.util.List newModules, Project prj, CoefficientContext ctx)
           
 CoefficientContext Projects.confirm(CoefficientContext ctx)
           
 CoefficientContext Projects.createProject(CoefficientContext ctx)
           
 CoefficientContext Projects.deleteComponent(CoefficientContext ctx)
           
 CoefficientContext Projects.deleteProject(CoefficientContext ctx)
          THIS IS NOT SUPPORTED IN THE SYSTEM JUST YET
 CoefficientContext Projects.deleteVersion(CoefficientContext ctx)
           
 CoefficientContext Projects.editAttributeData(CoefficientContext ctx)
           
 CoefficientContext Projects.editAttributeDataSelect(CoefficientContext ctx)
           
 CoefficientContext Projects.editAttributesSelect(CoefficientContext ctx)
           
 CoefficientContext Projects.editCategoriesSelect(CoefficientContext ctx)
           
 CoefficientContext Projects.editComponent(CoefficientContext ctx)
           
 CoefficientContext Projects.editComponents(CoefficientContext ctx)
           
 CoefficientContext Projects.editModulesSelect(CoefficientContext ctx)
           
 CoefficientContext Projects.editNameDesc(CoefficientContext ctx)
           
 CoefficientContext Projects.editOptions(CoefficientContext ctx)
           
 CoefficientContext Projects.editTheme(CoefficientContext ctx)
           
 CoefficientContext Projects.editVersion(CoefficientContext ctx)
           
 CoefficientContext Projects.editVersions(CoefficientContext ctx)
           
private  java.util.List Projects.getAttributeNames(CoefficientContext ctx)
           
private  java.util.List Projects.getAttributes(CoefficientContext ctx)
           
 java.lang.String Projects.getFirstChampion(CoefficientContext ctx)
           
 Project Projects.getProject(CoefficientContext ctx)
           
 CoefficientContext Projects.makeCurrentVersion(CoefficientContext ctx)
           
 CoefficientContext Projects.manuallyTransition(CoefficientContext ctx)
           
 CoefficientContext Projects.newProject(CoefficientContext ctx)
           
 CoefficientContext Projects.reject(CoefficientContext ctx)
           
 CoefficientContext ProjectModuleLinks.renderModuleLinks(CoefficientContext ctx)
          This method only renders content if a project is in the current context.
 CoefficientContext GlobalProjectAdmin.save(CoefficientContext ctx)
           
 CoefficientContext Projects.saveAttributes(CoefficientContext ctx)
           
 CoefficientContext Projects.saveCategories(CoefficientContext ctx)
           
 CoefficientContext Projects.saveComponent(CoefficientContext ctx)
           
 CoefficientContext Projects.saveModules(CoefficientContext ctx)
           
 CoefficientContext Projects.saveNameDesc(CoefficientContext ctx)
           
 CoefficientContext Projects.saveTheme(CoefficientContext ctx)
           
 CoefficientContext Projects.saveVersion(CoefficientContext ctx)
           
private  void Projects.setupSimpleScreen(CoefficientContext ctx, java.lang.String screenName)
           
 CoefficientContext Projects.toggleVisibility(CoefficientContext ctx)
           
private  void GlobalProjectAdmin.transfer(CoefficientConfiguration projectConfiguration, CoefficientContext ctx, java.lang.String st)
           
 CoefficientContext Projects.transition(CoefficientContext ctx)
           
 CoefficientContext MostRecentProjects.view(CoefficientContext ctx)
           
 CoefficientContext MostActiveProjects.view(CoefficientContext ctx)
           
 CoefficientContext Projects.viewComponent(CoefficientContext ctx)
           
 CoefficientContext ConfirmProjects.viewNewProjects(CoefficientContext ctx)
           
 CoefficientContext DeleteProjects.viewOldProjects(CoefficientContext ctx)
           
 CoefficientContext Projects.viewProject(CoefficientContext ctx)
           
 CoefficientContext ProjectBrowse.viewProjects(CoefficientContext ctx)
           
 CoefficientContext QuickSearch.viewSearch(CoefficientContext ctx)
           
 CoefficientContext Projects.viewVersion(CoefficientContext ctx)
           
 

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
 

Methods in za.org.coefficient.modules.user that return CoefficientContext
 CoefficientContext MemberAdmin.acceptMembership(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.addMember(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.changeMemberRole(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.changePassword(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.changeUserRole(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.confirmUser(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.deleteAllForProject(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.displayMembers(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.editMembers(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.editUsers(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.enterUserInfo(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.leaveProject(CoefficientContext ctx)
           
 CoefficientContext Security.login(CoefficientContext ctx)
           
 CoefficientContext Security.loginPrompt(CoefficientContext ctx)
           
 CoefficientContext Security.loginSuccess(CoefficientContext ctx)
           
 CoefficientContext Security.logout(CoefficientContext ctx)
           
 CoefficientContext Security.logoutSuccess(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.memberSelect(CoefficientContext ctx)
           
 CoefficientContext Login.prompt(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.rejectMembership(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.removeMember(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.removeUser(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.requestMembership(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.savePassword(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.saveUser(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.viewUserInfo(CoefficientContext ctx)
           
 

Methods in za.org.coefficient.modules.user with parameters of type CoefficientContext
 CoefficientContext MemberAdmin.acceptMembership(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.addMember(CoefficientContext ctx)
           
 java.lang.String MemberAdmin.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 java.lang.String UserAdmin.canExecuteForRole(CoefficientContext ctx, java.lang.String methodName, Role usersHighestRole)
           
 CoefficientContext MemberAdmin.changeMemberRole(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.changePassword(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.changeUserRole(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.confirmUser(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.deleteAllForProject(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.displayMembers(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.editMembers(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.editUsers(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.enterUserInfo(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.leaveProject(CoefficientContext ctx)
           
 CoefficientContext Security.login(CoefficientContext ctx)
           
 CoefficientContext Security.loginPrompt(CoefficientContext ctx)
           
 CoefficientContext Security.loginSuccess(CoefficientContext ctx)
           
 CoefficientContext Security.logout(CoefficientContext ctx)
           
 CoefficientContext Security.logoutSuccess(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.memberSelect(CoefficientContext ctx)
           
 CoefficientContext Login.prompt(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.rejectMembership(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.removeMember(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.removeUser(CoefficientContext ctx)
           
 CoefficientContext MemberAdmin.requestMembership(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.savePassword(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.saveUser(CoefficientContext ctx)
           
 java.lang.String MemberAdmin.viewMembers(CoefficientContext ctx)
           
 CoefficientContext UserAdmin.viewUserInfo(CoefficientContext ctx)
           
 

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
 



Copyright CSIR. All Rights Reserved.