public interface RolodexService
Modifier and Type | Method and Description |
---|---|
RolodexContract |
getRolodex(Integer rolodexId)
This method will retrieves a
RolodexContract by rolodexId. |
RolodexContract getRolodex(Integer rolodexId)
RolodexContract
by rolodexId. The rolodexId cannot be null.rolodexId
- the rolodexId. Cannot be null.RolodexContract
or null if not found.IllegalArgumentException
- if the rolodexId is nullCopyright © 2014–2015 The Kuali Foundation. All rights reserved.