Class MetodosUtils

java.lang.Object
systextil.bo.geradorpdfcurvaabc.MetodosUtils

public class MetodosUtils extends Object
  • Constructor Details

    • MetodosUtils

      public MetodosUtils()
  • Method Details

    • retornaTipoVendaFaturamento

      public static String retornaTipoVendaFaturamento(int vendaFaturamento)
    • retornaPerido

      public static String retornaPerido(Date d1, Date d2)
    • retornaDivisao

      public static String retornaDivisao(int divisao) throws UnsupportedEncodingException
      Throws:
      UnsupportedEncodingException
    • retornaTipoNotaProdutos

      public static String retornaTipoNotaProdutos(int tipoNotaProtutos)
    • retornaQuantidadeOuValor

      public static String retornaQuantidadeOuValor(int params)
    • retornaConsideraCancelado

      public static String retornaConsideraCancelado(String params)
    • retornaOpcaoRelatorio

      public static String retornaOpcaoRelatorio(int opcao)
    • getMeses

      public static List<String> getMeses(List<String> arr, Date data)
    • retornaMes

      public static String retornaMes(int args0)
    • retornaNumeroMes

      public static int retornaNumeroMes(int mes)
    • retornaMesInglesSQL

      public static String retornaMesInglesSQL(int args0)
    • formatarFloat

      public static String formatarFloat(float numero)
    • headerPDF

      public static void headerPDF(com.lowagie.text.Document document, com.lowagie.text.pdf.PdfWriter writer, FiltrosParametros filtrosParametros)
    • footerPDF

      public static void footerPDF(com.lowagie.text.Document document, com.lowagie.text.pdf.PdfWriter writer)
    • getNomeDoArquivo

      public static String getNomeDoArquivo()
    • setNomeDoArquivo

      public static void setNomeDoArquivo(String nomeDoArquivo)