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
Methods inherited from interface org.kuali.student.common.ui.client.service.BaseRpcServiceAsync |
getObjectStructure, getObjectTypes, getSearchCriteriaType, getSearchCriteriaTypes, getSearchResultType, getSearchResultTypes, getSearchType, getSearchTypes, getSearchTypesByCriteria, getSearchTypesByResult, search |
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.