public interface OleCopyHelperService
Modifier and Type | Method and Description |
---|---|
boolean |
checkCopyEntry(org.kuali.rice.core.api.util.type.KualiDecimal noOfCopies,
String location,
Integer itemCount,
org.kuali.rice.core.api.util.type.KualiDecimal noOfCopiesOrdered,
org.kuali.rice.core.api.util.type.KualiInteger noOfPartsOrdered,
List<OleCopies> copiesList,
String volumeNumber,
boolean isRoute) |
boolean |
checkForTotalCopiesGreaterThanQuantityAtSubmit(List<OleCopies> copyList,
org.kuali.rice.core.api.util.type.KualiDecimal noOfCopiesOrdered) |
HashMap<String,List<OleCopy>> |
getCopyListBasedOnCopyNumber(List<OleCopy> copyList,
Integer partNumber) |
HashMap<String,List<OleCopy>> |
getCopyListBasedOnLocation(List<OleCopy> copyList,
String bibId) |
List<OleCopies> |
setCopiesToLineItem(List<OleCopy> copyList,
org.kuali.rice.core.api.util.type.KualiInteger noOfParts,
String bibId) |
List<OleCopy> |
setCopyValues(OleRequisitionCopies itemCopy,
String bibId,
List<String> volChar) |
List<OleCopy> |
setCopyValuesForList(List<OleCopies> itemCopies,
String bibId,
BibId bibTree) |
void |
updateRequisitionAndPOItems(OlePurchaseOrderItem olePurchaseOrderItem,
OleLineItemReceivingItem oleLineItemReceivingItem,
OleCorrectionReceivingItem oleCorrectionReceivingItem,
boolean isReceiving) |
HashMap<String,List<OleCopy>> getCopyListBasedOnLocation(List<OleCopy> copyList, String bibId)
HashMap<String,List<OleCopy>> getCopyListBasedOnCopyNumber(List<OleCopy> copyList, Integer partNumber)
List<OleCopies> setCopiesToLineItem(List<OleCopy> copyList, org.kuali.rice.core.api.util.type.KualiInteger noOfParts, String bibId)
List<OleCopy> setCopyValues(OleRequisitionCopies itemCopy, String bibId, List<String> volChar)
boolean checkCopyEntry(org.kuali.rice.core.api.util.type.KualiDecimal noOfCopies, String location, Integer itemCount, org.kuali.rice.core.api.util.type.KualiDecimal noOfCopiesOrdered, org.kuali.rice.core.api.util.type.KualiInteger noOfPartsOrdered, List<OleCopies> copiesList, String volumeNumber, boolean isRoute)
void updateRequisitionAndPOItems(OlePurchaseOrderItem olePurchaseOrderItem, OleLineItemReceivingItem oleLineItemReceivingItem, OleCorrectionReceivingItem oleCorrectionReceivingItem, boolean isReceiving)
List<OleCopy> setCopyValuesForList(List<OleCopies> itemCopies, String bibId, BibId bibTree)
boolean checkForTotalCopiesGreaterThanQuantityAtSubmit(List<OleCopies> copyList, org.kuali.rice.core.api.util.type.KualiDecimal noOfCopiesOrdered)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.