Class NfeManifestacaoDaoImpl
Object
AbstractJPADao<NfeManifestacao,Long>
NfeManifestacaoDaoImpl
- All Implemented Interfaces:
Dao<NfeManifestacao,,Long> NfeManifestacaoDao
@Repository
public class NfeManifestacaoDaoImpl
extends AbstractJPADao<NfeManifestacao,Long>
implements NfeManifestacaoDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexisteManifestoParaNota(String chaveAcesso) NfeManifestacaoList<NfeManifestacao> obterManifestacoesParaEnvio(int limit, Collection<Long> avoidList) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
NfeManifestacaoDaoImpl
public NfeManifestacaoDaoImpl()
-
-
Method Details
-
obterManifestacaoParaEnvio
public NfeManifestacao obterManifestacaoParaEnvio()- Specified by:
obterManifestacaoParaEnvioin interfaceNfeManifestacaoDao
-
obterManifestacoesParaEnvio
- Specified by:
obterManifestacoesParaEnvioin interfaceNfeManifestacaoDao
-
obterCountManifestacaoParaEnvio
- Specified by:
obterCountManifestacaoParaEnvioin interfaceNfeManifestacaoDao
-
existeManifestoParaNota
- Specified by:
existeManifestoParaNotain interfaceNfeManifestacaoDao
-