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

Packages that use FieldIndexContainer.FieldType
gr.uoa.di.madgik.rr.element.search.index   
 

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

Methods in gr.uoa.di.madgik.rr.element.search.index that return FieldIndexContainer.FieldType
static FieldIndexContainer.FieldType FieldIndexContainer.FieldType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FieldIndexContainer.FieldType[] FieldIndexContainer.FieldType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gr.uoa.di.madgik.rr.element.search.index with parameters of type FieldIndexContainer.FieldType
static List<FieldIndexContainer> FieldIndexContainer.queryByFieldIDAndType(String fieldID, FieldIndexContainer.FieldType type)
           
static List<DataSource> DataSource.queryByFieldIDAndTypeAndCollection(boolean loadDetails, String fieldID, String collection, FieldIndexContainer.FieldType type)
           
static List<FieldIndexContainer> FieldIndexContainer.queryByFieldIDAndTypeAndCollection(String fieldID, String collection, FieldIndexContainer.FieldType type)
           
static List<DataSource> DataSource.queryByFieldIDAndTypeAndCollectionAndLanguage(boolean loadDetails, String fieldID, String collection, String language, FieldIndexContainer.FieldType type)
           
static List<DataSource> DataSource.queryByFieldIDAndTypeAndCollectionAndScope(boolean loadDetails, String fieldID, String collection, FieldIndexContainer.FieldType type, String scope)
           
static List<DataSource> DataSource.queryByFieldIDAndTypeAndLanguage(boolean loadDetails, String fieldID, String language, FieldIndexContainer.FieldType type)
           
static List<FieldIndexContainer> FieldIndexContainer.queryByFieldIDAndTypeAndScope(String fieldID, FieldIndexContainer.FieldType type, String scope)
           
 



Copyright © 2012. All Rights Reserved.