Package | Description |
---|---|
org.itracker.persistence.dao |
This package contains all Data Access Object (XxxDAO) interfaces
along with their Hibernate implementations (XxxDAOImpl).
|
org.itracker.services.implementations |
This package contains XXXService interface implementations,
named XXXServiceImpl by convention.
|
Modifier and Type | Class | Description |
---|---|---|
class |
LanguageDAOImpl |
Modifier and Type | Method | Description |
---|---|---|
LanguageDAO |
ConfigurationServiceImpl.getLanguageDAO() |
Constructor | Description |
---|---|
ConfigurationServiceImpl(Properties configurationProperties,
ConfigurationDAO configurationDAO,
CustomFieldDAO customFieldDAO,
CustomFieldValueDAO customFieldValueDAO,
LanguageDAO languageDAO,
ProjectScriptDAO projectScriptDAO,
WorkflowScriptDAO workflowScriptDAO) |
Creates a new instance using the given configuration.
|
Copyright © 2002–2019 itracker. All rights reserved.