public class LoanProcessor extends Object
Constructor and Description |
---|
LoanProcessor() |
Modifier and Type | Method and Description |
---|---|
OleLoanDocument |
addLoan(String patronBarcode,
String itemBarcode,
OleLoanDocument oleLoanDocument)
Retrieved item object from docstore using itemid .Fetch location code,item available status from item object and
retrieve title from bib object.
|
String |
buildItemContent(Item oleItem)
This method creates and return itemContent using OleItem
|
String |
buildItemContentWithItemStatus(Item oleItem,
String itemStatus)
This method creates and return itemContent using OleItem
|
boolean |
canEdit(String principalId) |
boolean |
canLoan(String principalId) |
boolean |
canOverrideLoan(String principalId) |
boolean |
checkOverRidePermission(String principalId,
OleLoanForm oleLoanForm) |
boolean |
checkPendingRequestforItem(String itemUUID) |
boolean |
checkPermissionForRemoveNote(String principalId) |
String |
circulationDeskLocations(OleCirculationDesk oleCirculationDesk) |
void |
createCirculationHistoryAndTemporaryHistoryRecords(OleLoanDocument oleLoanDocument) |
LocationLevel |
createLocationLevel(String locationName,
LocationLevel locationLevel) |
void |
deletePatronUserNote(String patronId,
String patronNoteTypeId) |
void |
deleteRequestRecord(OleDeliverRequestBo oleDeliverRequestBo) |
String |
generatePatronBillPayment(OleLoanDocument oleLoanDocument,
String feeTypeName,
BigDecimal fineAmount) |
protected Map<String,String> |
getAgendaContext(String agendaName)
This method returns agendaContext using agendaName.
|
BibliographicRecord |
getBibliographicRecord(String title,
String author) |
OleBorrowerType |
getborrowerTypeName(String borrowerId)
This method returns BorrowerTypeName using borrowerId
|
CallNumber |
getCallNumber(OleLoanFastAdd oleLoanFastAdd) |
String |
getCircDesk() |
String |
getCircDeskId() |
List<String> |
getCircDeskList() |
String |
getCirculationDeskDefaultValue(String locationId) |
OleDeliverRequestBo |
getCurrentQueue(String patronid,
String itemUuid) |
OleCirculationDeskDetail |
getDefaultCirculationDesk(String principleId)
This method returns DefaultCirculationDesk using principleId
|
org.kuali.rice.krms.api.engine.EngineResults |
getEngineResults(String agendaName,
HashMap<String,Object> termValues) |
String |
getErrorMessage() |
Extension |
getExtension() |
String |
getFullPathLocation(OleLocation oleLocation) |
OleHoldings |
getHoldingRecord(OleLoanFastAdd oleLoanFastAdd) |
String |
getItemCallNumber(CallNumber callNumber)
Retrieves Item call number.
|
String |
getItemCallNumber(Item oleItem,
String instanceUUID) |
Item |
getItemPojo(String itemXml)
Converts item xml to item pojo.
|
Item |
getItemRecord(OleLoanFastAdd oleLoanFastAdd) |
OleInstanceItemType |
getItemTypeIdByItemType(String itemTypeCode)
This method returns ItemTypeId using itemTypeName.
|
String |
getItemValidationLocation(LocationLevel oleLocationLevel) |
String |
getItemXML(String itemUUID)
Retrieves item xml using itemuuid.
|
OleLoanDocument |
getLoanDocument(String barcode,
String realPtrnBarcode,
boolean selfCheckOut)
Retrieve information about patron name,borrorwer type and patron loaned items
|
List<String> |
getLoanUserList(List<String> loginUserList,
StringBuffer buffer) |
void |
getLocation(Item oleItem,
OleLoanDocument oleLoanDoc)
This method returns location details.
|
OleLocation |
getLocationByLocationId(String locationId)
This method returns Location using locationId.
|
OleLocationLevel |
getLocationLevelByName(String levelName)
* This method returns location level using location name.
|
OleNoticeBo |
getNotice(OleLoanDocument oleLoanDocument) |
OleCirculationDesk |
getOleCirculationDesk(String id) |
OleCirculationDeskLocation |
getOleCirculationDeskLocationByLocationId(String locationId) |
OleCirculationPolicyService |
getOleCirculationPolicyService()
Gets the oleCirculationPolicyService attribute.
|
OleDeliverRequestDocumentHelperServiceImpl |
getOleDeliverRequestDocumentHelperService() |
OleHoldings |
getOleHoldings(String instanceUUID)
Retrieves Holding Object for given instance UUID.
|
OleLoanDocument |
getOleLoanDocumentUsingItemBarcode(String itemBarcode) |
OleLoanDocument |
getOleLoanDocumentUsingItemUUID(String itemUuid) |
void |
getOleLocationLevel(OleLoanDocument oleLoanDocument,
LocationLevel locationLevel)
Populate location levels.
|
OlePatronDocument |
getOlePatronDocument(String patronId) |
String |
getParameter(String name) |
List<OlePatronDocument> |
getPatronList(String patronId) |
List<OleLoanDocument> |
getPatronLoanedItem(String patronId)
This method returns PatronLoanedItem using patronId
|
OleLoanDocument |
getPatronRenewalItem(String itemId)
This method returns PatronLoanedItem using itemId
|
List<OleDeliverRequestBo> |
getPatronRequestRecords(String patronId)
This method returns PatronRequestRecords using patronId
|
List<OleTemporaryCirculationHistory> |
getPatronTemporaryCirculationHistoryRecords(String patronId)
This method returns PatronTemporaryCirculationHistoryRecord using patronId
|
protected Map<String,String> |
getSelectionContext(String contextName)
This method returns selectionContext using contextName.
|
String |
getShelvingLocation(LocationLevel oleLocationLevel) |
String |
getUrl(String patronId)
This method will return url for view link in patron record.
|
List<WorkBibDocument> |
getWorkBibDocuments(List<String> instanceIdsList) |
void |
incrementNumberOfCirculations(OleLoanDocument oleLoanDocument) |
boolean |
isAuthorized(String principalId) |
boolean |
isValidCirculationDesk() |
boolean |
itemValidation(Item oleItem) |
OleLoanDocument |
overrideSaveLoanForRenewal(OleLoanDocument oleLoanDocument) |
String |
patronNameURL(String loginUser,
String patronId) |
void |
postLoan(Item oleItem)
This method invokes docStore to store item and returns itemRecordUpdateResponse.
|
void |
removeCheckInNote(Item oleItem)
This method invokes docStore to remove check in note and store item.
|
OleLoanDocument |
returnLoan(OleLoanDocument oleLoanDocument) |
OleLoanDocument |
returnLoan(String itemBarcode,
OleLoanDocument oleLoanDocument)
Return the loaned Items
|
void |
saveLoan(OleLoanDocument oleLoanDocument)
persist the loan document and update item status to docstore.
|
void |
setBibInfo(OleLoanDocument oleLoanDocument) |
void |
setCircDeskId(String circDeskId) |
void |
setErrorFlagForItem(OleLoanDocument oleLoanDocument,
OleLoanForm oleLoanForm) |
void |
setErrorFlagForPatron(OleLoanDocument oleLoanDocument,
OleLoanForm oleLoanForm) |
List<OleLoanDocument> |
setListValues(List<OleLoanDocument> loanList,
List<OleLoanDocument> existingLoanList,
boolean claimsFlag,
String claimsReturnNote)
Compares the checked items from existing and current loan session and form a common list.
|
void |
updateClaimsReturnedInLoanDocument(OleLoanDocument oleLoanDocument,
boolean claimsReturned) |
void |
updateItem(List<OleLoanDocument> loanList,
boolean claimsReturn) |
void |
updateItemStatus(Item oleItem,
String itemStatus)
This method invokes docStore to store item and returns itemRecordUpdateResponse.
|
void |
updateItemStatusWithMissingItem(OleLoanDocument oleLoanDocument) |
boolean |
updateLoan(List<OleLoanDocument> updateDueDate)
Update loan due date in loan record.
|
OleItemAvailableStatus |
validateAndGetItemStatus(String itemStatusCode) |
public LoanProcessor()
public OleDeliverRequestDocumentHelperServiceImpl getOleDeliverRequestDocumentHelperService()
public OleCirculationPolicyService getOleCirculationPolicyService()
public OleLoanDocument getLoanDocument(String barcode, String realPtrnBarcode, boolean selfCheckOut) throws Exception
barcode
- Exception
public List<OlePatronDocument> getPatronList(String patronId) throws Exception
Exception
public OleBorrowerType getborrowerTypeName(String borrowerId)
borrowerId
- public List<OleLoanDocument> getPatronLoanedItem(String patronId) throws Exception
patronId
- Exception
public List<WorkBibDocument> getWorkBibDocuments(List<String> instanceIdsList)
public List<OleTemporaryCirculationHistory> getPatronTemporaryCirculationHistoryRecords(String patronId) throws Exception
patronId
- Exception
public List<OleDeliverRequestBo> getPatronRequestRecords(String patronId) throws Exception
patronId
- Exception
public String getShelvingLocation(LocationLevel oleLocationLevel)
public String getItemCallNumber(Item oleItem, String instanceUUID) throws Exception
Exception
public String getItemCallNumber(CallNumber callNumber) throws Exception
callNumber
- Exception
public String getItemXML(String itemUUID) throws Exception
itemUUID
- Exception
public Item getItemPojo(String itemXml) throws Exception
itemXml
- Exception
public OleLoanDocument addLoan(String patronBarcode, String itemBarcode, OleLoanDocument oleLoanDocument) throws Exception
patronBarcode
- itemBarcode
- oleLoanDocument
- Exception
public String circulationDeskLocations(OleCirculationDesk oleCirculationDesk) throws Exception
Exception
public String getFullPathLocation(OleLocation oleLocation) throws Exception
Exception
public OleHoldings getOleHoldings(String instanceUUID) throws Exception
instanceUUID
- Exception
public org.kuali.rice.krms.api.engine.EngineResults getEngineResults(String agendaName, HashMap<String,Object> termValues) throws Exception
Exception
protected Map<String,String> getSelectionContext(String contextName) throws Exception
contextName
- Exception
protected Map<String,String> getAgendaContext(String agendaName) throws Exception
agendaName
- Exception
public OleInstanceItemType getItemTypeIdByItemType(String itemTypeCode) throws Exception
itemTypeCode
- Exception
public OleLocationLevel getLocationLevelByName(String levelName) throws Exception
levelName
- Exception
public OleLocation getLocationByLocationId(String locationId) throws Exception
locationId
- Exception
public void getLocation(Item oleItem, OleLoanDocument oleLoanDoc) throws Exception
oleItem
- oleLoanDoc
- Exception
public void getOleLocationLevel(OleLoanDocument oleLoanDocument, LocationLevel locationLevel) throws Exception
oleLoanDocument
- locationLevel
- Exception
public void saveLoan(OleLoanDocument oleLoanDocument) throws Exception
oleLoanDocument
- Exception
public boolean updateLoan(List<OleLoanDocument> updateDueDate) throws Exception
updateDueDate
- Exception
public void updateItem(List<OleLoanDocument> loanList, boolean claimsReturn) throws Exception
Exception
public List<OleLoanDocument> setListValues(List<OleLoanDocument> loanList, List<OleLoanDocument> existingLoanList, boolean claimsFlag, String claimsReturnNote)
loanList
- existingLoanList
- claimsFlag
- claimsReturnNote
- public String buildItemContent(Item oleItem) throws Exception
oleItem
- Exception
public void postLoan(Item oleItem) throws Exception
oleItem
- Exception
public BibliographicRecord getBibliographicRecord(String title, String author)
public LocationLevel createLocationLevel(String locationName, LocationLevel locationLevel)
public OleHoldings getHoldingRecord(OleLoanFastAdd oleLoanFastAdd)
public Item getItemRecord(OleLoanFastAdd oleLoanFastAdd)
public OleItemAvailableStatus validateAndGetItemStatus(String itemStatusCode)
public boolean canOverrideLoan(String principalId)
public String patronNameURL(String loginUser, String patronId)
public boolean checkOverRidePermission(String principalId, OleLoanForm oleLoanForm)
public boolean itemValidation(Item oleItem)
public String getItemValidationLocation(LocationLevel oleLocationLevel)
public void deletePatronUserNote(String patronId, String patronNoteTypeId) throws Exception
Exception
public OleLoanDocument returnLoan(String itemBarcode, OleLoanDocument oleLoanDocument) throws Exception
itemBarcode
- oleLoanDocument
- Exception
public OleDeliverRequestBo getCurrentQueue(String patronid, String itemUuid) throws Exception
Exception
public OleCirculationDesk getOleCirculationDesk(String id)
public String generatePatronBillPayment(OleLoanDocument oleLoanDocument, String feeTypeName, BigDecimal fineAmount)
public OleLoanDocument returnLoan(OleLoanDocument oleLoanDocument) throws Exception
Exception
public void incrementNumberOfCirculations(OleLoanDocument oleLoanDocument)
public void deleteRequestRecord(OleDeliverRequestBo oleDeliverRequestBo)
public void createCirculationHistoryAndTemporaryHistoryRecords(OleLoanDocument oleLoanDocument)
public void updateItemStatus(Item oleItem, String itemStatus) throws Exception
oleItem
- itemStatus
- Exception
public void removeCheckInNote(Item oleItem) throws Exception
oleItem
- Exception
public String buildItemContentWithItemStatus(Item oleItem, String itemStatus) throws Exception
oleItem
- itemStatus
- Exception
public OleLoanDocument getOleLoanDocumentUsingItemUUID(String itemUuid)
public OleLoanDocument getOleLoanDocumentUsingItemBarcode(String itemBarcode)
public OlePatronDocument getOlePatronDocument(String patronId)
public void updateItemStatusWithMissingItem(OleLoanDocument oleLoanDocument) throws Exception
Exception
public OleLoanDocument getPatronRenewalItem(String itemId) throws Exception
itemId
- Exception
public void setBibInfo(OleLoanDocument oleLoanDocument) throws Exception
Exception
public void updateClaimsReturnedInLoanDocument(OleLoanDocument oleLoanDocument, boolean claimsReturned)
public String getUrl(String patronId)
public boolean checkPendingRequestforItem(String itemUUID)
public String getParameter(String name)
public OleLoanDocument overrideSaveLoanForRenewal(OleLoanDocument oleLoanDocument) throws Exception
Exception
public OleCirculationDeskDetail getDefaultCirculationDesk(String principleId)
principleId
- public boolean isValidCirculationDesk()
public boolean isAuthorized(String principalId)
public List<String> getCircDeskList()
public String getErrorMessage()
public Extension getExtension()
public CallNumber getCallNumber(OleLoanFastAdd oleLoanFastAdd)
public String getCirculationDeskDefaultValue(String locationId)
public OleCirculationDeskLocation getOleCirculationDeskLocationByLocationId(String locationId)
public boolean checkPermissionForRemoveNote(String principalId)
public OleNoticeBo getNotice(OleLoanDocument oleLoanDocument)
public String getCircDeskId()
public void setCircDeskId(String circDeskId)
public List<String> getLoanUserList(List<String> loginUserList, StringBuffer buffer)
public void setErrorFlagForItem(OleLoanDocument oleLoanDocument, OleLoanForm oleLoanForm)
public void setErrorFlagForPatron(OleLoanDocument oleLoanDocument, OleLoanForm oleLoanForm)
public String getCircDesk()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.