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 OleRequestorService
OleRequestorService.saveRequestor(org.kuali.ole.select.businessobject.OleRequestor)
public void saveRequestorType(OleRequestorType oleRequestorType)
saveRequestorType
in interface OleRequestorService
OleRequestorService.saveRequestorType(org.kuali.ole.select.businessobject.OleRequestorType)
public OleRequestor getRequestorDetails(String requestorId)
getRequestorDetails
in interface OleRequestorService
OleRequestorService.getRequestorDetails(String)
public OleRequestorType getRequestorTypeDetails(String requestorType)
getRequestorTypeDetails
in interface OleRequestorService
OleRequestorService.getRequestorTypeDetails(String)
public List<OleRequestorType> getRequestorTypeList(String requestorType)
getRequestorTypeList
in interface OleRequestorService
org.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.