com.atlassian.jira.issue.context
Class LazyIssueContext

java.lang.Object
  extended by com.atlassian.jira.issue.context.LazyIssueContext
All Implemented Interfaces:
IssueContext

public class LazyIssueContext
extends Object
implements IssueContext


Constructor Summary
LazyIssueContext(Long projectId, String issueTypeId)
           
 
Method Summary
 org.ofbiz.core.entity.GenericValue getIssueType()
          Gets the IssueType for this IssueContext.
 IssueType getIssueTypeObject()
          Gets the IssueType for this IssueContext.
 org.ofbiz.core.entity.GenericValue getProject()
          Gets the Project for this IssueContext.
 Project getProjectObject()
          Gets the Project for this IssueContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyIssueContext

public LazyIssueContext(Long projectId,
                        String issueTypeId)
Method Detail

getProjectObject

public Project getProjectObject()
Description copied from interface: IssueContext
Gets the Project for this IssueContext.

A null return value is used to represent that this context applies to all Projects.

Specified by:
getProjectObject in interface IssueContext
Returns:
The Project for this IssueContext (can be null).

getProject

public org.ofbiz.core.entity.GenericValue getProject()
Description copied from interface: IssueContext
Gets the Project for this IssueContext.

A null return value is used to represent that this context applies to all Projects.

Specified by:
getProject in interface IssueContext
Returns:
The Project for this IssueContext (can be null).

getIssueTypeObject

public IssueType getIssueTypeObject()
Description copied from interface: IssueContext
Gets the IssueType for this IssueContext.

A null return value is used to represent that this context applies to all IssueTypes.

Specified by:
getIssueTypeObject in interface IssueContext
Returns:
The IssueType for this IssueContext (can be null).

getIssueType

public org.ofbiz.core.entity.GenericValue getIssueType()
Description copied from interface: IssueContext
Gets the IssueType for this IssueContext.

A null return value is used to represent that this context applies to all IssueTypes.

Specified by:
getIssueType in interface IssueContext
Returns:
The IssueType for this IssueContext (can be null).


Copyright © 2002-2012 Atlassian. All Rights Reserved.