Class TopMenuServiceImpl
- java.lang.Object
-
- com.arms.api.analysis.topmenu.service.TopMenuServiceImpl
-
- All Implemented Interfaces:
TopMenuService
@Service public class TopMenuServiceImpl extends java.lang.Object implements TopMenuService
-
-
Constructor Summary
Constructors Constructor Description TopMenuServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReqStatusCountVOanalysisTopMenuReqStatusSummary(java.lang.String changeReqTableName, java.lang.Long pdServiceId, java.util.List<java.lang.Long> pdServiceVersionLinks)TopMenuVOgetTopMenuData(java.lang.String changeReqTableName, TopMenuAnalysisDTO topMenuAnalysisDTO)ReqAndSubtaskByAssigneeTotalVOtopMenuResourceInfoWithReqAndSubtask(TopMenuAnalysisDTO topMenuAnalysisDTO)ReqAndIssueTotalCountVOtopMenuTotalCountWithReqAndSubtask(TopMenuAnalysisDTO topMenuAnalysisDTO)VersionPeriodVOtopMenuVersionPeriod(TopMenuAnalysisDTO topMenuAnalysisDTO)
-
-
-
Method Detail
-
getTopMenuData
public TopMenuVO getTopMenuData(java.lang.String changeReqTableName, TopMenuAnalysisDTO topMenuAnalysisDTO) throws java.lang.Exception
- Specified by:
getTopMenuDatain interfaceTopMenuService- Throws:
java.lang.Exception
-
analysisTopMenuReqStatusSummary
public ReqStatusCountVO analysisTopMenuReqStatusSummary(java.lang.String changeReqTableName, java.lang.Long pdServiceId, java.util.List<java.lang.Long> pdServiceVersionLinks) throws java.lang.Exception
- Specified by:
analysisTopMenuReqStatusSummaryin interfaceTopMenuService- Throws:
java.lang.Exception
-
topMenuTotalCountWithReqAndSubtask
public ReqAndIssueTotalCountVO topMenuTotalCountWithReqAndSubtask(TopMenuAnalysisDTO topMenuAnalysisDTO)
- Specified by:
topMenuTotalCountWithReqAndSubtaskin interfaceTopMenuService
-
topMenuResourceInfoWithReqAndSubtask
public ReqAndSubtaskByAssigneeTotalVO topMenuResourceInfoWithReqAndSubtask(TopMenuAnalysisDTO topMenuAnalysisDTO) throws java.lang.Exception
- Specified by:
topMenuResourceInfoWithReqAndSubtaskin interfaceTopMenuService- Throws:
java.lang.Exception
-
topMenuVersionPeriod
public VersionPeriodVO topMenuVersionPeriod(TopMenuAnalysisDTO topMenuAnalysisDTO) throws java.lang.Exception
- Specified by:
topMenuVersionPeriodin interfaceTopMenuService- Throws:
java.lang.Exception
-
-