Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
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 |
---|---|---|
List<IssueField> |
Issue.getFields() |
Modifier and Type | Method | Description |
---|---|---|
void |
Issue.setFields(List<IssueField> fields) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
IssueService.setIssueFields(Integer issueId,
List<IssueField> fields) |
TODO: Add Javadocs here: document this whole class.describe what is the use for this method.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
IssueServiceImpl.setIssueFields(Integer issueId,
List<IssueField> fields) |
TODO maybe it has no use at all.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
IssueForm.setupProjectFieldsMapJspEnv(List<CustomField> projectFields,
Collection<IssueField> issueFields,
javax.servlet.http.HttpServletRequest request) |
Get project fields and put name and value in map
TODO: simplify this code, it's not readable, unsave yet.
|
Copyright © 2002–2019 itracker. All rights reserved.