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

Method Summary
 void createClu(String luTypeKey, CluInfo cluInfo, com.google.gwt.user.client.rpc.AsyncCallback<CluInfo> callback)
           
 void getClu(String cluId, com.google.gwt.user.client.rpc.AsyncCallback<CluInfo> callback)
           
 void getCluLoRelationsByClu(String cluId, com.google.gwt.user.client.rpc.AsyncCallback<List<CluLoRelationInfo>> callback)
           
 void getCurrentVersion(String refObjectTypeURI, String refObjectId, com.google.gwt.user.client.rpc.AsyncCallback<VersionDisplayInfo> callback)
           
 void updateClu(String cluId, CluInfo cluInfo, com.google.gwt.user.client.rpc.AsyncCallback<CluInfo> callback)
           
 
Methods inherited from interface org.kuali.student.common.ui.client.service.BaseRpcServiceAsync
getObjectStructure, getObjectTypes, getSearchCriteriaType, getSearchCriteriaTypes, getSearchResultType, getSearchResultTypes, getSearchType, getSearchTypes, getSearchTypesByCriteria, getSearchTypesByResult, search
 

Method Detail

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 © 2007-2011 The Kuali Foundation. All Rights Reserved.