public interface OleRequestorService
| Modifier and Type | Method and Description | 
|---|---|
| OleRequestor | getRequestorDetails(String requestorId) | 
| OleRequestorType | getRequestorTypeDetails(String requestorType) | 
| List<OleRequestorType> | getRequestorTypeList(String requestorType) | 
| void | saveRequestor(OleRequestor oleRequestor) | 
| void | saveRequestorType(OleRequestorType oleRequestorType) | 
void saveRequestor(OleRequestor oleRequestor)
OleRequestor getRequestorDetails(String requestorId)
void saveRequestorType(OleRequestorType oleRequestorType)
OleRequestorType getRequestorTypeDetails(String requestorType)
List<OleRequestorType> getRequestorTypeList(String requestorType)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.