A B C D E F G H I K L M N O P Q R S T U V W 

A

AbstractEntity - Class in org.itracker.model
This is a POJO Business Domain Object.
AbstractEntity() - Constructor for class org.itracker.model.AbstractEntity
Default constructor (required by Hibernate).
AbstractEntity.CreateDateComparator - Class in org.itracker.model
 
AbstractEntity.IdComparator - Class in org.itracker.model
Compares 2 instances by ID.
AbstractEntity.LastModifiedDateComparator - Class in org.itracker.model
Compares 2 instances by last modified date.
AbstractEnumUserType - Class in org.itracker.persistence.dao
Base class for custom Hibernate UserTypes to persist a Java 5 enum constant.
AbstractEnumUserType() - Constructor for class org.itracker.persistence.dao.AbstractEnumUserType
 
ACTION_CREATE - Static variable in class org.itracker.model.util.SystemConfigurationUtilities
Deprecated.
ACTION_REMOVE - Static variable in class org.itracker.model.util.SystemConfigurationUtilities
Deprecated.
ACTION_UPDATE - Static variable in class org.itracker.model.util.SystemConfigurationUtilities
Deprecated.
ACTIVE - org.itracker.model.Status
 
addConfiguration(Configuration) - Method in class org.itracker.model.SystemConfiguration
 
addOption(String, String) - Method in class org.itracker.model.CustomField
Deprecated.
this can not be in the entity, replace by Utility or service.
addProperties(String) - Method in class org.itracker.model.util.PropertiesFileHandler
 
addVerifyStatistic(int, int) - Method in class org.itracker.model.ImportDataModel
 
ALL_PERMISSIONS_SET - Static variable in class org.itracker.model.util.UserUtilities
 
alphabet - Static variable in class org.itracker.model.util.UserUtilities
 
ANY - org.itracker.model.Notification.Role
 
assemble(Serializable, Object) - Method in class org.itracker.persistence.dao.AbstractEnumUserType
 
assemble(Serializable, Object) - Method in class org.itracker.persistence.dao.IntBooleanType
 
ASSIGNED - org.itracker.model.Notification.Type
 
ATTACHMENT_ADDED - org.itracker.model.IssueActivityType
 

B

BaseDAO<T extends Entity> - Interface in org.itracker.persistence.dao
 
BaseHibernateDAOImpl<T extends Entity> - Class in org.itracker.persistence.dao
Contains common behaviour to all hibernate factories
BaseHibernateDAOImpl() - Constructor for class org.itracker.persistence.dao.BaseHibernateDAOImpl
 
BeanShell - org.itracker.model.WorkflowScript.ScriptLanguage
 

C

canBeAssignedIssue(Issue, Integer, Map<Integer, Set<PermissionType>>) - Static method in class org.itracker.model.util.IssueUtilities
Deprecated.
canEditIssue(Issue, Integer, Map<Integer, Set<PermissionType>>) - Static method in class org.itracker.model.util.IssueUtilities
Deprecated.
canUnassignIssue(Issue, Integer, Map<Integer, Set<PermissionType>>) - Static method in class org.itracker.model.util.IssueUtilities
Returns true if the user can unassign themselves from the issue.
canViewIssue(Issue, Integer, Map<Integer, Set<PermissionType>>) - Static method in class org.itracker.model.util.IssueUtilities
Returns true if the user has permission to view the requested issue.
canViewIssue(Issue, User, Map<Integer, Set<PermissionType>>) - Static method in class org.itracker.model.util.IssueUtilities
Returns true if the user has permission to view the requested issue.
checkAssignable(String, Locale, ResourceBundle) - Method in class org.itracker.model.CustomField
Checks if the given value is assignable to this custom field.
checkResolutionName(String, Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
clone() - Method in class org.itracker.model.AbstractEntity
 
CLONED_C - org.itracker.model.IssueRelation.Type
Defines a cloned issue.
CLONED_P - org.itracker.model.IssueRelation.Type
Defines a cloned issue.
CLOSED - org.itracker.model.Notification.Type
 
CO - org.itracker.model.Notification.Role
 
compare(AbstractEntity, AbstractEntity) - Method in class org.itracker.model.AbstractEntity.CreateDateComparator
 
compare(AbstractEntity, AbstractEntity) - Method in class org.itracker.model.AbstractEntity.LastModifiedDateComparator
 
compare(Component, Component) - Method in class org.itracker.model.Component.ProjectNameComparator
 
compare(Configuration, Configuration) - Method in class org.itracker.model.Configuration.ConfigurationOrderComparator
 
compare(CustomField, CustomField) - Method in class org.itracker.model.util.CustomFieldUtilities.CustomFieldByNameComparator
 
compare(CustomFieldValue, CustomFieldValue) - Method in class org.itracker.model.util.CustomFieldUtilities.CustomFieldValueByNameComparator
 
compare(Entity, Entity) - Method in class org.itracker.model.AbstractEntity.IdComparator
 
compare(IssueAttachment, IssueAttachment) - Method in class org.itracker.model.IssueAttachment.OriginalFilenameComparator
 
compare(IssueAttachment, IssueAttachment) - Method in class org.itracker.model.IssueAttachment.SizeComparator
 
compare(Notification, Notification) - Method in class org.itracker.model.Notification.IssueUserRoleComparator
 
compare(Permission, Permission) - Method in class org.itracker.model.Permission.PermissionPropertiesComparator
 
compare(Project, Project) - Method in class org.itracker.model.Project.ProjectComparator
 
compare(ProjectScript, ProjectScript) - Method in class org.itracker.model.ProjectScript.FieldPriorityComparator
 
compare(ProjectScript, ProjectScript) - Method in class org.itracker.model.ProjectScript.ScriptPriorityComparator
 
compare(User, User) - Method in class org.itracker.model.User.LoginComparator
 
compare(Version, Version) - Method in class org.itracker.model.Version.VersionComparator
 
compareKeyTo(NameValuePair) - Method in class org.itracker.model.NameValuePair
 
compareSeverity(Issue, Issue) - Static method in class org.itracker.model.util.IssueUtilities
Compares the severity of two issues.
compareTo(Entity) - Method in class org.itracker.model.AbstractEntity
 
compareValueTo(NameValuePair) - Method in class org.itracker.model.NameValuePair
 
Component - Class in org.itracker.model
Models a project component.
Component() - Constructor for class org.itracker.model.Component
Default constructor (required by Hibernate).
Component(Project, String) - Constructor for class org.itracker.model.Component
Creates a new active Component of the given name for the given Project.
Component.ProjectNameComparator - Class in org.itracker.model
 
ComponentDAO - Interface in org.itracker.persistence.dao
Component Data Access Object interface.
ComponentDAOImpl - Class in org.itracker.persistence.dao
 
ComponentDAOImpl() - Constructor for class org.itracker.persistence.dao.ComponentDAOImpl
 
COMPONENTS_MODIFIED - org.itracker.model.IssueActivityType
 
componentsToNameValuePairs(List<Component>) - Static method in class org.itracker.model.util.Convert
Converts an array of ComponentModels to NameValuePairs
componentsToString(Issue) - Static method in class org.itracker.model.util.IssueUtilities
 
Configuration - Class in org.itracker.model
A configuration item.
Configuration() - Constructor for class org.itracker.model.Configuration
Default constructor (required by Hibernate).
Configuration(Configuration.Type, String) - Constructor for class org.itracker.model.Configuration
 
Configuration(Configuration.Type, String, int) - Constructor for class org.itracker.model.Configuration
 
Configuration(Configuration.Type, String, String) - Constructor for class org.itracker.model.Configuration
 
Configuration(Configuration.Type, String, String, int) - Constructor for class org.itracker.model.Configuration
 
Configuration(Configuration.Type, NameValuePair) - Constructor for class org.itracker.model.Configuration
 
CONFIGURATION_ORDER_COMPARATOR - Static variable in class org.itracker.model.Configuration
 
Configuration.ConfigurationOrderComparator - Class in org.itracker.model
 
Configuration.Type - Enum in org.itracker.model
 
ConfigurationDAO - Interface in org.itracker.persistence.dao
 
ConfigurationDAOImpl - Class in org.itracker.persistence.dao
 
ConfigurationDAOImpl() - Constructor for class org.itracker.persistence.dao.ConfigurationDAOImpl
 
ConfigurationOrderComparator() - Constructor for class org.itracker.model.Configuration.ConfigurationOrderComparator
 
CONTRIBUTER - org.itracker.model.Notification.Role
 
Convert - Class in org.itracker.model.util
 
Convert() - Constructor for class org.itracker.model.util.Convert
 
countAll() - Method in interface org.itracker.persistence.dao.IssueAttachmentDAO
Counts all Issue attachments.
countAll() - Method in class org.itracker.persistence.dao.IssueAttachmentDAOImpl
 
countAllIssues() - Method in interface org.itracker.persistence.dao.IssueDAO
Count all Issues in database
countAllIssues() - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
countByComponent(Integer) - Method in interface org.itracker.persistence.dao.IssueDAO
Counts the number of issues attached to a component.
countByComponent(Integer) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
countByProject(Integer) - Method in interface org.itracker.persistence.dao.IssueDAO
Counts the number of issues of the given project.
countByProject(Integer) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
countByProjectAndHigherStatus(Integer, int) - Method in interface org.itracker.persistence.dao.IssueDAO
Counts the number of issues of the given project with a status higher than or equal to the given one.
countByProjectAndHigherStatus(Integer, int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
countByProjectAndLowerStatus(Integer, int) - Method in interface org.itracker.persistence.dao.IssueDAO
Counts the number of issues of the given project with a status lower than the given one.
countByProjectAndLowerStatus(Integer, int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
countByVersion(Integer) - Method in interface org.itracker.persistence.dao.IssueDAO
Counts the number of issues attached to a version.
countByVersion(Integer) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
CREATE_DATE_COMPARATOR - Static variable in class org.itracker.model.AbstractEntity
 
CREATED - org.itracker.model.Notification.Type
 
CreateDateComparator() - Constructor for class org.itracker.model.AbstractEntity.CreateDateComparator
 
createPermissionArray(User, Project, int[]) - Static method in class org.itracker.model.util.UserUtilities
 
CREATOR - org.itracker.model.Notification.Role
 
customfield - org.itracker.model.Configuration.Type
 
CustomField - Class in org.itracker.model
A custom field that can be added to an Issue.
CustomField() - Constructor for class org.itracker.model.CustomField
Default constructor (required by Hibernate).
CustomField.DateFormat - Enum in org.itracker.model
Date format for fields of type DATE.
CustomField.Type - Enum in org.itracker.model
Enumeration of possible data types.
CustomFieldByNameComparator(Locale) - Constructor for class org.itracker.model.util.CustomFieldUtilities.CustomFieldByNameComparator
 
CustomFieldDAO - Interface in org.itracker.persistence.dao
 
CustomFieldDAOImpl - Class in org.itracker.persistence.dao
 
CustomFieldDAOImpl() - Constructor for class org.itracker.persistence.dao.CustomFieldDAOImpl
 
customFieldOptionsToNameValuePairs(List<CustomFieldValue>) - Static method in class org.itracker.model.util.Convert
Deprecated.
customFieldOptionsToNameValuePairs(CustomField, Locale) - Static method in class org.itracker.model.util.Convert
Returns the options sorted-
CustomFieldUtilities - Class in org.itracker.model.util
 
CustomFieldUtilities() - Constructor for class org.itracker.model.util.CustomFieldUtilities
 
CustomFieldUtilities.CustomFieldByNameComparator - Class in org.itracker.model.util
 
CustomFieldUtilities.CustomFieldValueByNameComparator - Class in org.itracker.model.util
Compares 2 CustomFieldValues by name.
CustomFieldValue - Class in org.itracker.model
An option for the value of a CustomField of type LIST.
CustomFieldValue() - Constructor for class org.itracker.model.CustomFieldValue
Default constructor (required by Hibernate).
CustomFieldValue(CustomField, String) - Constructor for class org.itracker.model.CustomFieldValue
 
CustomFieldValueByNameComparator(Locale) - Constructor for class org.itracker.model.util.CustomFieldUtilities.CustomFieldValueByNameComparator
 
CustomFieldValueDAO - Interface in org.itracker.persistence.dao
 
CustomFieldValueDAOImpl - Class in org.itracker.persistence.dao
 
CustomFieldValueDAOImpl() - Constructor for class org.itracker.persistence.dao.CustomFieldValueDAOImpl
 

D

DATE - org.itracker.model.CustomField.DateFormat
 
DATE - org.itracker.model.CustomField.Type
 
DATE_FORMAT_DATEONLY - Static variable in class org.itracker.model.util.CustomFieldUtilities
 
DATE_FORMAT_FULL - Static variable in class org.itracker.model.util.CustomFieldUtilities
 
DATE_FORMAT_TIMEONLY - Static variable in class org.itracker.model.util.CustomFieldUtilities
 
DATE_FORMAT_UNKNOWN - Static variable in class org.itracker.model.util.CustomFieldUtilities
 
DATE_TIME - org.itracker.model.CustomField.DateFormat
 
deepCopy(Object) - Method in class org.itracker.persistence.dao.AbstractEnumUserType
 
deepCopy(Object) - Method in class org.itracker.persistence.dao.IntBooleanType
 
DEFAULT_ATTACHMENT_DIR - Static variable in class org.itracker.model.util.IssueAttachmentUtilities
Deprecated.
 
DEFAULT_CODE - Static variable in interface org.itracker.model.IntCodeEnum
 
DEFAULT_DATE_FORMAT - Static variable in class org.itracker.model.CustomField
Dateformat able to parse datepicker generated date string (dd/MM/yyyy)
delete(T) - Method in interface org.itracker.persistence.dao.BaseDAO
Deletes entity from persistence store.
delete(T) - Method in class org.itracker.persistence.dao.BaseHibernateDAOImpl
 
DELETED - org.itracker.model.Status
 
DEPENDENT_C - org.itracker.model.IssueRelation.Type
Defines a dependent issue.
DEPENDENT_P - org.itracker.model.IssueRelation.Type
Defines a dependent issue.
DESCRIPTION_CHANGE - org.itracker.model.IssueActivityType
 
detach(T) - Method in interface org.itracker.persistence.dao.BaseDAO
Remove this instance from the session cache.
detach(T) - Method in class org.itracker.persistence.dao.BaseHibernateDAOImpl
 
disassemble(Object) - Method in class org.itracker.persistence.dao.AbstractEnumUserType
 
disassemble(Object) - Method in class org.itracker.persistence.dao.IntBooleanType
 
DUPLICATE_C - org.itracker.model.IssueRelation.Type
Defines a duplicate issue.
DUPLICATE_P - org.itracker.model.IssueRelation.Type
Defines a duplicate issue.

E

encryptPassword(String) - Static method in class org.itracker.model.util.UserUtilities
Returns an encrypted (digest) password from a plain text password.
Entity - Interface in org.itracker.model
All database entities must implement this interface, which represents the minimum requirements to meet.
enumClass - Variable in class org.itracker.persistence.dao.AbstractEnumUserType
 
EnumCodeUserType - Class in org.itracker.persistence.dao
Custom Hibernate UserType to persist a Java 5 enum constant that implement IntCodeEnum as an INTEGER using its integer code.
EnumCodeUserType() - Constructor for class org.itracker.persistence.dao.EnumCodeUserType
Default constructor, required by Hibernate.
EnumNameUserType - Class in org.itracker.persistence.dao
Custom Hibernate UserType to persist a Java 5 enum constant as a VARCHAR using its name.
EnumNameUserType() - Constructor for class org.itracker.persistence.dao.EnumNameUserType
Default constructor, required by Hibernate.
EnumOrdinalUserType - Class in org.itracker.persistence.dao
Custom Hibernate UserType to persist a Java 5 enum constant as an INTEGER using its ordinal position.
EnumOrdinalUserType() - Constructor for class org.itracker.persistence.dao.EnumOrdinalUserType
Default constructor, required by Hibernate.
equals(Object) - Method in class org.itracker.model.AbstractEntity
 
equals(Object, Object) - Method in class org.itracker.persistence.dao.AbstractEnumUserType
 
equals(Object, Object) - Method in class org.itracker.persistence.dao.IntBooleanType
Implements persistence equality.
EVENT_FIELD_ONPOPULATE - Static variable in class org.itracker.model.util.WorkflowUtilities
Fires for each field when building the form.
EVENT_FIELD_ONPOSTSUBMIT - Static variable in class org.itracker.model.util.WorkflowUtilities
Fires after all data is submitted to the db for all fields.
EVENT_FIELD_ONPRESUBMIT - Static variable in class org.itracker.model.util.WorkflowUtilities
Fires after validation, but before the data is committed to the database.
EVENT_FIELD_ONSETDEFAULT - Static variable in class org.itracker.model.util.WorkflowUtilities
Fires to set the current value of a form field.
EVENT_FIELD_ONSORT - Static variable in class org.itracker.model.util.WorkflowUtilities
NOT CURRENTLY IMPLEMENTED.
EVENT_FIELD_ONVALIDATE - Static variable in class org.itracker.model.util.WorkflowUtilities
Fires on validation of the form field.

F

FIELD_ATTACHMENTDESCRIPTION - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_ATTACHMENTFILENAME - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_COMPONENTS - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_CREATEDATE - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_CREATOR - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_DESCRIPTION - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_HISTORY - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_ID - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_LASTMODIFIED - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_OWNER - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_PRIORITY_COMPARATOR - Static variable in class org.itracker.model.ProjectScript
 
FIELD_PROJECT - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_RESOLUTION - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_SEVERITY - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_STATUS - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_TARGET_VERSION - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_TYPE_INDEXED - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_TYPE_MAP - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_TYPE_SINGLE - Static variable in class org.itracker.model.util.IssueUtilities
 
FIELD_VERSIONS - Static variable in class org.itracker.model.util.IssueUtilities
 
FieldPriorityComparator() - Constructor for class org.itracker.model.ProjectScript.FieldPriorityComparator
 
findActive() - Method in interface org.itracker.persistence.dao.UserDAO
Finds all active users.
findActive() - Method in class org.itracker.persistence.dao.UserDAOImpl
 
findAll() - Method in interface org.itracker.persistence.dao.CustomFieldDAO
 
findAll() - Method in class org.itracker.persistence.dao.CustomFieldDAOImpl
 
findAll() - Method in interface org.itracker.persistence.dao.CustomFieldValueDAO
 
findAll() - Method in class org.itracker.persistence.dao.CustomFieldValueDAOImpl
 
findAll() - Method in interface org.itracker.persistence.dao.IssueAttachmentDAO
Finds all Issue attachments.
findAll() - Method in class org.itracker.persistence.dao.IssueAttachmentDAOImpl
 
findAll() - Method in interface org.itracker.persistence.dao.IssueDAO
Deprecated.
don't use due to expensive memory use.
findAll() - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findAll() - Method in interface org.itracker.persistence.dao.ProjectDAO
Finds all projects.
findAll() - Method in class org.itracker.persistence.dao.ProjectDAOImpl
 
findAll() - Method in interface org.itracker.persistence.dao.ProjectScriptDAO
Finds all ProjectScripts
findAll() - Method in class org.itracker.persistence.dao.ProjectScriptDAOImpl
 
findAll() - Method in interface org.itracker.persistence.dao.ReportDAO
Finds all existing reports.
findAll() - Method in class org.itracker.persistence.dao.ReportDAOImpl
 
findAll() - Method in interface org.itracker.persistence.dao.UserDAO
Finds all users.
findAll() - Method in class org.itracker.persistence.dao.UserDAOImpl
 
findAll() - Method in interface org.itracker.persistence.dao.WorkflowScriptDAO
Finds all WorkflowScripts
findAll() - Method in class org.itracker.persistence.dao.WorkflowScriptDAOImpl
Finds all WorkflowScripts
findAllAvailable() - Method in interface org.itracker.persistence.dao.ProjectDAO
Finds all projects that are active or viewable.
findAllAvailable() - Method in class org.itracker.persistence.dao.ProjectDAOImpl
 
findByComponent(Integer) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues of the component with the given ID.
findByComponent(Integer) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByCreator(Integer, int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues created by the given user in all projects and with a status less than the given one.
findByCreator(Integer, int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByCreatorInAvailableProjects(Integer, int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues created by the given user in all active and viewable projects and with a status less than the given one.
findByCreatorInAvailableProjects(Integer, int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByFileName(String) - Method in interface org.itracker.persistence.dao.IssueAttachmentDAO
Finds an attachment by the file name on the filesystem.
findByFileName(String) - Method in class org.itracker.persistence.dao.IssueAttachmentDAOImpl
 
findById(Integer) - Method in interface org.itracker.persistence.dao.ComponentDAO
Finds the component with the given ID.
findById(Integer) - Method in class org.itracker.persistence.dao.ComponentDAOImpl
 
findById(Integer) - Method in interface org.itracker.persistence.dao.IssueActivityDAO
Finds the activity with the given ID.
findById(Integer) - Method in class org.itracker.persistence.dao.IssueActivityDAOImpl
 
findById(Integer) - Method in interface org.itracker.persistence.dao.LanguageDAO
 
findById(Integer) - Method in class org.itracker.persistence.dao.LanguageDAOImpl
 
findById(Integer) - Method in interface org.itracker.persistence.dao.NotificationDAO
 
findById(Integer) - Method in class org.itracker.persistence.dao.NotificationDAOImpl
 
findByIssue(Integer) - Method in interface org.itracker.persistence.dao.IssueAttachmentDAO
Finds all attachments for an Issue.
findByIssue(Integer) - Method in class org.itracker.persistence.dao.IssueAttachmentDAOImpl
 
findByIssue(Integer) - Method in interface org.itracker.persistence.dao.IssueRelationDAO
 
findByIssue(Integer) - Method in class org.itracker.persistence.dao.IssueRelationDAOImpl
 
findByIssueId(Integer) - Method in interface org.itracker.persistence.dao.IssueActivityDAO
Finds all activities of a given Issue.
findByIssueId(Integer) - Method in class org.itracker.persistence.dao.IssueActivityDAOImpl
 
findByIssueId(Integer) - Method in interface org.itracker.persistence.dao.IssueHistoryDAO
Finds all history entries for an Issue.
findByIssueId(Integer) - Method in class org.itracker.persistence.dao.IssueHistoryDAOImpl
 
findByIssueId(Integer) - Method in interface org.itracker.persistence.dao.NotificationDAO
Finds all Notifications for an Issue.
findByIssueId(Integer) - Method in class org.itracker.persistence.dao.NotificationDAOImpl
 
findByIssueIdAndNotification(Integer, boolean) - Method in interface org.itracker.persistence.dao.IssueActivityDAO
Finds all activities for an Issue with the given notification status.
findByIssueIdAndNotification(Integer, boolean) - Method in class org.itracker.persistence.dao.IssueActivityDAOImpl
 
findByKey(String) - Method in interface org.itracker.persistence.dao.LanguageDAO
Finds all language items with a particular key.
findByKey(String) - Method in class org.itracker.persistence.dao.LanguageDAOImpl
 
findByKeyAndLocale(String, String) - Method in interface org.itracker.persistence.dao.LanguageDAO
Finds all language items with the given key and locale.
findByKeyAndLocale(String, String) - Method in class org.itracker.persistence.dao.LanguageDAOImpl
 
findByLocale(String) - Method in interface org.itracker.persistence.dao.LanguageDAO
Finds all language items with a given locale.
findByLocale(String) - Method in class org.itracker.persistence.dao.LanguageDAOImpl
 
findByLogin(String) - Method in interface org.itracker.persistence.dao.UserDAO
Finds a user by login.
findByLogin(String) - Method in class org.itracker.persistence.dao.UserDAOImpl
 
findByName(String) - Method in interface org.itracker.persistence.dao.ProjectDAO
Finds a project by name.
findByName(String) - Method in class org.itracker.persistence.dao.ProjectDAOImpl
 
findByNotification(Integer, int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues with notifications for the given user in all projects and with a status less than the given one.
findByNotification(Integer, int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByNotificationInAvailableProjects(Integer, int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues with notifications for the given user in active and viewable projects.
findByNotificationInAvailableProjects(Integer, int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByOwner(Integer, int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues owned by the given user in all projects and with a status lower than the given one.
findByOwner(Integer, int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByOwnerInAvailableProjects(Integer, int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues owned by the given user in all active and viewable projects and with a status less than the given one.
findByOwnerInAvailableProjects(Integer, int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByPrimaryKey(Integer) - Method in interface org.itracker.persistence.dao.ConfigurationDAO
 
findByPrimaryKey(Integer) - Method in class org.itracker.persistence.dao.ConfigurationDAOImpl
 
findByPrimaryKey(Integer) - Method in interface org.itracker.persistence.dao.CustomFieldDAO
 
findByPrimaryKey(Integer) - Method in class org.itracker.persistence.dao.CustomFieldDAOImpl
 
findByPrimaryKey(Integer) - Method in interface org.itracker.persistence.dao.CustomFieldValueDAO
 
findByPrimaryKey(Integer) - Method in class org.itracker.persistence.dao.CustomFieldValueDAOImpl
 
findByPrimaryKey(Integer) - Method in interface org.itracker.persistence.dao.IssueAttachmentDAO
 
findByPrimaryKey(Integer) - Method in class org.itracker.persistence.dao.IssueAttachmentDAOImpl
 
findByPrimaryKey(Integer) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds the issue with the given ID.
findByPrimaryKey(Integer) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByPrimaryKey(Integer) - Method in interface org.itracker.persistence.dao.IssueHistoryDAO
Returns the issue history entry with the given primary key.
findByPrimaryKey(Integer) - Method in class org.itracker.persistence.dao.IssueHistoryDAOImpl
 
findByPrimaryKey(Integer) - Method in interface org.itracker.persistence.dao.IssueRelationDAO
 
findByPrimaryKey(Integer) - Method in class org.itracker.persistence.dao.IssueRelationDAOImpl
 
findByPrimaryKey(Integer) - Method in interface org.itracker.persistence.dao.ProjectDAO
Finds a project by ID.
findByPrimaryKey(Integer) - Method in class org.itracker.persistence.dao.ProjectDAOImpl
 
findByPrimaryKey(Integer) - Method in interface org.itracker.persistence.dao.ProjectScriptDAO
Find a ProjectScript by its primary key
findByPrimaryKey(Integer) - Method in class org.itracker.persistence.dao.ProjectScriptDAOImpl
 
findByPrimaryKey(Integer) - Method in interface org.itracker.persistence.dao.ReportDAO
Finds a report by id.
findByPrimaryKey(Integer) - Method in class org.itracker.persistence.dao.ReportDAOImpl
 
findByPrimaryKey(Integer) - Method in interface org.itracker.persistence.dao.UserDAO
Finds the users with the given primary key.
findByPrimaryKey(Integer) - Method in class org.itracker.persistence.dao.UserDAOImpl
 
findByPrimaryKey(Integer) - Method in interface org.itracker.persistence.dao.VersionDAO
 
findByPrimaryKey(Integer) - Method in class org.itracker.persistence.dao.VersionDAOImpl
find Version by id
findByPrimaryKey(Integer) - Method in interface org.itracker.persistence.dao.WorkflowScriptDAO
Find a WorkflowScript by its primary key
findByPrimaryKey(Integer) - Method in class org.itracker.persistence.dao.WorkflowScriptDAOImpl
Find a WorkflowScript by its primary key
findByProject(Integer) - Method in interface org.itracker.persistence.dao.ComponentDAO
Finds all components of a given project.
findByProject(Integer) - Method in class org.itracker.persistence.dao.ComponentDAOImpl
 
findByProject(Integer) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues of the given project.
findByProject(Integer) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByProject(Integer) - Method in interface org.itracker.persistence.dao.ProjectScriptDAO
Finds all scripts applied to fields on a particular project.
findByProject(Integer) - Method in class org.itracker.persistence.dao.ProjectScriptDAOImpl
 
findByProjectAndHigherStatus(Integer, int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues of the given project with a status higher than or equal to the given one.
findByProjectAndHigherStatus(Integer, int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByProjectAndLowerStatus(Integer, int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues of the given project with a status lower than the given one.
findByProjectAndLowerStatus(Integer, int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByProjectField(Integer, Integer) - Method in interface org.itracker.persistence.dao.ProjectScriptDAO
Finds all scripts applied to fields on a particular project.
findByProjectField(Integer, Integer) - Method in class org.itracker.persistence.dao.ProjectScriptDAOImpl
 
findByProjectId(Integer) - Method in interface org.itracker.persistence.dao.VersionDAO
 
findByProjectId(Integer) - Method in class org.itracker.persistence.dao.VersionDAOImpl
Finds Versions by a project id and returns them as a Collection.
findByProjectIdAndPermission(Integer, int) - Method in interface org.itracker.persistence.dao.PermissionDAO
Deprecated.
findByProjectIdAndPermission(Integer, int) - Method in class org.itracker.persistence.dao.PermissionDAOImpl
Deprecated.
findByProjectIdAndPermission(Integer, PermissionType) - Method in interface org.itracker.persistence.dao.PermissionDAO
Finds all Permissions of a given type granted on a project.
findByProjectIdAndPermission(Integer, PermissionType) - Method in class org.itracker.persistence.dao.PermissionDAOImpl
 
findByRegistrationType(int) - Method in interface org.itracker.persistence.dao.UserDAO
Finds users with the given registration type.
findByRegistrationType(int) - Method in class org.itracker.persistence.dao.UserDAOImpl
 
findBySeverity(int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues with the given severity in all projects.
findBySeverity(int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByStatus(int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues in the given status in all projects.
findByStatus(int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByStatus(int) - Method in interface org.itracker.persistence.dao.ProjectDAO
Finds all projects with a given status.
findByStatus(int) - Method in class org.itracker.persistence.dao.ProjectDAOImpl
 
findByStatus(int) - Method in interface org.itracker.persistence.dao.UserDAO
Finds users with the given status.
findByStatus(int) - Method in class org.itracker.persistence.dao.UserDAOImpl
 
findByStatusLessThan(int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues with a status less than the given one in all projects.
findByStatusLessThan(int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByStatusLessThanEqualTo(int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues with a status less than or equal to the given status in all projects.
findByStatusLessThanEqualTo(int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByStatusLessThanEqualToInAvailableProjects(int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues with a status less than or equal to the given status in active and viewable projects.
findByStatusLessThanEqualToInAvailableProjects(int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findByTargetVersion(Integer) - Method in interface org.itracker.persistence.dao.IssueDAO
Delete all issues targeted for the specified version.
findByTargetVersion(Integer) - Method in class org.itracker.persistence.dao.IssueDAOImpl
Delete all issues targeted for the specified version.
findByType(int) - Method in interface org.itracker.persistence.dao.ConfigurationDAO
Deprecated.
use findByType(Configuration.Type type)
findByType(int) - Method in class org.itracker.persistence.dao.ConfigurationDAOImpl
Deprecated.
findByType(Configuration.Type) - Method in interface org.itracker.persistence.dao.ConfigurationDAO
 
findByType(Configuration.Type) - Method in class org.itracker.persistence.dao.ConfigurationDAOImpl
 
findByTypeAndValue(int, String) - Method in interface org.itracker.persistence.dao.ConfigurationDAO
Deprecated.
findByTypeAndValue(int, String) - Method in class org.itracker.persistence.dao.ConfigurationDAOImpl
Deprecated.
findByTypeAndValue(Configuration.Type, String) - Method in interface org.itracker.persistence.dao.ConfigurationDAO
Deprecated.
use findByTypeValueKey(int type, String value)
findByTypeAndValue(Configuration.Type, String) - Method in class org.itracker.persistence.dao.ConfigurationDAOImpl
 
findByTypeValueKey(Configuration.Type, String) - Method in interface org.itracker.persistence.dao.ConfigurationDAO
 
findByTypeValueKey(Configuration.Type, String) - Method in class org.itracker.persistence.dao.ConfigurationDAOImpl
 
findByUserId(Integer) - Method in interface org.itracker.persistence.dao.PermissionDAO
Finds all Permissions granted to a user.
findByUserId(Integer) - Method in class org.itracker.persistence.dao.PermissionDAOImpl
 
findByUserId(Integer) - Method in interface org.itracker.persistence.dao.UserPreferencesDAO
 
findByUserId(Integer) - Method in class org.itracker.persistence.dao.UserPreferencesDAOImpl
 
findByVersion(Integer) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues of the version with the given ID.
findByVersion(Integer) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findNextIssues(Integer) - Method in interface org.itracker.persistence.dao.IssueDAO
Get the next issues in the project based on ID.
findNextIssues(Integer) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findPreviousIssues(Integer) - Method in interface org.itracker.persistence.dao.IssueDAO
Get the next issues in the project based on ID.
findPreviousIssues(Integer) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findSuperUsers() - Method in interface org.itracker.persistence.dao.UserDAO
Finds all super users.
findSuperUsers() - Method in class org.itracker.persistence.dao.UserDAOImpl
 
findUnassignedIssues(int) - Method in interface org.itracker.persistence.dao.IssueDAO
Finds all issues without owner with a status less than or equal to the given one in all projects.
findUnassignedIssues(int) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
findUsersForProjectByAllPermissionTypeList(Integer, Integer[]) - Method in interface org.itracker.persistence.dao.UserDAO
Deprecated.
findUsersForProjectByAllPermissionTypeList(Integer, Integer[]) - Method in class org.itracker.persistence.dao.UserDAOImpl
 
findUsersForProjectByAllPermissionTypeList(Integer, PermissionType[]) - Method in interface org.itracker.persistence.dao.UserDAO
Finds all users assigned to a project having all of the given permissionTypes.
findUsersForProjectByAllPermissionTypeList(Integer, PermissionType[]) - Method in class org.itracker.persistence.dao.UserDAOImpl
 
forCode(Integer) - Static method in enum org.itracker.model.IssueActivityType
Deprecated. 
fromCode(Integer) - Method in enum org.itracker.model.Configuration.Type
 
fromCode(Integer) - Method in enum org.itracker.model.CustomField.Type
 
fromCode(Integer) - Method in interface org.itracker.model.IntCodeEnum
Returns a java.lang.Enum constant matching the given integer value.
fromCode(Integer) - Method in enum org.itracker.model.IssueActivityType
 
fromCode(Integer) - Method in enum org.itracker.model.IssueRelation.Type
 
fromCode(Integer) - Method in enum org.itracker.model.PermissionType
Returns the enum instance matching the integer value.
fromCode(Integer) - Method in enum org.itracker.model.Status
 
fromXMLString(String) - Method in class org.itracker.persistence.dao.EnumCodeUserType
 
fromXMLString(String) - Method in class org.itracker.persistence.dao.EnumNameUserType
 
fromXMLString(String) - Method in class org.itracker.persistence.dao.EnumOrdinalUserType
 

G

generatePassword() - Static method in class org.itracker.model.util.UserUtilities
Genrates a new random password.
getActivities() - Method in class org.itracker.model.Issue
 
getActivityName(IssueActivityType) - Static method in class org.itracker.model.util.IssueUtilities
 
getActivityName(IssueActivityType, Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getActivityType() - Method in class org.itracker.model.IssueActivity
 
getAttachments() - Method in class org.itracker.model.Issue
 
getAvailableProjects() - Method in class org.itracker.model.IssueSearchQuery
 
getClassName() - Method in class org.itracker.model.Report
 
getCode() - Method in enum org.itracker.model.Configuration.Type
 
getCode() - Method in enum org.itracker.model.CustomField.Type
 
getCode() - Method in interface org.itracker.model.IntCodeEnum
Returns the integer value representing this enum constant.
getCode() - Method in enum org.itracker.model.IssueActivityType
 
getCode() - Method in enum org.itracker.model.IssueRelation.Type
 
getCode() - Method in enum org.itracker.model.Notification.Role
 
getCode() - Method in enum org.itracker.model.Notification.Type
 
getCode() - Method in enum org.itracker.model.PermissionType
Returns the integer value representing this enum member.
getCode() - Method in enum org.itracker.model.Status
 
getComponents() - Method in class org.itracker.model.Issue
 
getComponents() - Method in class org.itracker.model.IssueSearchQuery
 
getComponents() - Method in class org.itracker.model.Project
 
getCreateDate() - Method in class org.itracker.model.AbstractEntity
 
getCreateDate() - Method in interface org.itracker.model.Entity
 
getCreatePasswords() - Method in class org.itracker.model.ImportDataModel
 
getCreator() - Method in class org.itracker.model.Issue
 
getCreator() - Method in class org.itracker.model.IssueSearchQuery
 
getCustomField() - Method in class org.itracker.model.CustomFieldValue
 
getCustomField() - Method in class org.itracker.model.IssueField
 
getCustomField(Integer) - Static method in class org.itracker.model.util.IssueUtilities
Returns the custom field with the supplied id.
getCustomField(Integer, Locale) - Static method in class org.itracker.model.util.IssueUtilities
Returns the custom field with the supplied id value.
getCustomFieldLabelKey(Integer) - Static method in class org.itracker.model.util.CustomFieldUtilities
Returns the label key for a particular custom field.
getCustomFieldName(Integer) - Static method in class org.itracker.model.util.CustomFieldUtilities
Returns the label for a custom field in the default locale.
getCustomFieldName(Integer, Locale) - Static method in class org.itracker.model.util.CustomFieldUtilities
Returns the label for a custom field in the specified locale.
getCustomFieldOptionByValue(List<CustomFieldValue>, String) - Static method in class org.itracker.model.util.CustomFieldUtilities
 
getCustomFieldOptionLabelKey(Integer, Integer) - Static method in class org.itracker.model.util.CustomFieldUtilities
Returns the label key for a particular custom field option.
getCustomFieldOptionName(Integer, Integer, Locale) - Static method in class org.itracker.model.util.CustomFieldUtilities
Returns the label for a custom field option in the specified locale.
getCustomFieldOptionName(CustomField, String, Locale) - Static method in class org.itracker.model.util.CustomFieldUtilities
 
getCustomFieldOptionName(CustomFieldValue, Locale) - Static method in class org.itracker.model.util.CustomFieldUtilities
 
getCustomFields() - Method in class org.itracker.model.Project
 
getCustomFields() - Method in class org.itracker.model.SystemConfiguration
 
getCustomFields() - Static method in class org.itracker.model.util.IssueUtilities
Returns the cached array of CustomFieldModels.
getData() - Method in class org.itracker.model.ImportDataModel
 
getDateFormat() - Method in class org.itracker.model.CustomField
 
getDateValue() - Method in class org.itracker.model.IssueField
 
getDescription() - Method in class org.itracker.model.Component
Returns this component's description.
getDescription() - Method in class org.itracker.model.Issue
 
getDescription() - Method in class org.itracker.model.IssueActivity
 
getDescription() - Method in class org.itracker.model.IssueAttachment
 
getDescription() - Method in class org.itracker.model.IssueHistory
 
getDescription() - Method in class org.itracker.model.Project
 
getDescription() - Method in class org.itracker.model.Report
 
getDescription() - Method in class org.itracker.model.Version
 
getEmail() - Method in class org.itracker.model.User
 
getEmailAddress() - Method in class org.itracker.model.User
 
getEvent() - Method in class org.itracker.model.WorkflowScript
 
getEventName(int, Locale) - Static method in class org.itracker.model.util.WorkflowUtilities
Returns a title of workflow event, according to selected locale.
getEventName(String, Locale) - Static method in class org.itracker.model.util.WorkflowUtilities
 
getEvents(Locale) - Static method in class org.itracker.model.util.WorkflowUtilities
Returns an array of pairs (eventName, eventId), where eventName is an event title, according to selected locale.
getExistingModel() - Method in class org.itracker.model.ImportDataModel
 
getExistingModel(int) - Method in class org.itracker.model.ImportDataModel
 
getFieldId() - Method in class org.itracker.model.ProjectScript
 
getFieldName(Integer) - Static method in class org.itracker.model.util.IssueUtilities
 
getFieldName(Integer, List<CustomField>, Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getFields() - Method in class org.itracker.model.Issue
 
getFieldType() - Method in class org.itracker.model.CustomField
 
getFieldType() - Method in class org.itracker.model.ProjectScript
 
getFieldType(Integer) - Static method in class org.itracker.model.util.IssueUtilities
 
getFileData() - Method in class org.itracker.model.IssueAttachment
 
getFileData() - Method in class org.itracker.model.Report
 
getFileExtension() - Method in class org.itracker.model.IssueAttachment
 
getFileName() - Method in class org.itracker.model.IssueAttachment
 
getFirstInitial() - Method in class org.itracker.model.User
 
getFirstName() - Method in class org.itracker.model.User
 
getFullName() - Method in class org.itracker.model.User
 
getHiddenIndexSections() - Method in class org.itracker.model.UserPreferences
 
getHiddenIndexSections(int) - Static method in class org.itracker.model.util.UserUtilities
 
getHistory() - Method in class org.itracker.model.Issue
 
getId() - Method in class org.itracker.model.AbstractEntity
 
getId() - Method in interface org.itracker.model.Entity
Returns the system ID.
getImportStatistics() - Method in class org.itracker.model.ImportDataModel
 
getInitial(String) - Static method in class org.itracker.model.util.UserUtilities
 
getIntValue() - Method in class org.itracker.model.IssueField
 
getIssue() - Method in class org.itracker.model.IssueActivity
 
getIssue() - Method in class org.itracker.model.IssueAttachment
 
getIssue() - Method in class org.itracker.model.IssueField
 
getIssue() - Method in class org.itracker.model.IssueHistory
 
getIssue() - Method in class org.itracker.model.IssueRelation
 
getIssue() - Method in class org.itracker.model.Notification
 
getIssueURL(Issue, String) - Static method in class org.itracker.model.util.IssueUtilities
 
getIssueURL(Issue, URL) - Static method in class org.itracker.model.util.IssueUtilities
 
getLanguage() - Method in class org.itracker.model.WorkflowScript
 
getLanguageKey(Configuration) - Method in enum org.itracker.model.Configuration.Type
Returns the key for a particular configuration item.
getLanguageKey(Configuration) - Static method in class org.itracker.model.util.SystemConfigurationUtilities
Returns the key for a particular configuration item.
getLanguageKeyCode() - Method in enum org.itracker.model.IssueRelation.Type
Returns the key for a particular issue relation type.
getLastIssueUpdateDate(Integer) - Method in interface org.itracker.persistence.dao.ProjectDAO
Returns the projects with id projectId latest modified issues modification date
getLastIssueUpdateDate(Integer) - Method in class org.itracker.persistence.dao.ProjectDAOImpl
 
getLastModifiedDate() - Method in class org.itracker.model.AbstractEntity
 
getLastModifiedDate() - Method in interface org.itracker.model.Entity
 
getLastName() - Method in class org.itracker.model.User
 
getLegacyCode() - Method in enum org.itracker.model.Configuration.Type
 
getListOptions(Map<Integer, List<NameValuePair>>, int) - Static method in class org.itracker.model.util.WorkflowUtilities
Select a list of NameValuePair objects from provided map object according to fieldId selector.
getListOptions(Map, Integer) - Static method in class org.itracker.model.util.WorkflowUtilities
Select a list of NameValuePair objects from provided map object according to fieldId selector.
getLocale() - Method in class org.itracker.model.Language
 
getLocalePart(String, int) - Static method in class org.itracker.model.util.SystemConfigurationUtilities
 
getLocaleType(String) - Static method in class org.itracker.model.util.SystemConfigurationUtilities
 
getLogin() - Method in class org.itracker.model.User
 
getMajor() - Method in class org.itracker.model.Version
 
getMatchingRelationId() - Method in class org.itracker.model.IssueRelation
 
getMatchingRelationType(IssueRelation.Type) - Static method in class org.itracker.model.util.IssueUtilities
 
getMinor() - Method in class org.itracker.model.Version
 
getName() - Method in class org.itracker.model.Component
Returns this component's name.
getName() - Method in class org.itracker.model.Configuration
 
getName() - Method in class org.itracker.model.NameValuePair
Returns the name of the name/value pair.
getName() - Method in class org.itracker.model.Project
 
getName() - Method in class org.itracker.model.Report
 
getName() - Method in class org.itracker.model.WorkflowScript
 
getNameKey() - Method in class org.itracker.model.Report
 
getNotificationRole() - Method in class org.itracker.model.Notification
Deprecated.
use getRole instead
getNotifications() - Method in class org.itracker.model.Issue
 
getNotificationSent() - Method in class org.itracker.model.IssueActivity
 
getNumber() - Method in class org.itracker.model.Version
 
getNumberCustomFields() - Static method in class org.itracker.model.util.IssueUtilities
Returns the total number of defined custom fields
getNumberSeverities() - Static method in class org.itracker.model.util.IssueUtilities
 
getNumberStatuses() - Static method in class org.itracker.model.util.IssueUtilities
 
getNumItemsOnIndex() - Method in class org.itracker.model.UserPreferences
 
getNumItemsOnIssueList() - Method in class org.itracker.model.UserPreferences
 
getOptions() - Method in class org.itracker.model.CustomField
 
getOptions() - Method in class org.itracker.model.Project
 
getOptions(int) - Static method in class org.itracker.model.util.ProjectUtilities
 
getOrder() - Method in class org.itracker.model.Configuration
 
getOrderBy() - Method in class org.itracker.model.IssueSearchQuery
 
getOriginalFileName() - Method in class org.itracker.model.IssueAttachment
 
getOwner() - Method in class org.itracker.model.Issue
 
getOwner() - Method in class org.itracker.model.IssueSearchQuery
 
getOwnerName(User, Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getOwners() - Method in class org.itracker.model.Project
 
getPassword() - Method in class org.itracker.model.User
 
getPermissionName(int) - Static method in class org.itracker.model.util.UserUtilities
 
getPermissionName(int, Locale) - Static method in class org.itracker.model.util.UserUtilities
 
getPermissionNames() - Static method in class org.itracker.model.util.UserUtilities
 
getPermissionNames(Locale) - Static method in class org.itracker.model.util.UserUtilities
 
getPermissions() - Method in class org.itracker.model.Project
 
getPermissions() - Method in class org.itracker.model.User
 
getPermissionType() - Method in class org.itracker.model.Permission
 
getPermissionTypeNames(Locale) - Static method in class org.itracker.model.util.UserUtilities
 
getPreferences() - Method in class org.itracker.model.User
 
getPriority() - Method in class org.itracker.model.ProjectScript
 
getProject() - Method in class org.itracker.model.Component
Returns the project owning this component.
getProject() - Method in class org.itracker.model.Issue
 
getProject() - Method in class org.itracker.model.IssueSearchQuery
 
getProject() - Method in class org.itracker.model.Permission
 
getProject() - Method in class org.itracker.model.ProjectScript
 
getProject() - Method in class org.itracker.model.Version
 
getProjectDAO() - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
getProjectId() - Method in class org.itracker.model.IssueSearchQuery
 
getProjectName() - Method in class org.itracker.model.IssueSearchQuery
 
getProjects() - Method in class org.itracker.model.IssueSearchQuery
 
getProjects() - Method in class org.itracker.model.User
 
getProjectsObjects(IssueSearchQuery) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
getProperties() - Method in class org.itracker.model.util.PropertiesFileHandler
 
getProperty(String) - Method in class org.itracker.model.util.PropertiesFileHandler
 
getRegistrationType() - Method in class org.itracker.model.User
 
getRelatedIssue() - Method in class org.itracker.model.IssueRelation
 
getRelationName(IssueRelation.Type) - Static method in class org.itracker.model.util.IssueUtilities
 
getRelationName(IssueRelation.Type, Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getRelations() - Method in class org.itracker.model.Issue
 
getRelationType() - Method in class org.itracker.model.IssueRelation
 
getRememberLastSearch() - Method in class org.itracker.model.UserPreferences
 
getResolution() - Method in class org.itracker.model.Issue
 
getResolution() - Method in class org.itracker.model.IssueSearchQuery
 
getResolutionName(int) - Static method in class org.itracker.model.util.IssueUtilities
 
getResolutionName(int, Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getResolutionName(String, Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getResolutions() - Method in class org.itracker.model.SystemConfiguration
 
getResolutions(Locale) - Static method in class org.itracker.model.util.IssueUtilities
Returns the list of predefined resolutions in the system.
getResourceKey() - Method in class org.itracker.model.Language
 
getResourceValue() - Method in class org.itracker.model.Language
 
getResults() - Method in class org.itracker.model.IssueSearchQuery
 
getReuseConfig() - Method in class org.itracker.model.ImportDataModel
 
getReuseFields() - Method in class org.itracker.model.ImportDataModel
 
getReuseProjects() - Method in class org.itracker.model.ImportDataModel
 
getReuseUsers() - Method in class org.itracker.model.ImportDataModel
 
getRole() - Method in class org.itracker.model.Notification
 
getRoleName(int) - Static method in class org.itracker.model.util.NotificationUtilities
Deprecated. 
getRoleName(int, Locale) - Static method in class org.itracker.model.util.NotificationUtilities
Deprecated. 
getRoleName(Notification.Role) - Static method in class org.itracker.model.util.NotificationUtilities
 
getRoleName(Notification.Role, Locale) - Static method in class org.itracker.model.util.NotificationUtilities
 
getRoleNames(Locale) - Static method in class org.itracker.model.util.NotificationUtilities
 
getSaveLogin() - Method in class org.itracker.model.UserPreferences
Deprecated.
getScript() - Method in class org.itracker.model.ProjectScript
 
getScript() - Method in class org.itracker.model.WorkflowScript
 
getScriptPriorityLabelKey(Integer) - Static method in class org.itracker.model.util.ProjectUtilities
 
getScriptPrioritySize() - Static method in class org.itracker.model.util.ProjectUtilities
 
getScripts() - Method in class org.itracker.model.Project
 
getSeverities() - Method in class org.itracker.model.IssueSearchQuery
 
getSeverities() - Method in class org.itracker.model.SystemConfiguration
 
getSeverities(Locale) - Static method in class org.itracker.model.util.IssueUtilities
Returns the list of the defined issue severities in the system.
getSeverity() - Method in class org.itracker.model.Issue
 
getSeverityName(Integer) - Static method in class org.itracker.model.util.IssueUtilities
 
getSeverityName(Integer, Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getSeverityName(String, Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getShowClosedOnIssueList() - Method in class org.itracker.model.UserPreferences
 
getSize() - Method in class org.itracker.model.IssueAttachment
 
getSortColumnOnIssueList() - Method in class org.itracker.model.UserPreferences
 
getSortOrder() - Method in class org.itracker.model.CustomFieldValue
 
getStandardFieldKey(int) - Static method in class org.itracker.model.util.IssueUtilities
 
getStandardFields(Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getStatus() - Method in class org.itracker.model.Component
Returns this component's status.
getStatus() - Method in class org.itracker.model.Issue
 
getStatus() - Method in class org.itracker.model.IssueHistory
 
getStatus() - Method in class org.itracker.model.Project
 
getStatus() - Method in class org.itracker.model.User
 
getStatus() - Method in class org.itracker.model.Version
Returns this version's status.
getStatuses() - Method in class org.itracker.model.IssueSearchQuery
 
getStatuses() - Method in class org.itracker.model.SystemConfiguration
 
getStatuses() - Static method in class org.itracker.model.util.IssueUtilities
getStatuses() needs to get implemented..
getStatuses(Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getStatusName(int) - Static method in class org.itracker.model.util.UserUtilities
 
getStatusName(int, Locale) - Static method in class org.itracker.model.util.UserUtilities
 
getStatusName(Integer) - Static method in class org.itracker.model.util.IssueUtilities
 
getStatusName(Integer, Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getStatusName(String, Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getStatusName(Status) - Static method in class org.itracker.model.util.ProjectUtilities
Returns the localized name of the given status for the application default locale.
getStatusName(Status, Locale) - Static method in class org.itracker.model.util.ProjectUtilities
Returns the localized name of the given status for the given locale.
getStatusNames() - Static method in class org.itracker.model.util.ProjectUtilities
Deprecated.
getStatusNames() - Static method in class org.itracker.model.util.UserUtilities
 
getStatusNames(Locale) - Static method in class org.itracker.model.util.ProjectUtilities
This method loads the status names in the cache if they're not found in it.
getStatusNames(Locale) - Static method in class org.itracker.model.util.UserUtilities
 
getStringValue() - Method in class org.itracker.model.IssueField
 
getTargetVersion() - Method in class org.itracker.model.Issue
 
getTargetVersion() - Method in class org.itracker.model.IssueSearchQuery
 
getText() - Method in class org.itracker.model.IssueSearchQuery
 
getType() - Method in class org.itracker.model.Configuration
 
getType() - Method in class org.itracker.model.IssueAttachment
 
getType() - Method in class org.itracker.model.IssueSearchQuery
 
getTypeLanguageKey() - Method in enum org.itracker.model.Configuration.Type
 
getTypeLanguageKey(Configuration) - Static method in class org.itracker.model.util.SystemConfigurationUtilities
 
getTypeName(int) - Static method in class org.itracker.model.util.SystemConfigurationUtilities
Deprecated.
getTypeString(int, Locale) - Static method in class org.itracker.model.util.CustomFieldUtilities
Returns the string representation of a field type
getTypeString(CustomField.Type, Locale) - Static method in class org.itracker.model.util.CustomFieldUtilities
Returns the string representation of a field type.
getUser() - Method in class org.itracker.model.IssueActivity
 
getUser() - Method in class org.itracker.model.IssueAttachment
 
getUser() - Method in class org.itracker.model.IssueHistory
 
getUser() - Method in class org.itracker.model.Notification
 
getUser() - Method in class org.itracker.model.Permission
 
getUser() - Method in class org.itracker.model.UserPreferences
 
getUserDAO() - Method in class org.itracker.persistence.dao.UserPreferencesDAOImpl
 
getUserLocale() - Method in class org.itracker.model.UserPreferences
 
getUsersMapOfProjectsAndPermissionTypes(User) - Method in interface org.itracker.persistence.dao.UserDAO
Finds of the given user the set of permission types for all projects on which the user has permissions.
getUsersMapOfProjectsAndPermissionTypes(User) - Method in class org.itracker.persistence.dao.UserDAOImpl
Searches all permissions for the given user and sorts it by project.
getUseTextActions() - Method in class org.itracker.model.UserPreferences
 
getValue() - Method in class org.itracker.model.Configuration
 
getValue() - Method in class org.itracker.model.CustomFieldValue
 
getValue() - Method in class org.itracker.model.NameValuePair
Returns the value of the name/value pair.
getValue(Locale) - Method in class org.itracker.model.IssueField
Gets the custom field value as a String.
getValue(ResourceBundle) - Method in class org.itracker.model.IssueField
Deprecated.
this can not be in the entity, replace by Utility or service.
getValue(ResourceBundle, Locale) - Method in class org.itracker.model.IssueField
Deprecated.
use getValue(ResourceBundle bundle) instead, locale is taken from bundle
getVersion() - Method in class org.itracker.model.Configuration
 
getVersion() - Method in class org.itracker.model.SystemConfiguration
 
getVersionAsLong(String) - Static method in class org.itracker.model.util.SystemConfigurationUtilities
 
getVersions() - Method in class org.itracker.model.Issue
 
getVersions() - Method in class org.itracker.model.IssueSearchQuery
 
getVersions() - Method in class org.itracker.model.Project
 
Groovy - org.itracker.model.WorkflowScript.ScriptLanguage
 

H

hasHardNotification(Issue, Project, Integer) - Static method in class org.itracker.model.util.IssueUtilities
 
hashCode() - Method in class org.itracker.model.AbstractEntity
 
hashCode(Object) - Method in class org.itracker.persistence.dao.AbstractEnumUserType
 
hashCode(Object) - Method in class org.itracker.persistence.dao.IntBooleanType
 
hasIssueNotification(Issue, Integer) - Static method in class org.itracker.model.util.IssueUtilities
 
hasIssueNotification(Issue, Project, Integer) - Static method in class org.itracker.model.util.IssueUtilities
Evaluate if a certain user is notified on issue change.
hasIssueRelation(Issue, Integer) - Static method in class org.itracker.model.util.IssueUtilities
 
hasOption(int, int) - Static method in class org.itracker.model.util.ProjectUtilities
 
hasPermission(Map<Integer, Set<PermissionType>>, int) - Static method in class org.itracker.model.util.UserUtilities
Deprecated.
hasPermission(Map<Integer, Set<PermissionType>>, Integer, int) - Static method in class org.itracker.model.util.UserUtilities
Deprecated.
hasPermission(Map<Integer, Set<PermissionType>>, Integer, PermissionType) - Static method in class org.itracker.model.util.UserUtilities
Returns true if the user has the required permission for the given project.
hasPermission(Map<Integer, Set<PermissionType>>, Integer, PermissionType[]) - Static method in class org.itracker.model.util.UserUtilities
Returns true if the user has any of required permissions for the given project.
hasPermission(Map<Integer, Set<PermissionType>>, PermissionType) - Static method in class org.itracker.model.util.UserUtilities
Deprecated.
hasPermission(Map<Integer, Set<PermissionType>>, PermissionType[]) - Static method in class org.itracker.model.util.UserUtilities
Deprecated.
hasProperties() - Method in class org.itracker.model.util.PropertiesFileHandler
 
hasProperty(String) - Method in class org.itracker.model.util.PropertiesFileHandler
 
hasRequiredData() - Method in class org.itracker.model.User
 
hasRequiredData(boolean) - Method in class org.itracker.model.User
 
hideIndexSection(int, int) - Static method in class org.itracker.model.util.UserUtilities
Returns whether the user is currently hiding a particular section on the myItracker page.
HISTORY_STATUS_AVAILABLE - Static variable in class org.itracker.model.util.IssueUtilities
 
HISTORY_STATUS_REMOVED - Static variable in class org.itracker.model.util.IssueUtilities
 
historyToString(Issue, SimpleDateFormat) - Static method in class org.itracker.model.util.IssueUtilities
 

I

ID_COMPARATOR - Static variable in class org.itracker.model.AbstractEntity
 
IdComparator() - Constructor for class org.itracker.model.AbstractEntity.IdComparator
 
ImportDataModel - Class in org.itracker.model
 
ImportDataModel() - Constructor for class org.itracker.model.ImportDataModel
 
initialized - org.itracker.model.Configuration.Type
 
IntBooleanType - Class in org.itracker.persistence.dao
A Hibernate UserType to map a Java boolean or java.lang.Boolean property to an SQL column of type INT with the values 0 (= false) or 1 (= true).
IntBooleanType() - Constructor for class org.itracker.persistence.dao.IntBooleanType
Default constructor, required by Hibernate.
IntCodeEnum<E extends Enum<E>> - Interface in org.itracker.model
An interface to be implemented by java.lang.Enum classes that need to associate a unique and constant integer code to their enum constants.
INTEGER - org.itracker.model.CustomField.Type
 
IP - org.itracker.model.Notification.Role
 
isMutable() - Method in class org.itracker.persistence.dao.AbstractEnumUserType
 
isMutable() - Method in class org.itracker.persistence.dao.IntBooleanType
 
isNew() - Method in class org.itracker.model.AbstractEntity
Returns whether this instance represents a new transient instance.
isNew() - Method in interface org.itracker.model.Entity
 
isRequired() - Method in class org.itracker.model.CustomField
 
isSortOptionsByName() - Method in class org.itracker.model.CustomField
 
Issue - Class in org.itracker.model
A project issue.
Issue() - Constructor for class org.itracker.model.Issue
Default constructor (required by Hibernate).
ISSUE_ASSIGN_OTHERS - org.itracker.model.PermissionType
Issue Assign to Others Permissions.
ISSUE_ASSIGN_SELF - org.itracker.model.PermissionType
Issue Assign to Self Permission.
ISSUE_ASSIGNABLE - org.itracker.model.PermissionType
Issue Assignable.
ISSUE_CLOSE - org.itracker.model.PermissionType
Issue Close Permission.
ISSUE_CREATE - org.itracker.model.PermissionType
Issue Create Permission
ISSUE_CREATE_OTHERS - org.itracker.model.PermissionType
Create for Others.
ISSUE_CREATED - org.itracker.model.IssueActivityType
 
ISSUE_EDIT_ALL - org.itracker.model.PermissionType
Issue Edit Permission.
ISSUE_EDIT_FULL - org.itracker.model.PermissionType
Full edit permission.
ISSUE_EDIT_USERS - org.itracker.model.PermissionType
Edit Users Issues Permission.
ISSUE_MOVE - org.itracker.model.IssueActivityType
 
ISSUE_REMINDER - org.itracker.model.Notification.Type
 
ISSUE_UNASSIGN_SELF - org.itracker.model.PermissionType
Issue Unassign Self Permission.
ISSUE_USER_ROLE_COMPARATOR - Static variable in class org.itracker.model.Notification
 
ISSUE_VIEW_ALL - org.itracker.model.PermissionType
View All Issues Permission.
ISSUE_VIEW_USERS - org.itracker.model.PermissionType
View Users Issues Permission.
IssueActivity - Class in org.itracker.model
An issue activity.
IssueActivity() - Constructor for class org.itracker.model.IssueActivity
Default constructor (required by Hibernate).
IssueActivity(Issue, User, IssueActivityType) - Constructor for class org.itracker.model.IssueActivity
Creates a new instance with a notificationSent flag set to false and a creation and last modified time stamp set to the current time.
IssueActivityDAO - Interface in org.itracker.persistence.dao
 
IssueActivityDAOImpl - Class in org.itracker.persistence.dao
 
IssueActivityDAOImpl() - Constructor for class org.itracker.persistence.dao.IssueActivityDAOImpl
 
IssueActivityType - Enum in org.itracker.model
 
IssueAttachment - Class in org.itracker.model
A file attachment to an Issue.
IssueAttachment() - Constructor for class org.itracker.model.IssueAttachment
Default constructor (required by Hibernate).
IssueAttachment(Issue, String) - Constructor for class org.itracker.model.IssueAttachment
 
IssueAttachment(Issue, String, String, String, long) - Constructor for class org.itracker.model.IssueAttachment
Convenience constructor.
IssueAttachment(Issue, String, String, String, long, User) - Constructor for class org.itracker.model.IssueAttachment
Convenience constructor.
IssueAttachment.OriginalFilenameComparator - Class in org.itracker.model
Compares 2 attachments by original filename
IssueAttachment.SizeComparator - Class in org.itracker.model
Compares 2 attachments by file size.
IssueAttachmentDAO - Interface in org.itracker.persistence.dao
 
IssueAttachmentDAOImpl - Class in org.itracker.persistence.dao
Persistence Hibernate POJO
IssueAttachmentDAOImpl() - Constructor for class org.itracker.persistence.dao.IssueAttachmentDAOImpl
 
IssueAttachmentUtilities - Class in org.itracker.model.util
Deprecated.
IssueAttachmentUtilities() - Constructor for class org.itracker.model.util.IssueAttachmentUtilities
Deprecated.
 
IssueDAO - Interface in org.itracker.persistence.dao
Issue Data Access Object interface.
IssueDAOImpl - Class in org.itracker.persistence.dao
Default implementation of IssueDAO using Hibernate.
IssueDAOImpl() - Constructor for class org.itracker.persistence.dao.IssueDAOImpl
 
IssueField - Class in org.itracker.model
A CustomField with its value for an Issue.
IssueField() - Constructor for class org.itracker.model.IssueField
Default constructor (required by Hibernate).
IssueField(Issue, CustomField) - Constructor for class org.itracker.model.IssueField
 
IssueHistory - Class in org.itracker.model
An issue history entry.
IssueHistory() - Constructor for class org.itracker.model.IssueHistory
Default constructor (required by Hibernate).
IssueHistory(Issue, User) - Constructor for class org.itracker.model.IssueHistory
 
IssueHistory(Issue, User, String, int) - Constructor for class org.itracker.model.IssueHistory
 
IssueHistory.Status - Enum in org.itracker.model
 
IssueHistoryDAO - Interface in org.itracker.persistence.dao
 
IssueHistoryDAOImpl - Class in org.itracker.persistence.dao
 
IssueHistoryDAOImpl() - Constructor for class org.itracker.persistence.dao.IssueHistoryDAOImpl
 
IssueRelation - Class in org.itracker.model
A relation between issues.
IssueRelation() - Constructor for class org.itracker.model.IssueRelation
Default constructor (required by Hibernate).
IssueRelation(Issue, Issue, IssueRelation.Type) - Constructor for class org.itracker.model.IssueRelation
 
IssueRelation.Type - Enum in org.itracker.model
 
IssueRelationDAO - Interface in org.itracker.persistence.dao
 
IssueRelationDAOImpl - Class in org.itracker.persistence.dao
 
IssueRelationDAOImpl() - Constructor for class org.itracker.persistence.dao.IssueRelationDAOImpl
 
IssueSearchQuery - Class in org.itracker.model
 
IssueSearchQuery() - Constructor for class org.itracker.model.IssueSearchQuery
 
IssueUserRoleComparator() - Constructor for class org.itracker.model.Notification.IssueUserRoleComparator
 
IssueUtilities - Class in org.itracker.model.util
Contains utilities used when displaying and processing issues.
IssueUtilities() - Constructor for class org.itracker.model.util.IssueUtilities
 
isSuperUser() - Method in class org.itracker.model.User
 
isSuperUser(Map<Integer, Set<PermissionType>>) - Static method in class org.itracker.model.util.UserUtilities
Deprecated.

K

KEY_COMPARATOR - Static variable in class org.itracker.model.Language
 
KEY_COMPARATOR - Static variable in class org.itracker.model.NameValuePair
 

L

Language - Class in org.itracker.model
Models a language entry.
Language() - Constructor for class org.itracker.model.Language
Default constructor (required by Hibernate).
Language(String, String) - Constructor for class org.itracker.model.Language
 
Language(String, String, String) - Constructor for class org.itracker.model.Language
Convenience constructor to set the value too.
LanguageDAO - Interface in org.itracker.persistence.dao
 
LanguageDAOImpl - Class in org.itracker.persistence.dao
 
LanguageDAOImpl() - Constructor for class org.itracker.persistence.dao.LanguageDAOImpl
 
LAST_MODIFIED_DATE_COMPARATOR - Static variable in class org.itracker.model.AbstractEntity
 
LastModifiedDateComparator() - Constructor for class org.itracker.model.AbstractEntity.LastModifiedDateComparator
 
latestModificationDate(Integer) - Method in interface org.itracker.persistence.dao.IssueDAO
Returns the modification date of the latest modified issue in the project with the given id.
latestModificationDate(Integer) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
LIST - org.itracker.model.CustomField.Type
 
locale - org.itracker.model.Configuration.Type
 
LOCALE_TYPE_BASE - Static variable in class org.itracker.model.util.SystemConfigurationUtilities
 
LOCALE_TYPE_INVALID - Static variable in class org.itracker.model.util.SystemConfigurationUtilities
 
LOCALE_TYPE_LANGUAGE - Static variable in class org.itracker.model.util.SystemConfigurationUtilities
 
LOCALE_TYPE_LOCALE - Static variable in class org.itracker.model.util.SystemConfigurationUtilities
 
LOCKED - org.itracker.model.Status
 
LOGIN_COMPARATOR - Static variable in class org.itracker.model.User
 
LoginComparator() - Constructor for class org.itracker.model.User.LoginComparator
 

M

mappedRoles(List<Notification>) - Static method in class org.itracker.model.util.NotificationUtilities
 
mapPermissionTypesByProjectId(List<Permission>) - Static method in class org.itracker.model.util.UserUtilities
Maps sets of permission types by project ID.
merge(T) - Method in interface org.itracker.persistence.dao.BaseDAO
Copy the state of the given object onto the persistent object with the same identifier.
merge(T) - Method in class org.itracker.persistence.dao.BaseHibernateDAOImpl
 

N

name(Project) - Method in enum org.itracker.model.PermissionType
 
NAME_COMPARATOR - Static variable in class org.itracker.model.Component
 
NAME_COMPARATOR - Static variable in class org.itracker.model.Report
 
NAME_COMPARATOR - Static variable in class org.itracker.model.User
 
NameValuePair - Class in org.itracker.model
Class provides basic storage for name values pairs.
NameValuePair(String, String) - Constructor for class org.itracker.model.NameValuePair
 
NoSuchEntityException - Exception in org.itracker.persistence.dao
 
NoSuchEntityException(String) - Constructor for exception org.itracker.persistence.dao.NoSuchEntityException
 
NoSuchEntityException(String, Throwable) - Constructor for exception org.itracker.persistence.dao.NoSuchEntityException
 
Notification - Class in org.itracker.model
A notification to a user about an Issue.
Notification() - Constructor for class org.itracker.model.Notification
Default constructor (required by Hibernate).
Notification(User, Issue, int) - Constructor for class org.itracker.model.Notification
Deprecated.
use Role instead int for role
Notification(User, Issue, Notification.Role) - Constructor for class org.itracker.model.Notification
 
Notification.IssueUserRoleComparator - Class in org.itracker.model
Compares by properties issue, user, role.
Notification.Role - Enum in org.itracker.model
 
Notification.Type - Enum in org.itracker.model
 
NotificationDAO - Interface in org.itracker.persistence.dao
 
NotificationDAOImpl - Class in org.itracker.persistence.dao
 
NotificationDAOImpl() - Constructor for class org.itracker.persistence.dao.NotificationDAOImpl
 
NotificationUtilities - Class in org.itracker.model.util
 
NotificationUtilities() - Constructor for class org.itracker.model.util.NotificationUtilities
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.itracker.persistence.dao.EnumCodeUserType
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.itracker.persistence.dao.EnumNameUserType
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.itracker.persistence.dao.EnumOrdinalUserType
 
nullSafeGet(ResultSet, String[], Object) - Method in class org.itracker.persistence.dao.IntBooleanType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.itracker.persistence.dao.EnumCodeUserType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.itracker.persistence.dao.EnumNameUserType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.itracker.persistence.dao.EnumOrdinalUserType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.itracker.persistence.dao.IntBooleanType
 
NUM_RELATION_TYPES - Static variable in class org.itracker.model.util.IssueUtilities
 
nvpArrayToConfigurationArray(Configuration.Type, NameValuePair[]) - Static method in class org.itracker.model.util.SystemConfigurationUtilities
 

O

objectToSQLString(Object) - Method in class org.itracker.persistence.dao.EnumCodeUserType
 
objectToSQLString(Object) - Method in class org.itracker.persistence.dao.EnumNameUserType
 
objectToSQLString(Object) - Method in class org.itracker.persistence.dao.EnumOrdinalUserType
 
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class org.itracker.persistence.dao.TimestampInterceptor
Called before updating the datastore.
onSave(Object, Serializable, Object[], String[], Type[]) - Method in class org.itracker.persistence.dao.TimestampInterceptor
Called before inserting an item in the datastore.
OPTION_ALLOW_ASSIGN_TO_CLOSE - Static variable in class org.itracker.model.util.ProjectUtilities
 
OPTION_ALLOW_SELF_REGISTERED_CREATE - Static variable in class org.itracker.model.util.ProjectUtilities
 
OPTION_ALLOW_SELF_REGISTERED_VIEW_ALL - Static variable in class org.itracker.model.util.ProjectUtilities
 
OPTION_LITERAL_HISTORY_HTML - Static variable in class org.itracker.model.util.ProjectUtilities
 
OPTION_NO_ATTACHMENTS - Static variable in class org.itracker.model.util.ProjectUtilities
 
OPTION_PREDEFINED_RESOLUTIONS - Static variable in class org.itracker.model.util.ProjectUtilities
 
OPTION_SURPRESS_HISTORY_HTML - Static variable in class org.itracker.model.util.ProjectUtilities
 
org.itracker.model - package org.itracker.model
All entity classes are POJO beans.
org.itracker.model.util - package org.itracker.model.util
This package contains code for what?
org.itracker.persistence.dao - package org.itracker.persistence.dao
This package contains all Data Access Object (XxxDAO) interfaces along with their Hibernate implementations (XxxDAOImpl).
ORIGIINAL_FILENAME_COMPARATOR - Static variable in class org.itracker.model.IssueAttachment
Compares 2 attachments by original filename.
OriginalFilenameComparator() - Constructor for class org.itracker.model.IssueAttachment.OriginalFilenameComparator
 
OWNER - org.itracker.model.Notification.Role
 
OWNER_AND_STATUS_COMPARATOR - Static variable in class org.itracker.model.Issue
 
OWNER_CHANGE - org.itracker.model.IssueActivityType
 

P

Permission - Class in org.itracker.model
A user permission on a project.
Permission() - Constructor for class org.itracker.model.Permission
Default constructor (required by Hibernate).
Permission(PermissionType, User) - Constructor for class org.itracker.model.Permission
Grants permissions on all projects to the given user.
Permission(PermissionType, User, Project) - Constructor for class org.itracker.model.Permission
Grants permissions on all projects to the given user.
PERMISSION_ASSIGN_OTHERS - Static variable in class org.itracker.model.util.UserUtilities
Issue Assign to Others Permissions.
PERMISSION_ASSIGN_SELF - Static variable in class org.itracker.model.util.UserUtilities
Issue Assign to Self Permission.
PERMISSION_ASSIGNABLE - Static variable in class org.itracker.model.util.UserUtilities
Issue Assignable.
PERMISSION_CLOSE - Static variable in class org.itracker.model.util.UserUtilities
Issue Close Permission.
PERMISSION_CREATE - Static variable in class org.itracker.model.util.UserUtilities
Issue Create Permission
PERMISSION_CREATE_OTHERS - Static variable in class org.itracker.model.util.UserUtilities
Create for Others.
PERMISSION_EDIT - Static variable in class org.itracker.model.util.UserUtilities
Issue Edit Permission.
PERMISSION_EDIT_FULL - Static variable in class org.itracker.model.util.UserUtilities
Full edit permission.
PERMISSION_EDIT_USERS - Static variable in class org.itracker.model.util.UserUtilities
Edit Users Issues Permission.
PERMISSION_PRODUCT_ADMIN - Static variable in class org.itracker.model.util.UserUtilities
Product Admin Permission
PERMISSION_PROPERTIES_COMPARATOR - Static variable in class org.itracker.model.Permission
Comparator for comparing the main properties type, user, project
PERMISSION_UNASSIGN_SELF - Static variable in class org.itracker.model.util.UserUtilities
Issue Unassign Self Permission.
PERMISSION_USER_ADMIN - Static variable in class org.itracker.model.util.UserUtilities
User Admin Permission.
PERMISSION_VIEW_ALL - Static variable in class org.itracker.model.util.UserUtilities
View All Issues Permission.
PERMISSION_VIEW_USERS - Static variable in class org.itracker.model.util.UserUtilities
View Users Issues Permission.
Permission.PermissionPropertiesComparator - Class in org.itracker.model
 
PermissionDAO - Interface in org.itracker.persistence.dao
 
PermissionDAOImpl - Class in org.itracker.persistence.dao
 
PermissionDAOImpl() - Constructor for class org.itracker.persistence.dao.PermissionDAOImpl
 
PermissionPropertiesComparator() - Constructor for class org.itracker.model.Permission.PermissionPropertiesComparator
 
PermissionType - Enum in org.itracker.model
Enumeration for permission types.
PM - org.itracker.model.Notification.Role
 
PO - org.itracker.model.Notification.Role
 
PREF_HIDE_ASSIGNED - Static variable in class org.itracker.model.util.UserUtilities
 
PREF_HIDE_CREATED - Static variable in class org.itracker.model.util.UserUtilities
 
PREF_HIDE_UNASSIGNED - Static variable in class org.itracker.model.util.UserUtilities
 
PREF_HIDE_WATCHED - Static variable in class org.itracker.model.util.UserUtilities
 
PRIORITY_COMPARATOR - Static variable in class org.itracker.model.ProjectScript
 
PRODUCT_ADMIN - org.itracker.model.PermissionType
Product Admin Permission
Project - Class in org.itracker.model
This is a POJO Business Domain Object modelling a project.
Project() - Constructor for class org.itracker.model.Project
Default constructor (required by Hibernate).
Project(String) - Constructor for class org.itracker.model.Project
 
PROJECT_AND_STATUS_COMPARATOR - Static variable in class org.itracker.model.Issue
 
PROJECT_COMPARATOR - Static variable in class org.itracker.model.Project
 
Project.ProjectComparator - Class in org.itracker.model
Comparator for comparing projects by name
ProjectComparator() - Constructor for class org.itracker.model.Project.ProjectComparator
 
ProjectDAO - Interface in org.itracker.persistence.dao
 
ProjectDAOImpl - Class in org.itracker.persistence.dao
This is the implementation bean that seems to make the Hibernate request.
ProjectDAOImpl() - Constructor for class org.itracker.persistence.dao.ProjectDAOImpl
 
PROJECTNAME_COMPARATOR - Static variable in class org.itracker.model.Component
 
ProjectNameComparator() - Constructor for class org.itracker.model.Component.ProjectNameComparator
 
ProjectScript - Class in org.itracker.model
A Beanshell script configured to be executed for a specific Project field.
ProjectScript() - Constructor for class org.itracker.model.ProjectScript
Default constructor (required by Hibernate).
ProjectScript.FieldPriorityComparator - Class in org.itracker.model
 
ProjectScript.ScriptPriorityComparator - Class in org.itracker.model
 
ProjectScriptDAO - Interface in org.itracker.persistence.dao
Interface to define basic operations to deal with the ProjectScript entity
ProjectScriptDAOImpl - Class in org.itracker.persistence.dao
ProjectScript DAO implementation.
ProjectScriptDAOImpl() - Constructor for class org.itracker.persistence.dao.ProjectScriptDAOImpl
 
ProjectUtilities - Class in org.itracker.model.util
 
PropertiesFileHandler - Class in org.itracker.model.util
 
PropertiesFileHandler() - Constructor for class org.itracker.model.util.PropertiesFileHandler
 
PropertiesFileHandler(String) - Constructor for class org.itracker.model.util.PropertiesFileHandler
 

Q

QA - org.itracker.model.Notification.Role
 
query(IssueSearchQuery, User, Map<Integer, Set<PermissionType>>) - Method in interface org.itracker.persistence.dao.IssueDAO
Query the list of issues that satisfies the search criteria specified in queryModel.
query(IssueSearchQuery, User, Map<Integer, Set<PermissionType>>) - Method in class org.itracker.persistence.dao.IssueDAOImpl
It doens't really make sense for this method to receive projectDAO, it's just a quick fix for the fact that IssueSearchQuery handles ids and not objects

R

refresh(T) - Method in interface org.itracker.persistence.dao.BaseDAO
Reloads an entity from persistance.
refresh(T) - Method in class org.itracker.persistence.dao.BaseHibernateDAOImpl
 
REGISTRATION_TYPE_ADMIN - Static variable in class org.itracker.model.util.UserUtilities
 
REGISTRATION_TYPE_IMPORT - Static variable in class org.itracker.model.util.UserUtilities
 
REGISTRATION_TYPE_SELF - Static variable in class org.itracker.model.util.UserUtilities
 
RELATED_C - org.itracker.model.IssueRelation.Type
Defines a related issue.
RELATED_P - org.itracker.model.IssueRelation.Type
Defines a related issue.
RELATION_ADDED - org.itracker.model.IssueActivityType
 
RELATION_REMOVED - org.itracker.model.IssueActivityType
 
RELATION_TYPE_CLONED_C - Static variable in class org.itracker.model.util.IssueUtilities
Defines a cloned issue.
RELATION_TYPE_CLONED_P - Static variable in class org.itracker.model.util.IssueUtilities
Defines a cloned issue.
RELATION_TYPE_DEPENDENT_C - Static variable in class org.itracker.model.util.IssueUtilities
Defines a dependent issue.
RELATION_TYPE_DEPENDENT_P - Static variable in class org.itracker.model.util.IssueUtilities
Defines a dependent issue.
RELATION_TYPE_DUPLICATE_C - Static variable in class org.itracker.model.util.IssueUtilities
Defines a duplicate issue.
RELATION_TYPE_DUPLICATE_P - Static variable in class org.itracker.model.util.IssueUtilities
Defines a duplicate issue.
RELATION_TYPE_RELATED_C - Static variable in class org.itracker.model.util.IssueUtilities
Defines a related issue.
RELATION_TYPE_RELATED_P - Static variable in class org.itracker.model.util.IssueUtilities
Defines a related issue.
RELATION_TYPE_SPLIT_C - Static variable in class org.itracker.model.util.IssueUtilities
Defines a split issue.
RELATION_TYPE_SPLIT_P - Static variable in class org.itracker.model.util.IssueUtilities
Defines a split issue.
REMOVE_HISTORY - org.itracker.model.IssueActivityType
 
replace(Object, Object, Object) - Method in class org.itracker.persistence.dao.AbstractEnumUserType
 
replace(Object, Object, Object) - Method in class org.itracker.persistence.dao.IntBooleanType
 
Report - Class in org.itracker.model
This is a POJO Business Domain Object.
Report() - Constructor for class org.itracker.model.Report
Default constructor (required by Hibernate).
REPORT_EXPORT_XML - Static variable in class org.itracker.model.util.ReportUtilities
 
REPORT_OUTPUT_CSV - Static variable in class org.itracker.model.util.ReportUtilities
 
REPORT_OUTPUT_HTML - Static variable in class org.itracker.model.util.ReportUtilities
 
REPORT_OUTPUT_PDF - Static variable in class org.itracker.model.util.ReportUtilities
 
REPORT_OUTPUT_XLS - Static variable in class org.itracker.model.util.ReportUtilities
 
ReportDAO - Interface in org.itracker.persistence.dao
 
ReportDAOImpl - Class in org.itracker.persistence.dao
 
ReportDAOImpl() - Constructor for class org.itracker.persistence.dao.ReportDAOImpl
 
ReportUtilities - Class in org.itracker.model.util
 
ReportUtilities() - Constructor for class org.itracker.model.util.ReportUtilities
 
resolution - org.itracker.model.Configuration.Type
 
RESOLUTION_CHANGE - org.itracker.model.IssueActivityType
 
returnedClass() - Method in class org.itracker.persistence.dao.AbstractEnumUserType
 
returnedClass() - Method in class org.itracker.persistence.dao.IntBooleanType
 

S

save(T) - Method in interface org.itracker.persistence.dao.BaseDAO
Insert a new entity.
save(T) - Method in class org.itracker.persistence.dao.BaseHibernateDAOImpl
insert a new entity.
saveOrUpdate(T) - Method in interface org.itracker.persistence.dao.BaseDAO
Inserts a new detached entity or updates if it already exists.
saveOrUpdate(T) - Method in class org.itracker.persistence.dao.BaseHibernateDAOImpl
inserts a new detached entity or updates if it already exists.
ScriptPriorityComparator() - Constructor for class org.itracker.model.ProjectScript.ScriptPriorityComparator
 
SELF_REGISTER - org.itracker.model.Notification.Type
 
setActivities(List<IssueActivity>) - Method in class org.itracker.model.Issue
 
setActivityType(IssueActivityType) - Method in class org.itracker.model.IssueActivity
 
setAttachments(List<IssueAttachment>) - Method in class org.itracker.model.Issue
 
setAvailableProjects(List<Project>) - Method in class org.itracker.model.IssueSearchQuery
 
setClassName(String) - Method in class org.itracker.model.Report
 
setComponents(List<Integer>) - Method in class org.itracker.model.IssueSearchQuery
 
setComponents(List<Component>) - Method in class org.itracker.model.Issue
 
setComponents(List<Component>) - Method in class org.itracker.model.Project
 
setCreateDate(Date) - Method in class org.itracker.model.AbstractEntity
Sets the creation date and time.
setCreateDate(Date) - Method in interface org.itracker.model.Entity
 
setCreatePasswords(Boolean) - Method in class org.itracker.model.ImportDataModel
 
setCreator(User) - Method in class org.itracker.model.Issue
 
setCreator(User) - Method in class org.itracker.model.IssueSearchQuery
 
setCustomField(CustomField) - Method in class org.itracker.model.CustomFieldValue
 
setCustomField(CustomField) - Method in class org.itracker.model.IssueField
 
setCustomFields(List<CustomField>) - Method in class org.itracker.model.Project
 
setCustomFields(List<CustomField>) - Method in class org.itracker.model.SystemConfiguration
 
setCustomFields(List<CustomField>) - Static method in class org.itracker.model.util.IssueUtilities
Sets the cached array of CustomFieldModels.
setData(AbstractEntity[], AbstractEntity[]) - Method in class org.itracker.model.ImportDataModel
 
setDateFormat(String) - Method in class org.itracker.model.CustomField
 
setDateValue(Date) - Method in class org.itracker.model.IssueField
 
setDescription(String) - Method in class org.itracker.model.Component
Sets this component's description.
setDescription(String) - Method in class org.itracker.model.Issue
 
setDescription(String) - Method in class org.itracker.model.IssueActivity
 
setDescription(String) - Method in class org.itracker.model.IssueAttachment
 
setDescription(String) - Method in class org.itracker.model.IssueHistory
 
setDescription(String) - Method in class org.itracker.model.Project
 
setDescription(String) - Method in class org.itracker.model.Report
 
setDescription(String) - Method in class org.itracker.model.Version
 
setEmail(String) - Method in class org.itracker.model.User
 
setEvent(int) - Method in class org.itracker.model.WorkflowScript
 
setExistingModel(int, AbstractEntity) - Method in class org.itracker.model.ImportDataModel
 
setFieldId(Integer) - Method in class org.itracker.model.ProjectScript
 
setFields(List<IssueField>) - Method in class org.itracker.model.Issue
 
setFieldType(Configuration.Type) - Method in class org.itracker.model.ProjectScript
 
setFieldType(CustomField.Type) - Method in class org.itracker.model.CustomField
 
setFileData(byte[]) - Method in class org.itracker.model.IssueAttachment
 
setFileData(byte[]) - Method in class org.itracker.model.Report
 
setFileName(String) - Method in class org.itracker.model.IssueAttachment
 
setFirstName(String) - Method in class org.itracker.model.User
 
setHiddenIndexSections(int) - Method in class org.itracker.model.UserPreferences
 
setHistory(List<IssueHistory>) - Method in class org.itracker.model.Issue
 
setId(Integer) - Method in class org.itracker.model.AbstractEntity
 
setId(Integer) - Method in interface org.itracker.model.Entity
Sets this entity's system ID.
setIntValue(Integer) - Method in class org.itracker.model.IssueField
 
setIssue(Issue) - Method in class org.itracker.model.IssueActivity
 
setIssue(Issue) - Method in class org.itracker.model.IssueAttachment
 
setIssue(Issue) - Method in class org.itracker.model.IssueField
 
setIssue(Issue) - Method in class org.itracker.model.IssueHistory
 
setIssue(Issue) - Method in class org.itracker.model.IssueRelation
 
setIssue(Issue) - Method in class org.itracker.model.Notification
 
setLanguage(WorkflowScript.ScriptLanguage) - Method in class org.itracker.model.WorkflowScript
 
setLastModifiedDate(Date) - Method in class org.itracker.model.AbstractEntity
Sets the last modification date and time.
setLastModifiedDate(Date) - Method in interface org.itracker.model.Entity
 
setLastName(String) - Method in class org.itracker.model.User
 
setLocale(String) - Method in class org.itracker.model.Language
 
setLogin(String) - Method in class org.itracker.model.User
 
setMajor(int) - Method in class org.itracker.model.Version
 
setMatchingRelationId(Integer) - Method in class org.itracker.model.IssueRelation
 
setMinor(int) - Method in class org.itracker.model.Version
 
setName(String) - Method in class org.itracker.model.Component
Sets this component's name.
setName(String) - Method in class org.itracker.model.Configuration
 
setName(String) - Method in class org.itracker.model.NameValuePair
Sets the name of the name/value pair.
setName(String) - Method in class org.itracker.model.Project
 
setName(String) - Method in class org.itracker.model.Report
 
setName(String) - Method in class org.itracker.model.WorkflowScript
 
setNameKey(String) - Method in class org.itracker.model.Report
 
setNotificationRole(int) - Method in class org.itracker.model.Notification
Deprecated. 
setNotifications(List<Notification>) - Method in class org.itracker.model.Issue
 
setNotificationSent(boolean) - Method in class org.itracker.model.IssueActivity
 
setNumber(String) - Method in class org.itracker.model.Version
 
setNumItemsOnIndex(int) - Method in class org.itracker.model.UserPreferences
 
setNumItemsOnIssueList(int) - Method in class org.itracker.model.UserPreferences
 
setOptions(int) - Method in class org.itracker.model.Project
 
setOptions(List<CustomFieldValue>) - Method in class org.itracker.model.CustomField
 
setOrder(int) - Method in class org.itracker.model.Configuration
 
setOrderBy(String) - Method in class org.itracker.model.IssueSearchQuery
 
setOriginalFileName(String) - Method in class org.itracker.model.IssueAttachment
 
setOwner(User) - Method in class org.itracker.model.Issue
 
setOwner(User) - Method in class org.itracker.model.IssueSearchQuery
 
setOwners(List<User>) - Method in class org.itracker.model.Project
 
setParameterValues(Properties) - Method in class org.itracker.persistence.dao.AbstractEnumUserType
 
setParameterValues(Properties) - Method in class org.itracker.persistence.dao.EnumCodeUserType
 
setParameterValues(Properties) - Method in class org.itracker.persistence.dao.EnumOrdinalUserType
 
setPassword(String) - Method in class org.itracker.model.User
 
setPermissions(Set<Permission>) - Method in class org.itracker.model.Project
 
setPermissions(Set<Permission>) - Method in class org.itracker.model.User
 
setPermissionType(PermissionType) - Method in class org.itracker.model.Permission
 
setPreferences(UserPreferences) - Method in class org.itracker.model.User
 
setPriority(int) - Method in class org.itracker.model.ProjectScript
 
setProject(Project) - Method in class org.itracker.model.Component
Sets the project owning this component.
setProject(Project) - Method in class org.itracker.model.Issue
 
setProject(Project) - Method in class org.itracker.model.IssueSearchQuery
 
setProject(Project) - Method in class org.itracker.model.Permission
May be null to indicate a permission on all projects.
setProject(Project) - Method in class org.itracker.model.ProjectScript
 
setProject(Project) - Method in class org.itracker.model.Version
 
setProjectDAO(ProjectDAO) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
setProjectId(Integer) - Method in class org.itracker.model.IssueSearchQuery
 
setProjectName(String) - Method in class org.itracker.model.IssueSearchQuery
 
setProjects(List<Integer>) - Method in class org.itracker.model.IssueSearchQuery
 
setProjects(List<Project>) - Method in class org.itracker.model.User
 
setRegistrationType(int) - Method in class org.itracker.model.User
 
setRelatedIssue(Issue) - Method in class org.itracker.model.IssueRelation
 
setRelations(List<IssueRelation>) - Method in class org.itracker.model.Issue
 
setRelationType(IssueRelation.Type) - Method in class org.itracker.model.IssueRelation
 
setRememberLastSearch(boolean) - Method in class org.itracker.model.UserPreferences
 
setRequired(boolean) - Method in class org.itracker.model.CustomField
 
setResolution(String) - Method in class org.itracker.model.Issue
 
setResolution(String) - Method in class org.itracker.model.IssueSearchQuery
 
setResolutions(List<Configuration>) - Method in class org.itracker.model.SystemConfiguration
 
setResolutions(List<Configuration>) - Static method in class org.itracker.model.util.IssueUtilities
Sets the cached list of predefined resolutions.
setResourceKey(String) - Method in class org.itracker.model.Language
 
setResourceValue(String) - Method in class org.itracker.model.Language
 
setResults(List<Issue>) - Method in class org.itracker.model.IssueSearchQuery
 
setReuseConfig(Boolean) - Method in class org.itracker.model.ImportDataModel
 
setReuseProjects(Boolean) - Method in class org.itracker.model.ImportDataModel
 
setReuseUsers(Boolean) - Method in class org.itracker.model.ImportDataModel
 
setRole(Notification.Role) - Method in class org.itracker.model.Notification
 
setSaveLogin(boolean) - Method in class org.itracker.model.UserPreferences
Deprecated.
setScript(String) - Method in class org.itracker.model.WorkflowScript
 
setScript(WorkflowScript) - Method in class org.itracker.model.ProjectScript
 
setScripts(List<ProjectScript>) - Method in class org.itracker.model.Project
 
setSeverities(List<Integer>) - Method in class org.itracker.model.IssueSearchQuery
 
setSeverities(List<Configuration>) - Method in class org.itracker.model.SystemConfiguration
 
setSeverities(List<Configuration>) - Static method in class org.itracker.model.util.IssueUtilities
 
setSeverity(Integer) - Method in class org.itracker.model.Issue
 
setShowClosedOnIssueList(boolean) - Method in class org.itracker.model.UserPreferences
 
setSize(long) - Method in class org.itracker.model.IssueAttachment
 
setSortColumnOnIssueList(String) - Method in class org.itracker.model.UserPreferences
 
setSortOptionsByName(boolean) - Method in class org.itracker.model.CustomField
 
setSortOrder(int) - Method in class org.itracker.model.CustomFieldValue
 
setStatus(int) - Method in class org.itracker.model.IssueHistory
 
setStatus(int) - Method in class org.itracker.model.User
 
setStatus(Integer) - Method in class org.itracker.model.Issue
 
setStatus(Status) - Method in class org.itracker.model.Component
Sets this component's status.
setStatus(Status) - Method in class org.itracker.model.Project
 
setStatus(Status) - Method in class org.itracker.model.Version
Sets this version's status.
setStatuses(List<Integer>) - Method in class org.itracker.model.IssueSearchQuery
 
setStatuses(List<Configuration>) - Method in class org.itracker.model.SystemConfiguration
 
setStatuses(List<Configuration>) - Static method in class org.itracker.model.util.IssueUtilities
 
setStringValue(String) - Method in class org.itracker.model.IssueField
 
setSuperUser(boolean) - Method in class org.itracker.model.User
 
setTargetVersion(Integer) - Method in class org.itracker.model.IssueSearchQuery
 
setTargetVersion(Version) - Method in class org.itracker.model.Issue
 
setText(String) - Method in class org.itracker.model.IssueSearchQuery
 
setType(Integer) - Method in class org.itracker.model.IssueSearchQuery
 
setType(String) - Method in class org.itracker.model.IssueAttachment
 
setType(Configuration.Type) - Method in class org.itracker.model.Configuration
 
setUser(User) - Method in class org.itracker.model.IssueActivity
 
setUser(User) - Method in class org.itracker.model.IssueAttachment
 
setUser(User) - Method in class org.itracker.model.IssueHistory
 
setUser(User) - Method in class org.itracker.model.Notification
 
setUser(User) - Method in class org.itracker.model.Permission
 
setUser(User) - Method in class org.itracker.model.UserPreferences
 
setUserDAO(UserDAO) - Method in class org.itracker.persistence.dao.UserPreferencesDAOImpl
 
setUserLocale(String) - Method in class org.itracker.model.UserPreferences
 
setUseTextActions(boolean) - Method in class org.itracker.model.UserPreferences
 
setValue(String) - Method in class org.itracker.model.Configuration
 
setValue(String) - Method in class org.itracker.model.CustomFieldValue
 
setValue(String) - Method in class org.itracker.model.NameValuePair
Sets the value of the name/value pair.
setValue(String, Locale, ResourceBundle) - Method in class org.itracker.model.IssueField
Deprecated.
locale is redundant set, in bundle and as separate parameter. use IssueField.setValue(String, ResourceBundle) instead
setValue(String, ResourceBundle) - Method in class org.itracker.model.IssueField
Sets the custom field value.
setVersion(String) - Method in class org.itracker.model.Configuration
 
setVersion(String) - Method in class org.itracker.model.SystemConfiguration
 
setVersionInfo(String) - Method in class org.itracker.model.Version
Convience method to set the number, major and minor fields with a single call.
setVersions(List<Integer>) - Method in class org.itracker.model.IssueSearchQuery
 
setVersions(List<Version>) - Method in class org.itracker.model.Issue
 
setVersions(List<Version>) - Method in class org.itracker.model.Project
 
severity - org.itracker.model.Configuration.Type
 
SEVERITY_CHANGE - org.itracker.model.IssueActivityType
 
SEVERITY_COMPARATOR - Static variable in class org.itracker.model.Issue
 
SIZE_COMPARATOR - Static variable in class org.itracker.model.IssueAttachment
Compares 2 attachments by file size.
SizeComparator() - Constructor for class org.itracker.model.IssueAttachment.SizeComparator
 
SORT_ORDER_COMPARATOR - Static variable in class org.itracker.model.CustomFieldValue
 
SPLIT_C - org.itracker.model.IssueRelation.Type
Defines a split issue.
SPLIT_P - org.itracker.model.IssueRelation.Type
Defines a split issue.
sqlTypes() - Method in class org.itracker.persistence.dao.EnumCodeUserType
 
sqlTypes() - Method in class org.itracker.persistence.dao.EnumNameUserType
 
sqlTypes() - Method in class org.itracker.persistence.dao.EnumOrdinalUserType
 
sqlTypes() - Method in class org.itracker.persistence.dao.IntBooleanType
 
STANDARD_FIELDS - Static variable in class org.itracker.model.util.IssueUtilities
 
statsToString() - Method in class org.itracker.model.ImportDataModel
 
status - org.itracker.model.Configuration.Type
 
Status - Enum in org.itracker.model
Enumeration of Project, Component or Version statuses.
STATUS_ACTIVE - Static variable in class org.itracker.model.util.UserUtilities
 
STATUS_ASSIGNED - Static variable in class org.itracker.model.util.IssueUtilities
 
STATUS_AVAILABLE - org.itracker.model.IssueHistory.Status
 
STATUS_CHANGE - org.itracker.model.IssueActivityType
 
STATUS_CLOSED - Static variable in class org.itracker.model.util.IssueUtilities
 
STATUS_COMPARATOR - Static variable in class org.itracker.model.Issue
 
STATUS_DELETED - Static variable in class org.itracker.model.util.UserUtilities
 
STATUS_END - Static variable in class org.itracker.model.util.IssueUtilities
 
STATUS_LOCKED - Static variable in class org.itracker.model.util.UserUtilities
 
STATUS_NEW - Static variable in class org.itracker.model.util.IssueUtilities
 
STATUS_REMOVED - org.itracker.model.IssueHistory.Status
 
STATUS_RESOLVED - Static variable in class org.itracker.model.util.IssueUtilities
 
STATUS_UNASSIGNED - Static variable in class org.itracker.model.util.IssueUtilities
 
STRING - org.itracker.model.CustomField.Type
 
stringToArray(String) - Static method in class org.itracker.model.util.Convert
 
SYSTEM_UPDATE - org.itracker.model.IssueActivityType
 
SystemConfiguration - Class in org.itracker.model
 
SystemConfiguration() - Constructor for class org.itracker.model.SystemConfiguration
 
SystemConfigurationUtilities - Class in org.itracker.model.util
 
SystemConfigurationUtilities() - Constructor for class org.itracker.model.util.SystemConfigurationUtilities
 

T

TARGETVERSION_CHANGE - org.itracker.model.IssueActivityType
 
TIME - org.itracker.model.CustomField.DateFormat
 
TimestampInterceptor - Class in org.itracker.persistence.dao
A Hibernate Interceptor that automatically sets the createDate and lastModifiedDate of any AbstractEntity instance that is inserted or updated.
TimestampInterceptor() - Constructor for class org.itracker.persistence.dao.TimestampInterceptor
 
toString() - Method in class org.itracker.model.Component
Returns contatanation of system ID and object natural key.
toString() - Method in class org.itracker.model.Configuration
String composed of system ID and natural key (name and version).
toString() - Method in class org.itracker.model.CustomField
 
toString() - Method in class org.itracker.model.CustomFieldValue
Returns a string with this instance's id and natural key.
toString() - Method in class org.itracker.model.ImportDataModel
 
toString() - Method in class org.itracker.model.Issue
 
toString() - Method in class org.itracker.model.IssueActivity
 
toString() - Method in class org.itracker.model.IssueAttachment
 
toString() - Method in class org.itracker.model.IssueField
 
toString() - Method in class org.itracker.model.IssueHistory
 
toString() - Method in class org.itracker.model.IssueRelation
 
toString() - Method in class org.itracker.model.IssueSearchQuery
 
toString() - Method in class org.itracker.model.Language
 
toString() - Method in class org.itracker.model.NameValuePair
 
toString() - Method in class org.itracker.model.Notification
 
toString() - Method in class org.itracker.model.Permission
 
toString() - Method in class org.itracker.model.Project
 
toString() - Method in class org.itracker.model.ProjectScript
 
toString() - Method in class org.itracker.model.Report
 
toString() - Method in class org.itracker.model.SystemConfiguration
 
toString() - Method in class org.itracker.model.User
 
toString() - Method in class org.itracker.model.UserPreferences
 
toString() - Method in class org.itracker.model.Version
 
toString() - Method in class org.itracker.model.WorkflowScript
 
totalAttachmentsSize() - Method in interface org.itracker.persistence.dao.IssueAttachmentDAO
Calculates the total Size of attachments in the system.
totalAttachmentsSize() - Method in class org.itracker.persistence.dao.IssueAttachmentDAOImpl
 
toXMLString(Object) - Method in class org.itracker.persistence.dao.EnumCodeUserType
 
toXMLString(Object) - Method in class org.itracker.persistence.dao.EnumNameUserType
 
toXMLString(Object) - Method in class org.itracker.persistence.dao.EnumOrdinalUserType
 
TYPE_COMPARATOR - Static variable in class org.itracker.model.Notification
 
TYPE_CUSTOMFIELD - Static variable in class org.itracker.model.util.SystemConfigurationUtilities
Deprecated.
TYPE_FULL - Static variable in class org.itracker.model.IssueSearchQuery
 
TYPE_INITIALIZED - Static variable in class org.itracker.model.util.SystemConfigurationUtilities
Deprecated.
TYPE_LOCALE - Static variable in class org.itracker.model.util.SystemConfigurationUtilities
Deprecated.
TYPE_PROJECT - Static variable in class org.itracker.model.IssueSearchQuery
 
TYPE_RESOLUTION - Static variable in class org.itracker.model.util.SystemConfigurationUtilities
Deprecated.
TYPE_SEVERITY - Static variable in class org.itracker.model.util.SystemConfigurationUtilities
Deprecated.
TYPE_STATUS - Static variable in class org.itracker.model.util.SystemConfigurationUtilities
Deprecated.

U

UPDATED - org.itracker.model.Notification.Type
 
User - Class in org.itracker.model
A user.
User() - Constructor for class org.itracker.model.User
Default constructor (required by Hibernate).
User(String) - Constructor for class org.itracker.model.User
 
User(String, String, String, String, String, boolean) - Constructor for class org.itracker.model.User
 
User(String, String, String, String, String, int, boolean) - Constructor for class org.itracker.model.User
 
USER_ADMIN - org.itracker.model.PermissionType
User Admin Permission.
USER_COMPARATOR - Static variable in class org.itracker.model.Notification
 
User.LoginComparator - Class in org.itracker.model
 
UserDAO - Interface in org.itracker.persistence.dao
User Data Access Object interface.
UserDAOImpl - Class in org.itracker.persistence.dao
 
UserDAOImpl() - Constructor for class org.itracker.persistence.dao.UserDAOImpl
 
UserPreferences - Class in org.itracker.model
The system configuration of a User.
UserPreferences() - Constructor for class org.itracker.model.UserPreferences
 
UserPreferencesDAO - Interface in org.itracker.persistence.dao
 
UserPreferencesDAOImpl - Class in org.itracker.persistence.dao
 
UserPreferencesDAOImpl() - Constructor for class org.itracker.persistence.dao.UserPreferencesDAOImpl
 
usersToNameValuePairs(List<User>) - Static method in class org.itracker.model.util.Convert
Converts an array of UserModels to NameValuePairs
UserUtilities - Class in org.itracker.model.util
 
UserUtilities() - Constructor for class org.itracker.model.util.UserUtilities
 

V

VALUE_COMPARATOR - Static variable in class org.itracker.model.Language
 
VALUE_COMPARATOR - Static variable in class org.itracker.model.NameValuePair
 
valueOf(int[]) - Static method in enum org.itracker.model.PermissionType
Deprecated.
valueOf(Integer) - Static method in enum org.itracker.model.Configuration.Type
Returns the enum constant of this type with the specified name.
valueOf(Integer) - Static method in enum org.itracker.model.CustomField.Type
Returns the enum constant of this type with the specified name.
valueOf(Integer) - Static method in enum org.itracker.model.IssueActivityType
Returns the enum constant of this type with the specified name.
valueOf(Integer) - Static method in enum org.itracker.model.IssueRelation.Type
Returns the enum constant of this type with the specified name.
valueOf(Integer) - Static method in enum org.itracker.model.PermissionType
Returns the enum constant of this type with the specified name.
valueOf(Integer) - Static method in enum org.itracker.model.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.itracker.model.Configuration.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.itracker.model.CustomField.DateFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.itracker.model.CustomField.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.itracker.model.IssueActivityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.itracker.model.IssueHistory.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.itracker.model.IssueRelation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.itracker.model.Notification.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.itracker.model.Notification.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.itracker.model.PermissionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.itracker.model.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.itracker.model.WorkflowScript.ScriptLanguage
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.itracker.model.Configuration.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.itracker.model.CustomField.DateFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.itracker.model.CustomField.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.itracker.model.IssueActivityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.itracker.model.IssueHistory.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.itracker.model.IssueRelation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.itracker.model.Notification.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.itracker.model.Notification.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.itracker.model.PermissionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.itracker.model.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.itracker.model.WorkflowScript.ScriptLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.itracker.model
A Project version.
Version() - Constructor for class org.itracker.model.Version
Default constructor (required by Hibernate).
Version(Project, String) - Constructor for class org.itracker.model.Version
Creates a new active Version for the given Project.
VERSION_COMPARATOR - Static variable in class org.itracker.model.SystemConfiguration
 
VERSION_COMPARATOR - Static variable in class org.itracker.model.Version
 
Version.VersionComparator - Class in org.itracker.model
Compares 2 Versions by major and minor number.
VersionComparator() - Constructor for class org.itracker.model.Version.VersionComparator
 
VersionComparator(boolean) - Constructor for class org.itracker.model.Version.VersionComparator
 
VersionDAO - Interface in org.itracker.persistence.dao
 
VersionDAOImpl - Class in org.itracker.persistence.dao
Hibernate implementation of VersionDAO interface
VersionDAOImpl() - Constructor for class org.itracker.persistence.dao.VersionDAOImpl
 
VERSIONS_MODIFIED - org.itracker.model.IssueActivityType
 
versionsToNameValuePairs(List<Version>) - Static method in class org.itracker.model.util.Convert
Converts an array of VersionModels to NameValuePairs
versionsToString(Issue) - Static method in class org.itracker.model.util.IssueUtilities
 
VIEWABLE - org.itracker.model.Status
 
VO - org.itracker.model.Notification.Role
 

W

WorkflowScript - Class in org.itracker.model
A BeanShell script to execute on a particular event.
WorkflowScript() - Constructor for class org.itracker.model.WorkflowScript
 
WorkflowScript.ScriptLanguage - Enum in org.itracker.model
 
WorkflowScriptDAO - Interface in org.itracker.persistence.dao
Interface to define basic operations to deal with the WorkflowScript entity
WorkflowScriptDAOImpl - Class in org.itracker.persistence.dao
 
WorkflowScriptDAOImpl() - Constructor for class org.itracker.persistence.dao.WorkflowScriptDAOImpl
 
WorkflowUtilities - Class in org.itracker.model.util
Contains utilities used when displaying and processing workflow and field events
WorkflowUtilities() - Constructor for class org.itracker.model.util.WorkflowUtilities
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2002–2019 itracker. All rights reserved.