public class OleRequestorServiceImpl extends Object implements OleRequestorService
| Constructor and Description | 
|---|
| OleRequestorServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.kuali.rice.krad.service.BusinessObjectService | getBusinessObjectService() | 
| OleRequestor | getRequestorDetails(String requestorId) | 
| OleRequestorType | getRequestorTypeDetails(String requestorType) | 
| List<OleRequestorType> | getRequestorTypeList(String requestorType) | 
| void | saveRequestor(OleRequestor oleRequestor) | 
| void | saveRequestorType(OleRequestorType oleRequestorType) | 
| void | setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) | 
public OleRequestorServiceImpl()
public void saveRequestor(OleRequestor oleRequestor)
saveRequestor in interface OleRequestorServiceOleRequestorService.saveRequestor(org.kuali.ole.select.businessobject.OleRequestor)public void saveRequestorType(OleRequestorType oleRequestorType)
saveRequestorType in interface OleRequestorServiceOleRequestorService.saveRequestorType(org.kuali.ole.select.businessobject.OleRequestorType)public OleRequestor getRequestorDetails(String requestorId)
getRequestorDetails in interface OleRequestorServiceOleRequestorService.getRequestorDetails(String)public OleRequestorType getRequestorTypeDetails(String requestorType)
getRequestorTypeDetails in interface OleRequestorServiceOleRequestorService.getRequestorTypeDetails(String)public List<OleRequestorType> getRequestorTypeList(String requestorType)
getRequestorTypeList in interface OleRequestorServiceorg.kuali.ole.select.document.service.OleRequestorServicee#getRequestorTypeList(String)public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.