|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PurchaseOrderItem in org.kuali.kfs.module.cab.document.service.impl |
---|
Methods in org.kuali.kfs.module.cab.document.service.impl that return PurchaseOrderItem | |
---|---|
protected PurchaseOrderItem |
PurApInfoServiceImpl.getPurchaseOrderItemfromCreditMemoItem(CreditMemoItem item)
Retreives a purchase order item for a given CreditMemoItem by inspecting the item type to see if its above the line or below the line and returns the appropriate type. |
Uses of PurchaseOrderItem in org.kuali.kfs.module.purap.businessobject |
---|
Methods in org.kuali.kfs.module.purap.businessobject that return PurchaseOrderItem | |
---|---|
PurchaseOrderItem |
PurchaseOrderAccount.getPurchaseOrderItem()
|
PurchaseOrderItem |
LineItemReceivingItem.getPurchaseOrderItem()
Retreives a purchase order item by inspecting the item type to see if its above the line or below the line and returns the appropriate type. |
PurchaseOrderItem |
PaymentRequestItem.getPurchaseOrderItem()
Retreives a purchase order item by inspecting the item type to see if its above the line or below the line and returns the appropriate type. |
PurchaseOrderItem |
CreditMemoItem.getPurchaseOrderItem()
|
PurchaseOrderItem |
AccountsPayableItem.getPurchaseOrderItem()
|
Methods in org.kuali.kfs.module.purap.businessobject with parameters of type PurchaseOrderItem | |
---|---|
void |
PurchaseOrderAccount.setPurchaseOrderItem(PurchaseOrderItem purchaseOrderItem)
Deprecated. |
Constructors in org.kuali.kfs.module.purap.businessobject with parameters of type PurchaseOrderItem | |
---|---|
CreditMemoItem(VendorCreditMemoDocument cmDocument,
PaymentRequestItem preqItem,
PurchaseOrderItem poItem,
HashMap<String,ExpiredOrClosedAccountEntry> expiredOrClosedAccountList)
Constructs a CreditMemoItem object from an existing Payment Request Item, and check and process expired or closed accounts item might contain. |
|
CreditMemoItem(VendorCreditMemoDocument cmDocument,
PurchaseOrderItem poItem)
Constructs a CreditMemoItem object from an existing Purchase Order Item. |
|
CreditMemoItem(VendorCreditMemoDocument cmDocument,
PurchaseOrderItem poItem,
HashMap<String,ExpiredOrClosedAccountEntry> expiredOrClosedAccountList)
Constructs a CreditMemoItem object from an existing Purchase Order Item, and check and process expired or closed accounts item might contain. |
|
LineItemReceivingItem(PurchaseOrderItem poi,
LineItemReceivingDocument rld)
|
|
PaymentRequestItem(PurchaseOrderItem poi,
PaymentRequestDocument preq)
preq item constructor - Delegate |
|
PaymentRequestItem(PurchaseOrderItem poi,
PaymentRequestDocument preq,
HashMap<String,ExpiredOrClosedAccountEntry> expiredOrClosedAccountList)
Constructs a new payment request item, but also merges expired accounts. |
Uses of PurchaseOrderItem in org.kuali.kfs.module.purap.document |
---|
Methods in org.kuali.kfs.module.purap.document with parameters of type PurchaseOrderItem | |
---|---|
AccountsPayableItem |
AccountsPayableDocumentBase.getAPItemFromPOItem(PurchaseOrderItem poi)
|
AccountsPayableItem |
AccountsPayableDocument.getAPItemFromPOItem(PurchaseOrderItem poi)
|
Uses of PurchaseOrderItem in org.kuali.kfs.module.purap.document.service |
---|
Methods in org.kuali.kfs.module.purap.document.service that return types with arguments of type PurchaseOrderItem | |
---|---|
HashMap<String,List<PurchaseOrderItem>> |
PurchaseOrderService.categorizeItemsForSplit(List<PurchaseOrderItem> items)
Used to provide sublists of the list of the original PO's items according to whether they are marked to be moved or not. |
List<PurchaseOrderItem> |
CreditMemoService.getPOInvoicedItems(PurchaseOrderDocument poDocument)
Iterates through the items of the purchase order document and checks for items that have been invoiced. |
Methods in org.kuali.kfs.module.purap.document.service with parameters of type PurchaseOrderItem | |
---|---|
boolean |
PurchaseOrderService.isNewItemForAmendment(PurchaseOrderItem poItem)
Determines if a purchase order item is newly added on the Purchase Order Amendment Document. |
boolean |
PurchaseOrderService.isNewUnorderedItem(PurchaseOrderItem poItem)
Determines if a purchase order item is new unordered item. |
boolean |
AccountsPayableDocumentSpecificService.poItemEligibleForAp(AccountsPayableDocument apDoc,
PurchaseOrderItem poi)
|
boolean |
AccountsPayableService.purchaseOrderItemEligibleForPayment(PurchaseOrderItem poi)
Determines if item is eligible for payment. |
Method parameters in org.kuali.kfs.module.purap.document.service with type arguments of type PurchaseOrderItem | |
---|---|
HashMap<String,List<PurchaseOrderItem>> |
PurchaseOrderService.categorizeItemsForSplit(List<PurchaseOrderItem> items)
Used to provide sublists of the list of the original PO's items according to whether they are marked to be moved or not. |
PurchaseOrderSplitDocument |
PurchaseOrderService.createAndSavePurchaseOrderSplitDocument(List<PurchaseOrderItem> newPOItems,
PurchaseOrderDocument currentDocument,
boolean copyNotes,
String splitNoteText)
Creates and saves a Purchase Order Split document based on the old PO document, and the items from that PO that the new Split PO is to contain. |
Collection |
PrintService.generatePurchaseOrderPdf(PurchaseOrderDocument po,
ByteArrayOutputStream byteArrayOutputStream,
String environment,
List<PurchaseOrderItem> retransmitItems)
Create the Purchase Order Pdf document for non-retransmission and send it back to the Action so that it can be dealt with. |
Collection |
PrintService.generatePurchaseOrderPdfForRetransmission(PurchaseOrderDocument po,
ByteArrayOutputStream byteArrayOutputStream,
String environment,
List<PurchaseOrderItem> retransmitItems)
Create the Purchase Order Pdf document for retransmission and send it back to the Action so that it can be dealt with. |
Uses of PurchaseOrderItem in org.kuali.kfs.module.purap.document.service.impl |
---|
Methods in org.kuali.kfs.module.purap.document.service.impl that return PurchaseOrderItem | |
---|---|
protected PurchaseOrderItem |
ReceivingServiceImpl.createPoItemFromReceivingLine(LineItemReceivingItem rlItem)
Creates a PO item from a receiving line item. |
Methods in org.kuali.kfs.module.purap.document.service.impl that return types with arguments of type PurchaseOrderItem | |
---|---|
HashMap<String,List<PurchaseOrderItem>> |
PurchaseOrderServiceImpl.categorizeItemsForSplit(List<PurchaseOrderItem> items)
|
List<PurchaseOrderItem> |
CreditMemoServiceImpl.getPOInvoicedItems(PurchaseOrderDocument poDocument)
|
Methods in org.kuali.kfs.module.purap.document.service.impl with parameters of type PurchaseOrderItem | |
---|---|
boolean |
PurchaseOrderServiceImpl.isNewItemForAmendment(PurchaseOrderItem poItem)
|
boolean |
PurchaseOrderServiceImpl.isNewUnorderedItem(PurchaseOrderItem poItem)
|
boolean |
PaymentRequestServiceImpl.poItemEligibleForAp(AccountsPayableDocument apDoc,
PurchaseOrderItem poi)
|
boolean |
CreditMemoServiceImpl.poItemEligibleForAp(AccountsPayableDocument apDoc,
PurchaseOrderItem poItem)
|
boolean |
AccountsPayableServiceImpl.purchaseOrderItemEligibleForPayment(PurchaseOrderItem poi)
|
protected void |
AccountsPayableServiceImpl.updateEncumberance(PurchaseOrderItem purchaseOrderItem,
CreditMemoItem cmItem)
Updates the encumberance related fields. |
protected void |
AccountsPayableServiceImpl.updateEncumberances(PaymentRequestItem preqItem,
PurchaseOrderItem poItem,
CreditMemoItem cmItem)
Updates encumberances. |
protected void |
AccountsPayableServiceImpl.updatePossibleAmmendedFields(PurchaseOrderItem sourceItem,
PaymentRequestItem destItem)
Updates fields that could've been changed on amendment. |
Uses of PurchaseOrderItem in org.kuali.kfs.module.purap.document.validation.impl |
---|
Methods in org.kuali.kfs.module.purap.document.validation.impl that return PurchaseOrderItem | |
---|---|
PurchaseOrderItem |
PurchaseOrderEmptyItemWithAccountsValidation.getItemForValidation()
|
Methods in org.kuali.kfs.module.purap.document.validation.impl with parameters of type PurchaseOrderItem | |
---|---|
void |
PurchaseOrderEmptyItemWithAccountsValidation.setItemForValidation(PurchaseOrderItem itemForValidation)
|
Uses of PurchaseOrderItem in org.kuali.kfs.module.purap.document.web.struts |
---|
Method parameters in org.kuali.kfs.module.purap.document.web.struts with type arguments of type PurchaseOrderItem | |
---|---|
protected StringBuffer |
PurchaseOrderAction.createSelectedItemIndexes(List<PurchaseOrderItem> items)
Helper method to create a StringBuffer of the indexes of items that the user has selected for retransmit to be passed in as an attribute to the RetransmitForward page so that we could add these items later on to the pdf page. |
Uses of PurchaseOrderItem in org.kuali.kfs.module.purap.pdf |
---|
Method parameters in org.kuali.kfs.module.purap.pdf with type arguments of type PurchaseOrderItem | |
---|---|
void |
PurchaseOrderPdf.generatePdf(PurchaseOrderDocument po,
PurchaseOrderTransmitParameters pdfParameters,
ByteArrayOutputStream byteArrayOutputStream,
boolean isRetransmit,
String environment,
List<PurchaseOrderItem> retransmitItems)
Generates the pdf document based on the data in the given PurchaseOrderDocument, the pdf parameters, environment, retransmit items, creates a pdf writer using the given byteArrayOutputStream then write the pdf document into the writer. |
Uses of PurchaseOrderItem in org.kuali.kfs.module.purap.service.impl |
---|
Methods in org.kuali.kfs.module.purap.service.impl that return PurchaseOrderItem | |
---|---|
protected PurchaseOrderItem |
PurapGeneralLedgerServiceImpl.getPoItem(PurchaseOrderDocument po,
Integer nbr,
ItemType itemType)
Find item in PO based on given parameters. |
PurchaseOrderItem |
ElectronicInvoiceItemHolder.getPurchaseOrderItem()
|
Methods in org.kuali.kfs.module.purap.service.impl with parameters of type PurchaseOrderItem | |
---|---|
protected org.kuali.rice.kns.util.KualiDecimal |
PurapGeneralLedgerServiceImpl.calculateQuantityChange(boolean cancel,
PurchaseOrderItem poItem,
org.kuali.rice.kns.util.KualiDecimal cmQuantity)
Calculate quantity change for creating Credit Memo entries |
Constructors in org.kuali.kfs.module.purap.service.impl with parameters of type PurchaseOrderItem | |
---|---|
ElectronicInvoiceItemHolder(ElectronicInvoiceItem invoiceItem,
Map itemTypeMappings,
PurchaseOrderItem poItem,
ElectronicInvoiceOrderHolder orderHolder)
|
|
ElectronicInvoiceItemHolder(ElectronicInvoiceRejectItem rejectItem,
Map itemTypeMappings,
PurchaseOrderItem poItem,
ElectronicInvoiceOrderHolder orderHolder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |