Package org.kuali.coeus.propdev.api.s2s
Interface S2sProviderService
-
public interface S2sProviderService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S2sProviderContractfindS2SProviderByCode(String code)This method retrieves and S2S Provider by code.
-
-
-
Method Detail
-
findS2SProviderByCode
S2sProviderContract findS2SProviderByCode(String code)
This method retrieves and S2S Provider by code. The code cannot be blank. Will return null if non is found.- Parameters:
code- the provider code. Cannot be blank.- Returns:
- the S2sProvider or null.
- Throws:
IllegalArgumentException- if code is blank
-
-