Class ResourceServiceImpl
- java.lang.Object
-
- com.arms.api.analysis.resource.service.ResourceServiceImpl
-
- All Implemented Interfaces:
ResourceService
@Service public class ResourceServiceImpl extends java.lang.Object implements ResourceService
-
-
Constructor Summary
Constructors Constructor Description ResourceServiceImpl()
-
Method Summary
-
-
-
Method Detail
-
issueStatusDataByAssignee
public java.util.List<UniqueAssigneeIssueStatusVO> issueStatusDataByAssignee(ResourceDTO resourceDTO)
- Specified by:
issueStatusDataByAssigneein interfaceResourceService
-
sankeyChartAPIWithTopN
public SankeyData sankeyChartAPIWithTopN(ResourceDTO resourceDTO, java.lang.Integer topN) throws java.lang.Exception
- Specified by:
sankeyChartAPIWithTopNin interfaceResourceService- Throws:
java.lang.Exception
-
findTreeMapChartDataV3
public java.util.List<TreeMapWorkerVO> findTreeMapChartDataV3(ResourceWithVersionIdNamesDTO resourceWithVersionIdNamesDTO) throws java.lang.Exception
- Specified by:
findTreeMapChartDataV3in interfaceResourceService- Throws:
java.lang.Exception
-
assigneeRequirementInvolvementDetailData
public java.util.List<TreemapExcelVO> assigneeRequirementInvolvementDetailData(ResourceWithVersionIdNamesDTO resourceWithVersionIdNamesDTO) throws java.lang.Exception
- Specified by:
assigneeRequirementInvolvementDetailDatain interfaceResourceService- Throws:
java.lang.Exception
-
findAssigneesInfoData
public java.util.List<UniqueAssigneeVO> findAssigneesInfoData(ResourceDTO resourceDTO) throws java.lang.Exception
- Specified by:
findAssigneesInfoDatain interfaceResourceService- Throws:
java.lang.Exception
-
findWordCloudData
public java.util.List<WordCloudVO> findWordCloudData(ResourceDTO resourceDTO)
- Specified by:
findWordCloudDatain interfaceResourceService
-
issueStatusStackedBarChartData
public StackedHorizontalBarChartVO issueStatusStackedBarChartData(ResourceDTO resourceDTO)
- Specified by:
issueStatusStackedBarChartDatain interfaceResourceService
-
findPieChartDataExpand
public TotalIssueAndPieChartVO findPieChartDataExpand(ResourceDTO resourceDTO)
- Specified by:
findPieChartDataExpandin interfaceResourceService
-
findPieChartData
public ReqAndNotReqPieChartVO findPieChartData(ResourceDTO resourceDTO)
- Specified by:
findPieChartDatain interfaceResourceService
-
findHorizontalBarChartData
public java.util.List<HorizontalBarChartYAxisAndSeriesVO> findHorizontalBarChartData(ResourceDTO resourceDTO)
- Specified by:
findHorizontalBarChartDatain interfaceResourceService
-
findHorizontalBarChartDataBySameAccounts
public ReqAndNotReqHorizontalBarChartVO findHorizontalBarChartDataBySameAccounts(ResourceDTO resourceDTO)
- Specified by:
findHorizontalBarChartDataBySameAccountsin interfaceResourceService
-
-