Class ProjectRoleUsageAction

java.lang.Object
webwork.action.ActionSupport
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
Direct Known Subclasses:
DeleteProjectRole

public class ProjectRoleUsageAction extends AbstractProjectRole
Created by IntelliJ IDEA. User: detkin Date: Jun 13, 2006 Time: 11:09:38 AM To change this template use File | Settings | File Templates.
See Also:
  • Constructor Details

  • Method Details

    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getAssociatedNotificationSchemes

      public List getAssociatedNotificationSchemes()
    • getAssociatedWorkflows

      public org.apache.commons.collections.MultiMap getAssociatedWorkflows()
    • getAssociatedPermissionSchemes

      public List getAssociatedPermissionSchemes()
    • getAssociatedIssueSecuritySchemes

      public List getAssociatedIssueSecuritySchemes()
    • getAssociatedProjectsForNotificationScheme

      public Collection getAssociatedProjectsForNotificationScheme(org.ofbiz.core.entity.GenericValue scheme) throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getAssociatedProjectsForPermissionScheme

      public Collection getAssociatedProjectsForPermissionScheme(org.ofbiz.core.entity.GenericValue scheme) throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getAssociatedProjectsForIssueSecurityScheme

      public Collection getAssociatedProjectsForIssueSecurityScheme(org.ofbiz.core.entity.GenericValue scheme) throws org.ofbiz.core.entity.GenericEntityException
      Throws:
      org.ofbiz.core.entity.GenericEntityException
    • getMemberCountForProject

      public int getMemberCountForProject(Project project)
    • getStepId

      public String getStepId(long actionDescriptorId, String workflowName)