Class BoletoUtil

java.lang.Object
org.brerp.bancosbrasileiros.util.BoletoUtil

public class BoletoUtil extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    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
    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
    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
    static File
    getCustomTemplate(int COF_C_BankIntegration_ID)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

      public static File getCustomTemplate(int COF_C_BankIntegration_ID)
      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