Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.model.util |
This package contains code for what?
|
org.itracker.persistence.dao |
This package contains all Data Access Object (XxxDAO) interfaces
along with their Hibernate implementations (XxxDAOImpl).
|
org.itracker.services |
Service Interfaces
|
org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
Modifier and Type | Field | Description |
---|---|---|
static Comparator<Component> |
Component.NAME_COMPARATOR |
|
static Comparator<Component> |
Component.PROJECTNAME_COMPARATOR |
Modifier and Type | Method | Description |
---|---|---|
List<Component> |
Issue.getComponents() |
|
List<Component> |
Project.getComponents() |
Modifier and Type | Method | Description |
---|---|---|
int |
Component.ProjectNameComparator.compare(Component o1,
Component o2) |
Modifier and Type | Method | Description |
---|---|---|
void |
Issue.setComponents(List<Component> components) |
|
void |
Project.setComponents(List<Component> getComponents) |
Modifier and Type | Method | Description |
---|---|---|
static List<NameValuePair> |
Convert.componentsToNameValuePairs(List<Component> components) |
Converts an array of ComponentModels to NameValuePairs
|
Modifier and Type | Method | Description |
---|---|---|
Component |
ComponentDAO.findById(Integer componentId) |
Finds the component with the given ID.
|
Component |
ComponentDAOImpl.findById(Integer componentId) |
Modifier and Type | Method | Description |
---|---|---|
List<Component> |
ComponentDAO.findByProject(Integer projectId) |
Finds all components of a given project.
|
List<Component> |
ComponentDAOImpl.findByProject(Integer projectId) |
Modifier and Type | Method | Description |
---|---|---|
Component |
ProjectService.addProjectComponent(Integer projectId,
Component component) |
|
Component |
ProjectService.getProjectComponent(Integer componentId) |
|
Component |
ProjectService.updateProjectComponent(Component component) |
Modifier and Type | Method | Description |
---|---|---|
List<Component> |
IssueService.getIssueComponents(Integer issueId) |
Modifier and Type | Method | Description |
---|---|---|
Component |
ProjectService.addProjectComponent(Integer projectId,
Component component) |
|
Component |
ProjectService.updateProjectComponent(Component component) |
Modifier and Type | Method | Description |
---|---|---|
Component |
ProjectServiceImpl.addProjectComponent(Integer projectId,
Component component) |
|
Component |
ProjectServiceImpl.getProjectComponent(Integer componentId) |
|
Component |
ProjectServiceImpl.updateProjectComponent(Component component) |
Modifier and Type | Method | Description |
---|---|---|
List<Component> |
IssueServiceImpl.getIssueComponents(Integer issueId) |
Modifier and Type | Method | Description |
---|---|---|
Component |
ProjectServiceImpl.addProjectComponent(Integer projectId,
Component component) |
|
Component |
ProjectServiceImpl.updateProjectComponent(Component component) |
Copyright © 2002–2019 itracker. All rights reserved.