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 StatementRpcService
Exception
@Transactional(readOnly=true) public List<StatementTypeInfo> getStatementTypesForStatementType(String statementTypeKey) throws Exception
getStatementTypesForStatementType
in interface StatementRpcService
Exception
@Transactional(readOnly=true) public List<ReqComponentTypeInfo> getReqComponentTypesForStatementType(String luStatementTypeKey) throws Exception
getReqComponentTypesForStatementType
in interface StatementRpcService
Exception
@Transactional(readOnly=true) public String translateStatementTreeViewToNL(StatementTreeViewInfo statementTreeViewInfo, String nlUsageTypeKey, String language) throws Exception
translateStatementTreeViewToNL
in interface StatementRpcService
Exception
@Transactional(readOnly=true) public String translateReqComponentToNL(ReqComponentInfo reqComponentInfo, String nlUsageTypeKey, String language) throws Exception
translateReqComponentToNL
in interface StatementRpcService
Exception
@Transactional(readOnly=true) public List<String> translateReqComponentToNLs(ReqComponentInfoUi reqComponentInfo, String[] nlUsageTypeKeys, String language) throws Exception
translateReqComponentToNLs
in interface StatementRpcService
Exception
@Transactional(readOnly=true) public CluInfo getClu(String cluId) throws Exception
getClu
in interface StatementRpcService
Exception
@Transactional(readOnly=true) public VersionDisplayInfo getCurrentVersion(String refObjectTypeURI, String refObjectId) throws Exception
getCurrentVersion
in interface StatementRpcService
Exception
public void setStatementService(StatementService statementService)
public void setCluService(CluService cluService)
public List<String> getObjectTypes()
getObjectTypes
in interface BaseRpcService
public ObjectStructure getObjectStructure(String objectTypeKey)
getObjectStructure
in interface BaseRpcService
public List<TypeInfo> getSearchTypes()
getSearchTypes
in interface BaseRpcService
public TypeInfo getSearchType(String searchTypeKey)
getSearchType
in interface BaseRpcService
public SearchResultInfo search(SearchRequestInfo searchRequest)
search
in interface BaseRpcService
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.