public class RolodexServiceImpl extends Object implements RolodexService
| Constructor and Description |
|---|
RolodexServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Rolodex |
getRolodex(int rolodexId)
This method returns a Rolodex BO for a particular RolodexId or null if none is found.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
void |
setRolodexDao(RolodexDao rolodexDao) |
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.public void setRolodexDao(RolodexDao rolodexDao)
public Rolodex getRolodex(int rolodexId)
RolodexServicegetRolodex in interface RolodexServiceRolodexService.getRolodex(int)Copyright © 2013 The Kuali Foundation. All Rights Reserved.