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 MBPartnerMMailText. m_bpartnerParse BPartnerprotected MBPartnerMInOut. m_partnerBPartnerMethods in org.compiere.model that return MBPartner Modifier and Type Method Description static MBPartnerMBPartner. get(Properties ctx, int C_BPartner_ID)Get BPartner with Valuestatic MBPartnerMBPartner. get(Properties ctx, int C_BPartner_ID, String trxName)Get BPartner with Value 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 transactionMBPartnerMInOut. getBPartner()Get BPartnerMBPartnerMMailText. getBPartner()MBPartnerMPOS. getBPartner()Get default Cash BPartnerMBPartnerMRequest. getBPartner()Get BPartner (may be not defined)static MBPartnerMBPartner. getBPartnerCashTrx(Properties ctx, int AD_Client_ID)Get Cash Trx Business Partnerstatic MBPartnerMBPartner. getFirstWithTaxID(Properties ctx, String taxID, String trxName)Get BPartner with taxID in a transactionstatic MBPartnerMBPartner. getTemplate(Properties ctx, int AD_Client_ID)Get Empty Template Business PartnerMBPartnerMBPartner. 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 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 parsevoidMOrder. 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 voidMDDOrder. setBPartner(MBPartner bp)Set Business Partner Defaults and Details.
-