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

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
CollectionServiceImpl

@RemoteServiceRelativePath(value="greet")
public interface CollectionService
extends com.google.gwt.user.client.rpc.RemoteService

The client side stub for the RPC service.


Method Summary
 Client_DigiObjectInfo getDigitalObjectOnDemand(String objectid, String belongsTo, BasketModelItemType type)
          used to get additional information on demand
 MetadataDescriptor getMetadataFormatAndLang(String md_oid, String belongsTo)
           
 ResultsContainer getNextTreeItem(String collectionID, int mode, int j)
           
 String getObjectsPayload(String objectURI)
           
 void initializeTreeManager(String collectionId)
           
 

Method Detail

getObjectsPayload

String getObjectsPayload(String objectURI)

getDigitalObjectOnDemand

Client_DigiObjectInfo getDigitalObjectOnDemand(String objectid,
                                               String belongsTo,
                                               BasketModelItemType type)
used to get additional information on demand

Parameters:
oid - the object id
Returns:
a DigiObjectInfo instance for a given oid

getMetadataFormatAndLang

MetadataDescriptor getMetadataFormatAndLang(String md_oid,
                                            String belongsTo)
Parameters:
md_oid -
belongsTo -
Returns:

getNextTreeItem

ResultsContainer getNextTreeItem(String collectionID,
                                 int mode,
                                 int j)

initializeTreeManager

void initializeTreeManager(String collectionId)


Copyright © 2014. All Rights Reserved.