Package org.brerp.bancosbrasileiros.util
Class BoletoUtil
java.lang.Object
org.brerp.bancosbrasileiros.util.BoletoUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jrimum.bopepo.Boleto
getBoleto
(Properties ctx, int PO_ID, int DocumentPaySchedule_ID, int COF_C_BankIntegration_ID, int AD_Org_ID, String trxName, Class<?> documentClass) static File
getBoletoPDF
(int COF_C_BankIntegration_ID, List<org.jrimum.bopepo.Boleto> boletos) Método responável por verificar se existe customTemplate na Integração e retornar o PDF adequadostatic File
getBoletoPDF
(int COF_C_BankIntegration_ID, List<org.jrimum.bopepo.Boleto> boletos, String fileName) Método responável por verificar se existe customTemplate na Integração e retornar o PDF adequadostatic org.jrimum.bopepo.view.BoletoViewer
getBoletoViewer
(int COF_C_BankIntegration_ID, org.jrimum.bopepo.Boleto boleto) Método responável por verificar se existe customTemplate na Integração e retornar o BoletoViewer adequadostatic File
getCustomTemplate
(int COF_C_BankIntegration_ID)
-
Constructor Details
-
BoletoUtil
public BoletoUtil()
-
-
Method Details
-
getBoleto
public static org.jrimum.bopepo.Boleto getBoleto(Properties ctx, int PO_ID, int DocumentPaySchedule_ID, int COF_C_BankIntegration_ID, int AD_Org_ID, String trxName, Class<?> documentClass) throws Exception - Throws:
Exception
-
getCustomTemplate
- Parameters:
COF_C_BankIntegration_ID
-- Returns:
- Template Padrão Anexado na Integração Bancária
-
getBoletoViewer
public static org.jrimum.bopepo.view.BoletoViewer getBoletoViewer(int COF_C_BankIntegration_ID, org.jrimum.bopepo.Boleto boleto) Método responável por verificar se existe customTemplate na Integração e retornar o BoletoViewer adequado- Parameters:
COF_C_BankIntegration_ID
-boleto
-- Returns:
- BoletoViewer
-
getBoletoPDF
public static File getBoletoPDF(int COF_C_BankIntegration_ID, List<org.jrimum.bopepo.Boleto> boletos, String fileName) Método responável por verificar se existe customTemplate na Integração e retornar o PDF adequado- Parameters:
COF_C_BankIntegration_ID
-boletos
-fileName
-- Returns:
- File
-
getBoletoPDF
public static File getBoletoPDF(int COF_C_BankIntegration_ID, List<org.jrimum.bopepo.Boleto> boletos) Método responável por verificar se existe customTemplate na Integração e retornar o PDF adequado- Parameters:
COF_C_BankIntegration_ID
-boletos
-- Returns:
- File
-