@Service public class DocumentoFornecedorService extends br.inf.thema.erp.infra.service.ManutencaoService<DocumentoFornecedorVo>
DocumentoFornecedor
Modifier and Type | Field and Description |
---|---|
private DocumentoFornecedorDao |
documentoFornecedorDao |
private static long |
serialVersionUID |
Constructor and Description |
---|
DocumentoFornecedorService() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
calculaSequenciaPorInscricao(java.lang.Long inscricao) |
java.lang.Long |
existeCertificado(java.lang.Long inscricao,
java.lang.Long sequencia) |
br.inf.thema.erp.infra.dao.ManutencaoDao<DocumentoFornecedorVo> |
getDao() |
java.util.List<DocumentoFornecedorVo> |
importaDocumentoCRC(java.lang.Long inscricao) |
private static final long serialVersionUID
@Autowired private DocumentoFornecedorDao documentoFornecedorDao
public br.inf.thema.erp.infra.dao.ManutencaoDao<DocumentoFornecedorVo> getDao()
public java.lang.Long existeCertificado(java.lang.Long inscricao, java.lang.Long sequencia) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.util.List<DocumentoFornecedorVo> importaDocumentoCRC(java.lang.Long inscricao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException
public java.lang.Long calculaSequenciaPorInscricao(java.lang.Long inscricao) throws br.inf.thema.erp.infra.service.exception.ErpServiceException
br.inf.thema.erp.infra.service.exception.ErpServiceException