Package org.brerp.base.util
Class BPartnerUtil
java.lang.Object
org.brerp.base.util.BPartnerUtil
Utility class for ADempiereLBR BPartner
- Version:
- $Id: BPartnerUtil.java, v1.0 2009/12/18 10:23:29 PM, mgrigioni Exp $
- Author:
- Mario Grigioni (Kenos, www.kenos.com.br), Ricardo Santana (Kenos, www.kenos.com.br)
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getBPTypeBR
(MBPartner bp) Retorna se o PN é Pessoa Física ou Pessoa Jurídicastatic String
getCityCode
(MLocation location) Retorna o código da Município - Tabela IBGEstatic String
getCNPJCPF
(MBPartner bp) Retorna CPF se PF ou CNPJ se PJ.static String
getIE
(int C_BPartner_ID) Retorna Nº da Inscrição Estadual ou ISENTO.static MCity
getMCity
(Properties ctx, String cityName, int C_Region_ID, String trxName) static MCity
getMCity
(Properties ctx, MLocation location, String trxName) static String
Retorna a UF.static String
getSUFRAMA
(MBPartnerLocation bpLocation) Retorna o código da Superintendência da Zona Franca de Manaus (SUFRAMA) do Parceirostatic String
getUF
(MBPartnerLocation bpLocation) Retorna a UF do PN se País Brasil ou Ex (Exterior).static String
validateIE
(String regionName, String ie)
-
Field Details
-
EXTCOD
- See Also:
-
EXTREG
- See Also:
-
EXTMUN
- See Also:
-
-
Constructor Details
-
BPartnerUtil
public BPartnerUtil()
-
-
Method Details
-
getBPTypeBR
Retorna se o PN é Pessoa Física ou Pessoa Jurídica- Parameters:
bp
- Business Partner- Returns:
- PF, PJ or null
-
getUF
Retorna a UF do PN se País Brasil ou Ex (Exterior).- Parameters:
bpLocation
-- Returns:
- ReginName ou EX (Exterior)
-
getSUFRAMA
Retorna o código da Superintendência da Zona Franca de Manaus (SUFRAMA) do Parceiro- Parameters:
bpLocation
-- Returns:
- SUFRAMA
-
getRegionCode
Retorna a UF.- Parameters:
loc
-- Returns:
- UF
-
getCityCode
Retorna o código da Município - Tabela IBGE- Parameters:
loc
-- Returns:
- Código do Município
-
getMCity
-
getMCity
-
getCNPJCPF
Retorna CPF se PF ou CNPJ se PJ.- Parameters:
C_BPartner_ID
-- Returns:
- Retorna Nº da Inscrição Estadual ou ISENTO.
-
getIE
Retorna Nº da Inscrição Estadual ou ISENTO.- Parameters:
C_BPartner_ID
-- Returns:
- Retorna Nº da Inscrição Estadual ou ISENTO.
-
validateIE
-