Uses of Enum Class
br.com.intersys.systextil.function.cadastrotolerancia.enums.ValidadeCadastro
Packages that use ValidadeCadastro
Package
Description
-
Uses of ValidadeCadastro in br.com.intersys.systextil.function.cadastrotolerancia
Methods in br.com.intersys.systextil.function.cadastrotolerancia that return ValidadeCadastroModifier and TypeMethodDescriptionstatic ValidadeCadastroCadastroTolerancia.validarAparencia(br.com.intersys.systextil.connection.AppConnection conn, int codAparencia, int codProduto) Valida se uma apar�ncia pode ser cadastrada para determinado produto.static ValidadeCadastroCadastroTolerancia.validarEmpresa(br.com.intersys.systextil.connection.AppConnection conn, String cnpjR, String cnpjO, int cnpj2, int codEmpresa, int codigoEmpresa) Valida se uma empresa pode ser cadastrada.static ValidadeCadastroCadastroTolerancia.validarProcesso(br.com.intersys.systextil.connection.AppConnection conn, String codProcesso, int codProduto) Valida se um processo pode ser cadastrado para determinado produto. -
Uses of ValidadeCadastro in br.com.intersys.systextil.function.cadastrotolerancia.enums
Methods in br.com.intersys.systextil.function.cadastrotolerancia.enums that return ValidadeCadastroModifier and TypeMethodDescriptionstatic ValidadeCadastroReturns the enum constant of this class with the specified name.static ValidadeCadastro[]ValidadeCadastro.values()Returns an array containing the constants of this enum class, in the order they are declared.