Uses of Class
gr.uoa.di.madgik.rr.element.search.index.DataSource

Packages that use DataSource
gr.uoa.di.madgik.rr.element.query   
gr.uoa.di.madgik.rr.element.search.index   
 

Uses of DataSource in gr.uoa.di.madgik.rr.element.query
 

Methods in gr.uoa.di.madgik.rr.element.query that return DataSource
static DataSource QueryHelper.GetSourceById(String id)
           
 

Methods in gr.uoa.di.madgik.rr.element.query that return types with arguments of type DataSource
static List<DataSource> QueryHelper.GetSources(String type)
           
 

Uses of DataSource in gr.uoa.di.madgik.rr.element.search.index
 

Subclasses of DataSource in gr.uoa.di.madgik.rr.element.search.index
 class FTIndex
           
 class FWIndex
           
 class GeoIndex
           
 class OpenSearchDataSource
           
 

Fields in gr.uoa.di.madgik.rr.element.search.index with type parameters of type DataSource
protected  Set<DataSource> DataSourceService.datasources
           
 

Methods in gr.uoa.di.madgik.rr.element.search.index that return DataSource
static DataSource DataSource.getById(boolean loadDetails, gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType, String id)
           
static DataSource DataSource.getById(boolean loadDetails, String id)
           
static DataSource FWIndex.getById(boolean loadDetails, String id)
           
static DataSource FTIndex.getById(boolean loadDetails, String id)
           
static DataSource OpenSearchDataSource.getById(boolean loadDetails, String id)
           
static DataSource GeoIndex.getById(boolean loadDetails, String id)
           
 DataSource DataSourceService.getDataSource(String id)
           
 

Methods in gr.uoa.di.madgik.rr.element.search.index that return types with arguments of type DataSource
static List<DataSource> DataSource.getAll(boolean loadDetails)
           
static List<DataSource> FWIndex.getAll(boolean loadDetails)
           
static List<DataSource> FTIndex.getAll(boolean loadDetails)
           
static List<DataSource> OpenSearchDataSource.getAll(boolean loadDetails)
           
static List<DataSource> GeoIndex.getAll(boolean loadDetails)
           
static List<DataSource> DataSource.getAll(boolean loadDetails, gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
           
static List<DataSource> FWIndex.getAll(boolean loadDetails, gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
           
static List<DataSource> FTIndex.getAll(boolean loadDetails, gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
           
static List<DataSource> OpenSearchDataSource.getAll(boolean loadDetails, gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
           
static List<DataSource> GeoIndex.getAll(boolean loadDetails, gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
           
protected static List<DataSource> DataSource.getAll(Class<? extends DataSourceDao> type, gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType, boolean loadDetails)
           
 Set<DataSource> DataSourceService.getDataSources()
           
static List<DataSource> DataSource.queryByFieldIDAndTypeAndCollection(boolean loadDetails, String fieldID, String collection, FieldIndexContainer.FieldType type)
           
static List<DataSource> DataSource.queryByFieldIDAndTypeAndCollection(gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType, boolean loadDetails, String fieldID, String collection, String type)
           
static List<DataSource> DataSource.queryByFieldIDAndTypeAndCollectionAndLanguage(boolean loadDetails, String fieldID, String collection, String language, FieldIndexContainer.FieldType type)
           
static List<DataSource> DataSource.queryByFieldIDAndTypeAndCollectionAndLanguage(gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType, boolean loadDetails, String fieldID, String collection, String language, String type)
           
static List<DataSource> DataSource.queryByFieldIDAndTypeAndCollectionAndScope(boolean loadDetails, String fieldID, String collection, FieldIndexContainer.FieldType type, String scope)
           
static List<DataSource> DataSource.queryByFieldIDAndTypeAndCollectionAndScope(gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType, boolean loadDetails, String fieldID, String collection, String type, String scope)
           
static List<DataSource> DataSource.queryByFieldIDAndTypeAndLanguage(boolean loadDetails, String fieldID, String language, FieldIndexContainer.FieldType type)
           
static List<DataSource> DataSource.queryByFieldIDAndTypeAndLanguage(gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType, boolean loadDetails, String fieldID, String language, String type)
           
static Set<Class<? extends DataSource>> DataSource.subTypes()
           
 

Method parameters in gr.uoa.di.madgik.rr.element.search.index with type arguments of type DataSource
static void DataSource.addServiceType(Class<? extends DataSource> ds, Class<? extends DataSourceService> service)
           
static void DataSource.addSubType(DataSource.Type type, Class<? extends DataSource> ds, Class<? extends DataSourceDao> dsDao)
           
 



Copyright © 2013. All Rights Reserved.