Package org.kuali.coeus.propdev.api.s2s
Interface S2sApplicationService
-
public interface S2sApplicationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S2sApplicationContractfindS2sApplicationByProposalNumber(String proposalNumber)This method retrieves and S2S Application by proposal number.
-
-
-
Method Detail
-
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
-
-