Uses of Class
org.compiere.model.MAllocationHdr
Package
Description
Base classes for UI form.
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MAllocationHdr in org.compiere.apps.form
Modifier and TypeMethodDescriptionAllocation.saveData
(int m_WindowNo, Timestamp dateTrx, IMiniTable payment, IMiniTable invoice, String trxName) Save allocation data -
Uses of MAllocationHdr in org.compiere.model
Modifier and TypeMethodDescriptionstatic MAllocationHdr
MAllocationHdr.copyFrom
(MAllocationHdr from, Timestamp dateAcct, Timestamp dateTrx, String trxName) Create new Allocation by copyingMPayment.getJustCreatedAllocInv()
static MAllocationHdr[]
MAllocationHdr.getOfCash
(Properties ctx, int C_Cash_ID, String trxName) Get Allocations of Cashstatic MAllocationHdr[]
MAllocationHdr.getOfInvoice
(Properties ctx, int C_Invoice_ID, String trxName) Get Allocations of Invoicestatic MAllocationHdr[]
MAllocationHdr.getOfPayment
(Properties ctx, int C_Payment_ID, String trxName) Get Allocations of PaymentMAllocationLine.getParent()
Get ParentModifier and TypeMethodDescriptionstatic MAllocationHdr
MAllocationHdr.copyFrom
(MAllocationHdr from, Timestamp dateAcct, Timestamp dateTrx, String trxName) Create new Allocation by copyingint
MAllocationHdr.copyLinesFrom
(MAllocationHdr otherAllocation) Copy Lines From other Allocation.protected void
MAllocationLine.setParent
(MAllocationHdr parent) Set ParentModifierConstructorDescriptionMAllocationLine
(MAllocationHdr parent) Parent ConstructorMAllocationLine
(MAllocationHdr parent, BigDecimal Amount, BigDecimal DiscountAmt, BigDecimal WriteOffAmt, BigDecimal OverUnderAmt) Parent Constructor