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.brerp.bancosbrasileiros.model
Methods in org.brerp.bancosbrasileiros.model with parameters of type MBPartnerModifier and TypeMethodDescriptionvoidMCOFCobrancaPIX.gerarCobranca(int COF_C_BankIntegration_ID, MBPartner parceiro) Método responsável por gerar uma cobrança PIX -
Uses of MBPartner in org.brerp.base.component
Methods in org.brerp.base.component with parameters of type MBPartnerModifier and TypeMethodDescriptionbooleanBase_Validator.checkUniqueBP(String value, MBPartner bp) Verifica se um PN já existe no BD utilizando como critério de busca o CPF/CNPJ -
Uses of MBPartner in org.brerp.base.model
Methods in org.brerp.base.model with parameters of type MBPartnerModifier and TypeMethodDescriptionstatic Object[]MLBRTax.getTaxes(int C_DocTypeTarget_ID, boolean isSOTrx, String lbr_TransactionType, MProduct p, MOrgInfo oi, MBPartner bp, MBPartnerLocation bpLoc, Timestamp dateAcct) Retorna o registro do imposto baseado na pesquisastatic voidMCOFHistoricoConsultas.tratarResponse(MBPartner bp, MCOFCreditAnalysis analise, ResponseProcessesModel response) static voidMCOFHistoricoConsultas.verificaIntervaloValido(MBPartner bp, int AD_Org_ID) -
Uses of MBPartner in org.brerp.base.util
Methods in org.brerp.base.util that return MBPartnerModifier and TypeMethodDescriptionstatic MBPartnerBrERPBaseUtil.validaPNComMesmoTelefone(String phone1, String phone2, int c_bpartner_id) Methods in org.brerp.base.util with parameters of type MBPartnerModifier and TypeMethodDescriptionstatic StringBPartnerUtil.getBPTypeBR(MBPartner bp) Retorna se o PN é Pessoa Física ou Pessoa Jurídicastatic StringBPartnerUtil.getCNPJCPF(MBPartner bp) Retorna CPF se PF ou CNPJ se PJ. -
Uses of MBPartner in org.brerp.sped.nfe.process
Methods in org.brerp.sped.nfe.process with parameters of type MBPartnerModifier and TypeMethodDescriptionvoidProcConsultaCadastro.criarAtualizarDadosLocalizao(Properties ctx, br.inf.portalfiscal.nfe.schema.conscad.TEndereco tEndereco, MBPartner partner) Atualiza dados da localização mais antiga do parceiro informado e caso não haja nenhuma localização cria uma novavoidProcConsultaCadastro.criarContato(MBPartner partner) -
Uses of MBPartner in org.brerp.whatsapp.util
Methods in org.brerp.whatsapp.util with parameters of type MBPartner -
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.