Interface S2SBudgetInfoService
public interface S2SBudgetInfoService
-
Method Summary
Modifier and TypeMethodDescriptiongetBudgetInfo(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) This method does the budget related calculations for a givenProposalDevelopmentDocumentContractand returns them inS2SBudgetDto
-
Method Details
-
getBudgetInfo
S2SBudgetDto getBudgetInfo(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc) This method does the budget related calculations for a givenProposalDevelopmentDocumentContractand returns them inS2SBudgetDto- Parameters:
pdDoc- ProposalDevelopmentDocumentContract.- Returns:
- S2SBudgetDto corresponding to the ProposalDevelopmentDocumentContract object.
-