org.kuali.student.lum.lu.ui.tools.server.gwt
Class CluSetManagementRpcGwtServlet
java.lang.Object
   javax.servlet.GenericServlet
javax.servlet.GenericServlet
       javax.servlet.http.HttpServlet
javax.servlet.http.HttpServlet
           com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
               com.google.gwt.user.server.rpc.RemoteServiceServlet
com.google.gwt.user.server.rpc.RemoteServiceServlet
                   org.kuali.student.common.ui.server.gwt.DataGwtServlet
org.kuali.student.common.ui.server.gwt.DataGwtServlet
                       org.kuali.student.lum.lu.ui.tools.server.gwt.CluSetManagementRpcGwtServlet
org.kuali.student.lum.lu.ui.tools.server.gwt.CluSetManagementRpcGwtServlet
- All Implemented Interfaces: 
- com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, Servlet, ServletConfig, AssemblerRpcService, AuthorizationRpcService, BaseDataOrchestrationRpcService, CluSetManagementRpcService
- public class CluSetManagementRpcGwtServlet 
- extends DataGwtServlet- implements CluSetManagementRpcService
- See Also:
- Serialized Form
 
| Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet | 
| perThreadRequest, perThreadResponse | 
 
 
 
 
| 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 | 
 
 
 
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
LOG
static final Logger LOG
luService
private LuService luService
lrcService
private LrcService lrcService
CluSetManagementRpcGwtServlet
public CluSetManagementRpcGwtServlet()
getLuService
public LuService getLuService()
- 
 
- 
 
setLuService
public void setLuService(LuService luService)
- 
 
- 
 
getLrcService
public LrcService getLrcService()
- 
 
- 
 
setLrcService
public void setLrcService(LrcService lrcService)
- 
 
- 
 
getData
public Data getData(String id)
             throws OperationFailedException
- 
- Specified by:
- getDatain interface- AssemblerRpcService
- Overrides:
- getDatain class- DataGwtServlet
 
- 
- Throws:
- OperationFailedException
 
saveData
public DataSaveResult saveData(Data data)
                        throws OperationFailedException
- 
- Specified by:
- saveDatain interface- AssemblerRpcService
- Overrides:
- saveDatain class- DataGwtServlet
 
- 
- Throws:
- OperationFailedException
 
getCluSetInfo
private CluSetInfo getCluSetInfo(String cluSetId)
                          throws OperationFailedException
- 
 
- 
- Throws:
- OperationFailedException
 
getCluSetInfos
private List<CluSetInfo> getCluSetInfos(List<String> cluSetIds)
                                 throws OperationFailedException
- 
 
- 
- Throws:
- OperationFailedException
 
upWrap
private void upWrap(CluSetInfo cluSetInfo)
             throws AssemblyException
- 
 
- 
- Throws:
- AssemblyException
 
getCluInformations
private List<CluInformation> getCluInformations(List<String> cluIds)
                                         throws OperationFailedException
- 
 
- 
- Throws:
- OperationFailedException
 
getCluSetInformation
public CluSetInformation getCluSetInformation(String cluSetId)
                                       throws OperationFailedException
- 
- Specified by:
- getCluSetInformationin interface- CluSetManagementRpcService
 
- 
- Throws:
- OperationFailedException
 
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.