public class DocumentoAnexoPublicServiceImpl extends java.lang.Object implements DocumentoAnexoPublicService
DocumentoAnexoPublicService
.
Usado quando o cliente não possui o módulo DocumentosModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DocumentoAnexoPublicServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
apagar(DocumentoVo documentoADeletar)
Deleta um determinado documento
|
void |
salvaDocumentoCompleto(java.lang.Long tipo,
Entidade ent,
byte[] conteudoArquivo,
java.lang.String usuario,
java.lang.String senha,
java.lang.String nomeArquivo,
java.lang.String origem,
java.lang.String chaveOrigem,
java.lang.Long numeroDocumento,
java.lang.Long autor)
Cria arquivo IFS, cria Documento e cria vinculo
|
void |
validacaoPreSalvar(java.lang.Long tipo,
Entidade ent,
java.lang.String nomeArquivo)
Realiza todas as validações necessárias a ser consistidas no preSalvar ou
antes de criar um documento
|
private static final long serialVersionUID
public void validacaoPreSalvar(java.lang.Long tipo, Entidade ent, java.lang.String nomeArquivo) throws ErpServiceException
DocumentoAnexoPublicService
validacaoPreSalvar
in interface DocumentoAnexoPublicService
ErpServiceException
public void salvaDocumentoCompleto(java.lang.Long tipo, Entidade ent, byte[] conteudoArquivo, java.lang.String usuario, java.lang.String senha, java.lang.String nomeArquivo, java.lang.String origem, java.lang.String chaveOrigem, java.lang.Long numeroDocumento, java.lang.Long autor) throws ErpException
DocumentoAnexoPublicService
salvaDocumentoCompleto
in interface DocumentoAnexoPublicService
ErpException
public void apagar(DocumentoVo documentoADeletar) throws ErpException
DocumentoAnexoPublicService
apagar
in interface DocumentoAnexoPublicService
ErpException