Uses of Class
org.gcube.application.framework.search.library.model.CollectionInfo

Packages that use CollectionInfo
org.gcube.application.framework.search.library.cache   
org.gcube.application.framework.search.library.impl   
org.gcube.application.framework.search.library.util   
 

Uses of CollectionInfo in org.gcube.application.framework.search.library.cache
 

Fields in org.gcube.application.framework.search.library.cache with type parameters of type CollectionInfo
protected  HashMap<String,HashMap<CollectionInfo,ArrayList<CollectionInfo>>> CollectionsFieldsCache.scopesInfosCache
           
protected  HashMap<String,HashMap<CollectionInfo,ArrayList<CollectionInfo>>> CollectionsFieldsCache.scopesInfosCache
           
 

Methods in org.gcube.application.framework.search.library.cache that return types with arguments of type CollectionInfo
 HashMap<CollectionInfo,ArrayList<CollectionInfo>> CollectionsFieldsCache.getCollectionsInfoForScope(String scope, boolean refresh)
           
 HashMap<CollectionInfo,ArrayList<CollectionInfo>> CollectionsFieldsCache.getCollectionsInfoForScope(String scope, boolean refresh)
           
 HashMap<CollectionInfo,ArrayList<CollectionInfo>> CollectionsFieldsCache.refreshCollectionInfoForScope(String scope, boolean refresh)
           
 HashMap<CollectionInfo,ArrayList<CollectionInfo>> CollectionsFieldsCache.refreshCollectionInfoForScope(String scope, boolean refresh)
           
 

Uses of CollectionInfo in org.gcube.application.framework.search.library.impl
 

Methods in org.gcube.application.framework.search.library.impl that return CollectionInfo
 CollectionInfo SearchHelper.findCollectionInfo(String collectionId)
           
 

Methods in org.gcube.application.framework.search.library.impl that return types with arguments of type CollectionInfo
 HashMap<CollectionInfo,ArrayList<CollectionInfo>> SearchHelper.getAvailableCollections()
          
 HashMap<CollectionInfo,ArrayList<CollectionInfo>> SearchHelper.getAvailableCollections()
          
 ArrayList<CollectionInfo> SearchHelper.getExternalCollectionInfos()
           
 HashMap<CollectionInfo,ArrayList<CollectionInfo>> SearchHelper.refreshAvailableCollections()
          
 HashMap<CollectionInfo,ArrayList<CollectionInfo>> SearchHelper.refreshAvailableCollections()
          
 List<CollectionInfo> SearchHelper.searchCollections(String term, String whereToSearch)
          
 

Uses of CollectionInfo in org.gcube.application.framework.search.library.util
 

Methods in org.gcube.application.framework.search.library.util that return CollectionInfo
static CollectionInfo FindFieldsInfo.findCollectionInfo(String colID, HashMap<CollectionInfo,ArrayList<CollectionInfo>> collections)
           
protected static CollectionInfo FindFieldsInfo.getCollectionInfoById(String colId, List<CollectionInfo> collections)
          Finds the collection info object of the collection with the given id.
 

Methods in org.gcube.application.framework.search.library.util that return types with arguments of type CollectionInfo
static HashMap<CollectionInfo,ArrayList<CollectionInfo>> FindFieldsInfo.joinDynamicAndStaticConfiguration(String scope, boolean refresh)
           
static HashMap<CollectionInfo,ArrayList<CollectionInfo>> FindFieldsInfo.joinDynamicAndStaticConfiguration(String scope, boolean refresh)
           
protected static HashMap<CollectionInfo,ArrayList<CollectionInfo>> FindFieldsInfo.retrieveCollectionHierarchy(String VREname, Document doc, List<CollectionInfo> collections)
          Retrieves the hierarchical structure of the available collections.
protected static HashMap<CollectionInfo,ArrayList<CollectionInfo>> FindFieldsInfo.retrieveCollectionHierarchy(String VREname, Document doc, List<CollectionInfo> collections)
          Retrieves the hierarchical structure of the available collections.
static ArrayList<CollectionInfo> FindFieldsInfo.retrieveCollectionsFieldsInfos(String scope)
           
protected static HashMap<CollectionInfo,ArrayList<CollectionInfo>> FindFieldsInfo.retrieveCollectionsInformation(String vre, List<CollectionInfo> collections, boolean refresh)
           
protected static HashMap<CollectionInfo,ArrayList<CollectionInfo>> FindFieldsInfo.retrieveCollectionsInformation(String vre, List<CollectionInfo> collections, boolean refresh)
           
static List<CollectionInfo> FindFieldsInfo.searchCollectionInfo(String term, String whereToSearch, HashMap<CollectionInfo,ArrayList<CollectionInfo>> collections)
           
 

Method parameters in org.gcube.application.framework.search.library.util with type arguments of type CollectionInfo
static CollectionInfo FindFieldsInfo.findCollectionInfo(String colID, HashMap<CollectionInfo,ArrayList<CollectionInfo>> collections)
           
static CollectionInfo FindFieldsInfo.findCollectionInfo(String colID, HashMap<CollectionInfo,ArrayList<CollectionInfo>> collections)
           
protected static CollectionInfo FindFieldsInfo.getCollectionInfoById(String colId, List<CollectionInfo> collections)
          Finds the collection info object of the collection with the given id.
protected static HashMap<CollectionInfo,ArrayList<CollectionInfo>> FindFieldsInfo.retrieveCollectionHierarchy(String VREname, Document doc, List<CollectionInfo> collections)
          Retrieves the hierarchical structure of the available collections.
protected static void FindFieldsInfo.retrieveCollections(Document doc, List<CollectionInfo> collections)
          Retrieves the collections by joining information from static and dynamic configuration.
protected static HashMap<CollectionInfo,ArrayList<CollectionInfo>> FindFieldsInfo.retrieveCollectionsInformation(String vre, List<CollectionInfo> collections, boolean refresh)
           
static List<CollectionInfo> FindFieldsInfo.searchCollectionInfo(String term, String whereToSearch, HashMap<CollectionInfo,ArrayList<CollectionInfo>> collections)
           
static List<CollectionInfo> FindFieldsInfo.searchCollectionInfo(String term, String whereToSearch, HashMap<CollectionInfo,ArrayList<CollectionInfo>> collections)
           
 



Copyright © 2013. All Rights Reserved.