org.kuali.student.lum.program.server
Class StatementDataService
java.lang.Object
   org.kuali.student.lum.program.server.StatementDataService
org.kuali.student.lum.program.server.StatementDataService
- All Implemented Interfaces: 
- com.google.gwt.user.client.rpc.RemoteService, BaseRpcService, StatementRpcService
- @Transactional(readOnly=true,
               noRollbackFor=DoesNotExistException.class,
               rollbackFor=java.lang.Throwable.class)
public class StatementDataService
- extends Object- implements StatementRpcService
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LOG
static final Logger LOG
statementService
private StatementService statementService
luService
private LuService luService
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
StatementDataService
public StatementDataService()
getStatementTypesForStatementTypeForCourse
public List<StatementTypeInfo> getStatementTypesForStatementTypeForCourse(String statementTypeKey)
                                                                   throws Exception
- 
- Specified by:
- getStatementTypesForStatementTypeForCoursein interface- StatementRpcService
 
- 
- Throws:
- Exception
 
getStatementTypesForStatementType
public List<StatementTypeInfo> getStatementTypesForStatementType(String statementTypeKey)
                                                          throws Exception
- 
- Specified by:
- getStatementTypesForStatementTypein interface- StatementRpcService
 
- 
- Throws:
- Exception
 
getReqComponentTypesForStatementType
public List<ReqComponentTypeInfo> getReqComponentTypesForStatementType(String luStatementTypeKey)
                                                                throws Exception
- 
- Specified by:
- getReqComponentTypesForStatementTypein interface- StatementRpcService
 
- 
- Throws:
- Exception
 
translateStatementTreeViewToNL
public String translateStatementTreeViewToNL(StatementTreeViewInfo statementTreeViewInfo,
                                             String nlUsageTypeKey,
                                             String language)
                                      throws Exception
- 
- Specified by:
- translateStatementTreeViewToNLin interface- StatementRpcService
 
- 
- Throws:
- Exception
 
translateReqComponentToNL
public String translateReqComponentToNL(ReqComponentInfo reqComponentInfo,
                                        String nlUsageTypeKey,
                                        String language)
                                 throws Exception
- 
- Specified by:
- translateReqComponentToNLin interface- StatementRpcService
 
- 
- Throws:
- Exception
 
translateReqComponentToNLs
public List<String> translateReqComponentToNLs(ReqComponentInfoUi reqComponentInfo,
                                               String[] nlUsageTypeKeys,
                                               String language)
                                        throws Exception
- 
- Specified by:
- translateReqComponentToNLsin interface- StatementRpcService
 
- 
- Throws:
- Exception
 
getClu
public CluInfo getClu(String cluId)
               throws Exception
- 
- Specified by:
- getCluin interface- StatementRpcService
 
- 
- Throws:
- Exception
 
getCurrentVersion
public VersionDisplayInfo getCurrentVersion(String refObjectTypeURI,
                                            String refObjectId)
                                     throws Exception
- 
- Specified by:
- getCurrentVersionin interface- StatementRpcService
 
- 
- Throws:
- Exception
 
setStatementService
public void setStatementService(StatementService statementService)
- 
 
- 
 
setLuService
public void setLuService(LuService luService)
- 
 
- 
 
getObjectTypes
public List<String> getObjectTypes()
- 
- Specified by:
- getObjectTypesin interface- BaseRpcService
 
- 
 
getObjectStructure
public ObjectStructure getObjectStructure(String objectTypeKey)
- 
- Specified by:
- getObjectStructurein interface- BaseRpcService
 
- 
 
getSearchTypes
public List<SearchTypeInfo> getSearchTypes()
- 
- Specified by:
- getSearchTypesin interface- BaseRpcService
 
- 
 
getSearchType
public SearchTypeInfo getSearchType(String searchTypeKey)
- 
- Specified by:
- getSearchTypein interface- BaseRpcService
 
- 
 
getSearchTypesByResult
public List<SearchTypeInfo> getSearchTypesByResult(String searchResultTypeKey)
- 
- Specified by:
- getSearchTypesByResultin interface- BaseRpcService
 
- 
 
getSearchTypesByCriteria
public List<SearchTypeInfo> getSearchTypesByCriteria(String searchCriteriaTypeKey)
- 
- Specified by:
- getSearchTypesByCriteriain interface- BaseRpcService
 
- 
 
getSearchResultTypes
public List<SearchResultTypeInfo> getSearchResultTypes()
- 
- Specified by:
- getSearchResultTypesin interface- BaseRpcService
 
- 
 
getSearchResultType
public SearchResultTypeInfo getSearchResultType(String searchResultTypeKey)
- 
- Specified by:
- getSearchResultTypein interface- BaseRpcService
 
- 
 
getSearchCriteriaTypes
public List<SearchCriteriaTypeInfo> getSearchCriteriaTypes()
- 
- Specified by:
- getSearchCriteriaTypesin interface- BaseRpcService
 
- 
 
getSearchCriteriaType
public SearchCriteriaTypeInfo getSearchCriteriaType(String searchCriteriaTypeKey)
- 
- Specified by:
- getSearchCriteriaTypein interface- BaseRpcService
 
- 
 
search
public SearchResult search(SearchRequest searchRequest)
- 
- Specified by:
- searchin interface- BaseRpcService
 
- 
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.