|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.purap.util.PurApRelatedViews
public class PurApRelatedViews
Nested Class Summary | |
---|---|
class |
PurApRelatedViews.PurchaseOrderViewGroup
A container for a List |
class |
PurApRelatedViews.ReceivingViewGroup
A container for a LineItemReceivingView and a list of its associated CorrectionReceivingViews. |
Constructor Summary | |
---|---|
PurApRelatedViews(String documentNumber,
Integer accountsPayablePurchasingDocumentLinkIdentifier)
|
Method Summary | |
---|---|
List<PurApRelatedViews.PurchaseOrderViewGroup> |
getGroupedRelatedPurchaseOrderViews()
Groups related PurchaseOrderViews by POIDs descending, and within each group order POs by document numbers descending; thus groups of newer POIDs will be in the front, and within each group, more current POs will be in the front. |
List<PurApRelatedViews.ReceivingViewGroup> |
getGroupedRelatedReceivingViews()
Groups related LineItemReceivingView and its CorrectionReceivingViews, with more recent receiving groups in the front; and within each group, with more recent corrections in the front. |
List<CreditMemoView> |
getPaymentHistoryCreditMemoViews()
Gets the Payment History Credit Memo Views for this document. |
List<PaymentRequestView> |
getPaymentHistoryPaymentRequestViews()
Gets the Payment History Payment Request Views for this document. |
List<BulkReceivingView> |
getRelatedBulkReceivingViews()
|
List<CorrectionReceivingView> |
getRelatedCorrectionReceivingViews()
|
List<CreditMemoView> |
getRelatedCreditMemoViews()
|
List<LineItemReceivingView> |
getRelatedLineItemReceivingViews()
|
List<PaymentRequestView> |
getRelatedPaymentRequestViews()
|
List<PurchaseOrderView> |
getRelatedPurchaseOrderViews()
Obtains a list of related PurchaseOrderViews, first ordered by POIDs descending, then by document numbers descending; thus POs with newer POIDs will be in the front, and within the same POID, the current PO will be in the front. |
List<ElectronicInvoiceRejectView> |
getRelatedRejectViews()
|
List<RequisitionView> |
getRelatedRequisitionViews()
|
void |
resetRelatedViews()
Reset all related view lists to null. |
List |
updateRelatedView(Class<?> clazz,
List<? extends AbstractRelatedView> relatedList,
boolean removeCurrentDocument)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PurApRelatedViews(String documentNumber, Integer accountsPayablePurchasingDocumentLinkIdentifier)
Method Detail |
---|
public void resetRelatedViews()
public List updateRelatedView(Class<?> clazz, List<? extends AbstractRelatedView> relatedList, boolean removeCurrentDocument)
public List<RequisitionView> getRelatedRequisitionViews()
org.kuali.kfs.module.purap.document.PurchasingAccountsPayableDocument#getRelatedRequisitionViews()
public List<ElectronicInvoiceRejectView> getRelatedRejectViews()
public List<PurchaseOrderView> getRelatedPurchaseOrderViews()
public List<PurApRelatedViews.PurchaseOrderViewGroup> getGroupedRelatedPurchaseOrderViews()
org.kuali.kfs.module.purap.util.PurApRelatedViews.getRelatedPurchaseOrderViews
,
PurchaseOrderView
public List<PaymentRequestView> getRelatedPaymentRequestViews()
org.kuali.kfs.module.purap.document.PurchasingAccountsPayableDocument#getRelatedPaymentRequestViews()
public List<CreditMemoView> getRelatedCreditMemoViews()
org.kuali.kfs.module.purap.document.PurchasingAccountsPayableDocument#getRelatedCreditMemoViews()
public List<PaymentRequestView> getPaymentHistoryPaymentRequestViews()
public List<CreditMemoView> getPaymentHistoryCreditMemoViews()
public List<LineItemReceivingView> getRelatedLineItemReceivingViews()
org.kuali.kfs.module.purap.document.PurchasingAccountsPayableDocument#getRelatedRequisitionViews()
public List<CorrectionReceivingView> getRelatedCorrectionReceivingViews()
org.kuali.kfs.module.purap.document.PurchasingAccountsPayableDocument#getRelatedRequisitionViews()
public List<BulkReceivingView> getRelatedBulkReceivingViews()
public List<PurApRelatedViews.ReceivingViewGroup> getGroupedRelatedReceivingViews()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |