com.atlassian.jira.workflow.migration
Class AbstractWorkflowMigrationHelper

java.lang.Object
  extended by com.atlassian.jira.workflow.migration.AbstractWorkflowMigrationHelper
Direct Known Subclasses:
EnterpriseWorkflowMigrationHelper, ProfessionalWorkflowMigrationHelper

public abstract class AbstractWorkflowMigrationHelper
extends Object


Constructor Summary
protected AbstractWorkflowMigrationHelper(org.ofbiz.core.entity.DelegatorInterface delegator, IssueManager issueManager)
           
 
Method Summary
protected  ConstantsManager getConstantsManager()
           
protected  org.ofbiz.core.entity.DelegatorInterface getDelegator()
           
protected  Collection getIssueIds(Long projectId)
           
protected  Collection getUniqueStatuses(org.ofbiz.core.entity.EntityCondition condition)
          Retrieves a collection of unique status GenericValues for which issues exist given a EntityCondition that will be used as the SQL WHERE clause against the Issue table.
protected  org.ofbiz.core.entity.GenericValue retrieveIssue(Long issueId)
           
protected  Issue retrieveIssueObject(Long issueId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWorkflowMigrationHelper

protected AbstractWorkflowMigrationHelper(org.ofbiz.core.entity.DelegatorInterface delegator,
                                          IssueManager issueManager)
Method Detail

getDelegator

protected final org.ofbiz.core.entity.DelegatorInterface getDelegator()

getConstantsManager

protected final ConstantsManager getConstantsManager()

getIssueIds

protected Collection getIssueIds(Long projectId)
                          throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

retrieveIssue

protected org.ofbiz.core.entity.GenericValue retrieveIssue(Long issueId)
                                                    throws org.ofbiz.core.entity.GenericEntityException
Throws:
org.ofbiz.core.entity.GenericEntityException

retrieveIssueObject

protected Issue retrieveIssueObject(Long issueId)
                             throws DataAccessException
Throws:
DataAccessException

getUniqueStatuses

protected Collection getUniqueStatuses(org.ofbiz.core.entity.EntityCondition condition)
                                throws org.ofbiz.core.entity.GenericEntityException
Retrieves a collection of unique status GenericValues for which issues exist given a EntityCondition that will be used as the SQL WHERE clause against the Issue table.

Throws:
org.ofbiz.core.entity.GenericEntityException


Copyright © 2002-2007 Atlassian. All Rights Reserved.