Uses of Class
org.compiere.model.MBPartner
Package
Description
Provide utility and helper classes.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
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*).
Provide extended and generated model class and interface for tables.
-
Uses of MBPartner in org.adempiere.util
Modifier and TypeMethodDescriptionstatic MBPBankAccount[]
PaymentUtil.getBankAccounts
(MBPartner bpartner, String creditCardNo, int C_PaymentProcessor_ID) Get business partner bank account by credit card number and payment processor id. -
Uses of MBPartner in org.compiere.model
Modifier and TypeFieldDescriptionprotected MBPartner
MMailText.m_bpartner
Parse BPartnerprotected MBPartner
MInOut.m_partner
BPartnerModifier and TypeMethodDescriptionstatic MBPartner
MBPartner.get
(Properties ctx, int C_BPartner_ID) Get BPartner with idstatic MBPartner
MBPartner.get
(Properties ctx, int C_BPartner_ID, String trxName) Get BPartner with id 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 transactionMInOut.getBPartner()
Get BPartnerMMailText.getBPartner()
MPOS.getBPartner()
Get template Cash BPartnerMRequest.getBPartner()
Get BPartner (may be not defined)static MBPartner
MBPartner.getBPartnerCashTrx
(Properties ctx, int AD_Client_ID) Get Cash Trx Business Partner (as template for new BP)static 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) Create new Business Partner from template (not save)MBPartner.markImmutable()
Modifier and TypeMethodDescriptionstatic 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 parsing of textvoid
MOrder.setBPartner
(MBPartner bp) Set Business Partner Defaults and Details.ModifierConstructorDescriptionMBPartner
(Properties ctx, MBPartner copy) Copy constructorMBPartner
(Properties ctx, MBPartner copy, String trxName) Copy constructorCopy constructorBP Parent ConstructorMBPBankAccount
(Properties ctx, MBPartner bp, MUser bpc, MLocation location) ConstructorMRfQResponse
(MRfQ rfq, MBPartner partner) Parent Constructor -
Uses of MBPartner in org.eevolution.model
Modifier and TypeMethodDescriptionvoid
MDDOrder.setBPartner
(MBPartner bp) Set Business Partner Defaults and Details.