Interface S2sApplicationService


public interface S2sApplicationService
  • Method Details

    • findS2sApplicationByProposalNumber

      S2sApplicationContract findS2sApplicationByProposalNumber(String proposalNumber)
      This method retrieves and S2S Application by proposal number. The proposal number cannot be blank. Will return null if non is found.
      Parameters:
      proposalNumber - the proposal number. Cannot be blank.
      Returns:
      the S2sApplication or null.
      Throws:
      IllegalArgumentException - if proposal number is blank