Uses of Class
org.compiere.model.MBPartner
Packages that use 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
Methods in org.adempiere.util with parameters of type MBPartnerModifier 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
Fields in org.compiere.model declared as MBPartnerModifier and TypeFieldDescriptionprotected MBPartnerMMailText.m_bpartnerParse BPartnerprotected MBPartnerMInOut.m_partnerBPartnerMethods in org.compiere.model that return MBPartnerModifier and TypeMethodDescriptionstatic MBPartnerMBPartner.get(Properties ctx, int C_BPartner_ID) Get BPartner with idstatic MBPartnerMBPartner.get(Properties ctx, int C_BPartner_ID, String trxName) Get BPartner with id in a transactionstatic MBPartnerMBPartner.get(Properties ctx, String Value) Get BPartner with Valuestatic MBPartnerMBPartner.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 MBPartnerMBPartner.getBPartnerCashTrx(Properties ctx, int AD_Client_ID) Get Cash Trx Business Partner (as template for new BP)static MBPartnerMBPartner.getFirstWithTaxID(Properties ctx, String taxID, String trxName) Get BPartner with taxID in a transactionstatic MBPartnerMBPartner.getTemplate(Properties ctx, int AD_Client_ID) Create new Business Partner from template (not save)MBPartner.markImmutable()Methods in org.compiere.model with parameters of type MBPartnerModifier 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 customervoidMDunningRunEntry.setBPartner(MBPartner bp, boolean isSOTrx) Set BPartnervoidMInOut.setBPartner(MBPartner bp) Set Business Partner Defaults and DetailsvoidMInvoice.setBPartner(MBPartner bp) Set Business Partner Defaults and DetailsvoidMMailText.setBPartner(MBPartner bpartner) Set BPartner for parsing of textvoidMOrder.setBPartner(MBPartner bp) Set Business Partner Defaults and Details.Constructors in org.compiere.model with parameters of type MBPartnerModifierConstructorDescriptionMBPartner(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
Methods in org.eevolution.model with parameters of type MBPartnerModifier and TypeMethodDescriptionvoidMDDOrder.setBPartner(MBPartner bp) Set Business Partner Defaults and Details.