Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.model.util |
This package contains code for what?
|
org.itracker.services |
Service Interfaces
|
org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
org.itracker.web.forms |
This package contains Struts forms used when receiving data from the Struts servlets
|
Modifier and Type | Method | Description |
---|---|---|
IssueRelation.Type |
IssueRelation.Type.fromCode(Integer code) |
|
IssueRelation.Type |
IssueRelation.getRelationType() |
|
static IssueRelation.Type |
IssueRelation.Type.valueOf(Integer code) |
Returns the enum constant of this type with the specified name.
|
static IssueRelation.Type |
IssueRelation.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static IssueRelation.Type[] |
IssueRelation.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
IssueRelation.setRelationType(IssueRelation.Type type) |
Constructor | Description |
---|---|
IssueRelation(Issue issue,
Issue relatedIssue,
IssueRelation.Type relationType) |
Modifier and Type | Method | Description |
---|---|---|
static IssueRelation.Type |
IssueUtilities.getMatchingRelationType(IssueRelation.Type relationType) |
Modifier and Type | Method | Description |
---|---|---|
static IssueRelation.Type |
IssueUtilities.getMatchingRelationType(IssueRelation.Type relationType) |
|
static String |
IssueUtilities.getRelationName(IssueRelation.Type value) |
|
static String |
IssueUtilities.getRelationName(IssueRelation.Type value,
Locale locale) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
IssueService.addIssueRelation(Integer issueId,
Integer relatedIssueId,
IssueRelation.Type relationType,
Integer userId) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
IssueServiceImpl.addIssueRelation(Integer issueId,
Integer relatedIssueId,
IssueRelation.Type relationType,
Integer userId) |
add a relation between two issues.
|
Modifier and Type | Method | Description |
---|---|---|
IssueRelation.Type |
IssueForm.getRelationType() |
Modifier and Type | Method | Description |
---|---|---|
void |
IssueForm.setRelationType(IssueRelation.Type relationType) |
Copyright © 2002–2019 itracker. All rights reserved.