org.kuali.student.common.ui.client.service
Interface BaseRpcService
- All Superinterfaces: 
- com.google.gwt.user.client.rpc.RemoteService
- All Known Subinterfaces: 
- AtpRpcService, CommentRpcService, DocumentRpcService, LuRpcService, ProposalRpcService, StatementRpcService
- All Known Implementing Classes: 
- AtpRpcGwtServlet, BaseRpcGwtServletAbstract, CommentRpcGwtServlet, DocumentRpcGwtServlet, LuRpcGwtServlet, ProposalRpcGwtServlet, StatementDataService, StatementRpcServlet
- public interface BaseRpcService 
- extends com.google.gwt.user.client.rpc.RemoteService
A base RPC service interface that exposes dictionary and search interfaces
  of a service endpoint interface SEI
- Author:
- Kuali Student Team
 
getObjectTypes
List<String> getObjectTypes()
- 
 
- 
 
getObjectStructure
ObjectStructure getObjectStructure(String objectTypeKey)
- 
 
- 
 
getSearchTypes
List<TypeInfo> getSearchTypes()
- 
 
- 
 
getSearchType
TypeInfo getSearchType(String searchTypeKey)
- 
 
- 
 
search
SearchResultInfo search(SearchRequestInfo searchRequest)
- 
 
- 
 
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.