Uses of Class
org.compiere.model.MAllocationHdr
-
Packages that use MAllocationHdr Package Description org.compiere.apps.form org.compiere.model Provides for.... -
-
Uses of MAllocationHdr in org.compiere.apps.form
Methods in org.compiere.apps.form that return MAllocationHdr Modifier and Type Method Description MAllocationHdrAllocation. saveData(int m_WindowNo, Object date, IMiniTable payment, IMiniTable invoice, String trxName)Save Data -
Uses of MAllocationHdr in org.compiere.model
Fields in org.compiere.model declared as MAllocationHdr Modifier and Type Field Description protected MAllocationHdrMPayment. m_justCreatedAllocInvMethods in org.compiere.model that return MAllocationHdr Modifier and Type Method Description static MAllocationHdrMAllocationHdr. copyFrom(MAllocationHdr from, Timestamp dateAcct, Timestamp dateTrx, String trxName)Create new Allocation by copyingMAllocationHdrMPayment. 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 PaymentMAllocationHdrMAllocationLine. getParent()Get ParentMethods in org.compiere.model with parameters of type MAllocationHdr Modifier and Type Method Description static MAllocationHdrMAllocationHdr. copyFrom(MAllocationHdr from, Timestamp dateAcct, Timestamp dateTrx, String trxName)Create new Allocation by copyingintMAllocationHdr. copyLinesFrom(MAllocationHdr otherAllocation)Copy Lines From other Allocation.protected voidMAllocationLine. setParent(MAllocationHdr parent)Set ParentConstructors in org.compiere.model with parameters of type MAllocationHdr Constructor Description MAllocationLine(MAllocationHdr parent)Parent ConstructorMAllocationLine(MAllocationHdr parent, BigDecimal Amount, BigDecimal DiscountAmt, BigDecimal WriteOffAmt, BigDecimal OverUnderAmt)Parent Constructor
-