See: Description
| Interface | Description |
|---|---|
| DBConnection<T> |
Interface representing a Database connection, this class should only be access by the context object.
|
| GenericDAO<T> |
Generic Database Access Object interface class that should be implemented by all DAOs.
|
| Class | Description |
|---|---|
| AbstractHibernateDAO<T> |
Hibernate implementation for generic DAO interface.
|
| AbstractHibernateDSODAO<T extends DSpaceObject> |
Hibernate implementation used by DSO Database Access Objects , includes commonly used methods
Each DSO Database Access Objects should extend this class to prevent code duplication.
|
| ConfigurationManager | Deprecated
Please use org.dspace.services.ConfigurationService.
|
| Constants |
Class with constants and matching strings, for DSpace types.
|
| Context |
Class representing the context of a particular DSpace operation.
|
|
Class representing an e-mail message, also used to send e-mails.
|
|
| HibernateDBConnection |
Hibernate implementation of the DBConnection
|
| I18nUtil |
I18nUtil.java
Some Utilities for i18n Support.
|
| LegacyPluginServiceImpl |
The Legacy Plugin Service is a very simple component container (based on the
legacy PluginManager class from <=5.x).
|
| LicenseServiceImpl |
Encapsulate the deposit license.
|
| LoggerServiceImpl |
Service which simply initializes DSpace logging *after* the kernel starts
|
| LogManager |
Class for generating standard log header
|
| NewsServiceImpl |
Encapsulate access to the news texts.
|
| PathsClassLoader |
Load classes from a custom class path.
|
| SelfNamedPlugin |
Simple lightweight "framework" for managing plugins.
|
| Utils |
Utility functions for DSpace.
|
| Exception | Description |
|---|---|
| PluginInstantiationException |
This exception indicates a fatal error when instantiating a plugin class.
|
| Error | Description |
|---|---|
| PluginConfigurationError |
Indicates fatal error in PluginService configuration.
|
Copyright © 2016 DuraSpace. All Rights Reserved.