Package org.kuali.coeus.propdev.api.s2s
Interface S2sProviderService
public interface S2sProviderService
-
Method Summary
Modifier and TypeMethodDescriptionfindS2SProviderByCode(String code) This method retrieves and S2S Provider by code.
-
Method Details
-
findS2SProviderByCode
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
-