public class StatementDataService extends Object implements StatementRpcService
| Modifier and Type | Field and Description |
|---|---|
protected CluService |
cluService |
protected StatementService |
statementService |
| Constructor and Description |
|---|
StatementDataService() |
protected StatementService statementService
protected CluService cluService
public StatementDataService()
@Transactional(readOnly=true) public List<StatementTypeInfo> getStatementTypesForStatementTypeForCourse(String statementTypeKey) throws Exception
getStatementTypesForStatementTypeForCourse in interface StatementRpcServiceException@Transactional(readOnly=true) public List<StatementTypeInfo> getStatementTypesForStatementType(String statementTypeKey) throws Exception
getStatementTypesForStatementType in interface StatementRpcServiceException@Transactional(readOnly=true) public List<ReqComponentTypeInfo> getReqComponentTypesForStatementType(String luStatementTypeKey) throws Exception
getReqComponentTypesForStatementType in interface StatementRpcServiceException@Transactional(readOnly=true) public String translateStatementTreeViewToNL(StatementTreeViewInfo statementTreeViewInfo, String nlUsageTypeKey, String language) throws Exception
translateStatementTreeViewToNL in interface StatementRpcServiceException@Transactional(readOnly=true) public String translateReqComponentToNL(ReqComponentInfo reqComponentInfo, String nlUsageTypeKey, String language) throws Exception
translateReqComponentToNL in interface StatementRpcServiceException@Transactional(readOnly=true) public List<String> translateReqComponentToNLs(ReqComponentInfoUi reqComponentInfo, String[] nlUsageTypeKeys, String language) throws Exception
translateReqComponentToNLs in interface StatementRpcServiceException@Transactional(readOnly=true) public CluInfo getClu(String cluId) throws Exception
getClu in interface StatementRpcServiceException@Transactional(readOnly=true) public VersionDisplayInfo getCurrentVersion(String refObjectTypeURI, String refObjectId) throws Exception
getCurrentVersion in interface StatementRpcServiceExceptionpublic void setStatementService(StatementService statementService)
public void setCluService(CluService cluService)
public List<String> getObjectTypes()
getObjectTypes in interface BaseRpcServicepublic ObjectStructure getObjectStructure(String objectTypeKey)
getObjectStructure in interface BaseRpcServicepublic List<TypeInfo> getSearchTypes()
getSearchTypes in interface BaseRpcServicepublic TypeInfo getSearchType(String searchTypeKey)
getSearchType in interface BaseRpcServicepublic SearchResultInfo search(SearchRequestInfo searchRequest)
search in interface BaseRpcServiceCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.