Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.persistence.dao |
This package contains all Data Access Object (XxxDAO) interfaces
along with their Hibernate implementations (XxxDAOImpl).
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractEntity |
This is a POJO Business Domain Object.
|
class |
Component |
Models a project component.
|
class |
Configuration |
A configuration item.
|
class |
CustomField |
A custom field that can be added to an Issue.
|
class |
CustomFieldValue |
An option for the value of a CustomField of type
LIST . |
class |
ImportDataModel |
|
class |
Issue |
A project issue.
|
class |
IssueActivity |
An issue activity.
|
class |
IssueAttachment |
A file attachment to an Issue.
|
class |
IssueField |
A CustomField with its value for an Issue.
|
class |
IssueHistory |
An issue history entry.
|
class |
IssueRelation |
A relation between issues.
|
class |
Language |
Models a language entry.
|
class |
NameValuePair |
Class provides basic storage for name values pairs.
|
class |
Notification |
A notification to a user about an Issue.
|
class |
Permission |
A user permission on a project.
|
class |
Project |
This is a POJO Business Domain Object modelling a project.
|
class |
ProjectScript |
A Beanshell script configured to be executed for a specific Project field.
|
class |
Report |
This is a POJO Business Domain Object.
|
class |
SystemConfiguration |
|
class |
User |
A user.
|
class |
UserPreferences |
The system configuration of a User.
|
class |
Version |
A Project version.
|
class |
WorkflowScript |
A BeanShell script to execute on a particular event.
|
Modifier and Type | Field | Description |
---|---|---|
static Comparator<Entity> |
AbstractEntity.ID_COMPARATOR |
Modifier and Type | Method | Description |
---|---|---|
int |
AbstractEntity.IdComparator.compare(Entity a,
Entity b) |
|
int |
AbstractEntity.compareTo(Entity o) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
BaseDAO<T extends Entity> |
|
class |
BaseHibernateDAOImpl<T extends Entity> |
Contains common behaviour to all hibernate factories
|
Copyright © 2002–2019 itracker. All rights reserved.