Uses of Interface
org.openengsb.domain.report.common.ReportStore

Packages that use ReportStore
org.openengsb.domain.report.common   
 

Uses of ReportStore in org.openengsb.domain.report.common
 

Classes in org.openengsb.domain.report.common that implement ReportStore
 class FileSystemReportStore
           
 class InMemoryReportStore
           
 

Methods in org.openengsb.domain.report.common that return ReportStore
 ReportStore InMemoryReportStoreFactory.createReportStore(String id)
           
 ReportStore ReportStoreFactory.createReportStore(String id)
           
 ReportStore FileSystemReportStoreFactory.createReportStore(String id)
           
 ReportStore AbstractReportDomain.getStore()
           
 

Methods in org.openengsb.domain.report.common with parameters of type ReportStore
 void AbstractReportDomain.setStore(ReportStore store)
           
 



Copyright © 2009-2011. All Rights Reserved.