@Deprecated public class RdbmsWorkInstanceDocumentManager extends RdbmsAbstarctDocumentManager
Constructor and Description |
---|
RdbmsWorkInstanceDocumentManager()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ResponseDocument |
bind(RequestDocument requestDocument,
Object object,
String operation)
Deprecated.
|
protected OleHoldings |
buildHoldingsContent(HoldingsRecord holdingsRecord)
Deprecated.
|
protected Item |
buildItemContent(ItemRecord itemRecord)
Deprecated.
|
ResponseDocument |
buildResponseDocument(RequestDocument requestDocument,
InstanceRecord instanceRecord,
ResponseDocument responseDocument)
Deprecated.
|
protected String |
buildSortableCallNumber(String callNumber,
String codeValue)
Deprecated.
|
void |
checkInContent(RequestDocument requestDocument,
Object object,
ResponseDocument responseDocument)
Deprecated.
|
ResponseDocument |
checkoutContent(RequestDocument requestDocument,
Object object)
Deprecated.
|
void |
computeCallNumberType(CallNumber callNumber)
Deprecated.
Compute 'call number type name' if a valid 'call number type code' is available
|
LocationLevel |
createLocationLevel(String locationName,
String locationLevelName)
Deprecated.
|
void |
deleteDocs(RequestDocument requestDocument,
Object object)
Deprecated.
|
ResponseDocument |
deleteVerify(RequestDocument requestDocument,
Object object)
Deprecated.
|
org.kuali.rice.krad.service.BusinessObjectService |
getBusinessObjectService()
Deprecated.
|
static RdbmsWorkInstanceDocumentManager |
getInstance()
Deprecated.
|
protected String |
getLocation(Location location,
StringBuffer locationLevel)
Deprecated.
|
protected void |
processCallNumber(OleHoldings oleHolding)
Deprecated.
|
protected void |
saveAccessUriRecord(List<Uri> uriList,
String holdingsId)
Deprecated.
|
protected CallNumberTypeRecord |
saveCallNumberTypeRecord(ShelvingScheme scheme)
Deprecated.
|
protected void |
saveCheckInLocationRecord(List<CheckInLocation> checkInLocationList,
String itemId)
Deprecated.
|
protected void |
saveDonorList(List<DonorInfo> donorslist,
String itemId)
Deprecated.
|
protected void |
saveExtentNoteRecord(String extOfOwnerShipID,
List<Note> notes)
Deprecated.
|
protected void |
saveExtentOfOwnerShip(List<ExtentOfOwnership> extentOfOwnershipList,
String holdingsId)
Deprecated.
|
protected ExtentOfOwnerShipTypeRecord |
saveExtentOfOwnerShipType(String type)
Deprecated.
|
protected void |
saveFormerIdentifierRecords(List<FormerIdentifier> formerIdentifierList,
String itemId)
Deprecated.
|
protected HighDensityStorageRecord |
saveHighDensityStorageRecord(HighDensityStorage highDensityStorage)
Deprecated.
|
protected void |
saveHoldingNoteRecords(List<Note> noteList,
String holdingsId)
Deprecated.
|
protected void |
saveHoldingsRecord(OleHoldings oleHoldings,
HoldingsRecord holdingsRecord)
Deprecated.
|
void |
saveHoldingsRecordAdditonalAttributesForDate(HoldingsRecord holdingsRecord,
AdditionalAttributes additionalAttributes)
Deprecated.
|
protected void |
saveItemNoteRecord(List<Note> noteList,
String itemId)
Deprecated.
|
protected void |
saveItemRecord(Item item,
ItemRecord itemRecord)
Deprecated.
|
protected ItemStatusRecord |
saveItemStatusRecord(String itemStatus)
Deprecated.
|
protected ItemTypeRecord |
saveItemTypeRecord(ItemType itemType)
Deprecated.
|
protected void |
saveMissingPieceItemList(List<MissingPieceItemRecord> missingPieceItemRecords,
String itemId)
Deprecated.
|
protected ReceiptStatusRecord |
saveReceiptStatusRecord(String receiptStatus)
Deprecated.
|
protected StatisticalSearchRecord |
saveStatisticalSearchRecord(List<StatisticalSearchingCode> statisticalSearchingCodes)
Deprecated.
|
javax.jcr.Node |
storeDocument(RequestDocument requestDocument,
Object object,
ResponseDocument responseDocument)
Deprecated.
Deletes the given documents, along with linked documents, from the discovery.
|
void |
transferInstances(List<RequestDocument> requestDocuments,
org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Deprecated.
|
void |
transferItems(List<RequestDocument> requestDocuments,
org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Deprecated.
|
void |
updateShelvingOrder(Item item,
OleHoldings oleHolding)
Deprecated.
|
void |
validateCallNumber(CallNumber cNum)
Deprecated.
|
void |
validateCallNumber(CallNumber itemCNum,
OleHoldings holdings)
Deprecated.
|
protected boolean |
validateCallNumber(String callNumber,
String codeValue)
Deprecated.
|
void |
validateInput(RequestDocument requestDocument,
Object object,
List<String> fieldValues)
Deprecated.
|
buildResponseDocument, bulkIngest, checkin, checkin, checkInstancesOrItemsExistsInOLE, checkInstancesOrItemsExistsInOLE, checkout, checkout, delete, delete, deleteVerify, index, ingest, ingest, storeLinkDocuments, unbind
addResourceId, getDate, getTimeStampFromString
public RdbmsWorkInstanceDocumentManager()
public static RdbmsWorkInstanceDocumentManager getInstance()
public org.kuali.rice.krad.service.BusinessObjectService getBusinessObjectService()
getBusinessObjectService
in class RdbmsAbstarctDocumentManager
public javax.jcr.Node storeDocument(RequestDocument requestDocument, Object object, ResponseDocument responseDocument) throws OleDocStoreException
DocumentManager
OleDocStoreException
protected void saveHoldingsRecord(OleHoldings oleHoldings, HoldingsRecord holdingsRecord)
protected void saveItemRecord(Item item, ItemRecord itemRecord)
public void deleteDocs(RequestDocument requestDocument, Object object)
deleteDocs
in class RdbmsAbstarctDocumentManager
public ResponseDocument checkoutContent(RequestDocument requestDocument, Object object)
checkoutContent
in class RdbmsAbstarctDocumentManager
public void checkInContent(RequestDocument requestDocument, Object object, ResponseDocument responseDocument) throws OleDocStoreException
checkInContent
in class RdbmsAbstarctDocumentManager
OleDocStoreException
public ResponseDocument buildResponseDocument(RequestDocument requestDocument, InstanceRecord instanceRecord, ResponseDocument responseDocument)
public ResponseDocument bind(RequestDocument requestDocument, Object object, String operation) throws OleDocStoreException, javax.jcr.RepositoryException, OleException, FileNotFoundException
bind
in interface DocumentManager
bind
in class RdbmsAbstarctDocumentManager
OleDocStoreException
javax.jcr.RepositoryException
OleException
FileNotFoundException
public void validateInput(RequestDocument requestDocument, Object object, List<String> fieldValues) throws OleDocStoreException
validateInput
in interface DocumentManager
validateInput
in class RdbmsAbstarctDocumentManager
OleDocStoreException
public void validateCallNumber(CallNumber itemCNum, OleHoldings holdings) throws OleDocStoreException
OleDocStoreException
public void validateCallNumber(CallNumber cNum) throws OleDocStoreException
OleDocStoreException
public void transferInstances(List<RequestDocument> requestDocuments, org.kuali.rice.krad.service.BusinessObjectService businessObjectService) throws Exception
Exception
public void transferItems(List<RequestDocument> requestDocuments, org.kuali.rice.krad.service.BusinessObjectService businessObjectService) throws Exception
Exception
public ResponseDocument deleteVerify(RequestDocument requestDocument, Object object) throws Exception
deleteVerify
in interface DocumentManager
deleteVerify
in class RdbmsAbstarctDocumentManager
Exception
protected CallNumberTypeRecord saveCallNumberTypeRecord(ShelvingScheme scheme)
protected String getLocation(Location location, StringBuffer locationLevel)
protected void saveExtentNoteRecord(String extOfOwnerShipID, List<Note> notes)
protected void saveExtentOfOwnerShip(List<ExtentOfOwnership> extentOfOwnershipList, String holdingsId)
protected ExtentOfOwnerShipTypeRecord saveExtentOfOwnerShipType(String type)
protected void saveAccessUriRecord(List<Uri> uriList, String holdingsId)
protected ReceiptStatusRecord saveReceiptStatusRecord(String receiptStatus)
protected void saveHoldingNoteRecords(List<Note> noteList, String holdingsId)
protected ItemTypeRecord saveItemTypeRecord(ItemType itemType)
protected StatisticalSearchRecord saveStatisticalSearchRecord(List<StatisticalSearchingCode> statisticalSearchingCodes)
protected ItemStatusRecord saveItemStatusRecord(String itemStatus)
protected HighDensityStorageRecord saveHighDensityStorageRecord(HighDensityStorage highDensityStorage)
protected void saveFormerIdentifierRecords(List<FormerIdentifier> formerIdentifierList, String itemId)
protected void saveItemNoteRecord(List<Note> noteList, String itemId)
protected void saveDonorList(List<DonorInfo> donorslist, String itemId)
protected void saveMissingPieceItemList(List<MissingPieceItemRecord> missingPieceItemRecords, String itemId)
protected void saveCheckInLocationRecord(List<CheckInLocation> checkInLocationList, String itemId)
protected Item buildItemContent(ItemRecord itemRecord)
public LocationLevel createLocationLevel(String locationName, String locationLevelName)
protected OleHoldings buildHoldingsContent(HoldingsRecord holdingsRecord)
public void updateShelvingOrder(Item item, OleHoldings oleHolding) throws OleDocStoreException
OleDocStoreException
protected void processCallNumber(OleHoldings oleHolding) throws OleDocStoreException
OleDocStoreException
public void computeCallNumberType(CallNumber callNumber)
callNumber
- protected boolean validateCallNumber(String callNumber, String codeValue) throws OleDocStoreException
OleDocStoreException
protected String buildSortableCallNumber(String callNumber, String codeValue) throws OleDocStoreException
OleDocStoreException
public void saveHoldingsRecordAdditonalAttributesForDate(HoldingsRecord holdingsRecord, AdditionalAttributes additionalAttributes)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.