Uses of Class
org.gcube.portlets.admin.fulltextindexportlet.gwt.shared.IndexBean

Packages that use IndexBean
org.gcube.portlets.admin.fulltextindexportlet.gwt.client.interfaces   
org.gcube.portlets.admin.fulltextindexportlet.gwt.server   
org.gcube.portlets.admin.fulltextindexportlet.gwt.shared   
 

Uses of IndexBean in org.gcube.portlets.admin.fulltextindexportlet.gwt.client.interfaces
 

Methods in org.gcube.portlets.admin.fulltextindexportlet.gwt.client.interfaces that return IndexBean
 IndexBean[] ManagementService.getIndices(String collectionID)
          A method to get IndexBeans for every Index connected to a specific Collection
 

Uses of IndexBean in org.gcube.portlets.admin.fulltextindexportlet.gwt.server
 

Methods in org.gcube.portlets.admin.fulltextindexportlet.gwt.server that return IndexBean
 IndexBean[] ManagementServiceImpl.getIndices(String collectionID)
          A method to get IndexBeans for every Index connected to a specific Collection
 

Uses of IndexBean in org.gcube.portlets.admin.fulltextindexportlet.gwt.shared
 

Methods in org.gcube.portlets.admin.fulltextindexportlet.gwt.shared that return types with arguments of type IndexBean
 ArrayList<IndexBean> CollectionBean.getIndices()
          A method used to get a list of all the indices valid for this collection
 

Methods in org.gcube.portlets.admin.fulltextindexportlet.gwt.shared with parameters of type IndexBean
 void CollectionBean.addIndex(IndexBean index)
          Adds one index to the list of indices to be connected with this collection
 int IndexBean.compareTo(IndexBean arg0)
          
 

Method parameters in org.gcube.portlets.admin.fulltextindexportlet.gwt.shared with type arguments of type IndexBean
 void CollectionBean.setIndices(ArrayList<IndexBean> indices)
          Sets which indices should be connected to the collection
 



Copyright © 2013. All Rights Reserved.