org.kuali.student.common.ui.client.service
Interface MetadataRpcServiceAsync


public interface MetadataRpcServiceAsync


Method Summary
 void getMetadata(String objectKey, String type, String state, com.google.gwt.user.client.rpc.AsyncCallback<Metadata> callback)
           
 void getMetadataList(String objectKey, List<String> types, String state, com.google.gwt.user.client.rpc.AsyncCallback<List<Metadata>> callback)
           
 void getMetadataList(String objectKey, String state, com.google.gwt.user.client.rpc.AsyncCallback<Metadata> callback)
           
 

Method Detail

getMetadata

void getMetadata(String objectKey,
                 String type,
                 String state,
                 com.google.gwt.user.client.rpc.AsyncCallback<Metadata> callback)

getMetadataList

void getMetadataList(String objectKey,
                     List<String> types,
                     String state,
                     com.google.gwt.user.client.rpc.AsyncCallback<List<Metadata>> callback)

getMetadataList

void getMetadataList(String objectKey,
                     String state,
                     com.google.gwt.user.client.rpc.AsyncCallback<Metadata> callback)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.