|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.issue.context.LazyIssueContext
IssueContextImpl instead. Since v6.1.
@Deprecated public class LazyIssueContext
This class offers no real advantage over IssueContextImpl except that it does the component accessor lookups exactly once regardless of how many times you call its getters. If that's worth doing, then it's worth doing in IssueContextImpl too. Otherwise this class's functionality is identical except that it does not offer equals and hashCode implementations. There really isn't any point in using it.
| Field Summary |
|---|
| Fields inherited from interface com.atlassian.jira.issue.context.IssueContext |
|---|
GLOBAL |
| Constructor Summary | |
|---|---|
LazyIssueContext(Long projectId,
String issueTypeId)
Deprecated. |
|
| Method Summary | |
|---|---|
org.ofbiz.core.entity.GenericValue |
getIssueType()
Deprecated. Gets the IssueType for this IssueContext. |
String |
getIssueTypeId()
Deprecated. Gets the ID of the IssueType for this IssueContext. |
IssueType |
getIssueTypeObject()
Deprecated. Gets the IssueType for this IssueContext. |
org.ofbiz.core.entity.GenericValue |
getProject()
Deprecated. Gets the Project for this IssueContext. |
Long |
getProjectId()
Deprecated. Gets the ID of the Project for this IssueContext. |
Project |
getProjectObject()
Deprecated. Gets the Project for this IssueContext. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LazyIssueContext(Long projectId,
String issueTypeId)
| Method Detail |
|---|
public Project getProjectObject()
IssueContextA null return value is used to represent that this context applies to all Projects.
getProjectObject in interface IssueContextpublic org.ofbiz.core.entity.GenericValue getProject()
IssueContextA null return value is used to represent that this context applies to all Projects.
getProject in interface IssueContextpublic Long getProjectId()
IssueContextA null return value is used to represent that this context applies to all Projects.
getProjectId in interface IssueContextpublic IssueType getIssueTypeObject()
IssueContextA null return value is used to represent that this context applies to all IssueTypes.
getIssueTypeObject in interface IssueContextpublic org.ofbiz.core.entity.GenericValue getIssueType()
IssueContextA null return value is used to represent that this context applies to all IssueTypes.
getIssueType in interface IssueContextpublic String getIssueTypeId()
IssueContextA null return value is used to represent that this context applies to all IssueTypes.
getIssueTypeId in interface IssueContextpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||