Uses of Interface
br.com.davinti.vitruvio.domain.dao.nfe.NfeDownloadDao
Packages that use NfeDownloadDao
Package
Description
-
Uses of NfeDownloadDao in br.com.davinti.vitruvio.domain.dao.nfe
Classes in br.com.davinti.vitruvio.domain.dao.nfe that implement NfeDownloadDao -
Uses of NfeDownloadDao in br.com.davinti.vitruvio.spi.impl.nfe.operation
Constructors in br.com.davinti.vitruvio.spi.impl.nfe.operation with parameters of type NfeDownloadDaoModifierConstructorDescriptionNfeDownloadOperation(NfeDownload downloadData, NfeDownloadDao nfeDownloadDao, NfeConfiguracoesDao configDao, NfeSolicitacaoImportacaoDao solicitacaoImportacaoDao, FileService fileService) NfeManifestacaoEnvioOperation(NfeManifestacao manifestacao, NfeManifestacaoDao manifestacaoDao, NfeDownloadDao downloadDao, NfeConfiguracoesDao configDao, FileService fileService)