public class OleRequestorServiceImpl extends Object implements OleRequestorService
| Constructor and Description |
|---|
OleRequestorServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
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(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 BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(BusinessObjectService businessObjectService)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.