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
 
AbstractPluggableAuthenticator - Class in org.itracker.services.authentication
This class provides a skeleton implementation of the PluggableAuthenticator interface.
AbstractPluggableAuthenticator() - Constructor for class org.itracker.services.authentication.AbstractPluggableAuthenticator
 
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
 
addAttachment(Issue, Project, User, ITrackerServices, ActionMessages) - Method in class org.itracker.web.forms.IssueForm
Adds an attachment to issue.
addConfiguration(Configuration) - Method in class org.itracker.model.SystemConfiguration
 
AddErrorTag - Class in org.itracker.web.taglib
Deprecated.
errors should be handled by Action classes, not JSPs!
AddErrorTag() - Constructor for class org.itracker.web.taglib.AddErrorTag
Deprecated.
 
addIssueAttachment(IssueAttachment, byte[]) - Method in class org.itracker.services.implementations.IssueServiceImpl
Adds an attachment to an issue
addIssueAttachment(IssueAttachment, byte[]) - Method in interface org.itracker.services.IssueService
 
addIssueHistory(IssueHistory) - Method in class org.itracker.services.implementations.IssueServiceImpl
this should not exist.
addIssueHistory(IssueHistory) - Method in interface org.itracker.services.IssueService
 
addIssueNotification(Notification) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
addIssueNotification(Notification) - Method in interface org.itracker.services.NotificationService
TODO: whats its use?
addIssueRelation(Integer, Integer, IssueRelation.Type, Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
add a relation between two issues.
addIssueRelation(Integer, Integer, IssueRelation.Type, Integer) - Method in interface org.itracker.services.IssueService
 
AddIssueRelationAction - Class in org.itracker.web.actions.project
 
AddIssueRelationAction() - Constructor for class org.itracker.web.actions.project.AddIssueRelationAction
 
addOption(String, String) - Method in class org.itracker.model.CustomField
Deprecated.
this can not be in the entity, replace by Utility or service.
addProjectComponent(Integer, Component) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
addProjectComponent(Integer, Component) - Method in interface org.itracker.services.ProjectService
 
addProjectScript(Integer, ProjectScript) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
addProjectScript(Integer, ProjectScript) - Method in interface org.itracker.services.ProjectService
 
addProjectVersion(Integer, Version) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
addProjectVersion(Integer, Version) - Method in interface org.itracker.services.ProjectService
 
addProperties(String) - Method in class org.itracker.model.util.PropertiesFileHandler
 
addRenamedLogin(String, String) - Static method in class org.itracker.web.util.SessionManager
 
addUserPermissions(Integer, List<Permission>) - Method in class org.itracker.services.implementations.UserServiceImpl
 
addUserPermissions(Integer, List<Permission>) - Method in interface org.itracker.services.UserService
Resets all of the permissions for a user in the database.
addVerifyStatistic(int, int) - Method in class org.itracker.model.ImportDataModel
 
ADIntegration - Class in org.itracker.services.authentication.adsson
Performs a kerberos authenticated search in AD
ADIntegration() - Constructor for class org.itracker.services.authentication.adsson.ADIntegration
 
AdminActionForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
AdminActionForm() - Constructor for class org.itracker.web.forms.AdminActionForm
 
AdminHomeAction - Class in org.itracker.web.actions.admin
 
AdminHomeAction() - Constructor for class org.itracker.web.actions.admin.AdminHomeAction
 
AdminProjectUtilities - Class in org.itracker.web.util
Helper utils for admin project actions.
AdminProjectUtilities() - Constructor for class org.itracker.web.util.AdminProjectUtilities
 
ALL_PERMISSIONS_SET - Static variable in class org.itracker.model.util.UserUtilities
 
ALL_SECTIONS_KEY - Static variable in class org.itracker.web.util.Constants
 
allowPasswordUpdates(User, Object, int, int) - Method in class org.itracker.services.authentication.adsson.WindowsSSONAuthenticator
 
allowPasswordUpdates(User, Object, int, int) - Method in class org.itracker.services.authentication.DefaultAuthenticator
The DefaultAuthenticator always allows password updates.
allowPasswordUpdates(User, Object, int, int) - Method in interface org.itracker.services.authentication.PluggableAuthenticator
This method should be implemented to determine if the particular user is allowed to perform password updates on the system.
allowPasswordUpdates(User, Object, int, int) - Method in class org.itracker.services.authentication.TestAuthenticator
 
allowPasswordUpdates(User, Object, int, int) - Method in class org.itracker.services.implementations.UserServiceImpl
 
allowPasswordUpdates(User, Object, int, int) - Method in interface org.itracker.services.UserService
This method checks to see if the given user's password can be updated locally.
allowPermissionUpdates(User, Object, int, int) - Method in class org.itracker.services.authentication.DefaultAuthenticator
The DefaultAuthenticator always allows permission updates.
allowPermissionUpdates(User, Object, int, int) - Method in interface org.itracker.services.authentication.PluggableAuthenticator
This method should be implemented to determine if the particular user is allowed to perform permissions updates on the system.
allowPermissionUpdates(User, Object, int, int) - Method in class org.itracker.services.implementations.UserServiceImpl
 
allowPermissionUpdates(User, Object, int, int) - Method in interface org.itracker.services.UserService
This method checks to see if the given user's permission information can be updated locally.
allowPreferenceUpdates(User, Object, int, int) - Method in class org.itracker.services.authentication.DefaultAuthenticator
The DefaultAuthenticator always allows preferences updates.
allowPreferenceUpdates(User, Object, int, int) - Method in interface org.itracker.services.authentication.PluggableAuthenticator
This method should be implemented to determine if the particular user is allowed to perform preferences updates on the system.
allowPreferenceUpdates(User, Object, int, int) - Method in class org.itracker.services.implementations.UserServiceImpl
 
allowPreferenceUpdates(User, Object, int, int) - Method in interface org.itracker.services.UserService
This method checks to see if the given user's preference information can be updated locally.
allowProfileCreation(User, Object, int, int) - Method in class org.itracker.services.authentication.DefaultAuthenticator
The DefaultAuthenticator always allows new user profiles.
allowProfileCreation(User, Object, int, int) - Method in interface org.itracker.services.authentication.PluggableAuthenticator
This method should be implemented to determine if a new user profile should be allowed to be created.
allowProfileCreation(User, Object, int, int) - Method in class org.itracker.services.implementations.UserServiceImpl
 
allowProfileCreation(User, Object, int, int) - Method in interface org.itracker.services.UserService
This method checks to see if a new user profile can be created within ITracker
allowProfileUpdates(User, Object, int, int) - Method in class org.itracker.services.authentication.adsson.WindowsSSONAuthenticator
 
allowProfileUpdates(User, Object, int, int) - Method in class org.itracker.services.authentication.DefaultAuthenticator
The DefaultAuthenticator always allows profile updates.
allowProfileUpdates(User, Object, int, int) - Method in interface org.itracker.services.authentication.PluggableAuthenticator
This method should be implemented to determine if the particular user is allowed to perform profile updates on the system.
allowProfileUpdates(User, Object, int, int) - Method in class org.itracker.services.authentication.TestAuthenticator
 
allowProfileUpdates(User, Object, int, int) - Method in class org.itracker.services.implementations.UserServiceImpl
 
allowProfileUpdates(User, Object, int, int) - Method in interface org.itracker.services.UserService
This method checks to see if the given user's core user profile information can be updated locally.
allowRegistration(User, Object, int, int) - Method in class org.itracker.services.authentication.DefaultAuthenticator
The DefaultAuthenticator always allows self registered users.
allowRegistration(User, Object, int, int) - Method in interface org.itracker.services.authentication.PluggableAuthenticator
This method should be implemented to determine if a user is authorized to self register.
allowRegistration(User, Object, int, int) - Method in class org.itracker.services.implementations.UserServiceImpl
 
allowRegistration(User, Object, int, int) - Method in interface org.itracker.services.UserService
This method checks to see if the given user is allowed to self register.
allowSaveLogin(HttpServletRequest) - Static method in class org.itracker.web.util.LoginUtilities
 
alphabet - Static variable in class org.itracker.model.util.UserUtilities
 
ANY - org.itracker.model.Notification.Role
 
ApplicationInitialization - Class in org.itracker.web
This gets started when the Spring application-context starts up...
ApplicationInitialization(UserService, ConfigurationService, ReportService) - Constructor for class org.itracker.web.ApplicationInitialization
 
applyLimitedFields(Issue, Project, User, Map<Integer, Set<PermissionType>>, Locale, IssueService) - Method in class org.itracker.web.forms.IssueForm
 
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
 
assignIssue(Integer, Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
assignIssue(Integer, Integer) - Method in interface org.itracker.services.IssueService
 
assignIssue(Integer, Integer, Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
only use for updating issue from actions..
assignIssue(Integer, Integer, Integer) - Method in interface org.itracker.services.IssueService
 
AssignIssueAction - Class in org.itracker.web.actions.project
 
AssignIssueAction() - Constructor for class org.itracker.web.actions.project.AssignIssueAction
 
AssignIssueForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
AssignIssueForm() - Constructor for class org.itracker.web.forms.AssignIssueForm
 
ATT_NAME_HAS_ISSUES - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ATT_NAME_HAS_ORDER_PARAM - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ATT_NAME_HAS_VIEW_ALL - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ATT_NAME_ISSUE_PTOS - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ATT_NAME_ORDER_PARAM - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ATT_NAME_PAGE_TITLE_ARG - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ATT_NAME_PAGE_TITLE_KEY - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ATT_NAME_PROJCET_ID - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ATT_NAME_PROJECT - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ATT_NAME_UNASSIGNED - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ATTACHMENT_ADDED - org.itracker.model.IssueActivityType
 
AttachmentDownloadController - Class in org.itracker.web.servlets
Deprecated.
Use org.itracker.web.actions.admin.attachment.DownloadAttachmentAction instead.
AttachmentDownloadController() - Constructor for class org.itracker.web.servlets.AttachmentDownloadController
Deprecated.
 
AttachmentUtilities - Class in org.itracker.web.util
 
AttachmentUtilities() - Constructor for class org.itracker.web.util.AttachmentUtilities
 
ATTR_BIT - Static variable in interface org.itracker.web.util.ImportExportTags
 
ATTR_CREATOR_ID - Static variable in interface org.itracker.web.util.ImportExportTags
 
ATTR_DATE - Static variable in interface org.itracker.web.util.ImportExportTags
 
ATTR_ID - Static variable in interface org.itracker.web.util.ImportExportTags
 
ATTR_NAME - Static variable in interface org.itracker.web.util.ImportExportTags
 
ATTR_ORDER - Static variable in interface org.itracker.web.util.ImportExportTags
 
ATTR_STATUS - Static variable in interface org.itracker.web.util.ImportExportTags
 
ATTR_SYSTEMID - Static variable in interface org.itracker.web.util.ImportExportTags
Deprecated.
must use speaking ids, systemid will be generated instead
ATTR_VALUE - Static variable in interface org.itracker.web.util.ImportExportTags
 
AUTH_LOGIN_KEY - Static variable in class org.itracker.web.util.Constants
 
AUTH_REDIRECT_KEY - Static variable in class org.itracker.web.util.Constants
 
AUTH_TYPE_CERTIFICATE - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication information is a Certificate object containing the certificate presented by the user.
AUTH_TYPE_KEY - Static variable in class org.itracker.web.util.Constants
 
AUTH_TYPE_PASSWORD_ENC - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication information is a String object containing the SHA1 hash of the plaintext password.
AUTH_TYPE_PASSWORD_PLAIN - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication information is a String object containing the plaintext password.
AUTH_TYPE_REQUEST - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication information is a HttpServletRequest object containing the required authentication information in request or session attributes/parameters.
AUTH_TYPE_SHARED_SECRET - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication information is an String object containing shared secret of some type, or a unique key.
AUTH_TYPE_UNKNOWN - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication information is of an unknown type, or not provided.
AUTH_VALUE_KEY - Static variable in class org.itracker.web.util.Constants
 
AuthenticationConstants - Interface in org.itracker.core
This interface defines some constants used by the pluggable authentication system.
AuthenticationErrorHandler - Class in org.itracker.web.security
 
AuthenticationErrorHandler() - Constructor for class org.itracker.web.security.AuthenticationErrorHandler
 
AuthenticatorException - Exception in org.itracker.services.exceptions
This class encapsulates the errors that may occur during a login or other types of actions typically performed by a pluggable authentication module.

A pluggable authentication module should set the type of error generated using the setType method, or the appropriate constructor.
AuthenticatorException() - Constructor for exception org.itracker.services.exceptions.AuthenticatorException
 
AuthenticatorException(int) - Constructor for exception org.itracker.services.exceptions.AuthenticatorException
 
AuthenticatorException(int, String) - Constructor for exception org.itracker.services.exceptions.AuthenticatorException
 
AuthenticatorException(String, int) - Constructor for exception org.itracker.services.exceptions.AuthenticatorException
 
AuthenticatorException(String, int, String) - Constructor for exception org.itracker.services.exceptions.AuthenticatorException
 
AuthenticatorException(String, int, Throwable) - Constructor for exception org.itracker.services.exceptions.AuthenticatorException
 

B

BASE_LOCALE - Static variable in class org.itracker.core.resources.ITrackerResources
 
Base64Coder - Class in org.itracker.util
A Base64 Encoder/Decoder.
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
 
BaseJob - Class in org.itracker.web.scheduler.tasks
This class implements the periodic transmission of the meals and reservations file.
BaseJob() - Constructor for class org.itracker.web.scheduler.tasks.BaseJob
 
BeanShell - org.itracker.model.WorkflowScript.ScriptLanguage
 
buildIssueList(List<Issue>, HttpServletRequest, Map<Integer, Set<PermissionType>>) - Method in class org.itracker.web.actions.PortalHomeAction
 
ByteLimitExceededException - Exception in org.itracker.web.exceptions
 
ByteLimitExceededException() - Constructor for exception org.itracker.web.exceptions.ByteLimitExceededException
 
ByteLimitExceededException(String) - Constructor for exception org.itracker.web.exceptions.ByteLimitExceededException
 

C

canBeAssignedIssue(Issue, Integer, Map<Integer, Set<PermissionType>>) - Static method in class org.itracker.model.util.IssueUtilities
Deprecated.
canEditIssue(Issue) - Static method in class org.itracker.web.util.LoginUtilities
 
canEditIssue(Issue, Integer, Map<Integer, Set<PermissionType>>) - Static method in class org.itracker.model.util.IssueUtilities
Deprecated.
canEditIssue(Issue, UserDetails) - Static method in class org.itracker.web.util.LoginUtilities
 
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(Integer, User) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
canViewIssue(Integer, User) - Method in interface org.itracker.services.IssueService
 
canViewIssue(Issue) - Static method in class org.itracker.web.util.LoginUtilities
Returns true if the user has permission to view the requested 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) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
canViewIssue(Issue, User) - Method in interface org.itracker.services.IssueService
 
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.
canViewIssue(Issue, UserDetails) - Static method in class org.itracker.web.util.LoginUtilities
Returns true if the user has permission to view the requested issue.
characters(char[], int, int) - Method in class org.itracker.web.util.ImportHandler
 
checkAssignable(String, Locale, ResourceBundle) - Method in class org.itracker.model.CustomField
Checks if the given value is assignable to this custom field.
checkAutoLogin(HttpServletRequest, boolean) - Static method in class org.itracker.web.util.LoginUtilities
 
checkLogin(String, Object, int, int) - Method in class org.itracker.services.authentication.adsson.WindowsSSONAuthenticator
 
checkLogin(String, Object, int, int) - Method in class org.itracker.services.authentication.DefaultAuthenticator
Checks the login of a user against the user profile provided in ITracker.
checkLogin(String, Object, int, int) - Method in interface org.itracker.services.authentication.PluggableAuthenticator
This method should be implemented to determine if a user login is successful.
checkLogin(String, Object, int, int) - Method in class org.itracker.services.authentication.TestAuthenticator
 
checkLogin(String, Object, int, int) - Method in class org.itracker.services.implementations.UserServiceImpl
 
checkLogin(String, Object, int, int) - Method in interface org.itracker.services.UserService
This method checks the login of a user, and returns the user if authentication was successful.
checkRenamedLogin(String) - Static method in class org.itracker.web.util.SessionManager
 
checkResolutionName(String, Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
clearBundle(Locale) - Static method in class org.itracker.core.resources.ITrackerResources
Clears a single cached resource bundle.
clearBundles() - Static method in class org.itracker.core.resources.ITrackerResources
Clears all cached resource bundles.
ClearErrorsTag - Class in org.itracker.web.taglib
Deprecated.
errors should be handled by Action classes, not JSPs!
ClearErrorsTag() - Constructor for class org.itracker.web.taglib.ClearErrorsTag
Deprecated.
 
clearKeyFromBundles(String, boolean) - Static method in class org.itracker.core.resources.ITrackerResources
Clears a single key from all cached resource bundles.
clearOwnedProjects(User) - Method in class org.itracker.services.implementations.UserServiceImpl
 
clearOwnedProjects(User) - Method in interface org.itracker.services.UserService
 
clearSessionNeedsReset(String) - Static method in class org.itracker.web.util.SessionManager
 
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_KEY - Static variable in class org.itracker.web.util.Constants
 
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
 
ComponentForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
ComponentForm() - Constructor for class org.itracker.web.forms.ComponentForm
 
ComponentInfo(Integer, String, String, Date, Long) - Constructor for class org.itracker.web.util.EditProjectFormActionUtil.ComponentInfo
 
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
 
ConfigurationForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
ConfigurationForm() - Constructor for class org.itracker.web.forms.ConfigurationForm
 
configurationItemExists(Configuration) - Method in interface org.itracker.services.ConfigurationService
 
configurationItemExists(Configuration) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
ConfigurationOrderComparator() - Constructor for class org.itracker.model.Configuration.ConfigurationOrderComparator
 
ConfigurationService - Interface in org.itracker.services
Manages the applications configuration properties.
ConfigurationServiceImpl - Class in org.itracker.services.implementations
Implementation of the ConfigurationService Interface.
ConfigurationServiceImpl(Properties, ConfigurationDAO, CustomFieldDAO, CustomFieldValueDAO, LanguageDAO, ProjectScriptDAO, WorkflowScriptDAO) - Constructor for class org.itracker.services.implementations.ConfigurationServiceImpl
Creates a new instance using the given configuration.
Constants - Class in org.itracker.web.util
 
Constants() - Constructor for class org.itracker.web.util.Constants
 
CONTRIBUTER - org.itracker.model.Notification.Role
 
Convert - Class in org.itracker.model.util
 
Convert() - Constructor for class org.itracker.model.util.Convert
 
COOKIE_NAME - Static variable in class org.itracker.web.util.Constants
 
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
 
countIssuesByComponent(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
countIssuesByComponent(Integer) - Method in interface org.itracker.services.ProjectService
Counts the number of issues for a given component.
countIssuesByVersion(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
countIssuesByVersion(Integer) - Method in interface org.itracker.services.ProjectService
Counts the number of issues for a given version.
CREATE_DATE_COMPARATOR - Static variable in class org.itracker.model.AbstractEntity
 
createConfigurationItem(Configuration) - Method in interface org.itracker.services.ConfigurationService
Creates a Configuration.
createConfigurationItem(Configuration) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
createCustomField(CustomField) - Method in interface org.itracker.services.ConfigurationService
This method will create a new CustomField for persistance in the database.
createCustomField(CustomField) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Creates a custom field
createCustomFieldValue(CustomFieldValue) - Method in interface org.itracker.services.ConfigurationService
This method will create a new CustomFieldValue for persistance in the database.
createCustomFieldValue(CustomFieldValue) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
CREATED - org.itracker.model.Notification.Type
 
CreateDateComparator() - Constructor for class org.itracker.model.AbstractEntity.CreateDateComparator
 
createIssue(Issue, Integer, Integer, Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
createIssue(Issue, Integer, Integer, Integer) - Method in interface org.itracker.services.IssueService
Creates a new issue in a project.
CreateIssueAction - Class in org.itracker.web.actions.project
This action handles the actual creation of a new issue.
CreateIssueAction() - Constructor for class org.itracker.web.actions.project.CreateIssueAction
 
CreateIssueFormAction - Class in org.itracker.web.actions.project
 
CreateIssueFormAction() - Constructor for class org.itracker.web.actions.project.CreateIssueFormAction
 
CreateLanguageKeyAction - Class in org.itracker.web.actions.admin.language
 
CreateLanguageKeyAction() - Constructor for class org.itracker.web.actions.admin.language.CreateLanguageKeyAction
 
CreateLanguageKeyFormAction - Class in org.itracker.web.actions.admin.language
Please comment this one...
CreateLanguageKeyFormAction() - Constructor for class org.itracker.web.actions.admin.language.CreateLanguageKeyFormAction
 
createPermissionArray(User, Project, int[]) - Static method in class org.itracker.model.util.UserUtilities
 
createProfile(User, Object, int, int) - Method in class org.itracker.services.authentication.DefaultAuthenticator
The DefaultAuthenticator does not make any changes to a newly created profile.
createProfile(User, Object, int, int) - Method in interface org.itracker.services.authentication.PluggableAuthenticator
This method should be implemented to perform any updates that are necessary in the authentication system to support a new user.
createProject(Project, Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
createProject(Project, Integer) - Method in interface org.itracker.services.ProjectService
 
createProjectScript(ProjectScript) - Method in interface org.itracker.services.ConfigurationService
This method will create a new project script for persistance in the database.
createProjectScript(ProjectScript) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
createReport(Report) - Method in class org.itracker.services.implementations.ReportServiceImpl
 
createReport(Report) - Method in interface org.itracker.services.ReportService
 
createResources(String) - Method in class org.itracker.web.resources.ITrackerMessageResourcesFactory
 
createSession(String) - Static method in class org.itracker.web.util.SessionManager
 
createUser(User) - Method in class org.itracker.services.implementations.UserServiceImpl
 
createUser(User) - Method in interface org.itracker.services.UserService
 
createWorkflowScript(WorkflowScript) - Method in interface org.itracker.services.ConfigurationService
This method will create a new workflow script for persistance in the database.
createWorkflowScript(WorkflowScript) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Creates a workflow script.
CREATOR - org.itracker.model.Notification.Role
 
CUSTOM_ERROR - Static variable in exception org.itracker.services.exceptions.AuthenticatorException
 
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_KEY - Static variable in class org.itracker.web.util.Constants
 
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
 
CustomFieldForm - Class in org.itracker.web.forms
This is the Struts Form.
CustomFieldForm() - Constructor for class org.itracker.web.forms.CustomFieldForm
 
CustomFieldInfo(Integer, String, String) - Constructor for class org.itracker.web.util.EditProjectFormActionUtil.CustomFieldInfo
 
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
 
CUSTOMFIELDVALUE_KEY - Static variable in class org.itracker.web.util.Constants
 
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
 
CustomFieldValueForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
CustomFieldValueForm() - Constructor for class org.itracker.web.forms.CustomFieldValueForm
 

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_FORMATTER - Static variable in interface org.itracker.web.util.ImportExportTags
 
DATE_TIME - org.itracker.model.CustomField.DateFormat
 
decode(char[]) - Static method in class org.itracker.util.Base64Coder
Decodes a byte array from Base64 format.
decode(String) - Static method in class org.itracker.util.Base64Coder
Decodes a byte array from Base64 format.
decodeHex(char) - Static method in class org.itracker.core.resources.ITrackerResources
 
decodeString(String) - Static method in class org.itracker.util.Base64Coder
Decodes a string from Base64 format.
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_BASE_URL - Static variable in class org.itracker.web.scheduler.tasks.ReminderNotification
 
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)
DEFAULT_ENCODING - Static variable in class org.itracker.web.filters.SetRequestCharacterEncoding
 
DEFAULT_FROM_ADDRESS - Static variable in class org.itracker.services.implementations.DefaultEmailService
Deprecated.
DEFAULT_FROM_TEXT - Static variable in class org.itracker.services.implementations.DefaultEmailService
Deprecated.
DEFAULT_ISSUE_AGE - Static variable in class org.itracker.services.implementations.NotificationServiceImpl
 
DEFAULT_ISSUE_AGE - Static variable in class org.itracker.web.scheduler.tasks.ReminderNotification
 
DEFAULT_LOCALE - Static variable in class org.itracker.core.resources.ITrackerResources
 
DEFAULT_REPLYTO_ADDRESS - Static variable in class org.itracker.services.implementations.DefaultEmailService
Deprecated.
DEFAULT_SMTP_CHARSET - Static variable in class org.itracker.services.implementations.DefaultEmailService
 
DEFAULT_SMTP_HOST - Static variable in class org.itracker.services.implementations.DefaultEmailService
Deprecated.
DefaultAccessDeniedHandler - Class in org.itracker.web.security
 
DefaultAccessDeniedHandler() - Constructor for class org.itracker.web.security.DefaultAccessDeniedHandler
 
DefaultAuthenticator - Class in org.itracker.services.authentication
This class provides a default authentication scheme for ITracker.
DefaultAuthenticator() - Constructor for class org.itracker.services.authentication.DefaultAuthenticator
 
DefaultEmailService - Class in org.itracker.services.implementations
 
DefaultEmailService() - Constructor for class org.itracker.services.implementations.DefaultEmailService
 
defaultLocale - Static variable in class org.itracker.web.taglib.FormatMessageTag
 
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
 
destroy() - Method in class org.itracker.web.filters.ExecuteAlwaysFilter
 
destroy() - Method in class org.itracker.web.filters.SetRequestCharacterEncoding
Reset the filter settings.
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
 
DISPLAY_TYPE_EDIT - Static variable in class org.itracker.web.taglib.FormatCustomFieldTag
 
DISPLAY_TYPE_EDIT - Static variable in class org.itracker.web.taglib.FormatResolutionTag
 
DISPLAY_TYPE_VIEW - Static variable in class org.itracker.web.taglib.FormatCustomFieldTag
 
DISPLAY_TYPE_VIEW - Static variable in class org.itracker.web.taglib.FormatResolutionTag
 
DisplayReportAction - Class in org.itracker.web.actions.report
 
DisplayReportAction() - Constructor for class org.itracker.web.actions.report.DisplayReportAction
 
DisplayReportForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
DisplayReportForm() - Constructor for class org.itracker.web.forms.DisplayReportForm
 
doAfterBody() - Method in class org.itracker.web.taglib.FormatDescriptionTag
 
doAfterBody() - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
doAfterBody() - Method in class org.itracker.web.taglib.FormatLinkTag
 
doAfterBody() - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
doAfterBody() - Method in class org.itracker.web.taglib.FormatResolutionTag
 
doEndTag() - Method in class org.itracker.web.taglib.AddErrorTag
Deprecated.
 
doEndTag() - Method in class org.itracker.web.taglib.ClearErrorsTag
Deprecated.
 
doEndTag() - Method in class org.itracker.web.taglib.FormatCustomFieldTag
 
doEndTag() - Method in class org.itracker.web.taglib.FormatDateTag
 
doEndTag() - Method in class org.itracker.web.taglib.FormatDescriptionTag
 
doEndTag() - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
doEndTag() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
doEndTag() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
doEndTag() - Method in class org.itracker.web.taglib.FormatIssueOwnerTag
 
doEndTag() - Method in class org.itracker.web.taglib.FormatLinkTag
 
doEndTag() - Method in class org.itracker.web.taglib.FormatMessageTag
 
doEndTag() - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
doEndTag() - Method in class org.itracker.web.taglib.FormatResolutionTag
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.itracker.web.filters.ExecuteAlwaysFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.itracker.web.filters.SetRequestCharacterEncoding
Set the character encoding in the request.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.servlets.AttachmentDownloadController
Deprecated.
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.servlets.ReportChartController
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.servlets.ReportDownloadController
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.servlets.RssFeedController
 
doStartTag() - Method in class org.itracker.web.taglib.AddErrorTag
Deprecated.
 
doStartTag() - Method in class org.itracker.web.taglib.ClearErrorsTag
Deprecated.
 
doStartTag() - Method in class org.itracker.web.taglib.FormatCustomFieldTag
 
doStartTag() - Method in class org.itracker.web.taglib.FormatDateTag
 
doStartTag() - Method in class org.itracker.web.taglib.FormatDescriptionTag
 
doStartTag() - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
doStartTag() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
doStartTag() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
doStartTag() - Method in class org.itracker.web.taglib.FormatIssueOwnerTag
 
doStartTag() - Method in class org.itracker.web.taglib.FormatLinkTag
 
doStartTag() - Method in class org.itracker.web.taglib.FormatMessageTag
 
doStartTag() - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
doStartTag() - Method in class org.itracker.web.taglib.FormatResolutionTag
 
DownloadAttachmentAction - Class in org.itracker.web.actions.admin.attachment
 
DownloadAttachmentAction() - Constructor for class org.itracker.web.actions.admin.attachment.DownloadAttachmentAction
 
DownloadReportAction - Class in org.itracker.web.actions.admin.report
 
DownloadReportAction() - Constructor for class org.itracker.web.actions.admin.report.DownloadReportAction
 
DUPLICATE_C - org.itracker.model.IssueRelation.Type
Defines a duplicate issue.
DUPLICATE_P - org.itracker.model.IssueRelation.Type
Defines a duplicate issue.

E

EDIT_LANGUAGE_BASE_KEY - Static variable in class org.itracker.web.util.Constants
 
EDIT_LANGUAGE_KEYS_KEY - Static variable in class org.itracker.web.util.Constants
 
EDIT_LANGUAGE_LANG_KEY - Static variable in class org.itracker.web.util.Constants
 
EDIT_LANGUAGE_LOC_KEY - Static variable in class org.itracker.web.util.Constants
 
EDIT_LANGUAGE_TYPE_KEY - Static variable in class org.itracker.web.util.Constants
 
EDIT_USER_KEY - Static variable in class org.itracker.web.util.Constants
 
EDIT_USER_PERMS_KEY - Static variable in class org.itracker.web.util.Constants
 
EDIT_USER_PREFS_KEY - Static variable in class org.itracker.web.util.Constants
 
EditComponentAction - Class in org.itracker.web.actions.admin.project
Action for edit a component entity
EditComponentAction() - Constructor for class org.itracker.web.actions.admin.project.EditComponentAction
 
EditComponentFormAction - Class in org.itracker.web.actions.admin.project
 
EditComponentFormAction() - Constructor for class org.itracker.web.actions.admin.project.EditComponentFormAction
 
EditComponentFormActionUtil - Class in org.itracker.web.util
 
EditComponentFormActionUtil() - Constructor for class org.itracker.web.util.EditComponentFormActionUtil
 
EditConfigurationAction - Class in org.itracker.web.actions.admin.configuration
 
EditConfigurationAction() - Constructor for class org.itracker.web.actions.admin.configuration.EditConfigurationAction
 
EditConfigurationFormAction - Class in org.itracker.web.actions.admin.configuration
 
EditConfigurationFormAction() - Constructor for class org.itracker.web.actions.admin.configuration.EditConfigurationFormAction
 
EditCustomFieldAction - Class in org.itracker.web.actions.admin.configuration
 
EditCustomFieldAction() - Constructor for class org.itracker.web.actions.admin.configuration.EditCustomFieldAction
 
EditCustomFieldActionUtil - Class in org.itracker.web.util
 
EditCustomFieldActionUtil() - Constructor for class org.itracker.web.util.EditCustomFieldActionUtil
 
EditCustomFieldFormAction - Class in org.itracker.web.actions.admin.configuration
 
EditCustomFieldFormAction() - Constructor for class org.itracker.web.actions.admin.configuration.EditCustomFieldFormAction
 
EditCustomFieldValueAction - Class in org.itracker.web.actions.admin.configuration
 
EditCustomFieldValueAction() - Constructor for class org.itracker.web.actions.admin.configuration.EditCustomFieldValueAction
 
EditCustomFieldValueFormAction - Class in org.itracker.web.actions.admin.configuration
 
EditCustomFieldValueFormAction() - Constructor for class org.itracker.web.actions.admin.configuration.EditCustomFieldValueFormAction
 
EditIssueAction - Class in org.itracker.web.actions.project
 
EditIssueAction() - Constructor for class org.itracker.web.actions.project.EditIssueAction
 
EditIssueActionUtil - Class in org.itracker.web.util
 
EditIssueActionUtil() - Constructor for class org.itracker.web.util.EditIssueActionUtil
 
EditIssueFormAction - Class in org.itracker.web.actions.project
This class populates an IssueForm object for display by the edit issue page.
EditIssueFormAction() - Constructor for class org.itracker.web.actions.project.EditIssueFormAction
 
EditLanguageAction - Class in org.itracker.web.actions.admin.language
 
EditLanguageAction() - Constructor for class org.itracker.web.actions.admin.language.EditLanguageAction
 
EditLanguageFormAction - Class in org.itracker.web.actions.admin.language
 
EditLanguageFormAction() - Constructor for class org.itracker.web.actions.admin.language.EditLanguageFormAction
 
EditPreferencesAction - Class in org.itracker.web.actions.preferences
This class performas an update of the user's profile information based on their input.
EditPreferencesAction() - Constructor for class org.itracker.web.actions.preferences.EditPreferencesAction
 
EditPreferencesFormAction - Class in org.itracker.web.actions.preferences
 
EditPreferencesFormAction() - Constructor for class org.itracker.web.actions.preferences.EditPreferencesFormAction
 
EditProjectAction - Class in org.itracker.web.actions.admin.project
 
EditProjectAction() - Constructor for class org.itracker.web.actions.admin.project.EditProjectAction
 
EditProjectFormAction - Class in org.itracker.web.actions.admin.project
 
EditProjectFormAction() - Constructor for class org.itracker.web.actions.admin.project.EditProjectFormAction
 
EditProjectFormActionUtil - Class in org.itracker.web.util
 
EditProjectFormActionUtil() - Constructor for class org.itracker.web.util.EditProjectFormActionUtil
 
EditProjectFormActionUtil.ComponentInfo - Class in org.itracker.web.util
 
EditProjectFormActionUtil.CustomFieldInfo - Class in org.itracker.web.util
 
EditProjectFormActionUtil.VersionInfo - Class in org.itracker.web.util
 
EditProjectScriptAction - Class in org.itracker.web.actions.admin.project
 
EditProjectScriptAction() - Constructor for class org.itracker.web.actions.admin.project.EditProjectScriptAction
 
EditProjectScriptFormAction - Class in org.itracker.web.actions.admin.project
TODO maybe intended to be an 'action' for the EditProjectScriptAction?
EditProjectScriptFormAction() - Constructor for class org.itracker.web.actions.admin.project.EditProjectScriptFormAction
 
EditReportAction - Class in org.itracker.web.actions.admin.report
 
EditReportAction() - Constructor for class org.itracker.web.actions.admin.report.EditReportAction
 
EditReportFormAction - Class in org.itracker.web.actions.admin.report
 
EditReportFormAction() - Constructor for class org.itracker.web.actions.admin.report.EditReportFormAction
 
EditUserAction - Class in org.itracker.web.actions.admin.user
 
EditUserAction() - Constructor for class org.itracker.web.actions.admin.user.EditUserAction
 
EditUserFormAction - Class in org.itracker.web.actions.admin.user
 
EditUserFormAction() - Constructor for class org.itracker.web.actions.admin.user.EditUserFormAction
 
EditVersionAction - Class in org.itracker.web.actions.admin.project
Action for edit a version.
EditVersionAction() - Constructor for class org.itracker.web.actions.admin.project.EditVersionAction
 
EditVersionFormAction - Class in org.itracker.web.actions.admin.project
 
EditVersionFormAction() - Constructor for class org.itracker.web.actions.admin.project.EditVersionFormAction
 
EditVersionFormActionUtil - Class in org.itracker.web.util
 
EditVersionFormActionUtil() - Constructor for class org.itracker.web.util.EditVersionFormActionUtil
 
EditWorkflowScriptAction - Class in org.itracker.web.actions.admin.workflow
 
EditWorkflowScriptAction() - Constructor for class org.itracker.web.actions.admin.workflow.EditWorkflowScriptAction
 
EditWorkflowScriptFormAction - Class in org.itracker.web.actions.admin.workflow
 
EditWorkflowScriptFormAction() - Constructor for class org.itracker.web.actions.admin.workflow.EditWorkflowScriptFormAction
 
EmailAuthenticator - Class in org.itracker.util
 
EmailAuthenticator() - Constructor for class org.itracker.util.EmailAuthenticator
 
EmailAuthenticator(PasswordAuthentication) - Constructor for class org.itracker.util.EmailAuthenticator
 
EmailService - Interface in org.itracker.services
The Email service.
encode(byte[]) - Static method in class org.itracker.util.Base64Coder
Encodes a byte array into Base64 format.
encode(byte[], int) - Static method in class org.itracker.util.Base64Coder
Encodes a byte array into Base64 format.
encode(CharSequence) - Method in class org.itracker.services.authentication.ITrackerPasswordEncoder
 
encodeHex(int) - Static method in class org.itracker.core.resources.ITrackerResources
 
encodeString(String) - Static method in class org.itracker.util.Base64Coder
Encodes a string into Base64 format.
encryptPassword(String) - Static method in class org.itracker.model.util.UserUtilities
Returns an encrypted (digest) password from a plain text password.
endDocument() - Method in class org.itracker.web.util.ImportHandler
 
endElement(String, String, String) - Method in class org.itracker.web.util.ImportHandler
 
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.
ERROR_EJB_EXCEPTION - Static variable in exception org.itracker.IssueSearchException
 
ERROR_NULL_QUERY - Static variable in exception org.itracker.IssueSearchException
 
ERROR_SQL_EXCEPTION - Static variable in exception org.itracker.IssueSearchException
 
ERROR_UNKNOWN_TYPE - Static variable in exception org.itracker.IssueSearchException
 
ErrorAction - Class in org.itracker.web.actions
 
ErrorAction() - Constructor for class org.itracker.web.actions.ErrorAction
 
ERRORPAGE_TYPE_FORWARD - Static variable in exception org.itracker.services.exceptions.AuthenticatorException
 
ERRORPAGE_TYPE_UNDEFINED - Static variable in exception org.itracker.services.exceptions.AuthenticatorException
 
ERRORPAGE_TYPE_URL - Static variable in exception org.itracker.services.exceptions.AuthenticatorException
 
escapeNewlines(String) - Static method in class org.itracker.web.util.HTMLUtilities
 
escapeTags(String) - Static method in class org.itracker.web.util.HTMLUtilities
 
escapeUnicodeString(String, boolean) - Static method in class org.itracker.core.resources.ITrackerResources
 
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.
execSetupJspEnv(HttpServletRequest) - Static method in class org.itracker.web.actions.admin.AdminHomeAction
This utility has to be called for any page forwarding to the admin-home, before forwarding.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.AdminHomeAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.attachment.DownloadAttachmentAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.attachment.ExportAttachmentsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.attachment.ListAttachmentsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.EditConfigurationAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.EditConfigurationFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.EditCustomFieldAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.EditCustomFieldFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.EditCustomFieldValueAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.EditCustomFieldValueFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.ImportDataFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.ImportDataProcessAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.ImportDataVerifyAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.ListConfigurationAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.OrderConfigurationItemAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.OrderCustomFieldValueAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.RemoveConfigurationItemAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.RemoveCustomFieldAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.configuration.RemoveCustomFieldValueAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.language.CreateLanguageKeyAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.language.CreateLanguageKeyFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.language.EditLanguageAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.language.EditLanguageFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.language.ExportLanguageAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.language.InitializeLanguagesAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.language.ListLanguagesAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.project.EditComponentAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.project.EditComponentFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.project.EditProjectAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.project.EditProjectFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.project.EditProjectScriptAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.project.EditProjectScriptFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.project.EditVersionAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.project.EditVersionFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.project.ListProjectsAdminAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.project.RemoveProjectScriptAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.report.DownloadReportAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.report.EditReportAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.report.EditReportFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.report.ExportReportAction
Deprecated.
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.report.ListReportsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.report.RemoveReportAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.scheduler.ListTasksAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.user.EditUserAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.user.EditUserFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.user.ListUsersAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.user.LockUserAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.user.UnlockUserAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.workflow.EditWorkflowScriptAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.workflow.EditWorkflowScriptFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.workflow.ListWorkflowScriptAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.admin.workflow.RemoveWorkflowScriptAction
executes the action which removes a workflow script
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.ErrorAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.issuesearch.SearchIssuesAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.issuesearch.SearchIssuesFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.ListProjectsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.PortalHomeAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.preferences.EditPreferencesAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.preferences.EditPreferencesFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.AddIssueRelationAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.AssignIssueAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.CreateIssueAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.CreateIssueFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.EditIssueAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.EditIssueFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.ListIssuesAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.ListProjectsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.MoveIssueAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.MoveIssueFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.RemoveHistoryEntryAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.RemoveIssueAttachmentAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.ViewIssueAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.ViewIssueActivityAction
executes this struts-actions processing
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.project.WatchIssueAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.report.DisplayReportAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.report.ListReportsAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.ShowHelpAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.UnauthorizedAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.user.ForgotPasswordAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.user.ForgotPasswordFormAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.user.LoginAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.user.LogoffAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.user.SelfRegisterAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.user.SelfRegisterFormAction
 
execute(JobExecutionContext) - Method in class org.itracker.web.scheduler.tasks.BaseJob
 
execute(JobExecutionContext) - Method in class org.itracker.web.scheduler.tasks.ReminderNotification
 
ExecuteAlwaysFilter - Class in org.itracker.web.filters
 
ExecuteAlwaysFilter() - Constructor for class org.itracker.web.filters.ExecuteAlwaysFilter
 
export(AbstractEntity, OutputStream) - Static method in class org.itracker.web.util.ImportExportUtilities
 
EXPORT_LOCALE - Static variable in interface org.itracker.web.util.ImportExportTags
 
EXPORT_LOCALE_STRING - Static variable in interface org.itracker.web.util.ImportExportTags
 
ExportAttachmentsAction - Class in org.itracker.web.actions.admin.attachment
 
ExportAttachmentsAction() - Constructor for class org.itracker.web.actions.admin.attachment.ExportAttachmentsAction
 
exportConfigModels(XMLWriter, SystemConfiguration) - Static method in class org.itracker.web.util.ImportExportUtilities
 
exportIssues(List<Issue>, SystemConfiguration) - Static method in class org.itracker.web.util.ImportExportUtilities
Takes an array of IssueModels and exports them as XML suitable for import into another instance of ITracker, or another issue tracking tool.
exportIssues(List<Issue>, SystemConfiguration, HttpServletRequest, HttpServletResponse) - Static method in class org.itracker.web.util.ImportExportUtilities
export the issues to an XML and write it to the response.
exportIssues(XMLWriter, List<Issue>, SystemConfiguration) - Static method in class org.itracker.web.util.ImportExportUtilities
 
exportIssuesModels(XMLWriter, List<Issue>) - Static method in class org.itracker.web.util.ImportExportUtilities
 
ExportLanguageAction - Class in org.itracker.web.actions.admin.language
 
ExportLanguageAction() - Constructor for class org.itracker.web.actions.admin.language.ExportLanguageAction
 
exportModel(XMLWriter, AbstractEntity) - Static method in class org.itracker.web.util.ImportExportUtilities
 
exportModel(AbstractEntity) - Static method in class org.itracker.web.util.ImportExportUtilities
Returns the appropriate XML block for a given model.
ExportReportAction - Class in org.itracker.web.actions.admin.report
Deprecated.
ExportReportAction() - Constructor for class org.itracker.web.actions.admin.report.ExportReportAction
Deprecated.
 

F

FEATURE_DISABLED - Static variable in exception org.itracker.PasswordException
 
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
 
finalize() - Method in class org.itracker.web.util.SessionTracker
 
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
 
findUsersForProjectByPermissionTypeList(Integer, PermissionType[]) - Method in class org.itracker.services.implementations.UserServiceImpl
 
findUsersForProjectByPermissionTypeList(Integer, PermissionType[]) - Method in interface org.itracker.services.UserService
Finds all users assigned to a project having all of the given permissionTypes.
forCode(Integer) - Static method in enum org.itracker.model.IssueActivityType
Deprecated. 
ForgotPasswordAction - Class in org.itracker.web.actions.user
 
ForgotPasswordAction() - Constructor for class org.itracker.web.actions.user.ForgotPasswordAction
 
ForgotPasswordForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
ForgotPasswordForm() - Constructor for class org.itracker.web.forms.ForgotPasswordForm
 
ForgotPasswordFormAction - Class in org.itracker.web.actions.user
 
ForgotPasswordFormAction() - Constructor for class org.itracker.web.actions.user.ForgotPasswordFormAction
 
format(String, Object[]) - Static method in class org.itracker.core.resources.MessageFormat
 
format(String, Object[], Locale) - Static method in class org.itracker.core.resources.MessageFormat
 
FormatCustomFieldTag - Class in org.itracker.web.taglib
 
FormatCustomFieldTag() - Constructor for class org.itracker.web.taglib.FormatCustomFieldTag
 
FormatDateTag - Class in org.itracker.web.taglib
 
FormatDateTag() - Constructor for class org.itracker.web.taglib.FormatDateTag
 
FormatDescriptionTag - Class in org.itracker.web.taglib
Truncate a string if it's longer than truncateLength
FormatDescriptionTag() - Constructor for class org.itracker.web.taglib.FormatDescriptionTag
 
FormatHistoryEntryTag - Class in org.itracker.web.taglib
Formats an ITracker Issue History entry.
FormatHistoryEntryTag() - Constructor for class org.itracker.web.taglib.FormatHistoryEntryTag
 
FormatIconActionTag - Class in org.itracker.web.taglib
 
FormatIconActionTag() - Constructor for class org.itracker.web.taglib.FormatIconActionTag
 
FormatImageActionTag - Class in org.itracker.web.taglib
 
FormatImageActionTag() - Constructor for class org.itracker.web.taglib.FormatImageActionTag
 
FormatIssueOwnerTag - Class in org.itracker.web.taglib
 
FormatIssueOwnerTag() - Constructor for class org.itracker.web.taglib.FormatIssueOwnerTag
 
FormatLinkTag - Class in org.itracker.web.taglib
 
FormatLinkTag() - Constructor for class org.itracker.web.taglib.FormatLinkTag
 
FormatMessageTag - Class in org.itracker.web.taglib
 
FormatMessageTag() - Constructor for class org.itracker.web.taglib.FormatMessageTag
 
FormatPaginationLinkTag - Class in org.itracker.web.taglib
 
FormatPaginationLinkTag() - Constructor for class org.itracker.web.taglib.FormatPaginationLinkTag
 
FormatResolutionTag - Class in org.itracker.web.taglib
Formats a resolution for a display.
FormatResolutionTag() - Constructor for class org.itracker.web.taglib.FormatResolutionTag
 
forward(String, HttpServletRequest, HttpServletResponse) - Static method in class org.itracker.web.servlets.GenericController
 
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
 
FWD_LIST_ISSUES - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 

G

generatePassword() - Static method in class org.itracker.model.util.UserUtilities
Genrates a new random password.
generateUserPassword(User) - Method in class org.itracker.services.implementations.UserServiceImpl
 
generateUserPassword(User) - Method in interface org.itracker.services.UserService
 
GenericController - Class in org.itracker.web.servlets
TODO: Rewrite Javadocs here This needs documentation.
GenericController() - Constructor for class org.itracker.web.servlets.GenericController
 
getAction() - Method in class org.itracker.web.forms.ComponentForm
 
getAction() - Method in class org.itracker.web.forms.ConfigurationForm
 
getAction() - Method in class org.itracker.web.forms.CustomFieldForm
 
getAction() - Method in class org.itracker.web.forms.CustomFieldValueForm
 
getAction() - Method in class org.itracker.web.forms.LanguageForm
 
getAction() - Method in class org.itracker.web.forms.ProjectForm
 
getAction() - Method in class org.itracker.web.forms.ReportForm
 
getAction() - Method in class org.itracker.web.forms.SearchForm
 
getAction() - Method in class org.itracker.web.forms.TaskForm
 
getAction() - Method in class org.itracker.web.forms.UserForm
 
getAction() - Method in class org.itracker.web.forms.VersionForm
 
getAction() - Method in class org.itracker.web.forms.WorkflowScriptForm
 
getAction() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getAction() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
getAction() - Method in class org.itracker.web.taglib.FormatLinkTag
 
getActive() - Method in class org.itracker.web.ptos.ProjectPTO
 
getActiveUsers() - Method in class org.itracker.services.implementations.UserServiceImpl
 
getActiveUsers() - Method in interface org.itracker.services.UserService
 
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
 
getAllAvailableProjects() - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getAllAvailableProjects() - Method in interface org.itracker.services.ProjectService
 
getAllIssueAttachmentCount() - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getAllIssueAttachmentCount() - Method in interface org.itracker.services.IssueService
 
getAllIssueAttachments() - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getAllIssueAttachments() - Method in interface org.itracker.services.IssueService
 
getAllIssueAttachmentSize() - Method in class org.itracker.services.implementations.IssueServiceImpl
get total size of all attachments in database
getAllIssueAttachmentSize() - Method in interface org.itracker.services.IssueService
 
getAllIssues() - Method in class org.itracker.services.implementations.IssueServiceImpl
Deprecated.
don't use to expensive memory use!
getAllIssues() - Method in interface org.itracker.services.IssueService
Deprecated.
Don't use due to EXPENSIVE memory use.
getAllProjects() - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getAllProjects() - Method in interface org.itracker.services.ProjectService
 
getAllPTOs(ProjectService, PermissionType[], Map<Integer, Set<PermissionType>>) - Static method in class org.itracker.web.actions.project.ListProjectsAction
returns listing of ALL projects with given permissions.
getAllReports() - Method in class org.itracker.services.implementations.ReportServiceImpl
 
getAllReports() - Method in interface org.itracker.services.ReportService
 
getAllUsers() - Method in class org.itracker.services.implementations.UserServiceImpl
 
getAllUsers() - Method in interface org.itracker.services.UserService
 
getAltKey() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
getArg0() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getArg0() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
getArg0() - Method in class org.itracker.web.taglib.FormatLinkTag
 
getArg0() - Method in class org.itracker.web.taglib.FormatMessageTag
 
getArg1() - Method in class org.itracker.web.taglib.FormatMessageTag
 
getArg2() - Method in class org.itracker.web.taglib.FormatMessageTag
 
getArgs() - Method in class org.itracker.web.forms.TaskForm
 
getAssignableIssueOwnersList(Issue, Project, User, Locale, UserService, Map<Integer, Set<PermissionType>>) - Static method in class org.itracker.web.util.EditIssueActionUtil
This method will obtain and build a list of possible owners for the webpages to display and the operator to choose from.
getAsString(byte[], ActionMessages) - Static method in class org.itracker.web.actions.admin.report.EditReportFormAction
 
getAsXmlBytes(String, ActionMessages) - Static method in class org.itracker.web.actions.admin.report.EditReportFormAction
 
getAttachment() - Method in class org.itracker.web.forms.IssueForm
 
getAttachmentDescription() - Method in class org.itracker.web.forms.IssueForm
 
getAttachments() - Method in class org.itracker.model.Issue
 
getAttachments() - Method in class org.itracker.web.ptos.ListAttachmentsPTO
 
getAuthorities() - Method in class org.itracker.services.authentication.ITrackerUserDetails
 
getAvailableLanguages() - Method in interface org.itracker.services.ConfigurationService
 
getAvailableLanguages() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getAvailableProjects() - Method in class org.itracker.model.IssueSearchQuery
 
getBaseURL(HttpServletRequest) - Method in class org.itracker.web.actions.base.ItrackerBaseAction
 
getBooleanProperty(String, boolean) - Method in interface org.itracker.services.ConfigurationService
Load a configuration from application properties.
getBooleanProperty(String, boolean) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getBorder() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
getBundle() - Static method in class org.itracker.core.resources.ITrackerResourceBundle
 
getBundle() - Static method in class org.itracker.core.resources.ITrackerResources
 
getBundle(String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getBundle(Locale) - Static method in class org.itracker.core.resources.ITrackerResourceBundle
 
getBundle(Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getCaller() - Method in class org.itracker.web.forms.IssueForm
 
getCaller() - Method in class org.itracker.web.forms.IssueRelationForm
 
getCaller() - Method in class org.itracker.web.forms.MoveIssueForm
 
getCaller() - Method in class org.itracker.web.forms.RemoveHistoryForm
 
getCaller() - Method in class org.itracker.web.forms.RemoveRelationForm
 
getCaller() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getCaller() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
getCaller() - Method in class org.itracker.web.taglib.FormatLinkTag
 
getCanCreate() - Method in class org.itracker.web.ptos.ProjectPTO
 
getCHAR_ENCODING() - Static method in class org.itracker.web.util.AttachmentUtilities
 
getCheckForKey(String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getCheckForKey(String, Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getClassName() - Method in class org.itracker.model.Report
 
getClassName() - Method in class org.itracker.web.forms.ReportForm
 
getClassName() - Method in class org.itracker.web.forms.TaskForm
 
getClassNameText() - Method in class org.itracker.web.forms.TaskForm
 
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
 
getComponents() - Method in class org.itracker.web.forms.IssueForm
 
getComponents() - Method in class org.itracker.web.forms.SearchForm
 
getComponentsSize() - Method in class org.itracker.web.ptos.IssuePTO
 
getConfigurationDAO() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getConfigurationItem(Integer) - Method in interface org.itracker.services.ConfigurationService
Load a configuration from database.
getConfigurationItem(Integer) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getConfigurationItemsByType(int) - Method in interface org.itracker.services.ConfigurationService
Deprecated.
use getConfigurationItemsByType(Configuration.Type type)
getConfigurationItemsByType(int) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Deprecated.
getConfigurationItemsByType(int, Locale) - Method in interface org.itracker.services.ConfigurationService
Deprecated.
use getConfigurationItemsByType(Configuration.Type type, Locale locale)
getConfigurationItemsByType(int, Locale) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Deprecated.
getConfigurationItemsByType(Configuration.Type) - Method in interface org.itracker.services.ConfigurationService
Returns all the configuration items of a particular type.
getConfigurationItemsByType(Configuration.Type) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getConfigurationItemsByType(Configuration.Type, Locale) - Method in interface org.itracker.services.ConfigurationService
Returns all the configuration items of a particular type.
getConfigurationItemsByType(Configuration.Type, Locale) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getConfigurationService() - Method in class org.itracker.services.authentication.AbstractPluggableAuthenticator
Returns an ConfigurationService session bean that can be used to retreive properties that have been set in the system.
getConfigurationService() - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getConfigurationService() - Method in class org.itracker.services.implementations.ITrackerServicesImpl
 
getConfigurationService() - Method in interface org.itracker.services.ITrackerServices
 
getConfigurationXML(XMLWriter, SystemConfiguration) - Static method in class org.itracker.web.util.ImportExportUtilities
 
getConfigurationXML(SystemConfiguration) - Static method in class org.itracker.web.util.ImportExportUtilities
Generates an XML block that encapsulates the system configuration for import or export.
getConfiguredSessionTimeout() - Static method in class org.itracker.web.util.LoginUtilities
 
getConfPassword() - Method in class org.itracker.web.forms.UserForm
 
getCONTENT_TYPE() - Static method in class org.itracker.web.util.AttachmentUtilities
 
getCount() - Method in class org.itracker.web.util.EditProjectFormActionUtil.ComponentInfo
 
getCount() - Method in class org.itracker.web.util.EditProjectFormActionUtil.VersionInfo
 
getCreateDate() - Method in class org.itracker.model.AbstractEntity
 
getCreateDate() - Method in interface org.itracker.model.Entity
 
getCreateDate() - Method in class org.itracker.web.ptos.ProjectPTO
 
getCreatePasswords() - Method in class org.itracker.model.ImportDataModel
 
getCreator() - Method in class org.itracker.model.Issue
 
getCreator() - Method in class org.itracker.model.IssueSearchQuery
 
getCreator() - Method in class org.itracker.web.forms.SearchForm
 
getCreatorId() - Method in class org.itracker.web.forms.IssueForm
 
getCurrentLocale(HttpServletRequest) - Static method in class org.itracker.web.util.LoginUtilities
Get a locale from request
getCurrentPage() - Method in class org.itracker.web.util.ListIssuesActionUtil.Pagination
 
getCurrentUser(HttpServletRequest) - Static method in class org.itracker.web.util.LoginUtilities
Deprecated.
getCurrentUser(HttpSession) - Static method in class org.itracker.web.util.RequestHelper
 
getCurrentValue() - Method in class org.itracker.web.taglib.FormatCustomFieldTag
 
getCurrPassword() - Method in class org.itracker.web.forms.UserForm
 
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) - Method in interface org.itracker.services.ConfigurationService
This method will return the requested custom field.
getCustomField(Integer) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getCustomField(Integer, Locale) - Static method in class org.itracker.model.util.IssueUtilities
Returns the custom field with the supplied id value.
getCustomFieldDAO() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
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.
getCustomFields() - Method in interface org.itracker.services.ConfigurationService
This method will return all the custom fields defined in the system.
getCustomFields() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Deprecated.
getCustomFields() - Method in class org.itracker.web.forms.IssueForm
 
getCustomFieldsSorted(Locale) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getCustomFieldValue(Integer) - Method in interface org.itracker.services.ConfigurationService
This method will return the requested custom field value.
getCustomFieldValue(Integer) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Gets a CustomFieldValue by primary key
getCustomFieldValueDAO() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getData() - Method in class org.itracker.model.ImportDataModel
 
getDataType() - Method in class org.itracker.web.forms.ReportForm
 
getDate() - Method in class org.itracker.web.taglib.FormatDateTag
 
getDate() - Method in class org.itracker.web.util.EditProjectFormActionUtil.ComponentInfo
 
getDate() - Method in class org.itracker.web.util.EditProjectFormActionUtil.VersionInfo
 
getDateFormat() - Method in class org.itracker.model.CustomField
 
getDateFormat() - Method in class org.itracker.web.forms.CustomFieldForm
 
getDateValue() - Method in class org.itracker.model.IssueField
 
getDaysOfMonth() - Method in class org.itracker.web.forms.TaskForm
 
getDefaultInitialContext() - Static method in class org.itracker.util.NamingUtilites
get a default initial context
getDefaultInitialContext(Hashtable<?, ?>) - Static method in class org.itracker.util.NamingUtilites
get a default initial context
getDefaultLocale() - Static method in class org.itracker.core.resources.ITrackerResources
 
getDefinedKeys(String) - Method in interface org.itracker.services.ConfigurationService
 
getDefinedKeys(String) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getDefinedKeysAsArray(String) - Method in interface org.itracker.services.ConfigurationService
 
getDefinedKeysAsArray(String) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
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
 
getDescription() - Method in class org.itracker.web.forms.ComponentForm
 
getDescription() - Method in class org.itracker.web.forms.IssueForm
 
getDescription() - Method in class org.itracker.web.forms.ProjectForm
 
getDescription() - Method in class org.itracker.web.forms.ReportForm
 
getDescription() - Method in class org.itracker.web.forms.VersionForm
 
getDescription() - Method in class org.itracker.web.ptos.ProjectPTO
 
getDescription() - Method in class org.itracker.web.util.EditProjectFormActionUtil.ComponentInfo
 
getDescription() - Method in class org.itracker.web.util.EditProjectFormActionUtil.VersionInfo
 
getDisplayName() - Method in class org.itracker.services.authentication.ITrackerUserDetails
 
getDisplayType() - Method in class org.itracker.web.taglib.FormatCustomFieldTag
 
getDisplayType() - Method in class org.itracker.web.taglib.FormatResolutionTag
 
getEditBundle(Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getEmail() - Method in class org.itracker.model.User
 
getEmail() - Method in class org.itracker.web.forms.UserForm
 
getEmailAddress() - Method in class org.itracker.model.User
 
getEmailService() - Method in class org.itracker.services.implementations.ITrackerServicesImpl
 
getEmailService() - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
getEmailService() - Method in interface org.itracker.services.ITrackerServices
 
getEmptyKey() - Method in class org.itracker.web.taglib.FormatDateTag
 
getEmptyKey() - Method in class org.itracker.web.taglib.FormatIssueOwnerTag
 
getEncoding() - Method in class org.itracker.web.filters.SetRequestCharacterEncoding
Returns the encoding of the request.
getErrorKey() - Method in exception org.itracker.ReportException
 
getErrorPageType() - Method in exception org.itracker.services.exceptions.AuthenticatorException
Returns the type of error page that is has been set.
getErrorPageValue() - Method in exception org.itracker.services.exceptions.AuthenticatorException
Returns the error page that should be used to display this exception Supported values are urls and Struts forward action mappings.
getEvent() - Method in class org.itracker.model.WorkflowScript
 
getEvent() - Method in class org.itracker.web.forms.WorkflowScriptForm
 
getEventName() - Method in class org.itracker.web.ptos.ProjectScriptPTO
 
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
 
getEventOptions() - Method in class org.itracker.web.forms.WorkflowScriptForm
 
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
 
getExternalUserInfo(String) - Method in class org.itracker.services.authentication.adsson.WindowsSSONAuthenticator
 
getExternalUserInfo(String) - Method in class org.itracker.services.authentication.adsson.WindowsSSONAuthenticatorADInfo
 
getField() - Method in class org.itracker.web.taglib.FormatCustomFieldTag
 
getFieldId() - Method in class org.itracker.model.ProjectScript
 
getFieldId() - Method in class org.itracker.web.forms.ProjectScriptForm
 
getFieldName() - Method in class org.itracker.web.ptos.ProjectScriptPTO
 
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
 
getFields() - Method in class org.itracker.web.forms.ProjectForm
 
getFieldType() - Method in class org.itracker.model.CustomField
 
getFieldType() - Method in class org.itracker.model.ProjectScript
 
getFieldType() - Method in class org.itracker.web.forms.CustomFieldForm
 
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
 
getFileData() - Method in class org.itracker.web.forms.ReportForm
 
getFileDataFile() - Method in class org.itracker.web.forms.ReportForm
 
getFileExtension() - Method in class org.itracker.model.IssueAttachment
 
getFileName() - Method in class org.itracker.model.IssueAttachment
 
getFilterConfig() - Method in class org.itracker.web.filters.SetRequestCharacterEncoding
 
getFirstInitial() - Method in class org.itracker.model.User
 
getFirstName() - Method in class org.itracker.model.User
 
getFirstName() - Method in class org.itracker.web.forms.UserForm
 
getFormat() - Method in class org.itracker.web.taglib.FormatDateTag
 
getFormat() - Method in class org.itracker.web.taglib.FormatIssueOwnerTag
 
getFormName() - Method in class org.itracker.web.taglib.FormatCustomFieldTag
 
getForward() - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
getForward() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getForward() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
getForward() - Method in class org.itracker.web.taglib.FormatLinkTag
 
getFullName() - Method in class org.itracker.model.User
 
getHiddenIndexSections() - Method in class org.itracker.model.UserPreferences
 
getHiddenIndexSections() - Method in class org.itracker.web.forms.UserForm
 
getHiddenIndexSections(int) - Static method in class org.itracker.model.util.UserUtilities
 
getHistory() - Method in class org.itracker.model.Issue
 
getHistory() - Method in class org.itracker.web.forms.IssueForm
 
getHistoryId() - Method in class org.itracker.web.forms.RemoveHistoryForm
 
getHours() - Method in class org.itracker.web.forms.TaskForm
 
getIcon() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getIconClass() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getId() - Method in class org.itracker.model.AbstractEntity
 
getId() - Method in interface org.itracker.model.Entity
Returns the system ID.
getId() - Method in class org.itracker.web.forms.ComponentForm
 
getId() - Method in class org.itracker.web.forms.ConfigurationForm
 
getId() - Method in class org.itracker.web.forms.CustomFieldForm
 
getId() - Method in class org.itracker.web.forms.CustomFieldValueForm
 
getId() - Method in class org.itracker.web.forms.IssueForm
 
getId() - Method in class org.itracker.web.forms.ProjectForm
 
getId() - Method in class org.itracker.web.forms.ProjectScriptForm
 
getId() - Method in class org.itracker.web.forms.ReportForm
 
getId() - Method in class org.itracker.web.forms.TaskForm
 
getId() - Method in class org.itracker.web.forms.UserForm
 
getId() - Method in class org.itracker.web.forms.VersionForm
 
getId() - Method in class org.itracker.web.forms.WorkflowScriptForm
 
getId() - Method in class org.itracker.web.ptos.ProjectPTO
 
getId() - Method in class org.itracker.web.util.EditProjectFormActionUtil.ComponentInfo
 
getId() - Method in class org.itracker.web.util.EditProjectFormActionUtil.CustomFieldInfo
 
getId() - Method in class org.itracker.web.util.EditProjectFormActionUtil.VersionInfo
 
getImportFile() - Method in class org.itracker.web.forms.AdminActionForm
 
getImportFile() - Method in class org.itracker.web.forms.ImportForm
 
getImportStatistics() - Method in class org.itracker.model.ImportDataModel
 
getInfo() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getInitial(String) - Static method in class org.itracker.model.util.UserUtilities
 
getInitializedVersionString() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getIntegerProperty(String, int) - Method in interface org.itracker.services.ConfigurationService
Load a configuration from application properties.
getIntegerProperty(String, int) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
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
 
getIssue() - Method in class org.itracker.web.ptos.IssuePTO
 
getIssue() - Method in class org.itracker.web.taglib.FormatIssueOwnerTag
 
getIssue(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssue(Integer) - Method in interface org.itracker.services.IssueService
 
getIssueActivity(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssueActivity(Integer) - Method in interface org.itracker.services.IssueService
 
getIssueActivity(Integer, boolean) - Method in class org.itracker.services.implementations.IssueServiceImpl
TODO move to NotificationService ?
getIssueActivity(Integer, boolean) - Method in interface org.itracker.services.IssueService
 
getIssueActivityDao() - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
getIssueAttachment(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssueAttachment(Integer) - Method in interface org.itracker.services.IssueService
 
getIssueAttachmentCount(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssueAttachmentCount(Integer) - Method in interface org.itracker.services.IssueService
 
getIssueAttachmentData(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssueAttachmentData(Integer) - Method in interface org.itracker.services.IssueService
Returns the binary data for an attachment.
getIssueAttachments(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssueAttachments(Integer) - Method in interface org.itracker.services.IssueService
 
getIssueComponentIds(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssueComponentIds(Integer) - Method in interface org.itracker.services.IssueService
 
getIssueComponents(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssueComponents(Integer) - Method in interface org.itracker.services.IssueService
 
getIssueCreator(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssueCreator(Integer) - Method in interface org.itracker.services.IssueService
 
getIssueDao() - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
getIssueHistory(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
Old implementation is left here, commented, because it checked for history entry status.
getIssueHistory(Integer) - Method in interface org.itracker.services.IssueService
 
getIssueId() - Method in class org.itracker.web.forms.AssignIssueForm
 
getIssueId() - Method in class org.itracker.web.forms.IssueRelationForm
 
getIssueId() - Method in class org.itracker.web.forms.MoveIssueForm
 
getIssueId() - Method in class org.itracker.web.forms.WatchIssueForm
 
getIssueNamesKey() - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
getIssueNotifications(Issue) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
getIssueNotifications(Issue) - Method in interface org.itracker.services.NotificationService
Retrieves all notifications for an issue where the notification's user is also active.
getIssueNotifications(Issue, boolean, boolean) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
getIssueNotifications(Issue, boolean, boolean) - Method in interface org.itracker.services.NotificationService
 
getIssueOwner(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssueOwner(Integer) - Method in interface org.itracker.services.IssueService
 
getIssueProject(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssueProject(Integer) - Method in interface org.itracker.services.IssueService
 
getIssueRelation(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssueRelation(Integer) - Method in interface org.itracker.services.IssueService
 
getIssuesByProjectId(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssuesByProjectId(Integer) - Method in interface org.itracker.services.IssueService
 
getIssuesByProjectId(Integer, int) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssuesByProjectId(Integer, int) - Method in interface org.itracker.services.IssueService
 
getIssuesCreatedByUser(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssuesCreatedByUser(Integer) - Method in interface org.itracker.services.IssueService
 
getIssuesCreatedByUser(Integer, boolean) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssuesCreatedByUser(Integer, boolean) - Method in interface org.itracker.services.IssueService
 
getIssueService() - Method in class org.itracker.services.implementations.ITrackerServicesImpl
 
getIssueService() - Method in interface org.itracker.services.ITrackerServices
 
getIssueServiceName() - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
getIssuesOwnedByUser(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssuesOwnedByUser(Integer) - Method in interface org.itracker.services.IssueService
 
getIssuesOwnedByUser(Integer, boolean) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssuesOwnedByUser(Integer, boolean) - Method in interface org.itracker.services.IssueService
 
getIssuesWatchedByUser(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssuesWatchedByUser(Integer) - Method in interface org.itracker.services.IssueService
 
getIssuesWatchedByUser(Integer, boolean) - Method in class org.itracker.services.implementations.IssueServiceImpl
TODO move to NotificationService
getIssuesWatchedByUser(Integer, boolean) - Method in interface org.itracker.services.IssueService
 
getIssuesWithSeverity(int) - Method in class org.itracker.services.implementations.IssueServiceImpl
Returns all issues with a severity equal to the given severity number
getIssuesWithSeverity(int) - Method in interface org.itracker.services.IssueService
Returns an array of issues that are currently at the given severity.
getIssuesWithStatus(int) - Method in class org.itracker.services.implementations.IssueServiceImpl
Returns all issues with a status equal to the given status number
getIssuesWithStatus(int) - Method in interface org.itracker.services.IssueService
Returns an array of issues that are currently at the given status.
getIssuesWithStatusLessThan(int) - Method in class org.itracker.services.implementations.IssueServiceImpl
Returns all issues with a status less than the given status number
getIssuesWithStatusLessThan(int) - Method in interface org.itracker.services.IssueService
Returns an array of issues that are currently at the given status or a status less than the given status.
getIssueURL(Issue, String) - Static method in class org.itracker.model.util.IssueUtilities
 
getIssueURL(Issue, URL) - Static method in class org.itracker.model.util.IssueUtilities
 
getIssueVersionIds(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssueVersionIds(Integer) - Method in interface org.itracker.services.IssueService
 
getIssueVersions(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getIssueVersions(Integer) - Method in interface org.itracker.services.IssueService
 
getIssueXML(XMLWriter, Issue) - Static method in class org.itracker.web.util.ImportExportUtilities
 
getIssueXML(Issue) - Static method in class org.itracker.web.util.ImportExportUtilities
Generates an XML block that encapsulates an issue for import or export.
getItems() - Method in class org.itracker.web.forms.LanguageForm
 
getItrackerServices() - Static method in class org.itracker.web.util.ServletContextUtils
 
getITrackerServices() - Method in class org.itracker.web.actions.base.ItrackerBaseAction
Deprecated.
moved to new static method in ServletContextUtils
getITrackerServices() - Method in class org.itracker.web.filters.ExecuteAlwaysFilter
 
getITrackerServices() - Method in class org.itracker.web.forms.ITrackerForm
 
getJndiPropertiesOverridePrefix() - Method in interface org.itracker.services.ConfigurationService
The JNDI context where the configuration.properties values can be overridden.
getJndiPropertiesOverridePrefix() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getJSDateFormat(String) - Static method in class org.itracker.web.util.HTMLUtilities
format a itracker date format for jacascript datepicker
getKey() - Method in exception org.itracker.SystemConfigurationException
 
getKey() - Method in class org.itracker.web.forms.ConfigurationForm
 
getKey() - Method in class org.itracker.web.forms.LanguageForm
 
getKey() - Method in class org.itracker.web.taglib.AddErrorTag
Deprecated.
 
getKey() - Method in class org.itracker.web.taglib.FormatMessageTag
 
getKeys() - Method in class org.itracker.core.resources.ITrackerResourceBundle
Implementation of ResourceBundle.getKeys.
getLanguage() - Method in class org.itracker.model.WorkflowScript
 
getLanguage() - Method in class org.itracker.web.forms.WorkflowScriptForm
 
getLanguageDAO() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getLanguageEntry(String, Locale) - Method in interface org.itracker.core.resources.ITrackerResourcesProvider
Load the exact translation by key for a locale.
getLanguageEntry(String, Locale) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getLanguageItemByKey(String, Locale) - Method in interface org.itracker.services.ConfigurationService
This method will return the translation for a particular key in a locale.
getLanguageItemByKey(String, Locale) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getLanguageItemsByKey(String) - Method in interface org.itracker.services.ConfigurationService
This method will return all the translations for a particular key.
getLanguageItemsByKey(String) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
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.
getLanguageProperties(Locale) - Method in interface org.itracker.core.resources.ITrackerResourcesProvider
Load all translation keys for a locale.
getLanguageProperties(Locale) - Method in interface org.itracker.services.ConfigurationService
 
getLanguageProperties(Locale) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getLanguages() - Method in class org.itracker.web.forms.ConfigurationForm
 
getLanguageValue(String, Locale) - Method in interface org.itracker.services.ConfigurationService
 
getLanguageValue(String, Locale) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getLastAccess() - Method in class org.itracker.web.ptos.UserPTO
 
getLastIssueHistory(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
Returns the latest issue history entry for a particular issue.
getLastIssueHistory(Integer) - Method in interface org.itracker.services.IssueService
Returns the latest issue history entry for a particular issue.
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
 
getLastModifiedDate() - Method in class org.itracker.web.ptos.ProjectPTO
 
getLastName() - Method in class org.itracker.model.User
 
getLastName() - Method in class org.itracker.web.forms.ForgotPasswordForm
 
getLastName() - Method in class org.itracker.web.forms.UserForm
 
getLastUpdatedIssueDate() - Method in class org.itracker.web.ptos.ProjectPTO
 
getLatestIssueDateByProjectId(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getLatestIssueDateByProjectId(Integer) - Method in interface org.itracker.services.IssueService
 
getLatestIssueUpdatedDateByProjectId(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getLatestIssueUpdatedDateByProjectId(Integer) - Method in interface org.itracker.services.ProjectService
 
getLegacyCode() - Method in enum org.itracker.model.Configuration.Type
 
getListOfAllAvailableProjects() - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getListOfProjectFields(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getListOfProjectFields(Integer) - Method in interface org.itracker.services.ProjectService
 
getListOfProjectOwners(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getListOfProjectOwners(Integer) - Method in interface org.itracker.services.ProjectService
 
getListOptions() - Method in class org.itracker.web.taglib.FormatCustomFieldTag
 
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.
getListOptions(HttpServletRequest, Issue, List<NameValuePair>, Map<Integer, Set<PermissionType>>, Project, User) - Static method in class org.itracker.web.util.EditIssueActionUtil
 
getListOptions(HttpSession) - Static method in class org.itracker.web.util.RequestHelper
 
getLocale() - Method in class org.itracker.core.resources.ITrackerResourceBundle
 
getLocale() - Static method in class org.itracker.core.resources.ITrackerResources
 
getLocale() - Method in class org.itracker.model.Language
 
getLocale() - Method in class org.itracker.web.forms.LanguageForm
 
getLocale() - Method in class org.itracker.web.taglib.FormatMessageTag
 
getLocale(String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getLocale(HttpServletRequest) - Method in class org.itracker.web.actions.base.ItrackerBaseAction
 
getLocale(HttpServletRequest) - Static method in class org.itracker.web.servlets.GenericController
 
getLocaleBaseTitle() - Method in class org.itracker.web.forms.LanguageForm
 
getLocaleDN(String, Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getLocaleDN(Locale, Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getLocaleFullDN(Locale, Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getLocaleKey() - Method in class org.itracker.web.taglib.FormatMessageTag
 
getLocaleNamesMap(Locale, Set<String>, Map<String, List<String>>) - Static method in class org.itracker.core.resources.ITrackerResources
 
getLocaleNativeName(Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getLocalePart(String, int) - Static method in class org.itracker.model.util.SystemConfigurationUtilities
 
getLocaleTitle() - Method in class org.itracker.web.forms.LanguageForm
 
getLocaleType(String) - Static method in class org.itracker.model.util.SystemConfigurationUtilities
 
getLogin() - Method in class org.itracker.model.User
 
getLogin() - Method in class org.itracker.web.forms.ForgotPasswordForm
 
getLogin() - Method in class org.itracker.web.forms.LoginForm
 
getLogin() - Method in class org.itracker.web.forms.UserForm
 
getLongProperty(String, long) - Method in interface org.itracker.services.ConfigurationService
Load a configuration from application properties.
getLongProperty(String, long) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getMailSessionLookupName() - Method in interface org.itracker.services.ConfigurationService
The JNDI lookup name for the mail-session.
getMailSessionLookupName() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
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
 
getMessage() - Method in exception org.itracker.services.exceptions.AuthenticatorException
 
getMessage(Locale, String) - Method in class org.itracker.web.resources.ITrackerMessageResources
 
getMessageKey() - Method in exception org.itracker.services.exceptions.AuthenticatorException
Returns a key that contains a custom error message to display to the user.
getMinor() - Method in class org.itracker.model.Version
 
getMinutes() - Method in class org.itracker.web.forms.TaskForm
 
getModels() - Method in class org.itracker.web.util.ImportHandler
 
getModule() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getModule() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
getMonths() - Method in class org.itracker.web.forms.TaskForm
 
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
 
getName() - Method in class org.itracker.web.forms.ComponentForm
 
getName() - Method in class org.itracker.web.forms.ProjectForm
 
getName() - Method in class org.itracker.web.forms.ReportForm
 
getName() - Method in class org.itracker.web.forms.WorkflowScriptForm
 
getName() - Method in class org.itracker.web.ptos.ProjectPTO
 
getName() - Method in class org.itracker.web.taglib.AddErrorTag
Deprecated.
 
getName() - Method in class org.itracker.web.taglib.ClearErrorsTag
Deprecated.
 
getName() - Method in class org.itracker.web.util.EditProjectFormActionUtil.ComponentInfo
 
getName() - Method in class org.itracker.web.util.EditProjectFormActionUtil.CustomFieldInfo
 
getNameKey() - Method in class org.itracker.model.Report
 
getNameKey() - Method in class org.itracker.web.forms.ReportForm
 
getNextIssues(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getNextIssues(Integer) - Method in interface org.itracker.services.IssueService
 
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
 
getNotificationService() - Method in class org.itracker.services.implementations.ITrackerServicesImpl
 
getNotificationService() - Method in interface org.itracker.services.ITrackerServices
 
getNotificationService() - Method in class org.itracker.web.scheduler.tasks.MailNotification
 
getNow() - Method in class org.itracker.web.util.SessionTracker
 
getNumActiveSessions() - Static method in class org.itracker.web.util.SessionManager
 
getNumber() - Method in class org.itracker.model.Version
 
getNumber() - Method in class org.itracker.web.forms.VersionForm
 
getNumber() - Method in class org.itracker.web.util.EditProjectFormActionUtil.VersionInfo
 
getNumberAvailableLanguages() - Method in interface org.itracker.services.ConfigurationService
 
getNumberAvailableLanguages() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getNumberCustomFields() - Static method in class org.itracker.model.util.IssueUtilities
Returns the total number of defined custom fields
getNumberDefinedKeys(String) - Method in interface org.itracker.services.ConfigurationService
 
getNumberDefinedKeys(String) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getNumberIssues() - Method in class org.itracker.services.implementations.IssueServiceImpl
Added implementation to make proper count of ALL issues, instead select them in a list and return its size
getNumberIssues() - Method in interface org.itracker.services.IssueService
 
getNumberReports() - Method in class org.itracker.services.implementations.ReportServiceImpl
 
getNumberReports() - Method in interface org.itracker.services.ReportService
 
getNumberSeverities() - Static method in class org.itracker.model.util.IssueUtilities
 
getNumberStatuses() - Static method in class org.itracker.model.util.IssueUtilities
 
getNumberUsers() - Method in class org.itracker.services.implementations.UserServiceImpl
 
getNumberUsers() - Method in interface org.itracker.services.UserService
 
getNumItemsOnIndex() - Method in class org.itracker.model.UserPreferences
 
getNumItemsOnIndex() - Method in class org.itracker.web.forms.UserForm
 
getNumItemsOnIssueList() - Method in class org.itracker.model.UserPreferences
 
getNumItemsOnIssueList() - Method in class org.itracker.web.forms.UserForm
 
getOpenIssueCountByProjectId(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getOpenIssueCountByProjectId(Integer) - Method in interface org.itracker.services.IssueService
 
getOptioncreatepasswords() - Method in class org.itracker.web.forms.AdminActionForm
 
getOptioncreatepasswords() - Method in class org.itracker.web.forms.ImportForm
 
getOptionreuseconfig() - Method in class org.itracker.web.forms.AdminActionForm
 
getOptionreuseconfig() - Method in class org.itracker.web.forms.ImportForm
 
getOptionreusefields() - Method in class org.itracker.web.forms.AdminActionForm
 
getOptionreusefields() - Method in class org.itracker.web.forms.ImportForm
 
getOptionreuseprojects() - Method in class org.itracker.web.forms.AdminActionForm
 
getOptionreuseprojects() - Method in class org.itracker.web.forms.ImportForm
 
getOptionreuseusers() - Method in class org.itracker.web.forms.AdminActionForm
 
getOptionreuseusers() - Method in class org.itracker.web.forms.ImportForm
 
getOptions() - Method in class org.itracker.model.CustomField
 
getOptions() - Method in class org.itracker.model.Project
 
getOptions() - Method in class org.itracker.web.forms.ProjectForm
 
getOptions(int) - Static method in class org.itracker.model.util.ProjectUtilities
 
getOrder() - Method in class org.itracker.model.Configuration
 
getOrder() - Method in class org.itracker.web.forms.ConfigurationForm
 
getOrder() - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
getOrderBy() - Method in class org.itracker.model.IssueSearchQuery
 
getOrderBy() - Method in class org.itracker.web.forms.SearchForm
 
getOriginalFileName() - Method in class org.itracker.model.IssueAttachment
 
getOwner() - Method in class org.itracker.model.Issue
 
getOwner() - Method in class org.itracker.model.IssueSearchQuery
 
getOwner() - Method in class org.itracker.web.forms.SearchForm
 
getOwnerId() - Method in class org.itracker.web.forms.IssueForm
 
getOwnerName(User, Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getOwners() - Method in class org.itracker.model.Project
 
getOwners() - Method in class org.itracker.web.forms.ProjectForm
 
getPage() - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
getPageCount() - Method in class org.itracker.web.util.ListIssuesActionUtil.Pagination
 
getParamName() - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
getParamName() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getParamName() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
getParamName() - Method in class org.itracker.web.taglib.FormatLinkTag
 
getParamValue() - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
getParamValue() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getParamValue() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
getParamValue() - Method in class org.itracker.web.taglib.FormatLinkTag
 
getParentLocale() - Method in class org.itracker.web.forms.LanguageForm
 
getPassword() - Method in class org.itracker.model.User
 
getPassword() - Method in class org.itracker.services.authentication.ITrackerUserDetails
 
getPassword() - Method in class org.itracker.web.forms.LoginForm
 
getPassword() - Method in class org.itracker.web.forms.UserForm
 
getPasswordAuthenticator() - Method in class org.itracker.util.EmailAuthenticator
 
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
 
getPermissions() - Method in class org.itracker.web.forms.ProjectForm
 
getPermissions() - Method in class org.itracker.web.forms.UserForm
 
getPermissionsByUserId(Integer) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getPermissionsByUserId(Integer) - Method in interface org.itracker.services.UserService
Returns an array of Permission objects for the requested userId.
getPermissionType() - Method in class org.itracker.model.Permission
 
getPermissionTypeNames(Locale) - Static method in class org.itracker.model.util.UserUtilities
 
getPerPage() - Method in class org.itracker.web.util.ListIssuesActionUtil.Pagination
 
getPossibleOwners() - Method in class org.itracker.web.ptos.IssuePTO
 
getPossibleOwners(Issue, Integer, Integer) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getPossibleOwners(Issue, Integer, Integer) - Method in interface org.itracker.services.UserService
 
getPreferences() - Method in class org.itracker.model.User
 
getPreviousIssues(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getPreviousIssues(Integer) - Method in interface org.itracker.services.IssueService
 
getPrevStatus() - Method in class org.itracker.web.forms.IssueForm
 
getPrimaryIssueNotifications(Issue) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
getPrimaryIssueNotifications(Issue) - Method in interface org.itracker.services.NotificationService
Retrieves the primary issue notifications.
getPrincipal() - Static method in class org.itracker.web.util.LoginUtilities
Utility for accessing the current logged in user's principal
getPriority() - Method in class org.itracker.model.ProjectScript
 
getPriority() - Method in class org.itracker.web.forms.ProjectScriptForm
 
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
 
getProject() - Method in class org.itracker.web.forms.SearchForm
 
getProject(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getProject(Integer) - Method in interface org.itracker.services.ProjectService
 
getProjectComponent(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getProjectComponent(Integer) - Method in interface org.itracker.services.ProjectService
 
getProjectDAO() - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
getProjectFields(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getProjectFields(Integer) - Method in interface org.itracker.services.ProjectService
 
getProjectFields(Integer, Locale) - Method in class org.itracker.services.implementations.ProjectServiceImpl
TODO: implement Locale-aware ProjectFields.
getProjectFields(Integer, Locale) - Method in interface org.itracker.services.ProjectService
 
getProjectId() - Method in class org.itracker.model.IssueSearchQuery
 
getProjectId() - Method in class org.itracker.web.forms.AssignIssueForm
 
getProjectId() - Method in class org.itracker.web.forms.ComponentForm
 
getProjectId() - Method in class org.itracker.web.forms.IssueForm
 
getProjectId() - Method in class org.itracker.web.forms.MoveIssueForm
 
getProjectId() - Method in class org.itracker.web.forms.ProjectScriptForm
 
getProjectId() - Method in class org.itracker.web.forms.VersionForm
 
getProjectId() - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
getProjectIds() - Method in class org.itracker.web.forms.DisplayReportForm
 
getProjectName() - Method in class org.itracker.model.IssueSearchQuery
 
getProjectOptions() - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
getProjectOptions() - Method in class org.itracker.web.taglib.FormatResolutionTag
 
getProjectOwners(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getProjectOwners(Integer) - Method in interface org.itracker.services.ProjectService
 
getProjects() - Method in class org.itracker.model.IssueSearchQuery
 
getProjects() - Method in class org.itracker.model.User
 
getProjects() - Method in class org.itracker.web.forms.SearchForm
 
getProjectScript(Integer) - Method in interface org.itracker.services.ConfigurationService
This method will return the requested project script.
getProjectScript(Integer) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getProjectScript(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getProjectScript(Integer) - Method in interface org.itracker.services.ProjectService
 
getProjectScripts() - Method in interface org.itracker.services.ConfigurationService
This method will return all defined project scripts.
getProjectScripts() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getProjectScripts() - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getProjectScripts() - Method in interface org.itracker.services.ProjectService
 
getProjectService() - Method in class org.itracker.services.implementations.ITrackerServicesImpl
 
getProjectService() - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
getProjectService() - Method in interface org.itracker.services.ITrackerServices
 
getProjectsObjects(IssueSearchQuery) - Method in class org.itracker.persistence.dao.IssueDAOImpl
 
getProjectStats(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getProjectStats(Integer) - Method in interface org.itracker.services.ProjectService
Deprecated.
count open/closed issues with new methods: getTotalNumberOpenIssuesByProject, getTotalNumberResolvedIssuesByProject
getProjectVersion(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getProjectVersion(Integer) - Method in interface org.itracker.services.ProjectService
 
getProjectXML(Project) - Static method in class org.itracker.web.util.ImportExportUtilities
Generates an XML block that encapsulates a project for import or export.
getProperties() - Method in class org.itracker.model.util.PropertiesFileHandler
 
getProperty(String) - Method in class org.itracker.model.util.PropertiesFileHandler
 
getProperty(String) - Method in interface org.itracker.services.ConfigurationService
Load a configuration from application properties.
getProperty(String) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getProperty(String, String) - Method in interface org.itracker.core.resources.ITrackerResourcesProvider
 
getProperty(String, String) - Method in interface org.itracker.services.ConfigurationService
Load a configuration from application properties.
getProperty(String, String) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getPTOs(ProjectService, PermissionType[], Map<Integer, Set<PermissionType>>) - Static method in class org.itracker.web.actions.project.ListProjectsAction
 
getQueryString() - Method in class org.itracker.web.taglib.FormatLinkTag
 
getRedirectStrategy() - Method in class org.itracker.web.security.DefaultAccessDeniedHandler
 
getRedirectStrategy() - Method in class org.itracker.web.security.LoginHandler
 
getRedirectUrl() - Method in class org.itracker.web.security.LoginHandler
 
getRedirectUrl(HttpServletRequest) - Method in class org.itracker.web.security.LoginHandler
 
getRegistrationType() - Method in class org.itracker.model.User
 
getRelatedIssue() - Method in class org.itracker.model.IssueRelation
 
getRelatedIssueId() - Method in class org.itracker.web.forms.IssueForm
 
getRelatedIssueId() - Method in class org.itracker.web.forms.IssueRelationForm
 
getRelationId() - Method in class org.itracker.web.forms.RemoveRelationForm
 
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
 
getRelationType() - Method in class org.itracker.web.forms.IssueForm
 
getRelationType() - Method in class org.itracker.web.forms.IssueRelationForm
 
getRememberLastSearch() - Method in class org.itracker.model.UserPreferences
 
getRememberLastSearch() - Method in class org.itracker.web.forms.UserForm
 
getReportDAO() - Method in class org.itracker.services.implementations.ReportServiceImpl
 
getReportDAO() - Method in interface org.itracker.services.ReportService
 
getReportId() - Method in class org.itracker.web.forms.DisplayReportForm
 
getReportOutput() - Method in class org.itracker.web.forms.DisplayReportForm
 
getReportService() - Method in class org.itracker.services.implementations.ITrackerServicesImpl
 
getReportService() - Method in interface org.itracker.services.ITrackerServices
 
getRequest(HttpServletRequest) - Method in class org.itracker.web.security.LoginHandler
 
getRequestAuthType(HttpServletRequest) - Static method in class org.itracker.web.util.LoginUtilities
 
getRequired() - Method in class org.itracker.web.forms.CustomFieldForm
 
getResolution() - Method in class org.itracker.model.Issue
 
getResolution() - Method in class org.itracker.model.IssueSearchQuery
 
getResolution() - Method in class org.itracker.web.forms.IssueForm
 
getResolution() - Method in class org.itracker.web.forms.SearchForm
 
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.
getResolvedIssueCountByProjectId(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getResolvedIssueCountByProjectId(Integer) - Method in interface org.itracker.services.IssueService
 
getResourceKey() - Method in class org.itracker.model.Language
 
getResourceValue() - Method in class org.itracker.model.Language
 
getResults() - Method in class org.itracker.model.IssueSearchQuery
 
getReturnForward(Issue, Project, String, ActionMapping) - Static method in class org.itracker.web.util.EditIssueActionUtil
 
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
 
getScript() - Method in class org.itracker.web.forms.WorkflowScriptForm
 
getScript() - Method in class org.itracker.web.ptos.ProjectScriptPTO
 
getScriptItems() - Method in class org.itracker.web.forms.ProjectScriptForm
 
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
 
getServices(JobExecutionContext) - Method in class org.itracker.web.scheduler.tasks.BaseJob
 
getSessionId() - Method in class org.itracker.web.util.SessionTracker
 
getSessionLastAccess(String) - Static method in class org.itracker.web.util.SessionManager
 
getSessionNeedsReset(String) - Static method in class org.itracker.web.util.SessionManager
 
getSessionStart(String) - Static method in class org.itracker.web.util.SessionManager
 
getSeverities() - Method in class org.itracker.model.IssueSearchQuery
 
getSeverities() - Method in class org.itracker.model.SystemConfiguration
 
getSeverities() - Method in class org.itracker.web.forms.SearchForm
 
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
 
getSeverity() - Method in class org.itracker.web.forms.IssueForm
 
getSeverityLocalizedString() - Method in class org.itracker.web.ptos.IssuePTO
 
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
 
getShowClosedOnIssueList() - Method in class org.itracker.web.forms.UserForm
 
getSize() - Method in class org.itracker.model.IssueAttachment
 
getSizeOfAllAttachments() - Method in class org.itracker.web.ptos.ListAttachmentsPTO
 
getSortColumnOnIssueList() - Method in class org.itracker.model.UserPreferences
 
getSortColumnOnIssueList() - Method in class org.itracker.web.forms.UserForm
 
getSortedKeys() - Method in interface org.itracker.services.ConfigurationService
Returns all of the keys currently defined in the base locale sorted and grouped in a logical manner.
getSortedKeys() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getSortOptionsByName() - Method in class org.itracker.web.forms.CustomFieldForm
 
getSortOrder() - Method in class org.itracker.model.CustomFieldValue
 
getSortOrder() - Method in class org.itracker.web.forms.CustomFieldValueForm
 
getSrc() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
getStandardFieldKey(int) - Static method in class org.itracker.model.util.IssueUtilities
 
getStandardFields(Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getStart() - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
getStart() - Method in class org.itracker.web.util.ListIssuesActionUtil.Pagination
 
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.
getStatus() - Method in class org.itracker.web.forms.ComponentForm
 
getStatus() - Method in class org.itracker.web.forms.IssueForm
 
getStatus() - Method in class org.itracker.web.forms.ProjectForm
 
getStatus() - Method in class org.itracker.web.forms.VersionForm
 
getStatus() - Method in class org.itracker.web.ptos.ProjectPTO
 
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() - Method in class org.itracker.web.forms.SearchForm
 
getStatuses(Locale) - Static method in class org.itracker.model.util.IssueUtilities
 
getStatusLocalizedString() - Method in class org.itracker.web.ptos.IssuePTO
 
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
 
getString(String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, Object[]) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, String, Object[]) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, String, String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, Locale) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, Locale, Object[]) - Static method in class org.itracker.core.resources.ITrackerResources
 
getString(String, Locale, String) - Static method in class org.itracker.core.resources.ITrackerResources
 
getStringValue() - Method in class org.itracker.model.IssueField
 
getStringValue(Context, String, String) - Static method in class org.itracker.util.NamingUtilites
Read a String value of any type of object
getStyleClass() - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
getStyleClass() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getStyleClass() - Method in class org.itracker.web.taglib.FormatLinkTag
 
getStyleClass() - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
getStyleId() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getSuperUsers() - Method in class org.itracker.services.implementations.UserServiceImpl
 
getSuperUsers() - Method in interface org.itracker.services.UserService
 
getSystemBaseURL() - Method in interface org.itracker.services.ConfigurationService
 
getSystemBaseURL() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getSystemConfiguration(Locale) - Method in interface org.itracker.services.ConfigurationService
This method will return the current configuration of the system.
getSystemConfiguration(Locale) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getTarget() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getTarget() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
getTarget() - Method in class org.itracker.web.taglib.FormatLinkTag
 
getTargetAction() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getTargetAction() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
getTargetAction() - Method in class org.itracker.web.taglib.FormatLinkTag
 
getTargetVersion() - Method in class org.itracker.model.Issue
 
getTargetVersion() - Method in class org.itracker.model.IssueSearchQuery
 
getTargetVersion() - Method in class org.itracker.web.forms.IssueForm
 
getTargetVersion() - Method in class org.itracker.web.forms.SearchForm
 
getText() - Method in class org.itracker.model.IssueSearchQuery
 
getTextActionKey() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
getTextActionKey() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
getTextPattern() - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
getTextphrase() - Method in class org.itracker.web.forms.SearchForm
 
getTitleKey() - Method in class org.itracker.web.taglib.FormatLinkTag
 
getTotal() - Method in class org.itracker.web.util.ListIssuesActionUtil.Pagination
 
getTotalIssueCountByProjectId(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getTotalIssueCountByProjectId(Integer) - Method in interface org.itracker.services.IssueService
 
getTotalNumberIssues() - Method in class org.itracker.web.ptos.ProjectPTO
 
getTotalNumberIssuesByProject(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getTotalNumberIssuesByProject(Integer) - Method in interface org.itracker.services.ProjectService
 
getTotalNumberOpenIssuesByProject(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getTotalNumberOpenIssuesByProject(Integer) - Method in interface org.itracker.services.ProjectService
 
getTotalNumberResolvedIssuesByProject(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
getTotalNumberResolvedIssuesByProject(Integer) - Method in interface org.itracker.services.ProjectService
 
getTotalOpenIssues() - Method in class org.itracker.web.ptos.ProjectPTO
 
getTotalResolvedIssues() - Method in class org.itracker.web.ptos.ProjectPTO
 
getTranslations() - Method in class org.itracker.web.forms.ConfigurationForm
 
getTranslations() - Method in class org.itracker.web.forms.CustomFieldForm
 
getTranslations() - Method in class org.itracker.web.forms.CustomFieldValueForm
 
getTruncateKey() - Method in class org.itracker.web.taglib.FormatDescriptionTag
 
getTruncateLength() - Method in class org.itracker.web.taglib.FormatDescriptionTag
 
getTruncateText() - Method in class org.itracker.web.taglib.FormatDescriptionTag
 
getType() - Method in exception org.itracker.ImportExportException
 
getType() - Method in exception org.itracker.IssueException
Returns the exception type which can be used to format a localized error message.
getType() - Method in exception org.itracker.IssueSearchException
 
getType() - Method in class org.itracker.model.Configuration
 
getType() - Method in class org.itracker.model.IssueAttachment
 
getType() - Method in class org.itracker.model.IssueSearchQuery
 
getType() - Method in exception org.itracker.PasswordException
 
getType() - Method in exception org.itracker.services.exceptions.AuthenticatorException
 
getType() - Method in class org.itracker.web.forms.DisplayReportForm
 
getType() - Method in class org.itracker.web.forms.SearchForm
 
getType() - Method in class org.itracker.web.util.EditProjectFormActionUtil.CustomFieldInfo
 
getType() - Method in exception org.itracker.WorkflowException
 
getTypeKey() - Method in class org.itracker.web.forms.ConfigurationForm
 
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.
getUnassignedIssues() - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getUnassignedIssues() - Method in interface org.itracker.services.IssueService
 
getUnassignedIssues(boolean) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
getUnassignedIssues(boolean) - Method in interface org.itracker.services.IssueService
 
getUnauthorizedUrl() - Method in class org.itracker.web.security.DefaultAccessDeniedHandler
 
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
 
getUser() - Method in class org.itracker.web.ptos.UserPTO
 
getUser(Integer) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUser(Integer) - Method in interface org.itracker.services.UserService
 
getUserByLogin(String) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUserByLogin(String) - Method in interface org.itracker.services.UserService
 
getUserDAO() - Method in class org.itracker.persistence.dao.UserPreferencesDAOImpl
 
getUserHasPermission_PERMISSION_ASSIGN_OTHERS() - Method in class org.itracker.web.ptos.IssuePTO
 
getUserHasPermission_PERMISSION_ASSIGN_SELF() - Method in class org.itracker.web.ptos.IssuePTO
 
getUserId() - Method in class org.itracker.web.forms.AssignIssueForm
 
getUserInfo(String) - Method in class org.itracker.services.authentication.adsson.ADIntegration
 
getUserLocale() - Method in class org.itracker.model.UserPreferences
 
getUserLocale() - Method in class org.itracker.web.forms.UserForm
 
GetUserModelFromADPrivilegedAction - Class in org.itracker.services.authentication.adsson
 
GetUserModelFromADPrivilegedAction(String, String, String) - Constructor for class org.itracker.services.authentication.adsson.GetUserModelFromADPrivilegedAction
 
getUsername() - Method in class org.itracker.services.authentication.ITrackerUserDetails
 
getUserPasswordByLogin(String) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUserPasswordByLogin(String) - Method in interface org.itracker.services.UserService
 
getUserPermissions(HttpSession) - Method in class org.itracker.web.actions.base.ItrackerBaseAction
Deprecated.
moved to RequestHelper
getUserPermissions(HttpSession) - Static method in class org.itracker.web.util.RequestHelper
Returns the map of a permissions by project id.
getUserPermissions(User, int) - Method in class org.itracker.services.authentication.DefaultAuthenticator
The DefaultAuthenticator returns a list of user permissions from the database.
getUserPermissions(User, int) - Method in interface org.itracker.services.authentication.PluggableAuthenticator
This method should return all the permissions a user has in the authentication system.
getUserPermissionsLocal(User) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUserPermissionsLocal(User) - Method in interface org.itracker.services.UserService
This method will call local EJBs to find all permissions for a user.
getUsers() - Method in class org.itracker.web.forms.ProjectForm
 
getUserService() - Method in class org.itracker.services.authentication.AbstractPluggableAuthenticator
Returns a UserService session bean that can be used to call needed methods such as retrieving a user.
getUserService() - Method in class org.itracker.services.implementations.ITrackerServicesImpl
 
getUserService() - Method in interface org.itracker.services.ITrackerServices
 
getUsersMapOfProjectIdsAndSetOfPermissionTypes(User, int) - Method in class org.itracker.services.implementations.UserServiceImpl
Deprecated.
getUsersMapOfProjectIdsAndSetOfPermissionTypes(User, int) - Method in interface org.itracker.services.UserService
Returns a HashMap of all permissions a user has.
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.
getUsersWithAnyProjectPermission(Integer, int[]) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUsersWithAnyProjectPermission(Integer, int[]) - Method in interface org.itracker.services.UserService
Deprecated.
getUsersWithAnyProjectPermission(Integer, int[], boolean) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUsersWithAnyProjectPermission(Integer, int[], boolean) - Method in interface org.itracker.services.UserService
Deprecated.
getUsersWithAnyProjectPermission(Integer, PermissionType[]) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUsersWithAnyProjectPermission(Integer, PermissionType[]) - Method in interface org.itracker.services.UserService
This method will return a list of users with any of the supplied permission, either explicitly, or by their role as a super user.
getUsersWithAnyProjectPermission(Integer, PermissionType[], boolean) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUsersWithAnyProjectPermission(Integer, PermissionType[], boolean) - Method in interface org.itracker.services.UserService
This method will return a list of users with any of the supplied permission, either explicitly, or by their role as a super user.
getUsersWithPermissionLocal(Integer, int) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUsersWithPermissionLocal(Integer, int) - Method in interface org.itracker.services.UserService
Deprecated.
getUsersWithPermissionLocal(Integer, PermissionType) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUsersWithPermissionLocal(Integer, PermissionType) - Method in interface org.itracker.services.UserService
This method will call local EJBs to find users with a specific permission.
getUsersWithProjectPermission(Integer, int) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUsersWithProjectPermission(Integer, int) - Method in interface org.itracker.services.UserService
Deprecated.
getUsersWithProjectPermission(Integer, int[], boolean, boolean) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUsersWithProjectPermission(Integer, int[], boolean, boolean) - Method in interface org.itracker.services.UserService
Deprecated.
getUsersWithProjectPermission(Integer, int[], boolean, boolean, int) - Method in class org.itracker.services.authentication.DefaultAuthenticator
Deprecated.
getUsersWithProjectPermission(Integer, int[], boolean, boolean, int) - Method in interface org.itracker.services.authentication.PluggableAuthenticator
Deprecated.
getUsersWithProjectPermission(Integer, int, boolean) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUsersWithProjectPermission(Integer, int, boolean) - Method in interface org.itracker.services.UserService
Deprecated.
getUsersWithProjectPermission(Integer, PermissionType) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUsersWithProjectPermission(Integer, PermissionType) - Method in interface org.itracker.services.UserService
This method will return a list of users with a specific permission, either explicitly, or by their role as a super user.
getUsersWithProjectPermission(Integer, PermissionType[], boolean, boolean) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUsersWithProjectPermission(Integer, PermissionType[], boolean, boolean) - Method in interface org.itracker.services.UserService
This method will return a list of users with the supplied permission, either explicitly, or by their role as a super user.
getUsersWithProjectPermission(Integer, PermissionType[], boolean, boolean, int) - Method in class org.itracker.services.authentication.DefaultAuthenticator
Returns the list of users for a given project.
getUsersWithProjectPermission(Integer, PermissionType[], boolean, boolean, int) - Method in interface org.itracker.services.authentication.PluggableAuthenticator
This method should return an array of users that have certain permissions in the authentication system.
getUsersWithProjectPermission(Integer, PermissionType, boolean) - Method in class org.itracker.services.implementations.UserServiceImpl
 
getUsersWithProjectPermission(Integer, PermissionType, boolean) - Method in interface org.itracker.services.UserService
 
getUserXML(XMLWriter, User) - Static method in class org.itracker.web.util.ImportExportUtilities
 
getUserXML(User) - Static method in class org.itracker.web.util.ImportExportUtilities
Generates an XML block that encapsulates a user for import or export.
getUseTextActions() - Method in class org.itracker.model.UserPreferences
 
getUseTextActions() - Method in class org.itracker.web.forms.UserForm
 
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() - Method in class org.itracker.web.forms.ConfigurationForm
 
getValue() - Method in class org.itracker.web.forms.CustomFieldForm
 
getValue() - Method in class org.itracker.web.forms.CustomFieldValueForm
 
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
 
getVersions() - Method in class org.itracker.web.forms.IssueForm
 
getVersions() - Method in class org.itracker.web.forms.SearchForm
 
getViewable() - Method in class org.itracker.web.ptos.ProjectPTO
 
getVO() - Method in class org.itracker.web.ptos.ProjectScriptPTO
Deprecated.
getWeekdays() - Method in class org.itracker.web.forms.TaskForm
 
getWorkflowScript(Integer) - Method in interface org.itracker.services.ConfigurationService
This method will return the requested workflow script.
getWorkflowScript(Integer) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getWorkflowScriptDAO() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
getWorkflowScripts() - Method in interface org.itracker.services.ConfigurationService
This method will return all defined workflow scripts.
getWorkflowScripts() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
Groovy - org.itracker.model.WorkflowScript.ScriptLanguage
 

H

handle(Callback[]) - Method in class org.itracker.services.authentication.adsson.SimpleCallbackHandler
 
handle(HttpServletRequest, HttpServletResponse, AccessDeniedException) - Method in class org.itracker.web.security.DefaultAccessDeniedHandler
 
handleGetObject(String) - Method in class org.itracker.core.resources.ITrackerResourceBundle
Implementation of ResourceBundle.handleGetObject.
handleInitialProjectMembers(Project, Set<Integer>, Set<Integer>, ProjectService, UserService) - Static method in class org.itracker.web.util.AdminProjectUtilities
When creating project, initial set of users with specific set of rights can be defined.
handleQuotes(String) - Static method in class org.itracker.web.util.HTMLUtilities
 
hasAnyPermission(Project, PermissionType[]) - Static method in class org.itracker.web.util.LoginUtilities
Returns true if the user has any of required permissions for the project.
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, Integer) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
hasIssueNotification(Issue, Integer) - Method in interface org.itracker.services.NotificationService
 
hasIssueNotification(Issue, Integer, Notification.Role) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
hasIssueNotification(Issue, Integer, Notification.Role) - Method in interface org.itracker.services.NotificationService
 
hasIssueNotification(Issue, String) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
hasIssueNotification(Issue, String) - Method in interface org.itracker.services.NotificationService
 
hasIssueNotification(Issue, String, Notification.Role) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
hasIssueNotification(Issue, String, Notification.Role) - Method in interface org.itracker.services.NotificationService
 
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(int, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.base.ItrackerBaseAction
Deprecated.
hasPermission(int, HttpServletRequest, HttpServletResponse) - Static method in class org.itracker.web.util.LoginUtilities
Deprecated.
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.
hasPermission(PermissionType) - Static method in class org.itracker.web.util.LoginUtilities
Returns true if the user has all the required permissions.
hasPermission(PermissionType[], HttpServletRequest, HttpServletResponse) - Static method in class org.itracker.web.util.LoginUtilities
Deprecated.
hasPermission(PermissionType, HttpServletRequest, HttpServletResponse) - Method in class org.itracker.web.actions.base.ItrackerBaseAction
Deprecated.
hasPermission(PermissionType, HttpServletRequest, HttpServletResponse) - Static method in class org.itracker.web.util.LoginUtilities
 
hasPermission(Project, PermissionType) - Static method in class org.itracker.web.util.LoginUtilities
Returns true if the user has the required permission for the given project.
hasPermission(Project, PermissionType[]) - Static method in class org.itracker.web.util.LoginUtilities
Returns true if the user has all of required permissions for the project.
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
 
HEXCHARS - Static variable in class org.itracker.core.resources.ITrackerResources
 
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
 
HTMLUtilities - Class in org.itracker.util
 
HTMLUtilities - Class in org.itracker.web.util
 
HTMLUtilities() - Constructor for class org.itracker.util.HTMLUtilities
 
HTMLUtilities() - Constructor for class org.itracker.web.util.HTMLUtilities
 

I

ID_COMPARATOR - Static variable in class org.itracker.model.AbstractEntity
 
IdComparator() - Constructor for class org.itracker.model.AbstractEntity.IdComparator
 
IMPORT_DATA_KEY - Static variable in class org.itracker.web.util.Constants
 
IMPORT_STAT_FIELDS - Static variable in class org.itracker.web.util.ImportExportUtilities
 
IMPORT_STAT_ISSUES - Static variable in class org.itracker.web.util.ImportExportUtilities
 
IMPORT_STAT_NEW - Static variable in class org.itracker.web.util.ImportExportUtilities
 
IMPORT_STAT_PROJECTS - Static variable in class org.itracker.web.util.ImportExportUtilities
 
IMPORT_STAT_RESOLUTIONS - Static variable in class org.itracker.web.util.ImportExportUtilities
 
IMPORT_STAT_REUSED - Static variable in class org.itracker.web.util.ImportExportUtilities
 
IMPORT_STAT_SEVERITIES - Static variable in class org.itracker.web.util.ImportExportUtilities
 
IMPORT_STAT_STATUSES - Static variable in class org.itracker.web.util.ImportExportUtilities
 
IMPORT_STAT_USERS - Static variable in class org.itracker.web.util.ImportExportUtilities
 
ImportDataFormAction - Class in org.itracker.web.actions.admin.configuration
 
ImportDataFormAction() - Constructor for class org.itracker.web.actions.admin.configuration.ImportDataFormAction
 
ImportDataModel - Class in org.itracker.model
 
ImportDataModel() - Constructor for class org.itracker.model.ImportDataModel
 
ImportDataProcessAction - Class in org.itracker.web.actions.admin.configuration
 
ImportDataProcessAction() - Constructor for class org.itracker.web.actions.admin.configuration.ImportDataProcessAction
 
ImportDataVerifyAction - Class in org.itracker.web.actions.admin.configuration
Performs a verification on the import data to ensure that it contains no errors, applies any import options, and also updates the data to reuse any current system data if needed.
ImportDataVerifyAction() - Constructor for class org.itracker.web.actions.admin.configuration.ImportDataVerifyAction
 
ImportExportException - Exception in org.itracker
 
ImportExportException() - Constructor for exception org.itracker.ImportExportException
 
ImportExportException(String) - Constructor for exception org.itracker.ImportExportException
 
ImportExportException(String, int) - Constructor for exception org.itracker.ImportExportException
 
ImportExportTags - Interface in org.itracker.web.util
This interface defines the tags used in the export XML.
ImportExportUtilities - Class in org.itracker.web.util
FIXME: This is not XML, this is string concatenating/parsing.
ImportExportUtilities() - Constructor for class org.itracker.web.util.ImportExportUtilities
 
ImportForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
ImportForm() - Constructor for class org.itracker.web.forms.ImportForm
 
ImportHandler - Class in org.itracker.web.util
This class provides functionality needed to parse an XML document to be imported into an ITracker instance, into a set of data models.
ImportHandler() - Constructor for class org.itracker.web.util.ImportHandler
 
importIssues(Reader) - Static method in class org.itracker.web.util.ImportExportUtilities
Takes an XML file matching the ITracker import/export DTD and returns an array of AbstractBean objects.
importXml(InputSource) - Static method in class org.itracker.web.util.ImportExportUtilities
 
INACTIVE_ACCOUNT - Static variable in exception org.itracker.PasswordException
 
INACTIVE_ACCOUNT - Static variable in exception org.itracker.services.exceptions.AuthenticatorException
 
init() - Method in class org.itracker.services.implementations.DefaultEmailService
 
init() - Method in class org.itracker.web.ApplicationInitialization
 
init(FilterConfig) - Method in class org.itracker.web.filters.ExecuteAlwaysFilter
 
init(FilterConfig) - Method in class org.itracker.web.filters.SetRequestCharacterEncoding
Initialize the filter.
init(ServletConfig) - Method in class org.itracker.web.servlets.AttachmentDownloadController
Deprecated.
 
init(ServletConfig) - Method in class org.itracker.web.servlets.ReportDownloadController
 
init(ServletConfig) - Method in class org.itracker.web.servlets.RssFeedController
 
init(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ProjectForm
 
init(ActionMapping, HttpServletRequest) - Static method in class org.itracker.web.util.EditComponentFormActionUtil
 
init(ActionMapping, HttpServletRequest) - Static method in class org.itracker.web.util.EditVersionFormActionUtil
 
init(Action, ActionMessages, ActionMapping, HttpServletRequest) - Static method in class org.itracker.web.util.ListIssuesActionUtil
 
initEventOptions(Locale) - Method in class org.itracker.web.forms.WorkflowScriptForm
 
initialize(Map<?, ?>) - Method in class org.itracker.services.authentication.AbstractPluggableAuthenticator
This method is called after creating a new instance of the Authenticator.
initialize(Map<?, ?>) - Method in interface org.itracker.services.authentication.PluggableAuthenticator
This method should be implemented to setup any needed components.
initializeAllLanguages(boolean) - Method in interface org.itracker.services.ConfigurationService
This method will attempt to load all of the locales defined in the ITracker.properties file, and add them to the database if they don't already exist.
initializeAllLanguages(boolean) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
This method will attempt to load all of the locales defined in the ITracker.properties file, and add them to the database if they don't already exist.
initializeConfiguration() - Method in interface org.itracker.services.ConfigurationService
This method will load the some default system configuration data into the database.
initializeConfiguration() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
initialized - org.itracker.model.Configuration.Type
 
InitializeLanguagesAction - Class in org.itracker.web.actions.admin.language
 
InitializeLanguagesAction() - Constructor for class org.itracker.web.actions.admin.language.InitializeLanguagesAction
 
initializeLocale(String, boolean) - Method in interface org.itracker.services.ConfigurationService
This method will load the specified locale.
initializeLocale(String, boolean) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
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
 
INVALID_ARGS - Static variable in exception org.itracker.WorkflowException
 
INVALID_AUTHENTICATION_TYPE - Static variable in exception org.itracker.services.exceptions.AuthenticatorException
 
INVALID_DATA - Static variable in exception org.itracker.PasswordException
 
INVALID_DATA - Static variable in exception org.itracker.services.exceptions.AuthenticatorException
 
INVALID_EMAIL - Static variable in exception org.itracker.PasswordException
 
INVALID_NAME - Static variable in exception org.itracker.PasswordException
 
INVALID_PASSWORD - Static variable in exception org.itracker.services.exceptions.AuthenticatorException
 
invalidateSession(String) - Static method in class org.itracker.web.util.SessionManager
 
invokeProjectScripts(Project, int, Map<Integer, List<NameValuePair>>, ActionMessages) - Method in class org.itracker.web.forms.IssueForm
 
invokeProjectScripts(Project, int, ActionMessages) - Method in class org.itracker.web.forms.IssueForm
 
IP - org.itracker.model.Notification.Role
 
isAccountNonExpired() - Method in class org.itracker.services.authentication.ITrackerUserDetails
 
isAccountNonLocked() - Method in class org.itracker.services.authentication.ITrackerUserDetails
 
isActive() - Method in class org.itracker.web.ptos.ProjectPTO
 
isAutologinSuccessHandler() - Method in class org.itracker.web.security.LoginHandler
 
isBuiltinField() - Method in class org.itracker.web.ptos.ProjectScriptPTO
 
isCanCreate() - Method in class org.itracker.web.ptos.ProjectPTO
 
isConfigurationItemUpToDate(Configuration) - Method in interface org.itracker.services.ConfigurationService
 
isConfigurationItemUpToDate(Configuration) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
isCredentialsNonExpired() - Method in class org.itracker.services.authentication.ITrackerUserDetails
 
isDirty(String) - Method in class org.itracker.core.resources.ITrackerResourceBundle
 
isEnabled() - Method in class org.itracker.services.authentication.ITrackerUserDetails
 
isHasAttachments() - Method in class org.itracker.web.ptos.ListAttachmentsPTO
 
isInitialized() - Static method in class org.itracker.core.resources.ITrackerResources
 
isLongString(String) - Static method in class org.itracker.core.resources.ITrackerResources
 
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
 
isRegisrationTypeSelf() - Method in class org.itracker.web.ptos.UserPTO
 
isRequired() - Method in class org.itracker.model.CustomField
 
isSaveLogin() - Method in class org.itracker.web.forms.LoginForm
 
isSortOptionsByName() - Method in class org.itracker.model.CustomField
 
isStatusLocked() - Method in class org.itracker.web.ptos.UserPTO
 
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_KEY - Static variable in class org.itracker.web.util.Constants
 
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
 
IssueException - Exception in org.itracker
This class is used to represent a variety of exceptions that can occur while processing issues.
IssueException() - Constructor for exception org.itracker.IssueException
Creates a new IssueException of unknown type.
IssueException(String) - Constructor for exception org.itracker.IssueException
Creates a new IssueException of unknown type with a default message.
IssueException(String, String) - Constructor for exception org.itracker.IssueException
Creates a new IssueException of specified type with a default message.
IssueException(String, String, Throwable) - Constructor for exception org.itracker.IssueException
Creates a new IssueException of specified type with a default message.
IssueException(String, Throwable) - Constructor for exception org.itracker.IssueException
Creates a new IssueException of unknown type with a default message.
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
 
IssueForm - Class in org.itracker.web.forms
This form is by the struts actions to pass issue data.
IssueForm() - Constructor for class org.itracker.web.forms.IssueForm
 
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
 
IssueNavigationUtil - Class in org.itracker.web.util
 
IssueNavigationUtil() - Constructor for class org.itracker.web.util.IssueNavigationUtil
 
IssuePTO - Class in org.itracker.web.ptos
 
IssuePTO(Issue) - Constructor for class org.itracker.web.ptos.IssuePTO
 
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
 
IssueRelationForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
IssueRelationForm() - Constructor for class org.itracker.web.forms.IssueRelationForm
 
IssueSearchException - Exception in org.itracker
 
IssueSearchException() - Constructor for exception org.itracker.IssueSearchException
 
IssueSearchException(String) - Constructor for exception org.itracker.IssueSearchException
 
IssueSearchException(String, int) - Constructor for exception org.itracker.IssueSearchException
 
IssueSearchQuery - Class in org.itracker.model
 
IssueSearchQuery() - Constructor for class org.itracker.model.IssueSearchQuery
 
IssueService - Interface in org.itracker.services
 
IssueServiceImpl - Class in org.itracker.services.implementations
Issue related service layer.
IssueServiceImpl() - Constructor for class org.itracker.services.implementations.IssueServiceImpl
 
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() - Method in class org.itracker.web.forms.UserForm
 
isSuperUser(Map<Integer, Set<PermissionType>>) - Static method in class org.itracker.model.util.UserUtilities
Deprecated.
isUnassigned() - Method in class org.itracker.web.ptos.IssuePTO
 
isUniqueProjectName(String, Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
isUniqueProjectName(String, Integer) - Method in interface org.itracker.services.ProjectService
Check if this project name is used by any of the projects which already exist in the database.
isUserCanEdit() - Method in class org.itracker.web.ptos.IssuePTO
 
isUserCanViewIssue() - Method in class org.itracker.web.ptos.IssuePTO
 
isUserHasIssueNotification() - Method in class org.itracker.web.ptos.IssuePTO
 
isViewable() - Method in class org.itracker.web.ptos.ProjectPTO
 
isWorkflowScriptsAllowed() - Static method in class org.itracker.web.forms.IssueForm
 
ItrackerBaseAction - Class in org.itracker.web.actions.base
The base itracker Struts-Action.
ItrackerBaseAction() - Constructor for class org.itracker.web.actions.base.ItrackerBaseAction
 
ITrackerDirtyResourceException - Exception in org.itracker
 
ITrackerDirtyResourceException(String, String, String) - Constructor for exception org.itracker.ITrackerDirtyResourceException
 
ITrackerForm - Class in org.itracker.web.forms
This form is by the struts actions to pass issue data.
ITrackerForm() - Constructor for class org.itracker.web.forms.ITrackerForm
 
ITrackerMessageResources - Class in org.itracker.web.resources
 
ITrackerMessageResources(MessageResourcesFactory, String) - Constructor for class org.itracker.web.resources.ITrackerMessageResources
 
ITrackerMessageResources(MessageResourcesFactory, String, boolean) - Constructor for class org.itracker.web.resources.ITrackerMessageResources
 
ITrackerMessageResourcesFactory - Class in org.itracker.web.resources
 
ITrackerMessageResourcesFactory() - Constructor for class org.itracker.web.resources.ITrackerMessageResourcesFactory
 
ITrackerPasswordEncoder - Class in org.itracker.services.authentication
 
ITrackerPasswordEncoder() - Constructor for class org.itracker.services.authentication.ITrackerPasswordEncoder
 
ITrackerResourceBundle - Class in org.itracker.core.resources
 
ITrackerResourceBundle(Locale, Object[][]) - Constructor for class org.itracker.core.resources.ITrackerResourceBundle
Deprecated.
used still for testing
ITrackerResourceBundle(Locale, Properties) - Constructor for class org.itracker.core.resources.ITrackerResourceBundle
 
ITrackerResourceBundle.DirtyKey - Interface in org.itracker.core.resources
 
ITrackerResources - Class in org.itracker.core.resources
Please comment this class here.
ITrackerResources() - Constructor for class org.itracker.core.resources.ITrackerResources
 
ITrackerResourcesProvider - Interface in org.itracker.core.resources
To provide Locale values from application properties configuration.
ITrackerServices - Interface in org.itracker.services
Service layer is a bit messy.
ITrackerServicesImpl - Class in org.itracker.services.implementations
Service layer is a bit messy.
ITrackerServicesImpl(IssueService, UserService, ProjectService, ConfigurationService, ReportService, NotificationService, EmailService) - Constructor for class org.itracker.services.implementations.ITrackerServicesImpl
 
ITrackerUserDetails - Class in org.itracker.services.authentication
 
ITrackerUserDetails(User, Collection<Permission>) - Constructor for class org.itracker.services.authentication.ITrackerUserDetails
 

K

KEY_BASE_CUSTOMFIELD - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_CUSTOMFIELD_LABEL - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_CUSTOMFIELD_OPTION - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_CUSTOMFIELD_TYPE - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_ISSUE_RELATION - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_LOCALE_NAME - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_PERMISSION - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_PRIORITY - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_PRIORITY_LABEL - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_PRIORITY_SIZE - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_PROJECT_STATUS - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_RESOLUTION - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_SEVERITY - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_STATUS - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_USER_STATUS - Static variable in class org.itracker.core.resources.ITrackerResources
 
KEY_BASE_WORKFLOW_EVENT - Static variable in class org.itracker.core.resources.ITrackerResources
 
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
 
LanguageForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
LanguageForm() - Constructor for class org.itracker.web.forms.LanguageForm
 
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
 
LIST_ISSUES_PAGE_TITLE_KEY - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
LIST_OPTIONS_KEY - Static variable in class org.itracker.web.util.Constants
 
ListAttachmentsAction - Class in org.itracker.web.actions.admin.attachment
 
ListAttachmentsAction() - Constructor for class org.itracker.web.actions.admin.attachment.ListAttachmentsAction
 
ListAttachmentsPTO - Class in org.itracker.web.ptos
Class represents ListAttachmentsPTO.
ListAttachmentsPTO() - Constructor for class org.itracker.web.ptos.ListAttachmentsPTO
 
ListConfigurationAction - Class in org.itracker.web.actions.admin.configuration
 
ListConfigurationAction() - Constructor for class org.itracker.web.actions.admin.configuration.ListConfigurationAction
 
ListIssuesAction - Class in org.itracker.web.actions.project
 
ListIssuesAction() - Constructor for class org.itracker.web.actions.project.ListIssuesAction
 
ListIssuesActionUtil - Class in org.itracker.web.util
 
ListIssuesActionUtil() - Constructor for class org.itracker.web.util.ListIssuesActionUtil
 
ListIssuesActionUtil.Pagination - Class in org.itracker.web.util
TODO temporary pagination helper
ListLanguagesAction - Class in org.itracker.web.actions.admin.language
 
ListLanguagesAction() - Constructor for class org.itracker.web.actions.admin.language.ListLanguagesAction
 
ListProjectsAction - Class in org.itracker.web.actions
 
ListProjectsAction - Class in org.itracker.web.actions.project
 
ListProjectsAction() - Constructor for class org.itracker.web.actions.ListProjectsAction
 
ListProjectsAction() - Constructor for class org.itracker.web.actions.project.ListProjectsAction
 
ListProjectsAdminAction - Class in org.itracker.web.actions.admin.project
Action for preparing request for list_projects.jsp.
ListProjectsAdminAction() - Constructor for class org.itracker.web.actions.admin.project.ListProjectsAdminAction
 
ListReportsAction - Class in org.itracker.web.actions.admin.report
 
ListReportsAction - Class in org.itracker.web.actions.report
 
ListReportsAction() - Constructor for class org.itracker.web.actions.admin.report.ListReportsAction
 
ListReportsAction() - Constructor for class org.itracker.web.actions.report.ListReportsAction
 
ListTasksAction - Class in org.itracker.web.actions.admin.scheduler
 
ListTasksAction() - Constructor for class org.itracker.web.actions.admin.scheduler.ListTasksAction
 
ListUsersAction - Class in org.itracker.web.actions.admin.user
 
ListUsersAction() - Constructor for class org.itracker.web.actions.admin.user.ListUsersAction
 
ListWorkflowScriptAction - Class in org.itracker.web.actions.admin.workflow
 
ListWorkflowScriptAction() - Constructor for class org.itracker.web.actions.admin.workflow.ListWorkflowScriptAction
 
loadUserByUsername(String) - Method in class org.itracker.services.implementations.UserServiceImpl
 
locale - org.itracker.model.Configuration.Type
 
LOCALE_KEY - Static variable in class org.itracker.web.util.Constants
 
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
 
LockUserAction - Class in org.itracker.web.actions.admin.user
 
LockUserAction() - Constructor for class org.itracker.web.actions.admin.user.LockUserAction
 
login() - Method in class org.itracker.services.authentication.adsson.ADIntegration
 
LOGIN_COMPARATOR - Static variable in class org.itracker.model.User
 
LoginAction - Class in org.itracker.web.actions.user
 
LoginAction() - Constructor for class org.itracker.web.actions.user.LoginAction
 
LoginComparator() - Constructor for class org.itracker.model.User.LoginComparator
 
LoginForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
LoginForm() - Constructor for class org.itracker.web.forms.LoginForm
 
LoginHandler - Class in org.itracker.web.security
 
LoginHandler() - Constructor for class org.itracker.web.security.LoginHandler
 
LoginUtilities - Class in org.itracker.web.util
 
LoginUtilities() - Constructor for class org.itracker.web.util.LoginUtilities
 
LogoffAction - Class in org.itracker.web.actions.user
 
LogoffAction() - Constructor for class org.itracker.web.actions.user.LogoffAction
 
logTimeMillies(String, Date, Logger, Level) - Static method in class org.itracker.web.actions.base.ItrackerBaseAction
Log time passed since timestamp startTime was set.
lookup(Context, String) - Static method in class org.itracker.util.NamingUtilites
savely get object from naming context

M

MailNotification - Class in org.itracker.web.scheduler.tasks
 
MailNotification() - Constructor for class org.itracker.web.scheduler.tasks.MailNotification
 
mappedFieldOptions(List<CustomField>) - Static method in class org.itracker.web.util.EditIssueActionUtil
 
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.
matches(CharSequence, String) - Method in class org.itracker.services.authentication.ITrackerPasswordEncoder
 
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
 
MessageFormat - Class in org.itracker.core.resources
This class provides support for message replacement when there is a need for more than 10 arguements.
MessageFormat() - Constructor for class org.itracker.core.resources.MessageFormat
 
moveIssue(Issue, Integer, Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
Moves an issues from its current project to a new project.
moveIssue(Issue, Integer, Integer) - Method in interface org.itracker.services.IssueService
Moves an issues from its current project to a new project.
MoveIssueAction - Class in org.itracker.web.actions.project
 
MoveIssueAction() - Constructor for class org.itracker.web.actions.project.MoveIssueAction
 
MoveIssueForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
MoveIssueForm() - Constructor for class org.itracker.web.forms.MoveIssueForm
 
MoveIssueFormAction - Class in org.itracker.web.actions.project
 
MoveIssueFormAction() - Constructor for class org.itracker.web.actions.project.MoveIssueFormAction
 

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
 
NamingUtilites - Class in org.itracker.util
Utilities class for naming
NamingUtilites() - Constructor for class org.itracker.util.NamingUtilites
 
newlinesToBreaks(String) - Static method in class org.itracker.web.util.HTMLUtilities
 
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
 
NotificationException - Exception in org.itracker.web.scheduler.tasks
 
NotificationException() - Constructor for exception org.itracker.web.scheduler.tasks.NotificationException
 
NotificationException(String) - Constructor for exception org.itracker.web.scheduler.tasks.NotificationException
 
NotificationService - Interface in org.itracker.services
 
NotificationServiceImpl - Class in org.itracker.services.implementations
 
NotificationServiceImpl() - Constructor for class org.itracker.services.implementations.NotificationServiceImpl
 
NotificationServiceImpl(EmailService, ProjectService, NotificationDAO, IssueActivityDAO, IssueDAO, IssueService) - Constructor for class org.itracker.services.implementations.NotificationServiceImpl
 
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
 
onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.itracker.web.security.AuthenticationErrorHandler
 
onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.itracker.web.security.LoginHandler
 
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
 
ORDER_KEY_ID - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ORDER_KEY_LAST_MODIFIED - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ORDER_KEY_OWNER_AND_STATUS - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ORDER_KEY_SEVERITY - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
ORDER_KEY_STATUS - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
OrderConfigurationItemAction - Class in org.itracker.web.actions.admin.configuration
 
OrderConfigurationItemAction() - Constructor for class org.itracker.web.actions.admin.configuration.OrderConfigurationItemAction
 
OrderCustomFieldValueAction - Class in org.itracker.web.actions.admin.configuration
 
OrderCustomFieldValueAction() - Constructor for class org.itracker.web.actions.admin.configuration.OrderCustomFieldValueAction
 
org.itracker - package org.itracker
 
org.itracker.core - package org.itracker.core
This package contains code for the initialization of the application
org.itracker.core.resources - package org.itracker.core.resources
This package contains code for Resources (what is Resources? Please precise)
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).
org.itracker.services - package org.itracker.services
Service Interfaces
org.itracker.services.authentication - package org.itracker.services.authentication
This package has something to do with Authentication ;)
org.itracker.services.authentication.adsson - package org.itracker.services.authentication.adsson
This package has something to do with Authentication, maybe Active Directory Service for those not using Linux for whatever reason ;)
org.itracker.services.exceptions - package org.itracker.services.exceptions
This package has something to do with Exception handling, please precise the idea here.
org.itracker.services.implementations - package org.itracker.services.implementations
This package contains XXXService interface implementations, named XXXServiceImpl by convention.
org.itracker.services.util - package org.itracker.services.util
This package contains many utilities, but what's the idea in detail?
org.itracker.util - package org.itracker.util
 
org.itracker.web - package org.itracker.web
 
org.itracker.web.actions - package org.itracker.web.actions
This package contains Struts actions
org.itracker.web.actions.admin - package org.itracker.web.actions.admin
 
org.itracker.web.actions.admin.attachment - package org.itracker.web.actions.admin.attachment
 
org.itracker.web.actions.admin.configuration - package org.itracker.web.actions.admin.configuration
 
org.itracker.web.actions.admin.language - package org.itracker.web.actions.admin.language
 
org.itracker.web.actions.admin.project - package org.itracker.web.actions.admin.project
 
org.itracker.web.actions.admin.report - package org.itracker.web.actions.admin.report
 
org.itracker.web.actions.admin.scheduler - package org.itracker.web.actions.admin.scheduler
 
org.itracker.web.actions.admin.user - package org.itracker.web.actions.admin.user
 
org.itracker.web.actions.admin.workflow - package org.itracker.web.actions.admin.workflow
 
org.itracker.web.actions.base - package org.itracker.web.actions.base
 
org.itracker.web.actions.issuesearch - package org.itracker.web.actions.issuesearch
 
org.itracker.web.actions.preferences - package org.itracker.web.actions.preferences
 
org.itracker.web.actions.project - package org.itracker.web.actions.project
 
org.itracker.web.actions.report - package org.itracker.web.actions.report
 
org.itracker.web.actions.user - package org.itracker.web.actions.user
 
org.itracker.web.exceptions - package org.itracker.web.exceptions
 
org.itracker.web.filters - package org.itracker.web.filters
This package contains filters that are executed with every web request.
org.itracker.web.forms - package org.itracker.web.forms
This package contains Struts forms used when receiving data from the Struts servlets
org.itracker.web.ptos - package org.itracker.web.ptos
This package holds PTO's (Presentatin Transfer Objects) that are used in case normal entities from the model are not good enough.
org.itracker.web.resources - package org.itracker.web.resources
 
org.itracker.web.scheduler.tasks - package org.itracker.web.scheduler.tasks
 
org.itracker.web.security - package org.itracker.web.security
 
org.itracker.web.servlets - package org.itracker.web.servlets
 
org.itracker.web.taglib - package org.itracker.web.taglib
 
org.itracker.web.util - package org.itracker.web.util
This package has something to do with utilities for web actions, but please explain in detail what shall be in, or not in here.
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
 
outputReport(List<Issue>, Project, Report, Locale, String, HttpServletResponse) - Static method in class org.itracker.web.actions.report.DisplayReportAction
 
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

PAGE_TITLE_ARG - Static variable in class org.itracker.web.util.Constants
 
PAGE_TITLE_KEY - Static variable in class org.itracker.web.util.Constants
 
PARAM_NAME_ORDER - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
PARAM_NAME_PROJECT_ID - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
PARAM_NAME_START - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
PasswordException - Exception in org.itracker
 
PasswordException() - Constructor for exception org.itracker.PasswordException
 
PasswordException(int) - Constructor for exception org.itracker.PasswordException
 
performTask(String[]) - Method in class org.itracker.web.scheduler.tasks.MailNotification
 
performTask(String[]) - Method in class org.itracker.web.scheduler.tasks.ReminderNotification
This method is called by the scheduler to send the reminder notifications.
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
 
PERMISSIONS_KEY - Static variable in class org.itracker.web.util.Constants
 
PermissionType - Enum in org.itracker.model
Enumeration for permission types.
PluggableAuthenticator - Interface in org.itracker.services.authentication
This interface should be implemented to provide a new authentication module for ITracker.
PM - org.itracker.model.Notification.Role
 
PNAME_SYSTEM_BASE_URL - Static variable in interface org.itracker.services.ConfigurationService
 
PO - org.itracker.model.Notification.Role
 
PortalHomeAction - Class in org.itracker.web.actions
 
PortalHomeAction() - Constructor for class org.itracker.web.actions.PortalHomeAction
 
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
 
PREFERENCES_KEY - Static variable in class org.itracker.web.util.Constants
 
PRIORITY_COMPARATOR - Static variable in class org.itracker.model.ProjectScript
 
process() - Method in class org.itracker.web.scheduler.tasks.MailNotification
process() checks for new messages and calls processMsg() for every new message
processFieldScript(ProjectScript, int, String, List<NameValuePair>, ActionMessages) - Method in class org.itracker.web.forms.IssueForm
Run provided BEANSHELL script against form instance, taking into account incoming event type, field raised an event and current values.
processFieldScripts(List<ProjectScript>, int, Map<Integer, String>, Map<Integer, List<NameValuePair>>, ActionMessages) - Method in class org.itracker.web.forms.IssueForm
The most general way to run scripts.
processFullEdit(Issue, Project, User, Map<Integer, Set<PermissionType>>, Locale, IssueService, ActionMessages) - Method in class org.itracker.web.forms.IssueForm
 
processLimitedEdit(Issue, Project, User, Map<Integer, Set<PermissionType>>, Locale, IssueService, ActionMessages) - Method in class org.itracker.web.forms.IssueForm
 
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_KEY - Static variable in class org.itracker.web.util.Constants
 
PROJECT_SCRIPT_KEY - Static variable in class org.itracker.web.util.Constants
 
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
 
ProjectException - Exception in org.itracker
 
ProjectException() - Constructor for exception org.itracker.ProjectException
 
ProjectException(String) - Constructor for exception org.itracker.ProjectException
 
ProjectForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
ProjectForm() - Constructor for class org.itracker.web.forms.ProjectForm
 
PROJECTNAME_COMPARATOR - Static variable in class org.itracker.model.Component
 
ProjectNameComparator() - Constructor for class org.itracker.model.Component.ProjectNameComparator
 
ProjectPTO - Class in org.itracker.web.ptos
 
ProjectPTO() - Constructor for class org.itracker.web.ptos.ProjectPTO
 
PROJECTS_KEY - Static variable in class org.itracker.web.util.Constants
 
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
 
ProjectScriptForm - Class in org.itracker.web.forms
This is the ProjectScriptForm Struts Form.
ProjectScriptForm() - Constructor for class org.itracker.web.forms.ProjectScriptForm
 
ProjectScriptPTO - Class in org.itracker.web.ptos
 
ProjectScriptPTO(ProjectScript, Locale) - Constructor for class org.itracker.web.ptos.ProjectScriptPTO
 
ProjectService - Interface in org.itracker.services
 
ProjectServiceImpl - Class in org.itracker.services.implementations
 
ProjectServiceImpl(ComponentDAO, CustomFieldDAO, ProjectDAO, ProjectScriptDAO, UserDAO, VersionDAO, IssueDAO) - Constructor for class org.itracker.services.implementations.ProjectServiceImpl
 
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
 
putBundle(Locale, ResourceBundle) - Static method in class org.itracker.core.resources.ITrackerResources
 

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

redirect(String, HttpServletRequest, HttpServletResponse) - Static method in class org.itracker.web.servlets.GenericController
 
redirectToOnLoginSuccess(HttpServletRequest, HttpServletResponse, RedirectStrategy) - Method in class org.itracker.web.security.LoginHandler
 
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.
release() - Method in class org.itracker.web.taglib.AddErrorTag
Deprecated.
 
release() - Method in class org.itracker.web.taglib.ClearErrorsTag
Deprecated.
 
release() - Method in class org.itracker.web.taglib.FormatCustomFieldTag
 
release() - Method in class org.itracker.web.taglib.FormatDateTag
 
release() - Method in class org.itracker.web.taglib.FormatDescriptionTag
 
release() - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
release() - Method in class org.itracker.web.taglib.FormatIconActionTag
 
release() - Method in class org.itracker.web.taglib.FormatImageActionTag
 
release() - Method in class org.itracker.web.taglib.FormatIssueOwnerTag
 
release() - Method in class org.itracker.web.taglib.FormatLinkTag
 
release() - Method in class org.itracker.web.taglib.FormatMessageTag
 
release() - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
release() - Method in class org.itracker.web.taglib.FormatResolutionTag
 
ReminderNotification - Class in org.itracker.web.scheduler.tasks
This class can be used to send reminder emails to owners/admins that issues need their attention.
ReminderNotification() - Constructor for class org.itracker.web.scheduler.tasks.ReminderNotification
 
REMOVE_HISTORY - org.itracker.model.IssueActivityType
 
removeConfigurationItem(Integer) - Method in interface org.itracker.services.ConfigurationService
This method will remove the configuration item with the supplied id.
removeConfigurationItem(Integer) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Finds the Configuration by primary key id and deletes it.
RemoveConfigurationItemAction - Class in org.itracker.web.actions.admin.configuration
 
RemoveConfigurationItemAction() - Constructor for class org.itracker.web.actions.admin.configuration.RemoveConfigurationItemAction
 
removeConfigurationItems(int) - Method in interface org.itracker.services.ConfigurationService
Deprecated.
use removeConfigurationItems(Configuration.Type type)
removeConfigurationItems(int) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Deprecated. 
removeConfigurationItems(Configuration) - Method in interface org.itracker.services.ConfigurationService
This method will remove all configuration items that match the supplied models type and value.
removeConfigurationItems(Configuration) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
removeConfigurationItems(Configuration.Type) - Method in interface org.itracker.services.ConfigurationService
This method will remove all configuration items that match the supplied type.
removeConfigurationItems(Configuration.Type) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Removes all Configurations of the give type
removeCustomField(Integer) - Method in interface org.itracker.services.ConfigurationService
Removes a single custom field from the database.
removeCustomField(Integer) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
searches for a custom field by primary key and removes it
RemoveCustomFieldAction - Class in org.itracker.web.actions.admin.configuration
 
RemoveCustomFieldAction() - Constructor for class org.itracker.web.actions.admin.configuration.RemoveCustomFieldAction
 
removeCustomFieldValue(Integer) - Method in interface org.itracker.services.ConfigurationService
Removes a single custom field value from the database.
removeCustomFieldValue(Integer) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
removes a custom field value by primary key
RemoveCustomFieldValueAction - Class in org.itracker.web.actions.admin.configuration
 
RemoveCustomFieldValueAction() - Constructor for class org.itracker.web.actions.admin.configuration.RemoveCustomFieldValueAction
 
removeCustomFieldValues(Integer) - Method in interface org.itracker.services.ConfigurationService
Removes all custom field values from the database for a single custom field.
removeCustomFieldValues(Integer) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Removes all field values of a given custom field
RemoveHistoryEntryAction - Class in org.itracker.web.actions.project
 
RemoveHistoryEntryAction() - Constructor for class org.itracker.web.actions.project.RemoveHistoryEntryAction
 
RemoveHistoryForm - Class in org.itracker.web.forms
please comment.
RemoveHistoryForm() - Constructor for class org.itracker.web.forms.RemoveHistoryForm
 
removeIssueAttachment(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
Removes a attachement (deletes it)
removeIssueAttachment(Integer) - Method in interface org.itracker.services.IssueService
 
RemoveIssueAttachmentAction - Class in org.itracker.web.actions.project
 
RemoveIssueAttachmentAction() - Constructor for class org.itracker.web.actions.project.RemoveIssueAttachmentAction
 
removeIssueHistoryEntry(Integer, Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
removeIssueHistoryEntry(Integer, Integer) - Method in interface org.itracker.services.IssueService
 
removeIssueNotification(Integer) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
removeIssueNotification(Integer) - Method in interface org.itracker.services.NotificationService
Retrieves an array of issue notifications.
removeIssueRelation(Integer, Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
removeIssueRelation(Integer, Integer) - Method in interface org.itracker.services.IssueService
 
removeLanguageItem(Language) - Method in interface org.itracker.services.ConfigurationService
 
removeLanguageItem(Language) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Removes the Language passed as parameter
removeLanguageKey(String) - Method in interface org.itracker.services.ConfigurationService
This method will remove all language items with the supplied key regardless of locale.
removeLanguageKey(String) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Removes all Languages with the give key
removeMarkup(String) - Static method in class org.itracker.util.HTMLUtilities
 
removeProjectComponent(Integer, Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
removeProjectComponent(Integer, Integer) - Method in interface org.itracker.services.ProjectService
 
removeProjectScript(Integer) - Method in interface org.itracker.services.ConfigurationService
This method removes a project script in the database.
removeProjectScript(Integer) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
remove a project script by its id
removeProjectScript(Integer, Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
removeProjectScript(Integer, Integer) - Method in interface org.itracker.services.ProjectService
 
RemoveProjectScriptAction - Class in org.itracker.web.actions.admin.project
 
RemoveProjectScriptAction() - Constructor for class org.itracker.web.actions.admin.project.RemoveProjectScriptAction
 
removeProjectVersion(Integer, Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
removeProjectVersion(Integer, Integer) - Method in interface org.itracker.services.ProjectService
 
removeQuotes(String) - Static method in class org.itracker.web.util.HTMLUtilities
 
RemoveRelationForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
RemoveRelationForm() - Constructor for class org.itracker.web.forms.RemoveRelationForm
 
removeRenamedLogin(String) - Static method in class org.itracker.web.util.SessionManager
 
RemoveReportAction - Class in org.itracker.web.actions.admin.report
 
RemoveReportAction() - Constructor for class org.itracker.web.actions.admin.report.RemoveReportAction
 
removeUserPermissions(Integer, List<Permission>) - Method in class org.itracker.services.implementations.UserServiceImpl
 
removeUserPermissions(Integer, List<Permission>) - Method in interface org.itracker.services.UserService
Resets all of the permissions for a user in the database.
removeValue(String, boolean) - Method in class org.itracker.core.resources.ITrackerResourceBundle
 
removeWorkflowScript(Integer) - Method in interface org.itracker.services.ConfigurationService
This method removes a workflow script in the database.
removeWorkflowScript(Integer) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
remove a workflow script by its id
RemoveWorkflowScriptAction - Class in org.itracker.web.actions.admin.workflow
Action to remove a workflow script
RemoveWorkflowScriptAction() - Constructor for class org.itracker.web.actions.admin.workflow.RemoveWorkflowScriptAction
 
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_IMAGEMAP_KEY - Static variable in class org.itracker.web.util.Constants
 
REPORT_KEY - Static variable in class org.itracker.web.util.Constants
 
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
 
ReportChartController - Class in org.itracker.web.servlets
 
ReportChartController() - Constructor for class org.itracker.web.servlets.ReportChartController
 
ReportDAO - Interface in org.itracker.persistence.dao
 
ReportDAOImpl - Class in org.itracker.persistence.dao
 
ReportDAOImpl() - Constructor for class org.itracker.persistence.dao.ReportDAOImpl
 
ReportDownloadController - Class in org.itracker.web.servlets
 
ReportDownloadController() - Constructor for class org.itracker.web.servlets.ReportDownloadController
 
ReportException - Exception in org.itracker
 
ReportException() - Constructor for exception org.itracker.ReportException
 
ReportException(String) - Constructor for exception org.itracker.ReportException
 
ReportException(String, String) - Constructor for exception org.itracker.ReportException
 
ReportException(Throwable) - Constructor for exception org.itracker.ReportException
 
ReportForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
ReportForm() - Constructor for class org.itracker.web.forms.ReportForm
 
ReportService - Interface in org.itracker.services
 
ReportServiceImpl - Class in org.itracker.services.implementations
 
ReportServiceImpl(ReportDAO) - Constructor for class org.itracker.services.implementations.ReportServiceImpl
 
ReportUtilities - Class in org.itracker.model.util
 
ReportUtilities() - Constructor for class org.itracker.model.util.ReportUtilities
 
REQ_SOURCE_API - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication request is being made from an API call
REQ_SOURCE_UNKNOWN - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication request is being made from an unknown location
REQ_SOURCE_WEB - Static variable in interface org.itracker.core.AuthenticationConstants
The authentication request is being made from the supplied web application
RequestHelper - Class in org.itracker.web.util
Helper class with utility methods to help with request handling in Action or JSP pages.
RES_KEY_UNASSIGNED - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
RES_KEY_UNKNOWN - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.AdminActionForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.AssignIssueForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ComponentForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.CustomFieldForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.CustomFieldValueForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.DisplayReportForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ForgotPasswordForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ImportForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.IssueRelationForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.LoginForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.MoveIssueForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ProjectForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ProjectScriptForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.RemoveRelationForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ReportForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.SearchForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.TaskForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.UserForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.VersionForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.WatchIssueForm
 
reset(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.WorkflowScriptForm
 
resetConfigurationCache() - Method in interface org.itracker.services.ConfigurationService
This method will reset any caches in the system of configuration items for all configuration item types.
resetConfigurationCache() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
resetConfigurationCache(int) - Method in interface org.itracker.services.ConfigurationService
Deprecated.
use resetConfigurationCache(Configuration.Type type)
resetConfigurationCache(int) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Deprecated.
resetConfigurationCache(Configuration.Type) - Method in interface org.itracker.services.ConfigurationService
This method will reset any caches in the system of configuration items for the specified configuration item type.
resetConfigurationCache(Configuration.Type) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
resolution - org.itracker.model.Configuration.Type
 
RESOLUTION_CHANGE - org.itracker.model.IssueActivityType
 
RESOURCE_BUNDLE_NAME - Static variable in class org.itracker.core.resources.ITrackerResources
 
returnedClass() - Method in class org.itracker.persistence.dao.AbstractEnumUserType
 
returnedClass() - Method in class org.itracker.persistence.dao.IntBooleanType
 
RssFeedController - Class in org.itracker.web.servlets
 
RssFeedController() - Constructor for class org.itracker.web.servlets.RssFeedController
 
run() - Method in class org.itracker.services.authentication.adsson.GetUserModelFromADPrivilegedAction
 
run() - Method in class org.itracker.web.scheduler.tasks.ReminderNotification
 

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.
saveErrors(HttpServletRequest, ActionMessages) - Static method in class org.itracker.web.filters.ExecuteAlwaysFilter
Save the specified error messages keys into the appropriate request attribute for use by the <html:errors> tag, if any messages are required.
saveMessages(HttpServletRequest, ActionErrors) - Static method in class org.itracker.web.servlets.GenericController
 
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
 
SEARCH_QUERY_KEY - Static variable in class org.itracker.web.util.Constants
 
SearchForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
SearchForm() - Constructor for class org.itracker.web.forms.SearchForm
 
searchIssues(IssueSearchQuery, User, Map<Integer, Set<PermissionType>>) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
searchIssues(IssueSearchQuery, User, Map<Integer, Set<PermissionType>>) - Method in interface org.itracker.services.IssueService
 
SearchIssuesAction - Class in org.itracker.web.actions.issuesearch
 
SearchIssuesAction() - Constructor for class org.itracker.web.actions.issuesearch.SearchIssuesAction
 
SearchIssuesFormAction - Class in org.itracker.web.actions.issuesearch
 
SearchIssuesFormAction() - Constructor for class org.itracker.web.actions.issuesearch.SearchIssuesFormAction
 
SELF_REGISTER - org.itracker.model.Notification.Type
 
SelfRegisterAction - Class in org.itracker.web.actions.user
 
SelfRegisterAction() - Constructor for class org.itracker.web.actions.user.SelfRegisterAction
 
SelfRegisterFormAction - Class in org.itracker.web.actions.user
 
SelfRegisterFormAction() - Constructor for class org.itracker.web.actions.user.SelfRegisterFormAction
 
sendEmail(String, String, String) - Method in interface org.itracker.services.EmailService
 
sendEmail(String, String, String) - Method in class org.itracker.services.implementations.DefaultEmailService
 
sendEmail(HashSet<String>, String, String) - Method in class org.itracker.services.implementations.DefaultEmailService
Deprecated.
use method with InetAddress[] addresses instead.
sendEmail(Set<InternetAddress>, String, String) - Method in class org.itracker.services.implementations.DefaultEmailService
 
sendEmail(InternetAddress[], String, String) - Method in interface org.itracker.services.EmailService
 
sendEmail(InternetAddress[], String, String) - Method in class org.itracker.services.implementations.DefaultEmailService
 
sendEmail(InternetAddress, String, String) - Method in interface org.itracker.services.EmailService
 
sendEmail(InternetAddress, String, String) - Method in class org.itracker.services.implementations.DefaultEmailService
 
sendNotification(Integer, int, String, NotificationService) - Static method in class org.itracker.web.util.EditIssueActionUtil
 
sendNotification(Issue, Notification.Type, String) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
sendNotification(Issue, Notification.Type, String) - Method in interface org.itracker.services.NotificationService
 
sendNotification(Issue, Notification.Type, String, InternetAddress[], Integer) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
sendNotification(Issue, Notification.Type, String, InternetAddress[], Integer) - Method in interface org.itracker.services.NotificationService
Deprecated. 
sendNotification(Notification, Notification.Type, String) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
sendNotification(Notification, Notification.Type, String) - Method in interface org.itracker.services.NotificationService
 
sendReminder(Issue, User, String, int) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
sendReminder(Issue, User, String, int) - Method in interface org.itracker.services.NotificationService
 
ServletContextUtils - Class in org.itracker.web.util
This class gets access to ITracker services layer from a servlet context Since actions already have it done in the top level ITrackerAction (ItrackerBaseAction), this is mostly to be used in JSPs.
ServletContextUtils() - Constructor for class org.itracker.web.util.ServletContextUtils
 
SES_ATT_NAME_CURRENT__USER - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
SES_ATT_NAME_PREFERENCES - Static variable in class org.itracker.web.util.ListIssuesActionUtil
 
SESSION_TRACKER_KEY - Static variable in class org.itracker.web.util.Constants
 
SessionManager - Class in org.itracker.web.util
Seems to manage the Web Sessions...
SessionManager() - Constructor for class org.itracker.web.util.SessionManager
 
SessionTracker - Class in org.itracker.web.util
What's this for? Please comment!
SessionTracker() - Constructor for class org.itracker.web.util.SessionTracker
 
SessionTracker(String, String) - Constructor for class org.itracker.web.util.SessionTracker
 
setAction(String) - Method in class org.itracker.web.forms.ComponentForm
 
setAction(String) - Method in class org.itracker.web.forms.ConfigurationForm
 
setAction(String) - Method in class org.itracker.web.forms.CustomFieldForm
 
setAction(String) - Method in class org.itracker.web.forms.CustomFieldValueForm
 
setAction(String) - Method in class org.itracker.web.forms.LanguageForm
 
setAction(String) - Method in class org.itracker.web.forms.ProjectForm
 
setAction(String) - Method in class org.itracker.web.forms.ReportForm
 
setAction(String) - Method in class org.itracker.web.forms.SearchForm
 
setAction(String) - Method in class org.itracker.web.forms.TaskForm
 
setAction(String) - Method in class org.itracker.web.forms.UserForm
 
setAction(String) - Method in class org.itracker.web.forms.VersionForm
 
setAction(String) - Method in class org.itracker.web.forms.WorkflowScriptForm
 
setAction(String) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setAction(String) - Method in class org.itracker.web.taglib.FormatImageActionTag
 
setAction(String) - Method in class org.itracker.web.taglib.FormatLinkTag
 
setActivities(List<IssueActivity>) - Method in class org.itracker.model.Issue
 
setActivityType(IssueActivityType) - Method in class org.itracker.model.IssueActivity
 
setAltKey(String) - Method in class org.itracker.web.taglib.FormatImageActionTag
 
setApplicationContext(ApplicationContext) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
setArg0(Object) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setArg0(Object) - Method in class org.itracker.web.taglib.FormatImageActionTag
 
setArg0(Object) - Method in class org.itracker.web.taglib.FormatLinkTag
 
setArg0(String) - Method in class org.itracker.web.taglib.FormatMessageTag
 
setArg1(String) - Method in class org.itracker.web.taglib.FormatMessageTag
 
setArg2(String) - Method in class org.itracker.web.taglib.FormatMessageTag
 
setArgs(String) - Method in class org.itracker.web.forms.TaskForm
 
setAttachment(FormFile) - Method in class org.itracker.web.forms.IssueForm
 
setAttachmentDescription(String) - Method in class org.itracker.web.forms.IssueForm
 
setAttachments(List<IssueAttachment>) - Method in class org.itracker.model.Issue
 
setAttachments(List<IssueAttachment>) - Method in class org.itracker.web.ptos.ListAttachmentsPTO
 
setAvailableProjects(List<Project>) - Method in class org.itracker.model.IssueSearchQuery
 
setBorder(String) - Method in class org.itracker.web.taglib.FormatImageActionTag
 
setCaller(String) - Method in class org.itracker.web.forms.IssueForm
 
setCaller(String) - Method in class org.itracker.web.forms.IssueRelationForm
 
setCaller(String) - Method in class org.itracker.web.forms.MoveIssueForm
 
setCaller(String) - Method in class org.itracker.web.forms.RemoveHistoryForm
 
setCaller(String) - Method in class org.itracker.web.forms.RemoveRelationForm
 
setCaller(String) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setCaller(String) - Method in class org.itracker.web.taglib.FormatImageActionTag
 
setCaller(String) - Method in class org.itracker.web.taglib.FormatLinkTag
 
setCanCreate(Boolean) - Method in class org.itracker.web.ptos.ProjectPTO
 
setClassName(String) - Method in class org.itracker.model.Report
 
setClassName(String) - Method in class org.itracker.web.forms.ReportForm
 
setClassName(String) - Method in class org.itracker.web.forms.TaskForm
 
setClassNameText(String) - Method in class org.itracker.web.forms.TaskForm
 
setComponentDAO(ComponentDAO) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setComponents(Integer[]) - Method in class org.itracker.web.forms.IssueForm
 
setComponents(Integer[]) - Method in class org.itracker.web.forms.SearchForm
 
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
 
setComponentsSize(String) - Method in class org.itracker.web.ptos.IssuePTO
 
setConfigurationService(ITrackerResourcesProvider) - Static method in class org.itracker.core.resources.ITrackerResources
 
setConfigurationService(ConfigurationService) - Method in class org.itracker.services.implementations.DefaultEmailService
 
setConfigurationService(ConfigurationService) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setConfPassword(String) - Method in class org.itracker.web.forms.UserForm
 
setCount(Long) - Method in class org.itracker.web.util.EditProjectFormActionUtil.ComponentInfo
 
setCount(Long) - Method in class org.itracker.web.util.EditProjectFormActionUtil.VersionInfo
 
setCreateDate(Date) - Method in class org.itracker.model.AbstractEntity
Sets the creation date and time.
setCreateDate(Date) - Method in interface org.itracker.model.Entity
 
setCreateDate(Date) - Method in class org.itracker.web.ptos.ProjectPTO
 
setCreatePasswords(Boolean) - Method in class org.itracker.model.ImportDataModel
 
setCreator(Integer) - Method in class org.itracker.web.forms.SearchForm
 
setCreator(User) - Method in class org.itracker.model.Issue
 
setCreator(User) - Method in class org.itracker.model.IssueSearchQuery
 
setCreatorId(Integer) - Method in class org.itracker.web.forms.IssueForm
 
setCurrentValue(String) - Method in class org.itracker.web.taglib.FormatCustomFieldTag
 
setCurrPassword(String) - Method in class org.itracker.web.forms.UserForm
 
setCustomField(CustomField) - Method in class org.itracker.model.CustomFieldValue
 
setCustomField(CustomField) - Method in class org.itracker.model.IssueField
 
setCustomFieldDAO(CustomFieldDAO) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setCustomFields(HashMap<String, String>) - Method in class org.itracker.web.forms.IssueForm
 
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
 
setDataType(Integer) - Method in class org.itracker.web.forms.ReportForm
 
setDate(Date) - Method in class org.itracker.web.taglib.FormatDateTag
 
setDate(Date) - Method in class org.itracker.web.util.EditProjectFormActionUtil.ComponentInfo
 
setDate(Date) - Method in class org.itracker.web.util.EditProjectFormActionUtil.VersionInfo
 
setDateFormat(String) - Method in class org.itracker.model.CustomField
 
setDateFormat(String) - Method in class org.itracker.web.forms.CustomFieldForm
 
setDateValue(Date) - Method in class org.itracker.model.IssueField
 
setDaysOfMonth(String) - Method in class org.itracker.web.forms.TaskForm
 
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
 
setDescription(String) - Method in class org.itracker.web.forms.ComponentForm
 
setDescription(String) - Method in class org.itracker.web.forms.IssueForm
 
setDescription(String) - Method in class org.itracker.web.forms.ProjectForm
 
setDescription(String) - Method in class org.itracker.web.forms.ReportForm
 
setDescription(String) - Method in class org.itracker.web.forms.VersionForm
 
setDescription(String) - Method in class org.itracker.web.ptos.ProjectPTO
 
setDescription(String) - Method in class org.itracker.web.util.EditProjectFormActionUtil.ComponentInfo
 
setDescription(String) - Method in class org.itracker.web.util.EditProjectFormActionUtil.VersionInfo
 
setDisplayType(String) - Method in class org.itracker.web.taglib.FormatCustomFieldTag
 
setDisplayType(String) - Method in class org.itracker.web.taglib.FormatResolutionTag
 
setEmail(String) - Method in class org.itracker.model.User
 
setEmail(String) - Method in class org.itracker.web.forms.UserForm
 
setEmailService(EmailService) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
setEmptyKey(String) - Method in class org.itracker.web.taglib.FormatDateTag
 
setEmptyKey(String) - Method in class org.itracker.web.taglib.FormatIssueOwnerTag
 
setEncoding(String) - Method in class org.itracker.web.filters.SetRequestCharacterEncoding
Sets the encoding of the request.
setErrorPageType(int) - Method in exception org.itracker.services.exceptions.AuthenticatorException
Sets the type of error page that should be used to display this exception.
setErrorPageValue(String) - Method in exception org.itracker.services.exceptions.AuthenticatorException
Returns the error page that should be used to display this exception Supported values are urls and Struts forward action mappings.
setEvent(int) - Method in class org.itracker.model.WorkflowScript
 
setEvent(Integer) - Method in class org.itracker.web.forms.WorkflowScriptForm
 
setExistingModel(int, AbstractEntity) - Method in class org.itracker.model.ImportDataModel
 
setField(CustomField) - Method in class org.itracker.web.taglib.FormatCustomFieldTag
 
setFieldId(Integer) - Method in class org.itracker.model.ProjectScript
 
setFieldId(HashMap<String, String>) - Method in class org.itracker.web.forms.ProjectScriptForm
 
setFields(Integer[]) - Method in class org.itracker.web.forms.ProjectForm
 
setFields(List<IssueField>) - Method in class org.itracker.model.Issue
 
setFieldType(Integer) - Method in class org.itracker.web.forms.CustomFieldForm
 
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
 
setFileData(String) - Method in class org.itracker.web.forms.ReportForm
 
setFileDataFile(FormFile) - Method in class org.itracker.web.forms.ReportForm
 
setFileName(String) - Method in class org.itracker.model.IssueAttachment
 
setFilterConfig(FilterConfig) - Method in class org.itracker.web.filters.SetRequestCharacterEncoding
 
setFirstName(String) - Method in class org.itracker.model.User
 
setFirstName(String) - Method in class org.itracker.web.forms.UserForm
 
setFormat(String) - Method in class org.itracker.web.taglib.FormatDateTag
 
setFormat(String) - Method in class org.itracker.web.taglib.FormatIssueOwnerTag
 
setFormName(String) - Method in class org.itracker.web.taglib.FormatCustomFieldTag
 
setFormProperties(Project, ProjectService, ActionForm, ActionMessages) - Static method in class org.itracker.web.util.AdminProjectUtilities
 
setForward(String) - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
setForward(String) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setForward(String) - Method in class org.itracker.web.taglib.FormatImageActionTag
 
setForward(String) - Method in class org.itracker.web.taglib.FormatLinkTag
 
setHasAttachments(boolean) - Method in class org.itracker.web.ptos.ListAttachmentsPTO
 
setHiddenIndexSections(int) - Method in class org.itracker.model.UserPreferences
 
setHiddenIndexSections(Integer[]) - Method in class org.itracker.web.forms.UserForm
 
setHistory(String) - Method in class org.itracker.web.forms.IssueForm
 
setHistory(List<IssueHistory>) - Method in class org.itracker.model.Issue
 
setHistoryId(Integer) - Method in class org.itracker.web.forms.RemoveHistoryForm
 
setHours(String) - Method in class org.itracker.web.forms.TaskForm
 
setIcon(String) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setIconClass(String) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setId(int) - Method in class org.itracker.web.util.EditProjectFormActionUtil.ComponentInfo
 
setId(int) - Method in class org.itracker.web.util.EditProjectFormActionUtil.CustomFieldInfo
 
setId(int) - Method in class org.itracker.web.util.EditProjectFormActionUtil.VersionInfo
 
setId(Integer) - Method in class org.itracker.model.AbstractEntity
 
setId(Integer) - Method in interface org.itracker.model.Entity
Sets this entity's system ID.
setId(Integer) - Method in class org.itracker.web.forms.ComponentForm
 
setId(Integer) - Method in class org.itracker.web.forms.ConfigurationForm
 
setId(Integer) - Method in class org.itracker.web.forms.CustomFieldForm
 
setId(Integer) - Method in class org.itracker.web.forms.CustomFieldValueForm
 
setId(Integer) - Method in class org.itracker.web.forms.IssueForm
 
setId(Integer) - Method in class org.itracker.web.forms.ProjectForm
 
setId(Integer) - Method in class org.itracker.web.forms.ProjectScriptForm
 
setId(Integer) - Method in class org.itracker.web.forms.ReportForm
 
setId(Integer) - Method in class org.itracker.web.forms.TaskForm
 
setId(Integer) - Method in class org.itracker.web.forms.UserForm
 
setId(Integer) - Method in class org.itracker.web.forms.VersionForm
 
setId(Integer) - Method in class org.itracker.web.forms.WorkflowScriptForm
 
setId(Integer) - Method in class org.itracker.web.ptos.ProjectPTO
 
setId(HashMap<String, String>) - Method in class org.itracker.web.forms.ProjectScriptForm
 
setImportFile(FormFile) - Method in class org.itracker.web.forms.AdminActionForm
 
setImportFile(FormFile) - Method in class org.itracker.web.forms.ImportForm
 
setInfo(String) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setIntValue(Integer) - Method in class org.itracker.model.IssueField
 
setIsAutologinSuccessHandler(boolean) - Method in class org.itracker.web.security.LoginHandler
 
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
 
setIssue(Issue) - Method in class org.itracker.web.ptos.IssuePTO
 
setIssue(Issue) - Method in class org.itracker.web.taglib.FormatIssueOwnerTag
 
setIssueActivityDao(IssueActivityDAO) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
setIssueActivityDAO(IssueActivityDAO) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setIssueAttachmentDAO(IssueAttachmentDAO) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setIssueAttachmentData(Integer, byte[]) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setIssueAttachmentData(Integer, byte[]) - Method in interface org.itracker.services.IssueService
Updates the binary data of the attachment stored in the database.
setIssueAttachmentData(String, byte[]) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setIssueAttachmentData(String, byte[]) - Method in interface org.itracker.services.IssueService
Updates the binary data of the attachment stored in the database.
setIssueComponents(Integer, HashSet<Integer>, Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setIssueComponents(Integer, HashSet<Integer>, Integer) - Method in interface org.itracker.services.IssueService
 
setIssueDao(IssueDAO) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
setIssueDAO(IssueDAO) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setIssueFields(Integer, List<IssueField>) - Method in class org.itracker.services.implementations.IssueServiceImpl
TODO maybe it has no use at all.
setIssueFields(Integer, List<IssueField>) - Method in interface org.itracker.services.IssueService
TODO: Add Javadocs here: document this whole class.describe what is the use for this method.
setIssueHistoryDAO(IssueHistoryDAO) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setIssueId(Integer) - Method in class org.itracker.web.forms.IssueRelationForm
 
setIssueId(Integer) - Method in class org.itracker.web.forms.MoveIssueForm
 
setIssueId(String) - Method in class org.itracker.web.forms.AssignIssueForm
 
setIssueId(String) - Method in class org.itracker.web.forms.WatchIssueForm
 
setIssueNamesKey(String) - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
setIssueRelationDAO(IssueRelationDAO) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setIssueService(IssueService) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
setIssueServiceName(String) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
setIssueVersions(Integer, HashSet<Integer>, Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setIssueVersions(Integer, HashSet<Integer>, Integer) - Method in interface org.itracker.services.IssueService
 
setItems(Map<String, String>) - Method in class org.itracker.web.forms.LanguageForm
 
setITrackerServices(ITrackerServices) - Static method in class org.itracker.web.util.ServletContextUtils
 
setJndiPropertiesOverridePrefix(String) - Method in interface org.itracker.services.ConfigurationService
 
setJndiPropertiesOverridePrefix(String) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
setKey(String) - Method in exception org.itracker.SystemConfigurationException
 
setKey(String) - Method in class org.itracker.web.forms.ConfigurationForm
 
setKey(String) - Method in class org.itracker.web.forms.LanguageForm
 
setKey(String) - Method in class org.itracker.web.taglib.AddErrorTag
Deprecated.
 
setKey(String) - Method in class org.itracker.web.taglib.FormatMessageTag
 
setLanguage(String) - Method in class org.itracker.web.forms.WorkflowScriptForm
 
setLanguage(WorkflowScript.ScriptLanguage) - Method in class org.itracker.model.WorkflowScript
 
setLanguages(Map<NameValuePair, List<NameValuePair>>) - Method in class org.itracker.web.forms.ConfigurationForm
 
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
 
setLastName(String) - Method in class org.itracker.web.forms.ForgotPasswordForm
 
setLastName(String) - Method in class org.itracker.web.forms.UserForm
 
setLastUpdatedIssueDate(Date) - Method in class org.itracker.web.ptos.ProjectPTO
 
setListOptions(Map<Integer, List<NameValuePair>>) - Method in class org.itracker.web.taglib.FormatCustomFieldTag
 
setLocale(String) - Method in class org.itracker.model.Language
 
setLocale(String) - Method in class org.itracker.web.forms.LanguageForm
 
setLocale(String) - Method in class org.itracker.web.taglib.FormatMessageTag
 
setLocaleBaseTitle(String) - Method in class org.itracker.web.forms.LanguageForm
 
setLocaleKey(String) - Method in class org.itracker.web.taglib.FormatMessageTag
 
setLocaleTitle(String) - Method in class org.itracker.web.forms.LanguageForm
 
setLogin(String) - Method in class org.itracker.model.User
 
setLogin(String) - Method in class org.itracker.web.forms.ForgotPasswordForm
 
setLogin(String) - Method in class org.itracker.web.forms.LoginForm
 
setLogin(String) - Method in class org.itracker.web.forms.UserForm
 
setMailSessionLookupName(String) - Method in interface org.itracker.services.ConfigurationService
 
setMailSessionLookupName(String) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
setMajor(int) - Method in class org.itracker.model.Version
 
setMatchingRelationId(Integer) - Method in class org.itracker.model.IssueRelation
 
setMessageKey(String) - Method in exception org.itracker.services.exceptions.AuthenticatorException
Sets a key that contains a custom error message to display to the user.
setMinor(int) - Method in class org.itracker.model.Version
 
setMinutes(String) - Method in class org.itracker.web.forms.TaskForm
 
setModifiedDate(Date) - Method in class org.itracker.web.ptos.ProjectPTO
 
setModule(String) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setModule(String) - Method in class org.itracker.web.taglib.FormatImageActionTag
 
setMonths(String) - Method in class org.itracker.web.forms.TaskForm
 
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
 
setName(String) - Method in class org.itracker.web.forms.ComponentForm
 
setName(String) - Method in class org.itracker.web.forms.ProjectForm
 
setName(String) - Method in class org.itracker.web.forms.ReportForm
 
setName(String) - Method in class org.itracker.web.forms.WorkflowScriptForm
 
setName(String) - Method in class org.itracker.web.ptos.ProjectPTO
 
setName(String) - Method in class org.itracker.web.taglib.AddErrorTag
Deprecated.
 
setName(String) - Method in class org.itracker.web.taglib.ClearErrorsTag
Deprecated.
 
setName(String) - Method in class org.itracker.web.util.EditProjectFormActionUtil.ComponentInfo
 
setName(String) - Method in class org.itracker.web.util.EditProjectFormActionUtil.CustomFieldInfo
 
setNameKey(String) - Method in class org.itracker.model.Report
 
setNameKey(String) - Method in class org.itracker.web.forms.ReportForm
 
setNotificationDao(NotificationDAO) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
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
 
setNotificationService(NotificationService) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setNotificationService(NotificationService) - Method in class org.itracker.web.scheduler.tasks.MailNotification
 
setNow(Date) - Method in class org.itracker.web.util.SessionTracker
 
setNumber(String) - Method in class org.itracker.model.Version
 
setNumber(String) - Method in class org.itracker.web.forms.VersionForm
 
setNumber(String) - Method in class org.itracker.web.util.EditProjectFormActionUtil.VersionInfo
 
setNumItemsOnIndex(int) - Method in class org.itracker.model.UserPreferences
 
setNumItemsOnIndex(String) - Method in class org.itracker.web.forms.UserForm
 
setNumItemsOnIssueList(int) - Method in class org.itracker.model.UserPreferences
 
setNumItemsOnIssueList(String) - Method in class org.itracker.web.forms.UserForm
 
setOptioncreatepasswords(Boolean) - Method in class org.itracker.web.forms.AdminActionForm
 
setOptioncreatepasswords(Boolean) - Method in class org.itracker.web.forms.ImportForm
 
setOptionreuseconfig(Boolean) - Method in class org.itracker.web.forms.AdminActionForm
 
setOptionreuseconfig(Boolean) - Method in class org.itracker.web.forms.ImportForm
 
setOptionreusefields(Boolean) - Method in class org.itracker.web.forms.AdminActionForm
 
setOptionreusefields(Boolean) - Method in class org.itracker.web.forms.ImportForm
 
setOptionreuseprojects(Boolean) - Method in class org.itracker.web.forms.AdminActionForm
 
setOptionreuseprojects(Boolean) - Method in class org.itracker.web.forms.ImportForm
 
setOptionreuseusers(Boolean) - Method in class org.itracker.web.forms.AdminActionForm
 
setOptionreuseusers(Boolean) - Method in class org.itracker.web.forms.ImportForm
 
setOptions(int) - Method in class org.itracker.model.Project
 
setOptions(Integer[]) - Method in class org.itracker.web.forms.ProjectForm
 
setOptions(List<CustomFieldValue>) - Method in class org.itracker.model.CustomField
 
setOrder(int) - Method in class org.itracker.model.Configuration
 
setOrder(Integer) - Method in class org.itracker.web.forms.ConfigurationForm
 
setOrder(String) - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
setOrderBy(String) - Method in class org.itracker.model.IssueSearchQuery
 
setOrderBy(String) - Method in class org.itracker.web.forms.SearchForm
 
setOriginalFileName(String) - Method in class org.itracker.model.IssueAttachment
 
setOwner(Integer) - Method in class org.itracker.web.forms.SearchForm
 
setOwner(User) - Method in class org.itracker.model.Issue
 
setOwner(User) - Method in class org.itracker.model.IssueSearchQuery
 
setOwnerId(Integer) - Method in class org.itracker.web.forms.IssueForm
 
setOwners(Integer[]) - Method in class org.itracker.web.forms.ProjectForm
 
setOwners(List<User>) - Method in class org.itracker.model.Project
 
setPage(String) - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
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
 
setParamName(String) - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
setParamName(String) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setParamName(String) - Method in class org.itracker.web.taglib.FormatImageActionTag
 
setParamName(String) - Method in class org.itracker.web.taglib.FormatLinkTag
 
setParamValue(Object) - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
setParamValue(Object) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setParamValue(Object) - Method in class org.itracker.web.taglib.FormatImageActionTag
 
setParamValue(Object) - Method in class org.itracker.web.taglib.FormatLinkTag
 
setParentLocale(String) - Method in class org.itracker.web.forms.LanguageForm
 
setPassword(String) - Method in class org.itracker.model.User
 
setPassword(String) - Method in class org.itracker.web.forms.LoginForm
 
setPassword(String) - Method in class org.itracker.web.forms.UserForm
 
setPermissions(Integer[]) - Method in class org.itracker.web.forms.ProjectForm
 
setPermissions(Map<String, Boolean>) - Method in class org.itracker.web.forms.UserForm
 
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
 
setPossibleOwners(List<User>) - Method in class org.itracker.web.ptos.IssuePTO
 
setPreferences(UserPreferences) - Method in class org.itracker.model.User
 
setPrevStatus(Integer) - Method in class org.itracker.web.forms.IssueForm
 
setPriority(int) - Method in class org.itracker.model.ProjectScript
 
setPriority(HashMap<String, String>) - Method in class org.itracker.web.forms.ProjectScriptForm
 
setProject(Integer) - Method in class org.itracker.web.forms.SearchForm
 
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
 
setProjectDAO(ProjectDAO) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setProjectFields(Project, Set<Integer>) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
setProjectFields(Project, Set<Integer>) - Method in interface org.itracker.services.ProjectService
 
setProjectId(Integer) - Method in class org.itracker.model.IssueSearchQuery
 
setProjectId(Integer) - Method in class org.itracker.web.forms.ComponentForm
 
setProjectId(Integer) - Method in class org.itracker.web.forms.IssueForm
 
setProjectId(Integer) - Method in class org.itracker.web.forms.MoveIssueForm
 
setProjectId(Integer) - Method in class org.itracker.web.forms.ProjectScriptForm
 
setProjectId(Integer) - Method in class org.itracker.web.forms.VersionForm
 
setProjectId(Integer) - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
setProjectId(String) - Method in class org.itracker.web.forms.AssignIssueForm
 
setProjectIds(Integer[]) - Method in class org.itracker.web.forms.DisplayReportForm
 
setProjectName(String) - Method in class org.itracker.model.IssueSearchQuery
 
setProjectOptions(int) - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
setProjectOptions(int) - Method in class org.itracker.web.taglib.FormatResolutionTag
 
setProjectOwners(Project, Set<Integer>) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
setProjectOwners(Project, Set<Integer>) - Method in interface org.itracker.services.ProjectService
 
setProjects(Integer[]) - Method in class org.itracker.web.forms.SearchForm
 
setProjects(List<Integer>) - Method in class org.itracker.model.IssueSearchQuery
 
setProjects(List<Project>) - Method in class org.itracker.model.User
 
setProjectService(ProjectService) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
setQueryString(String) - Method in class org.itracker.web.taglib.FormatLinkTag
 
setRedirectStrategy(RedirectStrategy) - Method in class org.itracker.web.security.DefaultAccessDeniedHandler
 
setRedirectStrategy(RedirectStrategy) - Method in class org.itracker.web.security.LoginHandler
 
setRedirectUrl(String) - Method in class org.itracker.web.security.LoginHandler
 
setRegistrationType(int) - Method in class org.itracker.model.User
 
setRelatedIssue(Issue) - Method in class org.itracker.model.IssueRelation
 
setRelatedIssueId(Integer) - Method in class org.itracker.web.forms.IssueForm
 
setRelatedIssueId(Integer) - Method in class org.itracker.web.forms.IssueRelationForm
 
setRelationId(Integer) - Method in class org.itracker.web.forms.RemoveRelationForm
 
setRelations(List<IssueRelation>) - Method in class org.itracker.model.Issue
 
setRelationType(Integer) - Method in class org.itracker.web.forms.IssueRelationForm
 
setRelationType(IssueRelation.Type) - Method in class org.itracker.model.IssueRelation
 
setRelationType(IssueRelation.Type) - Method in class org.itracker.web.forms.IssueForm
 
setRememberLastSearch(boolean) - Method in class org.itracker.model.UserPreferences
 
setRememberLastSearch(String) - Method in class org.itracker.web.forms.UserForm
 
setReportId(Integer) - Method in class org.itracker.web.forms.DisplayReportForm
 
setReportOutput(String) - Method in class org.itracker.web.forms.DisplayReportForm
 
SetRequestCharacterEncoding - Class in org.itracker.web.filters
This class will set the chracter encoding of each request that uses the filter.
SetRequestCharacterEncoding() - Constructor for class org.itracker.web.filters.SetRequestCharacterEncoding
 
setRequestEnv(HttpServletRequest) - Method in class org.itracker.web.forms.CustomFieldForm
 
setRequestEnvironment(HttpServletRequest, ConfigurationService) - Static method in class org.itracker.web.actions.admin.configuration.EditCustomFieldValueFormAction
 
setRequired(boolean) - Method in class org.itracker.model.CustomField
 
setRequired(String) - Method in class org.itracker.web.forms.CustomFieldForm
 
setResolution(String) - Method in class org.itracker.model.Issue
 
setResolution(String) - Method in class org.itracker.model.IssueSearchQuery
 
setResolution(String) - Method in class org.itracker.web.forms.IssueForm
 
setResolution(String) - Method in class org.itracker.web.forms.SearchForm
 
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.
setSaveLogin(boolean) - Method in class org.itracker.web.forms.LoginForm
 
setScript(String) - Method in class org.itracker.model.WorkflowScript
 
setScript(String) - Method in class org.itracker.web.forms.WorkflowScriptForm
 
setScript(WorkflowScript) - Method in class org.itracker.model.ProjectScript
 
setScriptItems(HashMap<String, String>) - Method in class org.itracker.web.forms.ProjectScriptForm
 
setScripts(List<ProjectScript>) - Method in class org.itracker.model.Project
 
setServletConfig(ServletConfig) - Method in class org.itracker.web.ApplicationInitialization
 
setSessionId(String) - Method in class org.itracker.web.util.SessionTracker
 
setSessionNeedsReset(String) - Static method in class org.itracker.web.util.SessionManager
 
setSeverities(Integer[]) - Method in class org.itracker.web.forms.SearchForm
 
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
 
setSeverity(Integer) - Method in class org.itracker.web.forms.IssueForm
 
setSeverityLocalizedString(String) - Method in class org.itracker.web.ptos.IssuePTO
 
setShowClosedOnIssueList(boolean) - Method in class org.itracker.model.UserPreferences
 
setShowClosedOnIssueList(String) - Method in class org.itracker.web.forms.UserForm
 
setSize(long) - Method in class org.itracker.model.IssueAttachment
 
setSizeOfAllAttachments(long) - Method in class org.itracker.web.ptos.ListAttachmentsPTO
 
setSortColumnOnIssueList(String) - Method in class org.itracker.model.UserPreferences
 
setSortColumnOnIssueList(String) - Method in class org.itracker.web.forms.UserForm
 
setSortOptionsByName(boolean) - Method in class org.itracker.model.CustomField
 
setSortOptionsByName(String) - Method in class org.itracker.web.forms.CustomFieldForm
 
setSortOrder(int) - Method in class org.itracker.model.CustomFieldValue
 
setSortOrder(Integer) - Method in class org.itracker.web.forms.CustomFieldValueForm
 
setSrc(String) - Method in class org.itracker.web.taglib.FormatImageActionTag
 
setStart(int) - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
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(Integer) - Method in class org.itracker.web.forms.ComponentForm
 
setStatus(Integer) - Method in class org.itracker.web.forms.IssueForm
 
setStatus(Integer) - Method in class org.itracker.web.forms.ProjectForm
 
setStatus(Integer) - Method in class org.itracker.web.forms.VersionForm
 
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.
setStatus(Status) - Method in class org.itracker.web.ptos.ProjectPTO
 
setStatuses(Integer[]) - Method in class org.itracker.web.forms.SearchForm
 
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
 
setStatusLocalizedString(String) - Method in class org.itracker.web.ptos.IssuePTO
 
setStringValue(String) - Method in class org.itracker.model.IssueField
 
setStyleClass(String) - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
setStyleClass(String) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setStyleClass(String) - Method in class org.itracker.web.taglib.FormatLinkTag
 
setStyleClass(String) - Method in class org.itracker.web.taglib.FormatPaginationLinkTag
 
setStyleId(String) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setSuperUser(boolean) - Method in class org.itracker.model.User
 
setSuperUser(boolean) - Method in class org.itracker.web.forms.UserForm
 
setTarget(String) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setTarget(String) - Method in class org.itracker.web.taglib.FormatImageActionTag
 
setTarget(String) - Method in class org.itracker.web.taglib.FormatLinkTag
 
setTargetAction(String) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setTargetAction(String) - Method in class org.itracker.web.taglib.FormatImageActionTag
 
setTargetAction(String) - Method in class org.itracker.web.taglib.FormatLinkTag
 
setTargetVersion(Integer) - Method in class org.itracker.model.IssueSearchQuery
 
setTargetVersion(Integer) - Method in class org.itracker.web.forms.IssueForm
 
setTargetVersion(Integer) - Method in class org.itracker.web.forms.SearchForm
 
setTargetVersion(Version) - Method in class org.itracker.model.Issue
 
setText(String) - Method in class org.itracker.model.IssueSearchQuery
 
setTextActionKey(String) - Method in class org.itracker.web.taglib.FormatIconActionTag
 
setTextActionKey(String) - Method in class org.itracker.web.taglib.FormatImageActionTag
 
setTextPattern(String) - Method in class org.itracker.web.taglib.FormatHistoryEntryTag
 
setTextphrase(String) - Method in class org.itracker.web.forms.SearchForm
 
setTitleKey(String) - Method in class org.itracker.web.taglib.FormatLinkTag
 
setTotalNumberIssues(Long) - Method in class org.itracker.web.ptos.ProjectPTO
 
setTotalOpenIssues(Long) - Method in class org.itracker.web.ptos.ProjectPTO
 
setTotalResolvedIssues(Long) - Method in class org.itracker.web.ptos.ProjectPTO
 
setTranslations(Map<String, String>) - Method in class org.itracker.web.forms.ConfigurationForm
 
setTranslations(Map<String, String>) - Method in class org.itracker.web.forms.CustomFieldForm
 
setTranslations(Map<String, String>) - Method in class org.itracker.web.forms.CustomFieldValueForm
 
setTruncateKey(String) - Method in class org.itracker.web.taglib.FormatDescriptionTag
 
setTruncateLength(int) - Method in class org.itracker.web.taglib.FormatDescriptionTag
 
setType(int) - Method in exception org.itracker.ImportExportException
 
setType(int) - Method in exception org.itracker.IssueSearchException
 
setType(int) - Method in exception org.itracker.PasswordException
 
setType(int) - Method in exception org.itracker.services.exceptions.AuthenticatorException
 
setType(int) - Method in exception org.itracker.WorkflowException
 
setType(Integer) - Method in class org.itracker.model.IssueSearchQuery
 
setType(Integer) - Method in class org.itracker.web.forms.SearchForm
 
setType(String) - Method in exception org.itracker.IssueException
Sets the issue exception type.
setType(String) - Method in class org.itracker.model.IssueAttachment
 
setType(String) - Method in class org.itracker.web.forms.DisplayReportForm
 
setType(String) - Method in class org.itracker.web.util.EditProjectFormActionUtil.CustomFieldInfo
 
setType(Configuration.Type) - Method in class org.itracker.model.Configuration
 
setTypeKey(String) - Method in class org.itracker.web.forms.ConfigurationForm
 
setUnassigned(boolean) - Method in class org.itracker.web.ptos.IssuePTO
 
setUnauthorizedUrl(String) - Method in class org.itracker.web.security.DefaultAccessDeniedHandler
 
setupCreateIssue(HttpServletRequest) - Static method in class org.itracker.web.util.EditIssueActionUtil
 
setupFormEventTypes(WorkflowScriptForm, Locale) - Static method in class org.itracker.web.actions.admin.workflow.EditWorkflowScriptFormAction
 
setupIssueForm(Issue, Map<Integer, List<NameValuePair>>, HttpServletRequest, ActionMessages) - Method in class org.itracker.web.forms.IssueForm
 
setupJspEnv(HttpServletRequest, UserForm, ActionMessages, ActionMapping) - Static method in class org.itracker.web.actions.admin.user.EditUserAction
 
setupJspEnv(ActionMapping, IssueForm, HttpServletRequest, Issue, IssueService, UserService, Map<Integer, Set<PermissionType>>, Map<Integer, List<NameValuePair>>, ActionMessages) - Static method in class org.itracker.web.forms.IssueForm
method needed to prepare request for edit_issue.jsp
setupNextPreviousIssueInRequest(HttpServletRequest, Issue, IssueService) - Static method in class org.itracker.web.util.IssueNavigationUtil
 
setupNotificationsInRequest(HttpServletRequest, Issue, NotificationService) - Static method in class org.itracker.web.forms.IssueForm
 
setUpPrioritiesInEnv(HttpServletRequest) - Static method in class org.itracker.web.util.EditProjectFormActionUtil
 
setupProjectFieldsMapJspEnv(List<CustomField>, Collection<IssueField>, HttpServletRequest) - Static method in class org.itracker.web.forms.IssueForm
Get project fields and put name and value in map TODO: simplify this code, it's not readable, unsave yet.
setupRelationsRequestEnv(List<IssueRelation>, HttpServletRequest) - Static method in class org.itracker.web.forms.IssueForm
 
setupSession(String, HttpServletRequest, HttpServletResponse) - Static method in class org.itracker.web.util.LoginUtilities
 
setupSession(User, String, HttpServletRequest, HttpServletResponse) - Static method in class org.itracker.web.util.LoginUtilities
 
setupTitle(HttpServletRequest, ProjectService) - Method in class org.itracker.web.forms.ProjectForm
Setup the title for the Project-Form Action
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
 
setUserCanEdit(boolean) - Method in class org.itracker.web.ptos.IssuePTO
 
setUserCanViewIssue(boolean) - Method in class org.itracker.web.ptos.IssuePTO
 
setUserDAO(UserDAO) - Method in class org.itracker.persistence.dao.UserPreferencesDAOImpl
 
setUserDAO(UserDAO) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setUserHasIssueNotification(boolean) - Method in class org.itracker.web.ptos.IssuePTO
 
setUserHasPermission_PERMISSION_ASSIGN_OTHERS(boolean) - Method in class org.itracker.web.ptos.IssuePTO
 
setUserHasPermission_PERMISSION_ASSIGN_SELF(boolean) - Method in class org.itracker.web.ptos.IssuePTO
 
setUserId(String) - Method in class org.itracker.web.forms.AssignIssueForm
 
setUserLocale(String) - Method in class org.itracker.model.UserPreferences
 
setUserLocale(String) - Method in class org.itracker.web.forms.UserForm
 
setUserPermissions(Integer, List<Permission>) - Method in class org.itracker.services.implementations.UserServiceImpl
 
setUserPermissions(Integer, List<Permission>) - Method in interface org.itracker.services.UserService
Resets all of the permissions for a user in the database.
setUsers(Integer[]) - Method in class org.itracker.web.forms.ProjectForm
 
setUseTextActions(boolean) - Method in class org.itracker.model.UserPreferences
 
setUseTextActions(String) - Method in class org.itracker.web.forms.UserForm
 
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) - Method in class org.itracker.web.forms.ConfigurationForm
 
setValue(String) - Method in class org.itracker.web.forms.CustomFieldForm
 
setValue(String) - Method in class org.itracker.web.forms.CustomFieldValueForm
 
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
 
setVersionDAO(VersionDAO) - Method in class org.itracker.services.implementations.IssueServiceImpl
 
setVersionInfo(String) - Method in class org.itracker.model.Version
Convience method to set the number, major and minor fields with a single call.
setVersions(Integer[]) - Method in class org.itracker.web.forms.IssueForm
 
setVersions(Integer[]) - Method in class org.itracker.web.forms.SearchForm
 
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
 
setViewable(Boolean) - Method in class org.itracker.web.ptos.ProjectPTO
 
setWeekdays(String) - Method in class org.itracker.web.forms.TaskForm
 
severity - org.itracker.model.Configuration.Type
 
SEVERITY_CHANGE - org.itracker.model.IssueActivityType
 
SEVERITY_COMPARATOR - Static variable in class org.itracker.model.Issue
 
SHOW_ALL_KEY - Static variable in class org.itracker.web.util.Constants
 
ShowHelpAction - Class in org.itracker.web.actions
 
ShowHelpAction() - Constructor for class org.itracker.web.actions.ShowHelpAction
 
SimpleCallbackHandler - Class in org.itracker.services.authentication.adsson
Callback class for Active Directory authentication Gets username and password from class constructor
SimpleCallbackHandler(String, String) - Constructor for class org.itracker.services.authentication.adsson.SimpleCallbackHandler
 
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
 
startDocument() - Method in class org.itracker.web.util.ImportHandler
 
startElement(String, String, String, Attributes) - Method in class org.itracker.web.util.ImportHandler
 
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_ERROR - Static variable in exception org.itracker.PasswordException
 
SYSTEM_ERROR - Static variable in exception org.itracker.services.exceptions.AuthenticatorException
 
SYSTEM_UPDATE - org.itracker.model.IssueActivityType
 
SystemConfiguration - Class in org.itracker.model
 
SystemConfiguration() - Constructor for class org.itracker.model.SystemConfiguration
 
SystemConfigurationException - Exception in org.itracker
 
SystemConfigurationException() - Constructor for exception org.itracker.SystemConfigurationException
 
SystemConfigurationException(String) - Constructor for exception org.itracker.SystemConfigurationException
 
SystemConfigurationException(String, String) - Constructor for exception org.itracker.SystemConfigurationException
 
SystemConfigurationUtilities - Class in org.itracker.model.util
 
SystemConfigurationUtilities() - Constructor for class org.itracker.model.util.SystemConfigurationUtilities
 
systemUpdateIssue(Issue, Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
System-Update an issue, adds the action to the issue and updates the issue
systemUpdateIssue(Issue, Integer) - Method in interface org.itracker.services.IssueService
 

T

TAG_COMPONENT - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_COMPONENT_DESCRIPTION - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_COMPONENT_ID - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_COMPONENT_NAME - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_COMPONENTS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_CONFIGURATION - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_CONFIGURATION_VERSION - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_CREATE_DATE - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_CREATOR - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_CUSTOM_FIELD - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_CUSTOM_FIELD_DATEFORMAT - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_CUSTOM_FIELD_LABEL - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_CUSTOM_FIELD_OPTION - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_CUSTOM_FIELD_REQUIRED - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_CUSTOM_FIELD_SORTOPTIONS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_CUSTOM_FIELD_TYPE - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_CUSTOM_FIELDS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_EMAIL - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_FIRST_NAME - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_HISTORY_ENTRY - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_ATTACHMENT - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_ATTACHMENT_CREATOR - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_ATTACHMENT_DESCRIPTION - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_ATTACHMENT_FILENAME - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_ATTACHMENT_ORIGFILE - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_ATTACHMENT_SIZE - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_ATTACHMENT_TYPE - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_ATTACHMENTS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_COMPONENTS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_DESCRIPTION - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_FIELD - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_FIELDS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_HISTORY - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_PROJECT - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_RESOLUTION - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_SEVERITY - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_STATUS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUE_VERSIONS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ISSUES - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_LAST_MODIFIED - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_LAST_NAME - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_LOGIN - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_OWNER - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_PROJECT - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_PROJECT_DESCRIPTION - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_PROJECT_FIELD_ID - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_PROJECT_FIELDS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_PROJECT_NAME - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_PROJECT_OPTIONS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_PROJECT_OWNER_ID - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_PROJECT_OWNERS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_PROJECT_STATUS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_PROJECTS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_RESOLUTION - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_RESOLUTIONS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_ROOT - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_SEVERITIES - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_SEVERITY - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_STATUS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_STATUSES - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_SUPER_USER - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_TARGET_VERSION_ID - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_USER - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_USER_STATUS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_USERS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_VERSION - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_VERSION_DESCRIPTION - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_VERSION_ID - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_VERSION_NUMBER - Static variable in interface org.itracker.web.util.ImportExportTags
 
TAG_VERSIONS - Static variable in interface org.itracker.web.util.ImportExportTags
 
TARGETVERSION_CHANGE - org.itracker.model.IssueActivityType
 
TASK_KEY - Static variable in class org.itracker.web.util.Constants
 
TaskForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
TaskForm() - Constructor for class org.itracker.web.forms.TaskForm
 
TestAuthenticator - Class in org.itracker.services.authentication
An authenticator that always returns the admin user.
TestAuthenticator() - Constructor for class org.itracker.services.authentication.TestAuthenticator
 
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
 
TITLE_CREATE - Static variable in class org.itracker.web.forms.ProjectForm
 
TITLE_UPDATE - Static variable in class org.itracker.web.forms.ProjectForm
 
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
 
toString() - Method in class org.itracker.web.ptos.ProjectPTO
 
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
 
totalSystemIssuesAttachmentSize() - Method in class org.itracker.services.implementations.IssueServiceImpl
 
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_CF_INVALID_LIST_OPTION - Static variable in exception org.itracker.IssueException
 
TYPE_CF_PARSE_DATE - Static variable in exception org.itracker.IssueException
 
TYPE_CF_PARSE_NUM - Static variable in exception org.itracker.IssueException
 
TYPE_CF_REQ_FIELD - Static variable in exception org.itracker.IssueException
 
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_INVALID_LOGINS - Static variable in exception org.itracker.ImportExportException
 
TYPE_INVALID_STATUS - Static variable in exception org.itracker.ImportExportException
 
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.
TYPE_UNKNOWN - Static variable in exception org.itracker.ImportExportException
 
TYPE_UNKNOWN - Static variable in exception org.itracker.IssueException
 

U

UnauthorizedAction - Class in org.itracker.web.actions
 
UnauthorizedAction() - Constructor for class org.itracker.web.actions.UnauthorizedAction
 
unescapeUnicodeString(String) - Static method in class org.itracker.core.resources.ITrackerResources
 
UNKNOWN_USER - Static variable in exception org.itracker.PasswordException
 
UNKNOWN_USER - Static variable in exception org.itracker.services.exceptions.AuthenticatorException
 
UnlockUserAction - Class in org.itracker.web.actions.admin.user
 
UnlockUserAction() - Constructor for class org.itracker.web.actions.admin.user.UnlockUserAction
 
UPDATE_TYPE_CORE - Static variable in interface org.itracker.core.AuthenticationConstants
The type of update being performed only includes core profile information, and possibly the password
UPDATE_TYPE_PERMISSION_ADD - Static variable in interface org.itracker.core.AuthenticationConstants
The type of update being performed only includes permission information.
UPDATE_TYPE_PERMISSION_SET - Static variable in interface org.itracker.core.AuthenticationConstants
The type of update being performed only includes permission information.
UPDATE_TYPE_PREFERENCE - Static variable in interface org.itracker.core.AuthenticationConstants
The type of update being performed only includes user preferences
updateAuthenticator(Integer, List<Permission>) - Method in class org.itracker.services.implementations.UserServiceImpl
 
updateAuthenticator(Integer, List<Permission>) - Method in interface org.itracker.services.UserService
Adds an additional set of permissions to a user in the database.
updateConfigurationItem(Configuration) - Method in interface org.itracker.services.ConfigurationService
This method updates a configuration item in the database.
updateConfigurationItem(Configuration) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
updateConfigurationItems(List<Configuration>, Configuration.Type) - Method in interface org.itracker.services.ConfigurationService
Updates the configuration items.
updateConfigurationItems(List<Configuration>, Configuration.Type) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Deprecated.
updateCustomField(CustomField) - Method in interface org.itracker.services.ConfigurationService
This method updates a custom field in the database.
updateCustomField(CustomField) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
updateCustomFieldValue(CustomFieldValue) - Method in interface org.itracker.services.ConfigurationService
This method updates a custom field value in the database.
updateCustomFieldValue(CustomFieldValue) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
Updates a CustomFieldValue.
updateCustomFieldValues(Integer, List<CustomFieldValue>) - Method in interface org.itracker.services.ConfigurationService
This method updates a set of custom field values in the database.
updateCustomFieldValues(Integer, List<CustomFieldValue>) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
UPDATED - org.itracker.model.Notification.Type
 
updateIssue(Issue, Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
Save a modified issue to the persistence layer
updateIssue(Issue, Integer) - Method in interface org.itracker.services.IssueService
Save a modified issue to the persistence layer
updateIssueActivityNotification(Integer, boolean) - Method in class org.itracker.services.implementations.IssueServiceImpl
I think this entire method is useless - RJST TODO move to NotificationService
updateIssueActivityNotification(Issue, Boolean) - Method in class org.itracker.services.implementations.NotificationServiceImpl
 
updateLanguage(Locale, List<Language>) - Method in interface org.itracker.services.ConfigurationService
 
updateLanguage(Locale, List<Language>) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
updateLanguage(Locale, List<Language>, Configuration) - Method in interface org.itracker.services.ConfigurationService
 
updateLanguage(Locale, List<Language>, Configuration) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
updateLanguageItem(Language) - Method in interface org.itracker.services.ConfigurationService
Updates a translations for a particular key and locale.
updateLanguageItem(Language) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
updateProfile(User, int, Object, int, int) - Method in class org.itracker.services.authentication.DefaultAuthenticator
The DefaultAuthenticator does not make any changes to an updated profile.
updateProfile(User, int, Object, int, int) - Method in interface org.itracker.services.authentication.PluggableAuthenticator
This method should be implemented to perform any updates that are necessary in the authentication system to support the updated user information.
updateProject(Project, Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
updateProject(Project, Integer) - Method in interface org.itracker.services.ProjectService
update a project, as the user with userId
updateProjectComponent(Component) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
updateProjectComponent(Component) - Method in interface org.itracker.services.ProjectService
 
updateProjectOwners(Project, Set<Integer>, ProjectService, UserService) - Static method in class org.itracker.web.util.AdminProjectUtilities
Setup permissions for updated project-owners.
updateProjectScript(ProjectScript) - Method in interface org.itracker.services.ConfigurationService
This method updates a project script in the database.
updateProjectScript(ProjectScript) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
updateProjectScript(ProjectScript) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
updateProjectScript(ProjectScript) - Method in interface org.itracker.services.ProjectService
 
updateProjectVersion(Version) - Method in class org.itracker.services.implementations.ProjectServiceImpl
 
updateProjectVersion(Version) - Method in interface org.itracker.services.ProjectService
 
updateUser(User) - Method in class org.itracker.services.implementations.UserServiceImpl
 
updateUser(User) - Method in interface org.itracker.services.UserService
 
updateUserPreferences(UserPreferences) - Method in class org.itracker.services.implementations.UserServiceImpl
 
updateUserPreferences(UserPreferences) - Method in interface org.itracker.services.UserService
 
updateValue(String, String) - Method in class org.itracker.core.resources.ITrackerResourceBundle
 
updateWorkflowScript(WorkflowScript) - Method in interface org.itracker.services.ConfigurationService
This method updates a workflow script in the database.
updateWorkflowScript(WorkflowScript) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
 
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_KEY - Static variable in class org.itracker.web.util.Constants
 
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
 
UserException - Exception in org.itracker
 
UserException() - Constructor for exception org.itracker.UserException
 
UserException(String) - Constructor for exception org.itracker.UserException
 
UserException(String, Throwable) - Constructor for exception org.itracker.UserException
 
UserForm - Class in org.itracker.web.forms
 
UserForm() - Constructor for class org.itracker.web.forms.UserForm
 
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
 
UserPTO - Class in org.itracker.web.ptos
 
UserPTO(User, Date) - Constructor for class org.itracker.web.ptos.UserPTO
 
UserService - Interface in org.itracker.services
 
UserServiceImpl - Class in org.itracker.services.implementations
Implements the UserService interface.
UserServiceImpl(ConfigurationService, ProjectService, UserDAO, PermissionDAO, UserPreferencesDAO) - Constructor for class org.itracker.services.implementations.UserServiceImpl
 
UserServiceImpl(ConfigurationService, ProjectService, UserDAO, ProjectDAO, ReportDAO, PermissionDAO, UserPreferencesDAO) - Constructor for class org.itracker.services.implementations.UserServiceImpl
Deprecated.
use constructor without projectDA= und reportDAO instead
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

validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.AdminActionForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.AssignIssueForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ComponentForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ConfigurationForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.CustomFieldForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.CustomFieldValueForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.DisplayReportForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ForgotPasswordForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ImportForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.IssueForm
This methods adds in validation for custom fields.
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.IssueRelationForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.LanguageForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.LoginForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.MoveIssueForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ProjectForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ProjectScriptForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.RemoveRelationForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.ReportForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.SearchForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.TaskForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.UserForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.VersionForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.WatchIssueForm
 
validate(ActionMapping, HttpServletRequest) - Method in class org.itracker.web.forms.WorkflowScriptForm
 
validate(FormFile, ITrackerServices) - Static method in class org.itracker.web.util.AttachmentUtilities
 
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_KEY - Static variable in class org.itracker.web.util.Constants
 
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
 
VersionForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
VersionForm() - Constructor for class org.itracker.web.forms.VersionForm
 
VersionInfo(int, String, String, Date, Long) - Constructor for class org.itracker.web.util.EditProjectFormActionUtil.VersionInfo
 
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
 
ViewIssueAction - Class in org.itracker.web.actions.project
 
ViewIssueAction() - Constructor for class org.itracker.web.actions.project.ViewIssueAction
 
ViewIssueActivityAction - Class in org.itracker.web.actions.project
 
ViewIssueActivityAction() - Constructor for class org.itracker.web.actions.project.ViewIssueActivityAction
 
VO - org.itracker.model.Notification.Role
 

W

WatchIssueAction - Class in org.itracker.web.actions.project
 
WatchIssueAction() - Constructor for class org.itracker.web.actions.project.WatchIssueAction
 
WatchIssueForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
WatchIssueForm() - Constructor for class org.itracker.web.forms.WatchIssueForm
 
WindowsSSONAuthenticator - Class in org.itracker.services.authentication.adsson
Single Sign On class with Windows
WindowsSSONAuthenticator() - Constructor for class org.itracker.services.authentication.adsson.WindowsSSONAuthenticator
 
WindowsSSONAuthenticatorADInfo - Class in org.itracker.services.authentication.adsson
Extends the windows single sign on class, gets user information from active directory
WindowsSSONAuthenticatorADInfo() - Constructor for class org.itracker.services.authentication.adsson.WindowsSSONAuthenticatorADInfo
 
WORKFLOW_SCRIPT_KEY - Static variable in class org.itracker.web.util.Constants
 
WorkflowException - Exception in org.itracker
 
WorkflowException() - Constructor for exception org.itracker.WorkflowException
 
WorkflowException(int) - Constructor for exception org.itracker.WorkflowException
 
WorkflowException(String) - Constructor for exception org.itracker.WorkflowException
 
WorkflowException(String, int) - Constructor for exception org.itracker.WorkflowException
 
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
 
WorkflowScriptForm - Class in org.itracker.web.forms
This is the LoginForm Struts Form.
WorkflowScriptForm() - Constructor for class org.itracker.web.forms.WorkflowScriptForm
 
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 

Copyright © 2002–2019 itracker. All rights reserved.