Interface S2SBudgetValidationService

All Known Implementing Classes:
S2SBudgetValidationServiceImpl

public interface S2SBudgetValidationService
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.kuali.coeus.s2sgen.api.core.AuditError>
    validateBudgetForForm(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc, String formName)
     
  • Method Details

    • validateBudgetForForm

      List<org.kuali.coeus.s2sgen.api.core.AuditError> validateBudgetForForm(org.kuali.coeus.propdev.api.core.ProposalDevelopmentDocumentContract pdDoc, String formName)