Uses of Class
org.gcube.portlets.user.results.shared.ObjectType

Packages that use ObjectType
org.gcube.portlets.user.results.client   
org.gcube.portlets.user.results.client.model   
org.gcube.portlets.user.results.server.servlet   
org.gcube.portlets.user.results.shared   
 

Uses of ObjectType in org.gcube.portlets.user.results.client
 

Methods in org.gcube.portlets.user.results.client with parameters of type ObjectType
 String ResultsetService.transformMetadata(String payload, ObjectType type)
           
 void ResultsetServiceAsync.transformMetadata(String payload, ObjectType type, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
           
 

Uses of ObjectType in org.gcube.portlets.user.results.client.model
 

Fields in org.gcube.portlets.user.results.client.model declared as ObjectType
protected  ObjectType ResultObj.objectType
          Object's type
 

Methods in org.gcube.portlets.user.results.client.model that return ObjectType
 ObjectType ResultObj.getObjectType()
           
 

Methods in org.gcube.portlets.user.results.client.model with parameters of type ObjectType
 void ResultObj.setObjectType(ObjectType objectType)
           
 

Constructors in org.gcube.portlets.user.results.client.model with parameters of type ObjectType
ResultObj(String docURI, String currUserName, String title, ResultRecord resultRec, String htmlText, String mimetype, String collectionID, String rank, String collectionName, ObjectType objectType)
           
 

Uses of ObjectType in org.gcube.portlets.user.results.server.servlet
 

Methods in org.gcube.portlets.user.results.server.servlet with parameters of type ObjectType
protected  String NewresultsetServiceImpl.getXSLT(ObjectType type)
           
 String NewresultsetServiceImpl.transformMetadata(String payload, ObjectType type)
           
 

Uses of ObjectType in org.gcube.portlets.user.results.shared
 

Methods in org.gcube.portlets.user.results.shared that return ObjectType
 ObjectType GenericTreeRecordBean.getType()
           
static ObjectType ObjectType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ObjectType[] ObjectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.gcube.portlets.user.results.shared with parameters of type ObjectType
GenericTreeRecordBean(ObjectType type, String payload)
           
OaiDCRecordBean(ObjectType type, String payload)
           
 



Copyright © 2013. All Rights Reserved.