| Modifier and Type | Interface and Description |
|---|---|
interface |
ClasspathAwareDataAdapter |
interface |
DataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClasspathAwareDataAdapter |
class |
AbstractDataAdapter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BeanDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CsvDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataSourceDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSourceDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EjbqlDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbqlDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EmptyDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HibernateDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpringHibernateDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
SpringHibernateDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JdbcDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JndiDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
JndiDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsonDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MondrianDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
MondrianDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataSourceProviderDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
DataSourceProviderDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryExecuterDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryExecuterDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XlsDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
XlsDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XlsxDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
XlsxDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteXmlDataAdapter |
interface |
XmlDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteXmlDataAdapterImpl |
class |
XmlDataAdapterImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XmlaDataAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlaDataAdapterImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
InputStreamResource |
class |
JasperDesignReportResource |
class |
ObjectResource |
class |
OutputStreamResource |
class |
ReportResource |
| Modifier and Type | Method and Description |
|---|---|
<K extends RepositoryService,L extends Resource,M extends PersistenceService> |
PersistenceServiceFactory.getPersistenceService(Class<K> repositoryServiceType,
Class<L> resourceType)
Deprecated.
|
<K extends RepositoryService,L extends Resource,M extends PersistenceService> |
DefaultRepositoryPersistenceServiceFactory.getPersistenceService(Class<K> repositoryServiceType,
Class<L> resourceType)
Deprecated.
|
<K extends RepositoryService,L extends Resource,M extends PersistenceService> |
FileRepositoryPersistenceServiceFactory.getPersistenceService(Class<K> repositoryServiceType,
Class<L> resourceType)
Deprecated.
|
<K extends RepositoryService,L extends Resource,M extends PersistenceService> |
PersistenceServiceFactory.getPersistenceService(JasperReportsContext jasperReportsContext,
Class<K> repositoryServiceType,
Class<L> resourceType) |
<K extends RepositoryService,L extends Resource,M extends PersistenceService> |
DefaultRepositoryPersistenceServiceFactory.getPersistenceService(JasperReportsContext jasperReportsContext,
Class<K> repositoryServiceType,
Class<L> resourceType) |
<K extends RepositoryService,L extends Resource,M extends PersistenceService> |
FileRepositoryPersistenceServiceFactory.getPersistenceService(JasperReportsContext jasperReportsContext,
Class<K> repositoryServiceType,
Class<L> resourceType) |
static <K extends Resource> |
RepositoryUtil.getResource(String location,
Class<K> resourceType)
Deprecated.
|
<K extends Resource> |
RepositoryService.getResource(String uri,
Class<K> resourceType) |
<K extends Resource> |
DefaultRepositoryService.getResource(String uri,
Class<K> resourceType) |
<K extends Resource> |
FileRepositoryService.getResource(String uri,
Class<K> resourceType) |
<K extends Resource> |
RepositoryUtil.getResourceFromLocation(String location,
Class<K> resourceType) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
RepositoryService.getResource(String uri) |
Resource |
DefaultRepositoryService.getResource(String uri) |
Resource |
FileRepositoryService.getResource(String uri) |
Resource |
SerializedObjectPersistenceService.load(String uri,
RepositoryService repositoryService) |
Resource |
SerializedReportPersistenceService.load(String uri,
RepositoryService repositoryService) |
Resource |
PersistenceService.load(String uri,
RepositoryService repositoryService) |
Resource |
OutputStreamPersistenceService.load(String uri,
RepositoryService repositoryService) |
Resource |
CastorObjectPersistenceService.load(String uri,
RepositoryService repositoryService) |
Resource |
InputStreamPersistenceService.load(String uri,
RepositoryService repositoryService) |
Resource |
CastorDataAdapterPersistenceService.load(String uri,
RepositoryService repositoryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
SerializedObjectPersistenceService.save(Resource resource,
String uri,
RepositoryService repositoryService) |
void |
PersistenceService.save(Resource resource,
String uri,
RepositoryService repositoryService) |
void |
OutputStreamPersistenceService.save(Resource resource,
String uri,
RepositoryService repositoryService) |
void |
CastorObjectPersistenceService.save(Resource resource,
String uri,
RepositoryService repositoryService) |
void |
InputStreamPersistenceService.save(Resource resource,
String uri,
RepositoryService repositoryService) |
void |
RepositoryService.saveResource(String uri,
Resource resource) |
void |
DefaultRepositoryService.saveResource(String uri,
Resource resource) |
void |
FileRepositoryService.saveResource(String uri,
Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
static PersistenceService |
PersistenceUtil.getPersistenceService(Class<? extends RepositoryService> repositoryServiceType,
Class<? extends Resource> resourceType)
Deprecated.
Replaced by
PersistenceUtil.getService(Class, Class). |
PersistenceService |
PersistenceUtil.getService(Class<? extends RepositoryService> repositoryServiceType,
Class<? extends Resource> resourceType) |
Copyright © 2014. All rights reserved.