Modifier and Type | Method and Description |
---|---|
OleCopy |
OLEPaidCopy.getOleCopy() |
Modifier and Type | Method and Description |
---|---|
List<OleCopy> |
OlePurchaseOrderItem.getCopyList() |
List<OleCopy> |
OleCorrectionReceivingItem.getCopyList() |
List<OleCopy> |
OleRequisitionItem.getCopyList() |
List<OleCopy> |
OleLineItemReceivingItem.getCopyList() |
List<OleCopy> |
OlePurchaseOrderItem.getDeletedCopiesList() |
List<OleCopy> |
OleRequisitionItem.getDeletedCopiesList() |
Modifier and Type | Method and Description |
---|---|
void |
OLEPaidCopy.setOleCopy(OleCopy oleCopy) |
Modifier and Type | Method and Description |
---|---|
void |
OlePurchaseOrderItem.setCopyList(List<OleCopy> copyList) |
void |
OleCorrectionReceivingItem.setCopyList(List<OleCopy> copyList) |
void |
OleRequisitionItem.setCopyList(List<OleCopy> copyList) |
void |
OleLineItemReceivingItem.setCopyList(List<OleCopy> copyList) |
void |
OlePurchaseOrderItem.setDeletedCopiesList(List<OleCopy> deletedCopiesList) |
void |
OleRequisitionItem.setDeletedCopiesList(List<OleCopy> deletedCopiesList) |
Modifier and Type | Method and Description |
---|---|
List<OleCopy> |
OLEEResourceRecordDocument.getCopyList() |
Modifier and Type | Method and Description |
---|---|
void |
OLEEResourceRecordDocument.setCopyList(List<OleCopy> copyList) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,List<OleCopy>> |
OleCopyHelperService.getCopyListBasedOnCopyNumber(List<OleCopy> copyList,
Integer partNumber) |
HashMap<String,List<OleCopy>> |
OleCopyHelperService.getCopyListBasedOnLocation(List<OleCopy> copyList,
String bibId) |
List<OleCopy> |
OleCopyHelperService.setCopyValues(OleRequisitionCopies itemCopy,
String bibId,
List<String> volChar) |
List<OleCopy> |
OleCopyHelperService.setCopyValuesForList(List<OleCopies> itemCopies,
String bibId,
BibId bibTree) |
Modifier and Type | Method and Description |
---|---|
OleHoldings |
OleDocstoreHelperService.setHoldingDetails(OleCopy copy) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,List<OleCopy>> |
OleCopyHelperService.getCopyListBasedOnCopyNumber(List<OleCopy> copyList,
Integer partNumber) |
HashMap<String,List<OleCopy>> |
OleCopyHelperService.getCopyListBasedOnLocation(List<OleCopy> copyList,
String bibId) |
List<OleCopies> |
OleCopyHelperService.setCopiesToLineItem(List<OleCopy> copyList,
org.kuali.rice.core.api.util.type.KualiInteger noOfParts,
String bibId) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,List<OleCopy>> |
OleCopyHelperServiceImpl.getCopyListBasedOnCopyNumber(List<OleCopy> copyList,
Integer noOfParts) |
HashMap<String,List<OleCopy>> |
OleCopyHelperServiceImpl.getCopyListBasedOnLocation(List<OleCopy> copyList,
String bibId) |
List<OleCopy> |
OleCopyHelperServiceImpl.setCopyValues(OleRequisitionCopies itemCopy,
String bibId,
List<String> volChar)
This method takes RequisitionItem as parameter, it will calculate and set copyList
lineItem
|
List<OleCopy> |
OleCopyHelperServiceImpl.setCopyValuesForList(List<OleCopies> itemCopies,
String bibId,
BibId bibTree)
This method takes RequisitionItem as parameter, it will calculate and set copyList
lineItem
|
Modifier and Type | Method and Description |
---|---|
String |
OleDocstoreHelperServiceImpl.getLocationLevelCode(OleCopy copy)
Populate location levels.
|
OleHoldings |
OleDocstoreHelperServiceImpl.setHoldingDetails(OleCopy copy)
/**
This method will set values to OleHoldings Object and returns it to update or create OleHoldings at Docstore.
|
void |
OleDocstoreHelperServiceImpl.setItemDetails(Item itemContent,
OleCopy oleCopy,
OlePurchaseOrderItem singleItem,
List<OLELinkPurapDonor> oleDonors,
String poNumber) |
Item |
OleDocstoreHelperServiceImpl.setItemDetails(OleCopy oleCopy,
String itemTypeDescription)
This method will set values to Item Object and returns it to update or create Item at Docstore.
|
Modifier and Type | Method and Description |
---|---|
void |
OleDocstoreHelperServiceImpl.createOleHoldingsTree(String poNumber,
BibTree bibTree,
List<OleCopy> copyList,
String poLineItemId,
List<OLELinkPurapDonor> oleDonors,
List<OleCopy> oleCopyList,
String itemTypeDescription,
String itemStatusValue,
OlePurchaseOrderItem singleItem) |
void |
OleDocstoreHelperServiceImpl.createOleHoldingsTree(String poNumber,
BibTree bibTree,
List<OleCopy> copyList,
String poLineItemId,
List<OLELinkPurapDonor> oleDonors,
List<OleCopy> oleCopyList,
String itemTypeDescription,
String itemStatusValue,
OlePurchaseOrderItem singleItem) |
HashMap<String,List<OleCopy>> |
OleCopyHelperServiceImpl.getCopyListBasedOnCopyNumber(List<OleCopy> copyList,
Integer noOfParts) |
HashMap<String,List<OleCopy>> |
OleCopyHelperServiceImpl.getCopyListBasedOnLocation(List<OleCopy> copyList,
String bibId) |
void |
OLECopyUpdateImpl.saveOleCopies(List<OleCopy> oleCopies,
StringBuffer buffer) |
List<OleCopies> |
OleCopyHelperServiceImpl.setCopiesToLineItem(List<OleCopy> copyList,
org.kuali.rice.core.api.util.type.KualiInteger noOfParts,
String bibId)
This method will set copies into list of copies for LineItem.
|
Modifier and Type | Method and Description |
---|---|
void |
OLECopyRecordProcessor.createOleHoldingsTree(String poNumber,
String poLineItemId,
List<OleCopy> oleCopyList,
String itemTypeDescription,
String itemStatusValue,
OlePurchaseOrderItem singleItem,
String bibid) |
void |
OLECopyRecordProcessor.saveOleCopies(List<OleCopy> oleCopies) |
void |
OLECopyUpdateImpl.saveOleCopies(List<OleCopy> oleCopies,
StringBuffer buffer) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.