org.kuali.student.lum.lu.ui.tools.server.gwt
Class CluSetManagementRpcGwtServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
              extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
                  extended by org.kuali.student.common.ui.server.gwt.DataGwtServlet
                      extended by 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

Field Summary
(package private) static Logger LOG
           
private  LrcService lrcService
           
private  LuService luService
           
private static long serialVersionUID
           
 
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
 
Constructor Summary
CluSetManagementRpcGwtServlet()
           
 
Method Summary
private  List<CluInformation> getCluInformations(List<String> cluIds)
           
private  CluSetInfo getCluSetInfo(String cluSetId)
           
 CluSetInformation getCluSetInformation(String cluSetId)
           
private  List<CluSetInfo> getCluSetInfos(List<String> cluSetIds)
           
 Data getData(String id)
           
 LrcService getLrcService()
           
 LuService getLuService()
           
 DataSaveResult saveData(Data data)
           
 void setLrcService(LrcService lrcService)
           
 void setLuService(LuService luService)
           
private  void upWrap(CluSetInfo cluSetInfo)
           
 
Methods inherited from class org.kuali.student.common.ui.server.gwt.DataGwtServlet
getDataService, getMetadata, isAuthorized, setDataService, validate
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
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.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
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.AssemblerRpcService
getMetadata, validate
 
Methods inherited from interface org.kuali.student.common.ui.client.service.AuthorizationRpcService
isAuthorized
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

LOG

static final Logger LOG

luService

private LuService luService

lrcService

private LrcService lrcService
Constructor Detail

CluSetManagementRpcGwtServlet

public CluSetManagementRpcGwtServlet()
Method Detail

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:
getData in interface AssemblerRpcService
Overrides:
getData in class DataGwtServlet
Throws:
OperationFailedException

saveData

public DataSaveResult saveData(Data data)
                        throws OperationFailedException
Specified by:
saveData in interface AssemblerRpcService
Overrides:
saveData in 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:
getCluSetInformation in interface CluSetManagementRpcService
Throws:
OperationFailedException


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.