- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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.
- 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
-
- 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
-
- canViewIssue(Integer, User) - Method in class org.itracker.services.implementations.IssueServiceImpl
-
- canViewIssue(Integer, User) - Method in interface org.itracker.services.IssueService
-
- canViewIssue(Issue, User) - Method in class org.itracker.services.implementations.IssueServiceImpl
-
- canViewIssue(Issue, User) - Method in interface org.itracker.services.IssueService
-
- 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.
- clearOwnedProjects(User) - Method in class org.itracker.services.implementations.UserServiceImpl
-
- clearOwnedProjects(User) - Method in interface org.itracker.services.UserService
-
- configurationItemExists(Configuration) - Method in interface org.itracker.services.ConfigurationService
-
- configurationItemExists(Configuration) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
-
- 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.
- 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.
- 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
-
- 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.
- 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
-
- 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.
- CUSTOM_ERROR - Static variable in exception org.itracker.services.exceptions.AuthenticatorException
-
- generateUserPassword(User) - Method in class org.itracker.services.implementations.UserServiceImpl
-
- generateUserPassword(User) - Method in interface org.itracker.services.UserService
-
- getActiveUsers() - Method in class org.itracker.services.implementations.UserServiceImpl
-
- getActiveUsers() - Method in interface org.itracker.services.UserService
-
- 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
-
- getAllIssues() - Method in interface org.itracker.services.IssueService
-
- getAllProjects() - Method in class org.itracker.services.implementations.ProjectServiceImpl
-
- getAllProjects() - Method in interface org.itracker.services.ProjectService
-
- 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
-
- 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
-
- 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
-
- 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
-
- getConfigurationItemsByType(int) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
-
Deprecated.
- getConfigurationItemsByType(int, Locale) - Method in interface org.itracker.services.ConfigurationService
-
- 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
-
- 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
-
- getCustomFieldDAO() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
-
- 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.
- 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
-
- 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
-
- getDisplayName() - Method in class org.itracker.services.authentication.ITrackerUserDetails
-
- 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
-
- 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.
- getExternalUserInfo(String) - Method in class org.itracker.services.authentication.adsson.WindowsSSONAuthenticator
-
- getExternalUserInfo(String) - Method in class org.itracker.services.authentication.adsson.WindowsSSONAuthenticatorADInfo
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- getLanguageDAO() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
-
- 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
-
- getLanguageProperties(Locale) - Method in interface org.itracker.services.ConfigurationService
-
- getLanguageProperties(Locale) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
-
- getLanguageValue(String, Locale) - Method in interface org.itracker.services.ConfigurationService
-
- getLanguageValue(String, Locale) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
-
- 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.
- 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
-
- 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
-
- 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
-
- getMessage() - Method in exception org.itracker.services.exceptions.AuthenticatorException
-
- getMessageKey() - Method in exception org.itracker.services.exceptions.AuthenticatorException
-
Returns a key that contains a custom error message to display to the user.
- getNextIssues(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
-
- getNextIssues(Integer) - Method in interface org.itracker.services.IssueService
-
- getNotificationService() - Method in class org.itracker.services.implementations.ITrackerServicesImpl
-
- getNotificationService() - Method in interface org.itracker.services.ITrackerServices
-
- getNumberAvailableLanguages() - Method in interface org.itracker.services.ConfigurationService
-
- getNumberAvailableLanguages() - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
-
- 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
-
- getNumberUsers() - Method in class org.itracker.services.implementations.UserServiceImpl
-
- getNumberUsers() - Method in interface org.itracker.services.UserService
-
- getOpenIssueCountByProjectId(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
-
- getOpenIssueCountByProjectId(Integer) - Method in interface org.itracker.services.IssueService
-
- getPassword() - Method in class org.itracker.services.authentication.ITrackerUserDetails
-
- 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.
- getPossibleOwners(Issue, Integer, Integer) - Method in class org.itracker.services.implementations.UserServiceImpl
-
- getPossibleOwners(Issue, Integer, Integer) - Method in interface org.itracker.services.UserService
-
- getPreviousIssues(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
-
- getPreviousIssues(Integer) - Method in interface org.itracker.services.IssueService
-
- getPrimaryIssueNotifications(Issue) - Method in class org.itracker.services.implementations.NotificationServiceImpl
-
- getPrimaryIssueNotifications(Issue) - Method in interface org.itracker.services.NotificationService
-
Retrieves the primary issue notifications.
- 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
-
- 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
-
- getProjectOwners(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
-
- getProjectOwners(Integer) - Method in interface org.itracker.services.ProjectService
-
- 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
-
- getProjectStats(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
-
- getProjectStats(Integer) - Method in interface org.itracker.services.ProjectService
-
- getProjectVersion(Integer) - Method in class org.itracker.services.implementations.ProjectServiceImpl
-
- getProjectVersion(Integer) - Method in interface org.itracker.services.ProjectService
-
- 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.services.ConfigurationService
-
Load a configuration from application properties.
- getProperty(String, String) - Method in class org.itracker.services.implementations.ConfigurationServiceImpl
-
- getReportDAO() - Method in class org.itracker.services.implementations.ReportServiceImpl
-
- getReportDAO() - Method in interface org.itracker.services.ReportService
-
- getReportService() - Method in class org.itracker.services.implementations.ITrackerServicesImpl
-
- getReportService() - Method in interface org.itracker.services.ITrackerServices
-
- getResolvedIssueCountByProjectId(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
-
- getResolvedIssueCountByProjectId(Integer) - Method in interface org.itracker.services.IssueService
-
- 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
-
- 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
-
- getTotalIssueCountByProjectId(Integer) - Method in class org.itracker.services.implementations.IssueServiceImpl
-
- getTotalIssueCountByProjectId(Integer) - Method in interface org.itracker.services.IssueService
-
- 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
-
- getType() - Method in exception org.itracker.services.exceptions.AuthenticatorException
-
- 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
-
- 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
-
- getUserInfo(String) - Method in class org.itracker.services.authentication.adsson.ADIntegration
-
- 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(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.
- 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.
- 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
-
- 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
-