Package systextil.bo.obrf.devolucao
Class GeraDevolFinanceiro
java.lang.Object
systextil.bo.obrf.devolucao.GeraDevolFinanceiro
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexecutar(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, String NOME_FORM, int f_cod_empresa, int f_num_nota, String f_serie_nota, int f_cgc9, int f_cgc4, int f_cgc2, String f_entr_sai) Deprecated, for removal: This API element is subject to removal in a future version.static voidexecutar(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, String NOME_FORM, int f_cod_empresa, int f_num_nota, String f_serie_nota, CNPJ cgc, String f_entr_sai) static voidexecutarRT(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, String NOME_FORM, int f_cod_empresa, int f_num_nota, String f_serie_nota, String f_cgc_r, String f_cgc_o, int f_cgc2, String f_entr_sai)
-
Field Details
-
versao_systextilweb_f
public int versao_systextilweb_f
-
-
Method Details
-
executar
@Deprecated(forRemoval=true) public static void executar(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, String NOME_FORM, int f_cod_empresa, int f_num_nota, String f_serie_nota, int f_cgc9, int f_cgc4, int f_cgc2, String f_entr_sai) throws TagException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
TagException
-
executarRT
public static void executarRT(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, String NOME_FORM, int f_cod_empresa, int f_num_nota, String f_serie_nota, String f_cgc_r, String f_cgc_o, int f_cgc2, String f_entr_sai) throws TagException - Throws:
TagException
-
executar
public static void executar(br.com.intersys.systextil.connection.AppConnection conn, Mdi mdi, String NOME_FORM, int f_cod_empresa, int f_num_nota, String f_serie_nota, CNPJ cgc, String f_entr_sai) throws TagException - Throws:
TagException
-
executar(AppConnection, Mdi, String, int, int, String, CNPJ, String)