Interface RolodexService
-
public interface RolodexServiceThis service provides methods for working with Rolodex objects.- Author:
- Kuali Research Administration Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RolodexContractgetRolodex(Integer rolodexId)This method will retrieves aRolodexContractby rolodexId.
-
-
-
Method Detail
-
getRolodex
RolodexContract getRolodex(Integer rolodexId)
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
-
-