org.kuali.student.lum.common.client.widgets
Class CluSetRetrieverImpl
java.lang.Object
org.kuali.student.lum.common.client.widgets.CluSetRetrieverImpl
- All Implemented Interfaces:
- CluSetRetriever
public class CluSetRetrieverImpl
- extends Object
- implements CluSetRetriever
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cluSetManagementRpcServiceAsync
private CluSetManagementRpcServiceAsync cluSetManagementRpcServiceAsync
CluSetRetrieverImpl
public CluSetRetrieverImpl()
getCluSetInformation
public void getCluSetInformation(String cluSetId,
Callback<CluSetInformation> retrieveDoneCallback)
- Specified by:
getCluSetInformation
in interface CluSetRetriever
getMetadata
public void getMetadata(String id,
Callback<Metadata> callback)
- Specified by:
getMetadata
in interface CluSetRetriever
getData
public void getData(String cluSetId,
Callback<Data> callback)
- Specified by:
getData
in interface CluSetRetriever
saveData
public void saveData(Data data,
Callback<DataSaveResult> callback)
- Specified by:
saveData
in interface CluSetRetriever
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.