Package | Description |
---|---|
org.itracker.model |
All entity classes are POJO beans.
|
org.itracker.services |
Service Interfaces
|
org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
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.
|
Modifier and Type | Field | Description |
---|---|---|
static Comparator<SystemConfiguration> |
SystemConfiguration.VERSION_COMPARATOR |
Modifier and Type | Method | Description |
---|---|---|
SystemConfiguration |
ConfigurationService.getSystemConfiguration(Locale locale) |
This method will return the current configuration of the system.
|
Modifier and Type | Method | Description |
---|---|---|
SystemConfiguration |
ConfigurationServiceImpl.getSystemConfiguration(Locale locale) |
Modifier and Type | Method | Description |
---|---|---|
static void |
ImportExportUtilities.exportConfigModels(org.dom4j.io.XMLWriter writer,
SystemConfiguration config) |
|
static String |
ImportExportUtilities.exportIssues(List<Issue> issues,
SystemConfiguration config) |
Takes an array of IssueModels and exports them as XML suitable for import into another
instance of ITracker, or another issue tracking tool.
|
static boolean |
ImportExportUtilities.exportIssues(List<Issue> issues,
SystemConfiguration config,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
export the issues to an XML and write it to the response.
|
static void |
ImportExportUtilities.exportIssues(org.dom4j.io.XMLWriter writer,
List<Issue> issues,
SystemConfiguration config) |
|
static void |
ImportExportUtilities.getConfigurationXML(org.dom4j.io.XMLWriter writer,
SystemConfiguration config) |
|
static String |
ImportExportUtilities.getConfigurationXML(SystemConfiguration config) |
Generates an XML block that encapsulates the system configuration for import or export.
|
Copyright © 2002–2019 itracker. All rights reserved.