Package systextil.integracao.dao
Class TituloDao
java.lang.Object
systextil.integracao.dao.TituloDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic intgetNumeroParcelas(br.com.intersys.systextil.connection.AppConnection conn, int condicaoPagamento) static doublegetPercentualDetracao(br.com.intersys.systextil.connection.AppConnection conn, Nota nota) getPorcentagemParcelas(br.com.intersys.systextil.connection.AppConnection conn, int condicaoPagamento) static doublegetValorPago(br.com.intersys.systextil.connection.AppConnection conn, Date dataVencimento) getVencimentoParcelas(br.com.intersys.systextil.connection.AppConnection conn, int condicaoPagamento)
-
Constructor Details
-
TituloDao
public TituloDao()
-
-
Method Details
-
existe
public static boolean existe(br.com.intersys.systextil.connection.AppConnection conn, Nota nota, int tipoTitulo) -
existe
-
getNumeroParcelas
public static int getNumeroParcelas(br.com.intersys.systextil.connection.AppConnection conn, int condicaoPagamento) -
getPorcentagemParcelas
-
getVencimentoParcelas
-
getValorPago
public static double getValorPago(br.com.intersys.systextil.connection.AppConnection conn, Date dataVencimento) -
getPercentualDetracao
public static double getPercentualDetracao(br.com.intersys.systextil.connection.AppConnection conn, Nota nota)
-