org.gcube.portlets.user.collectionexplorer.client
Interface CollectionServiceAsync


public interface CollectionServiceAsync

The async counterpart of GreetingService.


Method Summary
 void getDigitalObjectOnDemand(String objectid, String belongsTo, BasketModelItemType type, com.google.gwt.user.client.rpc.AsyncCallback<Client_DigiObjectInfo> callback)
           
 void getMetadataFormatAndLang(String md_oid, String belongsTo, com.google.gwt.user.client.rpc.AsyncCallback<MetadataDescriptor> callback)
           
 void getNextTreeItem(String collectionID, int mode, int j, com.google.gwt.user.client.rpc.AsyncCallback<ResultsContainer> callback)
           
 void getObjectsPayload(String objectURI, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
           
 void initializeTreeManager(String collectionId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
           
 

Method Detail

getDigitalObjectOnDemand

void getDigitalObjectOnDemand(String objectid,
                              String belongsTo,
                              BasketModelItemType type,
                              com.google.gwt.user.client.rpc.AsyncCallback<Client_DigiObjectInfo> callback)

getMetadataFormatAndLang

void getMetadataFormatAndLang(String md_oid,
                              String belongsTo,
                              com.google.gwt.user.client.rpc.AsyncCallback<MetadataDescriptor> callback)

initializeTreeManager

void initializeTreeManager(String collectionId,
                           com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)

getNextTreeItem

void getNextTreeItem(String collectionID,
                     int mode,
                     int j,
                     com.google.gwt.user.client.rpc.AsyncCallback<ResultsContainer> callback)

getObjectsPayload

void getObjectsPayload(String objectURI,
                       com.google.gwt.user.client.rpc.AsyncCallback<String> callback)


Copyright © 2014. All Rights Reserved.