org.kuali.student.lum.lu.ui.course.server.gwt
Class LuRpcGwtServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
org.kuali.student.common.ui.server.gwt.BaseRpcGwtServletAbstract<LuService>
org.kuali.student.lum.lu.ui.course.server.gwt.LuRpcGwtServlet
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, Servlet, ServletConfig, BaseRpcService, LuRpcService
public class LuRpcGwtServlet
- extends BaseRpcGwtServletAbstract<LuService>
- implements LuRpcService
This is a description of what this class does - Will Gomes don't forget to
fill this in.
- Author:
- Kuali Student Team
- See Also:
- Serialized Form
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
perThreadRequest, perThreadResponse |
Methods inherited from class org.kuali.student.common.ui.server.gwt.BaseRpcGwtServletAbstract |
getCurrentUser, getObjectStructure, getObjectTypes, getPermissionService, getSearchCriteriaType, getSearchCriteriaTypes, getSearchResultType, getSearchResultTypes, getSearchType, getSearchTypes, getSearchTypesByCriteria, getSearchTypesByResult, getService, search, setPermissionService, setService |
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse |
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet |
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.student.common.ui.client.service.BaseRpcService |
getObjectStructure, getObjectTypes, getSearchCriteriaType, getSearchCriteriaTypes, getSearchResultType, getSearchResultTypes, getSearchType, getSearchTypes, getSearchTypesByCriteria, getSearchTypesByResult, search |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
LOG
static final Logger LOG
LuRpcGwtServlet
public LuRpcGwtServlet()
createClu
public CluInfo createClu(String luTypeKey,
CluInfo cluInfo)
- Specified by:
createClu
in interface LuRpcService
- See Also:
org.kuali.student.lum.lu.ui.course.client.service.LuRemoteService#createClu(java.lang.String,
org.kuali.student.lum.lu.dto.CluInfo)
updateClu
public CluInfo updateClu(String cluId,
CluInfo cluInfo)
- Specified by:
updateClu
in interface LuRpcService
- See Also:
org.kuali.student.lum.lu.ui.course.client.service.LuRemoteService#updateClu(java.lang.String,
org.kuali.student.lum.lu.dto.CluInfo)
getCluLoRelationsByClu
public List<CluLoRelationInfo> getCluLoRelationsByClu(String cluId)
- Specified by:
getCluLoRelationsByClu
in interface LuRpcService
getClu
public CluInfo getClu(String cluId)
- Specified by:
getClu
in interface LuRpcService
getCurrentVersion
public VersionDisplayInfo getCurrentVersion(String refObjectTypeURI,
String refObjectId)
- Specified by:
getCurrentVersion
in interface LuRpcService
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.