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).
|
Modifier and Type | Field | Description |
---|---|---|
static Comparator<Version> |
Version.VERSION_COMPARATOR |
Modifier and Type | Method | Description |
---|---|---|
Version |
Issue.getTargetVersion() |
Modifier and Type | Method | Description |
---|---|---|
List<Version> |
Issue.getVersions() |
|
List<Version> |
Project.getVersions() |
Modifier and Type | Method | Description |
---|---|---|
int |
Version.VersionComparator.compare(Version a,
Version b) |
|
void |
Issue.setTargetVersion(Version targetVersion) |
Modifier and Type | Method | Description |
---|---|---|
void |
Issue.setVersions(List<Version> versions) |
|
void |
Project.setVersions(List<Version> getVersions) |
Modifier and Type | Method | Description |
---|---|---|
static List<NameValuePair> |
Convert.versionsToNameValuePairs(List<Version> versions) |
Converts an array of VersionModels to NameValuePairs
|
Modifier and Type | Method | Description |
---|---|---|
Version |
VersionDAO.findByPrimaryKey(Integer targetVersionId) |
|
Version |
VersionDAOImpl.findByPrimaryKey(Integer versionId) |
find
Version by id |
Modifier and Type | Method | Description |
---|---|---|
List<Version> |
VersionDAO.findByProjectId(Integer projectId) |
|
List<Version> |
VersionDAOImpl.findByProjectId(Integer projectId) |
Finds
Version s by a project id and returns them as
a Collection . |
Copyright © 2002–2019 itracker. All rights reserved.