org.kuali.student.common.ui.server.gwt.old
Class AbstractBaseDataOrchestrationRpcGwtServlet
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.old.AbstractBaseDataOrchestrationRpcGwtServlet
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, Servlet, ServletConfig, AssemblerRpcService, AuthorizationRpcService, BaseDataOrchestrationRpcService
- Direct Known Subclasses:
- OrgRpcGwtServlet
Deprecated.
@Deprecated
public abstract class AbstractBaseDataOrchestrationRpcGwtServlet
- extends com.google.gwt.user.server.rpc.RemoteServiceServlet
- implements BaseDataOrchestrationRpcService
Generic implementation of data orchestration calls and workflow calls
- 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 |
AbstractBaseDataOrchestrationRpcGwtServlet
public AbstractBaseDataOrchestrationRpcGwtServlet()
- Deprecated.
getData
public Data getData(String dataId)
- Deprecated.
- Specified by:
getData
in interface AssemblerRpcService
getMetadata
public Metadata getMetadata(String id,
Map<String,String> idAttributes)
- Deprecated.
- Specified by:
getMetadata
in interface AssemblerRpcService
saveData
public DataSaveResult saveData(Data data)
throws OperationFailedException
- Deprecated.
- Specified by:
saveData
in interface AssemblerRpcService
- Throws:
OperationFailedException
getCurrentUser
protected String getCurrentUser()
- Deprecated.
checkDocumentLevelPermissions
protected boolean checkDocumentLevelPermissions()
- Deprecated.
isAuthorized
public Boolean isAuthorized(PermissionType type,
Map<String,String> attributes)
- Deprecated.
- Specified by:
isAuthorized
in interface AuthorizationRpcService
deriveAppIdFromData
protected abstract String deriveAppIdFromData(Data data)
- Deprecated.
deriveDocContentFromData
protected abstract String deriveDocContentFromData(Data data)
- Deprecated.
getDefaultWorkflowDocumentType
protected abstract String getDefaultWorkflowDocumentType()
- Deprecated.
getDefaultMetaDataState
protected abstract String getDefaultMetaDataState()
- Deprecated.
getDefaultMetaDataType
protected abstract String getDefaultMetaDataType()
- Deprecated.
setAssembler
public void setAssembler(Assembler<Data,Void> assembler)
- Deprecated.
getPermissionService
public PermissionService getPermissionService()
- Deprecated.
setPermissionService
public void setPermissionService(PermissionService permissionService)
- Deprecated.
getIdentityService
public IdentityService getIdentityService()
- Deprecated.
setIdentityService
public void setIdentityService(IdentityService identityService)
- Deprecated.
setSimpleDocService
public void setSimpleDocService(WorkflowDocumentActionsService simpleDocService)
- Deprecated.
getAssembler
protected Assembler<Data,Void> getAssembler()
- Deprecated.
getSimpleDocService
protected WorkflowDocumentActionsService getSimpleDocService()
- Deprecated.
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.