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).
|
Class | Description |
---|---|
AbstractEntity |
This is a POJO Business Domain Object.
|
Component |
Models a project component.
|
Configuration |
A configuration item.
|
Configuration.ConfigurationOrderComparator | |
Configuration.Type | |
CustomField |
A custom field that can be added to an Issue.
|
CustomField.DateFormat |
Date format for fields of type DATE.
|
CustomField.Type |
Enumeration of possible data types.
|
CustomFieldValue |
An option for the value of a CustomField of type
LIST . |
Entity |
All database entities must implement this interface, which represents
the minimum requirements to meet.
|
IntCodeEnum |
An interface to be implemented by java.lang.Enum classes that need
to associate a unique and constant integer code to their enum constants.
|
Issue |
A project issue.
|
IssueActivity |
An issue activity.
|
IssueActivityType | |
IssueAttachment |
A file attachment to an Issue.
|
IssueField |
A CustomField with its value for an Issue.
|
IssueHistory |
An issue history entry.
|
IssueHistory.Status | |
IssueRelation |
A relation between issues.
|
IssueRelation.Type | |
Language |
Models a language entry.
|
NameValuePair |
Class provides basic storage for name values pairs.
|
Notification |
A notification to a user about an Issue.
|
Notification.Role | |
Notification.Type | |
Permission |
A user permission on a project.
|
Permission.PermissionPropertiesComparator | |
PermissionType |
Enumeration for permission types.
|
Project |
This is a POJO Business Domain Object modelling a project.
|
Project.ProjectComparator |
Comparator for comparing projects by name
|
ProjectScript |
A Beanshell script configured to be executed for a specific Project field.
|
ProjectScript.FieldPriorityComparator | |
Report |
This is a POJO Business Domain Object.
|
Status |
Enumeration of Project, Component or Version statuses.
|
SystemConfiguration | |
User |
A user.
|
UserPreferences |
The system configuration of a User.
|
Version |
A Project version.
|
WorkflowScript |
A BeanShell script to execute on a particular event.
|
WorkflowScript.ScriptLanguage |
Class | Description |
---|---|
Component |
Models a project component.
|
Configuration |
A configuration item.
|
Configuration.Type | |
CustomField |
A custom field that can be added to an Issue.
|
CustomField.Type |
Enumeration of possible data types.
|
CustomFieldValue |
An option for the value of a CustomField of type
LIST . |
Issue |
A project issue.
|
IssueActivityType | |
IssueRelation.Type | |
NameValuePair |
Class provides basic storage for name values pairs.
|
Notification |
A notification to a user about an Issue.
|
Notification.Role | |
Permission |
A user permission on a project.
|
PermissionType |
Enumeration for permission types.
|
Project |
This is a POJO Business Domain Object modelling a project.
|
Status |
Enumeration of Project, Component or Version statuses.
|
User |
A user.
|
Version |
A Project version.
|
Class | Description |
---|---|
Component |
Models a project component.
|
Configuration |
A configuration item.
|
Configuration.Type | |
CustomField |
A custom field that can be added to an Issue.
|
CustomFieldValue |
An option for the value of a CustomField of type
LIST . |
Entity |
All database entities must implement this interface, which represents
the minimum requirements to meet.
|
Issue |
A project issue.
|
IssueActivity |
An issue activity.
|
IssueAttachment |
A file attachment to an Issue.
|
IssueHistory |
An issue history entry.
|
IssueRelation |
A relation between issues.
|
IssueSearchQuery | |
Language |
Models a language entry.
|
Notification |
A notification to a user about an Issue.
|
Permission |
A user permission on a project.
|
PermissionType |
Enumeration for permission types.
|
Project |
This is a POJO Business Domain Object modelling a project.
|
ProjectScript |
A Beanshell script configured to be executed for a specific Project field.
|
Report |
This is a POJO Business Domain Object.
|
User |
A user.
|
UserPreferences |
The system configuration of a User.
|
Version |
A Project version.
|
WorkflowScript |
A BeanShell script to execute on a particular event.
|
Copyright © 2002–2019 itracker. All rights reserved.