Interface CostService

  • All Known Implementing Classes:
    CostServiceImpl

    public interface CostService
    • Method Detail

      • getAssigneeList

        AllAssigneeVO getAssigneeList​(CostDTO costDTO)
                               throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getLinkedJiraIssuesByVersionAndRequirement

        LinkedJiraIssueVO getLinkedJiraIssuesByVersionAndRequirement​(CostDTO costDTO)
                                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • candleStickChartAPI

        ProductCostResponseVO candleStickChartAPI​(CostDTO costDTO)
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getAssignees

        java.util.Set<java.lang.String> getAssignees​(java.lang.Long pdServiceLink,
                                                     java.util.List<java.lang.Long> pdServiceVersionLinks)
      • getEstimatedPeriodCostByAccountId

        java.util.List<AssigneeTimeDiffVO> getEstimatedPeriodCostByAccountId​(CostDTO costDTO)
                                                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • calculateCostAll

        CostCalculationVO calculateCostAll​(CostDTO costDTO)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • calculateVersionCost

        CostCalculationVO calculateVersionCost​(CostDTO costDTO)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • calculateRequirementCost

        CostCalculationVO calculateRequirementCost​(CostDTO costDTO)
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • calculateAssigneeCost

        CostCalculationVO calculateAssigneeCost​(CostDTO costDTO)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception