Methods
Modifier and Type |
Method and Description |
String |
acceptItem(String patronBarcode,
String operatorId,
String itemBarcode,
String callNumber,
String title,
String author,
String itemType,
String itemLocation,
String dateExpires,
String requestType,
String pickUpLocation) |
String |
checkInItem(String patronBarcode,
String operatorId,
String itemBarcode,
String deleteIndicator) |
String |
checkOutItem(String patronId,
String operatorId,
String itemBarcode) |
HashMap<String,String> |
getAgencyPropertyMap(String agencyId) |
Map<String,OleBorrowerType> |
getAvailableBorrowerTypes() |
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService() |
OlePatronAddressBo |
getDefaultAddressBo(String entityId) |
OlePatronEmailBo |
getDefaultEmailBo(String entityId) |
OlePatronPhoneBo |
getDefaultPhoneBo(String entityId) |
DocstoreClientLocator |
getDocstoreClientLocator() |
org.kuali.rice.kim.impl.identity.entity.EntityBo |
getEntity(String entityId) |
OlePatronNameBo |
getEntityNameBo(String entityId) |
GregorianCalendar |
getGregorianCalendarDate(String date)
This method is used to convert the date in String format to gregorian calendar format
|
LoanProcessor |
getLoanProcessor() |
OleCirculationPolicyService |
getOleCirculationPolicyService() |
OLESIAPIHelperService |
getOleSIAPIHelperService() |
List<OLEUserPrivilege> |
getPatronPrivilege(OlePatronDocument olePatronDocument,
String agencyId) |
OLELookupUser |
initialiseLookupUser(OlePatronDocument olePatronDocument,
String agencyId) |
boolean |
isAbleToCheckOut(String patronId,
String borrowerType,
String itemType,
String itemLocation) |
boolean |
isPatronActivated(OlePatronDocument olePatronDocument) |
boolean |
isPatronExpired(OlePatronDocument olePatronDocument) |
String |
renewItem(String patronBarcode,
String operatorId,
String itemBarcode) |
String |
renewItemList(String patronBarcode,
String operatorId,
String itemBarcodeList) |
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService) |
void |
setOleSIAPIHelperService(OLESIAPIHelperService oleSIAPIHelperService) |
boolean |
validPatron(String patronId) |