See: Description
| Interface | Description |
|---|---|
| DatabaseSchemaValidator |
Interface to validate the current domain model against the database schema.
|
| 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.
|
| ReloadableEntity<T extends Serializable> |
Interface that has to be implemented by all entities that can be reloaded by the Context
(see
Context.reloadEntity(ReloadableEntity) ])} |
| 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.
|
| ContextReadOnlyCache |
Object that manages the read-only caches for the Context class
|
|
Class representing an e-mail message, also used to send e-mails.
|
|
| HibernateDatabaseSchemaValidator |
Database schema validation when using the Hibernate persistence layer
|
| 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 or below).
|
| 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.
|
| Enum | Description |
|---|---|
| Context.Mode |
| Exception | Description |
|---|---|
| PluginInstantiationException |
This exception indicates a fatal error when instantiating a plugin class.
|
| Error | Description |
|---|---|
| PluginConfigurationError |
Indicates fatal error in PluginService configuration.
|
Copyright © 2017 DuraSpace. All rights reserved.