org.kuali.student.lum.lu.ui.course.client.service
Interface LuRpcServiceAsync
- All Superinterfaces:
- BaseRpcServiceAsync
public interface LuRpcServiceAsync
- extends BaseRpcServiceAsync
This is a description of what this class does - Will Gomes don't forget to fill this in.
- Author:
- Kuali Student Team
createClu
void createClu(String luTypeKey,
CluInfo cluInfo,
com.google.gwt.user.client.rpc.AsyncCallback<CluInfo> callback)
updateClu
void updateClu(String cluId,
CluInfo cluInfo,
com.google.gwt.user.client.rpc.AsyncCallback<CluInfo> callback)
getCluLoRelationsByClu
void getCluLoRelationsByClu(String cluId,
com.google.gwt.user.client.rpc.AsyncCallback<List<CluLoRelationInfo>> callback)
getClu
void getClu(String cluId,
com.google.gwt.user.client.rpc.AsyncCallback<CluInfo> callback)
getCurrentVersion
void getCurrentVersion(String refObjectTypeURI,
String refObjectId,
com.google.gwt.user.client.rpc.AsyncCallback<VersionDisplayInfo> callback)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.