org.kuali.student.lum.lu.ui.course.client.service
Interface LuRpcService
- All Superinterfaces:
- BaseRpcService, com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- LuRpcGwtServlet
@RemoteServiceRelativePath(value="rpcservices/LuRpcService")
public interface LuRpcService
- extends BaseRpcService
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.BaseRpcService |
getObjectStructure, getObjectTypes, getSearchCriteriaType, getSearchCriteriaTypes, getSearchResultType, getSearchResultTypes, getSearchType, getSearchTypes, getSearchTypesByCriteria, getSearchTypesByResult, search |
createClu
CluInfo createClu(String luTypeKey,
CluInfo cluInfo)
updateClu
CluInfo updateClu(String luTypeKey,
CluInfo cluInfo)
getCluLoRelationsByClu
List<CluLoRelationInfo> getCluLoRelationsByClu(String cluId)
getClu
CluInfo getClu(String cluId)
getCurrentVersion
VersionDisplayInfo getCurrentVersion(String refObjectTypeURI,
String refObjectId)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.