Interface RolodexService
public interface RolodexService
This service provides methods for working with Rolodex objects.
- Author:
- Kuali Research Administration Team
-
Method Summary
Modifier and TypeMethodDescriptiongetRolodex(Integer rolodexId) This method will retrieves aRolodexContractby rolodexId.
-
Method Details
-
getRolodex
This method will retrieves aRolodexContractby rolodexId. The rolodexId cannot be null.- Parameters:
rolodexId- the rolodexId. Cannot be null.- Returns:
- the
RolodexContractor null if not found. - Throws:
IllegalArgumentException- if the rolodexId is null
-