Uses of Class
org.compiere.model.MBPartner
-
Packages that use MBPartner Package Description org.adempiere.util org.compiere.model Provides for....org.eevolution.model -
-
Uses of MBPartner in org.adempiere.util
Methods in org.adempiere.util with parameters of type MBPartner Modifier and Type Method Description static MBPBankAccount[]
PaymentUtil. getBankAccounts(MBPartner bpartner, String creditCardNo, int C_PaymentProcessor_ID)
-
Uses of MBPartner in org.compiere.model
Fields in org.compiere.model declared as MBPartner Modifier and Type Field Description protected MBPartner
MMailText. m_bpartner
Parse BPartnerprotected MBPartner
MInOut. m_partner
BPartnerMethods in org.compiere.model that return MBPartner Modifier and Type Method Description static MBPartner
MBPartner. get(Properties ctx, int C_BPartner_ID)
Get BPartner with Valuestatic MBPartner
MBPartner. get(Properties ctx, int C_BPartner_ID, String trxName)
Get BPartner with Value in a transactionstatic MBPartner
MBPartner. get(Properties ctx, String Value)
Get BPartner with Valuestatic MBPartner
MBPartner. get(Properties ctx, String Value, String trxName)
Get BPartner with Value in a transactionMBPartner
MInOut. getBPartner()
Get BPartnerMBPartner
MMailText. getBPartner()
MBPartner
MPOS. getBPartner()
Get default Cash BPartnerMBPartner
MRequest. getBPartner()
Get BPartner (may be not defined)static MBPartner
MBPartner. getBPartnerCashTrx(Properties ctx, int AD_Client_ID)
Get Cash Trx Business Partnerstatic MBPartner
MBPartner. getFirstWithTaxID(Properties ctx, String taxID, String trxName)
Get BPartner with taxID in a transactionstatic MBPartner
MBPartner. getTemplate(Properties ctx, int AD_Client_ID)
Get Empty Template Business PartnerMBPartner
MBPartner. markImmutable()
Methods in org.compiere.model with parameters of type MBPartner Modifier and Type Method Description static MWarehousePrice[]
MWarehousePrice. find(MBPartner bPartner, boolean IsSOTrx, Timestamp valid, int M_Warehouse_ID, String Value, String Name, String UPC, String SKU, String trxName)
Find Products in Warehouse with Price for customervoid
MDunningRunEntry. setBPartner(MBPartner bp, boolean isSOTrx)
Set BPartnervoid
MInOut. setBPartner(MBPartner bp)
Set Business Partner Defaults and Detailsvoid
MInvoice. setBPartner(MBPartner bp)
Set Business Partner Defaults and Detailsvoid
MMailText. setBPartner(MBPartner bpartner)
Set BPartner for parsevoid
MOrder. setBPartner(MBPartner bp)
Set Business Partner Defaults and Details.Constructors in org.compiere.model with parameters of type MBPartner Constructor Description MBPartner(Properties ctx, MBPartner copy)
MBPartner(Properties ctx, MBPartner copy, String trxName)
MBPartner(MBPartner copy)
MBPartnerLocation(MBPartner bp)
BP Parent ConstructorMBPBankAccount(Properties ctx, MBPartner bp, MUser bpc, MLocation location)
ConstructorMRfQResponse(MRfQ rfq, MBPartner partner)
Parent Constructor -
Uses of MBPartner in org.eevolution.model
Methods in org.eevolution.model with parameters of type MBPartner Modifier and Type Method Description void
MDDOrder. setBPartner(MBPartner bp)
Set Business Partner Defaults and Details.
-