public abstract class BaseRpcGwtServletAbstract<SEI> extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements BaseRpcService
Modifier and Type | Field and Description |
---|---|
protected PermissionService |
permissionService |
protected SEI |
service |
Constructor and Description |
---|
BaseRpcGwtServletAbstract() |
Modifier and Type | Method and Description |
---|---|
protected String |
getCurrentUser() |
ObjectStructure |
getObjectStructure(String objectTypeKey) |
List<String> |
getObjectTypes() |
PermissionService |
getPermissionService() |
TypeInfo |
getSearchType(String searchTypeKey) |
List<TypeInfo> |
getSearchTypes() |
SEI |
getService() |
SearchResultInfo |
search(SearchRequestInfo searchRequest) |
void |
setPermissionService(PermissionService permissionService) |
void |
setService(SEI service) |
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
protected PermissionService permissionService
public BaseRpcGwtServletAbstract()
public SEI getService()
public void setService(SEI service)
public PermissionService getPermissionService()
public void setPermissionService(PermissionService permissionService)
public ObjectStructure getObjectStructure(String objectTypeKey)
getObjectStructure
in interface BaseRpcService
org.kuali.student.common.dictionary.service.old.DictionaryService#getObjectStructure(java.lang.String)
public List<String> getObjectTypes()
getObjectTypes
in interface BaseRpcService
org.kuali.student.common.dictionary.service.old.DictionaryService#getObjectTypes()
public TypeInfo getSearchType(String searchTypeKey)
getSearchType
in interface BaseRpcService
org.kuali.student.common.search.service.SearchService#getSearchType(java.lang.String)
public List<TypeInfo> getSearchTypes()
getSearchTypes
in interface BaseRpcService
org.kuali.student.common.search.service.SearchService#getSearchTypes()
public SearchResultInfo search(SearchRequestInfo searchRequest)
search
in interface BaseRpcService
org.kuali.student.common.search.service.SearchService#search(org.kuali.student.common.search.dto.SearchRequest)
protected String getCurrentUser()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.