Uses of Class
org.gcube.portlets.admin.forwardindexportlet.gwt.shared.IndexTypeBean

Packages that use IndexTypeBean
org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces   
org.gcube.portlets.admin.forwardindexportlet.gwt.server   
 

Uses of IndexTypeBean in org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces
 

Methods in org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces that return types with arguments of type IndexTypeBean
 Map<String,IndexTypeBean> ManagementService.getAllIndexTypes()
          Retrieves all the indexType descriptions from the IS.
 

Methods in org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces with parameters of type IndexTypeBean
 void ManagementService.deleteIndexType(IndexTypeBean idxType)
          Deletes an indexType from the IS.
 void ManagementServiceAsync.deleteIndexType(IndexTypeBean idxType, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
          Deletes an indexType from the IS.
 String ManagementService.saveIndexType(IndexTypeBean idxType)
          Saves an indexType to the IS.
 void ManagementServiceAsync.saveIndexType(IndexTypeBean idxType, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
          Saves an indexType to the IS.
 

Method parameters in org.gcube.portlets.admin.forwardindexportlet.gwt.client.interfaces with type arguments of type IndexTypeBean
 void ManagementServiceAsync.getAllIndexTypes(com.google.gwt.user.client.rpc.AsyncCallback<Map<String,IndexTypeBean>> callback)
          Retrieves all the indexType descriptions from the IS.
 

Uses of IndexTypeBean in org.gcube.portlets.admin.forwardindexportlet.gwt.server
 

Methods in org.gcube.portlets.admin.forwardindexportlet.gwt.server that return types with arguments of type IndexTypeBean
 Map<String,IndexTypeBean> ManagementServiceImpl.getAllIndexTypes()
           
 

Methods in org.gcube.portlets.admin.forwardindexportlet.gwt.server with parameters of type IndexTypeBean
 void ManagementServiceImpl.deleteIndexType(IndexTypeBean idxType)
           
 String ManagementServiceImpl.saveIndexType(IndexTypeBean idxType)
           
 



Copyright © 2013. All Rights Reserved.