Interface S2SBudgetInfoService


public interface S2SBudgetInfoService
  • Method Summary

    Modifier and Type
    Method
    Description
    getBudgetInfo(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc)
    This method does the budget related calculations for a given ProposalDevelopmentDocumentContract and returns them in S2SBudgetDto
  • Method Details

    • getBudgetInfo

      S2SBudgetDto getBudgetInfo(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc)
      This method does the budget related calculations for a given ProposalDevelopmentDocumentContract and returns them in S2SBudgetDto
      Parameters:
      pdDoc - ProposalDevelopmentDocumentContract.
      Returns:
      S2SBudgetDto corresponding to the ProposalDevelopmentDocumentContract object.