public class OleMyAccountProcess extends Object
Modifier and Type | Field and Description |
---|---|
List<OleRenewalLoanDocument> |
oleRenewalLoanDocumentList |
Constructor and Description |
---|
OleMyAccountProcess() |
Modifier and Type | Method and Description |
---|---|
void |
cancelRequest(List<OleDeliverRequestDefinition> oleDeliverRequestDefinition) |
OlePatronService |
getOlePatronService() |
OlePatronDefinition |
getPatronInfo(String patronId)
this method performs to find the patron information using by patron id
|
List<OleRenewalLoanDocument> |
getPatronLoanedItems(String patronBarcode)
this method performs to find the patron checkout items by using patron barcode
|
List<OleDeliverRequestDefinition> |
getPatronRequestItems(String patronId) |
List<OleRenewalLoanDocument> |
performRenewalItem(List<OleRenewalLoanDocument> oleRenewalLoanDocumentList)
this method performs to renewal the itmes
|
public List<OleRenewalLoanDocument> oleRenewalLoanDocumentList
public OleMyAccountProcess()
public OlePatronService getOlePatronService()
public OlePatronDefinition getPatronInfo(String patronId)
patronId
- public List<OleRenewalLoanDocument> getPatronLoanedItems(String patronBarcode)
patronBarcode
- public List<OleDeliverRequestDefinition> getPatronRequestItems(String patronId)
public void cancelRequest(List<OleDeliverRequestDefinition> oleDeliverRequestDefinition)
public List<OleRenewalLoanDocument> performRenewalItem(List<OleRenewalLoanDocument> oleRenewalLoanDocumentList)
oleRenewalLoanDocumentList
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.