public class LuRpcGwtServlet extends BaseRpcGwtServletAbstract<CluService> implements LuRpcService
permissionService, service
Constructor and Description |
---|
LuRpcGwtServlet() |
Modifier and Type | Method and Description |
---|---|
CluInfo |
createClu(String luTypeKey,
CluInfo cluInfo) |
CluInfo |
getClu(String cluId) |
List<CluLoRelationInfo> |
getCluLoRelationsByClu(String cluId) |
VersionDisplayInfo |
getCurrentVersion(String refObjectTypeURI,
String refObjectId) |
CluInfo |
updateClu(String cluId,
CluInfo cluInfo) |
getCurrentUser, getObjectStructure, getObjectTypes, getPermissionService, getSearchType, getSearchTypes, getService, search, setPermissionService, setService
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getObjectStructure, getObjectTypes, getSearchType, getSearchTypes, search
public LuRpcGwtServlet()
public CluInfo createClu(String luTypeKey, CluInfo cluInfo)
createClu
in interface LuRpcService
org.kuali.student.lum.lu.ui.course.client.service.LuRemoteService#createClu(java.lang.String,
org.kuali.student.lum.lu.dto.CluInfo)
public CluInfo updateClu(String cluId, CluInfo cluInfo)
updateClu
in interface LuRpcService
org.kuali.student.lum.lu.ui.course.client.service.LuRemoteService#updateClu(java.lang.String,
org.kuali.student.lum.lu.dto.CluInfo)
public List<CluLoRelationInfo> getCluLoRelationsByClu(String cluId)
getCluLoRelationsByClu
in interface LuRpcService
public CluInfo getClu(String cluId)
getClu
in interface LuRpcService
public VersionDisplayInfo getCurrentVersion(String refObjectTypeURI, String refObjectId)
getCurrentVersion
in interface LuRpcService
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.