Class ScopeServiceImpl
- java.lang.Object
-
- com.arms.api.analysis.scope.service.ScopeServiceImpl
-
- All Implemented Interfaces:
ScopeService
@Service public class ScopeServiceImpl extends java.lang.Object implements ScopeService
-
-
Constructor Summary
Constructors Constructor Description ScopeServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CountByVersionNamesVO>countByVersionNames(java.lang.String changeReqTableName, ScopeDTO scopeDTO)java.util.List<CircularPackingChartVO>getCircularPackingChartData(java.lang.String changeReqTableName, ScopeDTO scopeDTO)java.util.List<ReqDataTableIssuesVO>getDataTableIssues(ScopeDTO scopeDTO)java.util.List<NetworkChartExcelDataVO>getNetworkChartExcelData(ScopeDTO scopeDTO)java.util.List<TreeNodeVO>getReqNetworkFilterData(java.lang.String changeReqTableName, ScopeDTO scopeDTO)NetworkChartVOgetReqNetworkFullData(java.lang.String changeReqTableName, ScopeDTO scopeDTO)NetworkChartVOgetReqNetworkIssueData(java.lang.String changeReqTableName, ScopeDTO scopeDTO)NetworkChartVOgetReqNetworkVersionData(java.lang.String changeReqTableName, ScopeDTO scopeDTO)java.util.List<ReqAddWithPropertyVO>reqAddWithPropertyListPerVersion(java.lang.String changeReqTableName, java.lang.Long pdServiceId, java.util.List<java.lang.Long> pdServiceVersionLinks)java.util.List<TreeBarVO>treeBarData(ScopeDTO scopeDTO)
-
-
-
Method Detail
-
getReqNetworkFullData
public NetworkChartVO getReqNetworkFullData(java.lang.String changeReqTableName, ScopeDTO scopeDTO) throws java.lang.Exception
- Specified by:
getReqNetworkFullDatain interfaceScopeService- Throws:
java.lang.Exception
-
getReqNetworkVersionData
public NetworkChartVO getReqNetworkVersionData(java.lang.String changeReqTableName, ScopeDTO scopeDTO) throws java.lang.Exception
- Specified by:
getReqNetworkVersionDatain interfaceScopeService- Throws:
java.lang.Exception
-
getReqNetworkIssueData
public NetworkChartVO getReqNetworkIssueData(java.lang.String changeReqTableName, ScopeDTO scopeDTO) throws java.lang.Exception
- Specified by:
getReqNetworkIssueDatain interfaceScopeService- Throws:
java.lang.Exception
-
getReqNetworkFilterData
public java.util.List<TreeNodeVO> getReqNetworkFilterData(java.lang.String changeReqTableName, ScopeDTO scopeDTO) throws java.lang.Exception
- Specified by:
getReqNetworkFilterDatain interfaceScopeService- Throws:
java.lang.Exception
-
getCircularPackingChartData
public java.util.List<CircularPackingChartVO> getCircularPackingChartData(java.lang.String changeReqTableName, ScopeDTO scopeDTO) throws java.lang.Exception
- Specified by:
getCircularPackingChartDatain interfaceScopeService- Throws:
java.lang.Exception
-
countByVersionNames
public java.util.List<CountByVersionNamesVO> countByVersionNames(java.lang.String changeReqTableName, ScopeDTO scopeDTO) throws java.lang.Exception
- Specified by:
countByVersionNamesin interfaceScopeService- Throws:
java.lang.Exception
-
reqAddWithPropertyListPerVersion
public java.util.List<ReqAddWithPropertyVO> reqAddWithPropertyListPerVersion(java.lang.String changeReqTableName, java.lang.Long pdServiceId, java.util.List<java.lang.Long> pdServiceVersionLinks) throws java.lang.Exception
- Specified by:
reqAddWithPropertyListPerVersionin interfaceScopeService- Throws:
java.lang.Exception
-
getDataTableIssues
public java.util.List<ReqDataTableIssuesVO> getDataTableIssues(ScopeDTO scopeDTO) throws java.lang.Exception
- Specified by:
getDataTableIssuesin interfaceScopeService- Throws:
java.lang.Exception
-
treeBarData
public java.util.List<TreeBarVO> treeBarData(ScopeDTO scopeDTO) throws java.lang.Exception
- Specified by:
treeBarDatain interfaceScopeService- Throws:
java.lang.Exception
-
getNetworkChartExcelData
public java.util.List<NetworkChartExcelDataVO> getNetworkChartExcelData(ScopeDTO scopeDTO) throws java.lang.Exception
- Specified by:
getNetworkChartExcelDatain interfaceScopeService- Throws:
java.lang.Exception
-
-