Uses of Interface
net.sf.jasperreports.repo.RepositoryService

Packages that use RepositoryService
net.sf.jasperreports.repo   
 

Uses of RepositoryService in net.sf.jasperreports.repo
 

Subinterfaces of RepositoryService in net.sf.jasperreports.repo
 interface StreamRepositoryService
           
 

Classes in net.sf.jasperreports.repo that implement RepositoryService
 class DefaultRepositoryService
           
 class FileRepositoryService
           
 

Methods in net.sf.jasperreports.repo with type parameters of type RepositoryService
<K extends RepositoryService,L extends Resource,M extends PersistenceService>
M
PersistenceServiceFactory.getPersistenceService(java.lang.Class<K> repositoryServiceType, java.lang.Class<L> resourceType)
          Deprecated. Replaced by PersistenceServiceFactory.getPersistenceService(JasperReportsContext, Class, Class).
<K extends RepositoryService,L extends Resource,M extends PersistenceService>
M
DefaultRepositoryPersistenceServiceFactory.getPersistenceService(java.lang.Class<K> repositoryServiceType, java.lang.Class<L> resourceType)
          Deprecated. Replaced by DefaultRepositoryPersistenceServiceFactory.getPersistenceService(JasperReportsContext, Class, Class).
<K extends RepositoryService,L extends Resource,M extends PersistenceService>
M
FileRepositoryPersistenceServiceFactory.getPersistenceService(java.lang.Class<K> repositoryServiceType, java.lang.Class<L> resourceType)
          Deprecated. Replaced by FileRepositoryPersistenceServiceFactory.getPersistenceService(JasperReportsContext, Class, Class).
<K extends RepositoryService,L extends Resource,M extends PersistenceService>
M
PersistenceServiceFactory.getPersistenceService(JasperReportsContext jasperReportsContext, java.lang.Class<K> repositoryServiceType, java.lang.Class<L> resourceType)
           
<K extends RepositoryService,L extends Resource,M extends PersistenceService>
M
DefaultRepositoryPersistenceServiceFactory.getPersistenceService(JasperReportsContext jasperReportsContext, java.lang.Class<K> repositoryServiceType, java.lang.Class<L> resourceType)
           
<K extends RepositoryService,L extends Resource,M extends PersistenceService>
M
FileRepositoryPersistenceServiceFactory.getPersistenceService(JasperReportsContext jasperReportsContext, java.lang.Class<K> repositoryServiceType, java.lang.Class<L> resourceType)
           
 

Methods in net.sf.jasperreports.repo that return types with arguments of type RepositoryService
static java.util.List<RepositoryService> RepositoryUtil.getRepositoryServices()
          Deprecated. Replaced by RepositoryUtil.getServices().
 

Methods in net.sf.jasperreports.repo with parameters of type RepositoryService
 Resource SerializedObjectPersistenceService.load(java.lang.String uri, RepositoryService repositoryService)
           
 Resource SerializedReportPersistenceService.load(java.lang.String uri, RepositoryService repositoryService)
           
 Resource PersistenceService.load(java.lang.String uri, RepositoryService repositoryService)
           
 Resource OutputStreamPersistenceService.load(java.lang.String uri, RepositoryService repositoryService)
           
 Resource CastorObjectPersistenceService.load(java.lang.String uri, RepositoryService repositoryService)
           
 Resource InputStreamPersistenceService.load(java.lang.String uri, RepositoryService repositoryService)
           
 Resource CastorDataAdapterPersistenceService.load(java.lang.String uri, RepositoryService repositoryService)
           
 void SerializedObjectPersistenceService.save(Resource resource, java.lang.String uri, RepositoryService repositoryService)
           
 void PersistenceService.save(Resource resource, java.lang.String uri, RepositoryService repositoryService)
           
 void OutputStreamPersistenceService.save(Resource resource, java.lang.String uri, RepositoryService repositoryService)
           
 void CastorObjectPersistenceService.save(Resource resource, java.lang.String uri, RepositoryService repositoryService)
           
 void InputStreamPersistenceService.save(Resource resource, java.lang.String uri, RepositoryService repositoryService)
           
 

Method parameters in net.sf.jasperreports.repo with type arguments of type RepositoryService
static PersistenceService PersistenceUtil.getPersistenceService(java.lang.Class<? extends RepositoryService> repositoryServiceType, java.lang.Class<? extends Resource> resourceType)
          Deprecated. Replaced by PersistenceUtil.getService(Class, Class).
 PersistenceService PersistenceUtil.getService(java.lang.Class<? extends RepositoryService> repositoryServiceType, java.lang.Class<? extends Resource> resourceType)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com