br.gov.mj.frameworkprocessos.pojo.dao
Class NumeroProtocoloPendenteDAO

java.lang.Object
  extended by br.gov.mj.frameworkprocessos.pojo.base._BaseRootDAO
      extended by br.gov.mj.frameworkprocessos.pojo.dao._RootDAO
          extended by br.gov.mj.frameworkprocessos.pojo.base.BaseNumeroProtocoloPendenteDAO
              extended by br.gov.mj.frameworkprocessos.pojo.dao.NumeroProtocoloPendenteDAO

public class NumeroProtocoloPendenteDAO
extends BaseNumeroProtocoloPendenteDAO

This class has been automatically generated by Hibernate Synchronizer. For more information or documentation, visit The Hibernate Synchronizer page at http://www.binamics.com/hibernatesync or contact Joe Hudson at joe@binamics.com. This is the object class that relates to the NumeroProtocoloPendente table. Any customizations belong here.


Field Summary
 
Fields inherited from class br.gov.mj.frameworkprocessos.pojo.base.BaseNumeroProtocoloPendenteDAO
instance
 
Constructor Summary
NumeroProtocoloPendenteDAO()
           
 
Method Summary
 java.util.List<NumeroProtocoloPendente> consultarIntervaloProtocolosPendentesPorLote(java.lang.Integer numeroLote, java.lang.String numeroProtocoloInicial, java.lang.String numeroProtocoloFinal, java.lang.Integer codigoUorg)
           
 boolean consultarNumeroProtocoloPendente(java.lang.String numeroprotocolo)
           
 java.util.List<Protocolo> consultarPorUORG(java.lang.Integer UORG)
           
 java.util.Map<java.lang.Integer,java.util.List<Protocolo>> consultarProtocolosPendentes(java.lang.Integer codigoUorg)
           
 void excluirNumeroProtocoloPendente(java.lang.String numeroprotocolo)
           
 void inserirNumeroProtocoloPendente(NumeroProtocoloPendente numeroprotocolopendente)
           
 NumeroProtocoloPendente recuperaProtocoloPendente(java.lang.String numeroProtocolo)
           
 
Methods inherited from class br.gov.mj.frameworkprocessos.pojo.base.BaseNumeroProtocoloPendenteDAO
delete, delete, delete, delete, getDefaultOrderProperty, getInstance, getReferenceClass, load, load, loadInitialize, refresh, save, save, saveOrUpdate, saveOrUpdate, update, update
 
Methods inherited from class br.gov.mj.frameworkprocessos.pojo.base._BaseRootDAO
beginTransaction, closeSession, commitTransaction, createSession, createSession, find, find, find, find, find, find, findAll, findAll, findAll, getConfigurationFileName, getNamedQuery, getNamedQuery, getNamedQuery, getNamedQuery, initialize, initialize
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumeroProtocoloPendenteDAO

public NumeroProtocoloPendenteDAO()
Method Detail

inserirNumeroProtocoloPendente

public void inserirNumeroProtocoloPendente(NumeroProtocoloPendente numeroprotocolopendente)
                                    throws DAOException
Throws:
DAOException

excluirNumeroProtocoloPendente

public void excluirNumeroProtocoloPendente(java.lang.String numeroprotocolo)
                                    throws DAOException
Throws:
DAOException

consultarNumeroProtocoloPendente

public boolean consultarNumeroProtocoloPendente(java.lang.String numeroprotocolo)
                                         throws DAOException
Throws:
DAOException

consultarPorUORG

public java.util.List<Protocolo> consultarPorUORG(java.lang.Integer UORG)
                                           throws DAOException
Throws:
DAOException

consultarProtocolosPendentes

public java.util.Map<java.lang.Integer,java.util.List<Protocolo>> consultarProtocolosPendentes(java.lang.Integer codigoUorg)
                                                                                        throws DAOException
Throws:
DAOException

consultarIntervaloProtocolosPendentesPorLote

public java.util.List<NumeroProtocoloPendente> consultarIntervaloProtocolosPendentesPorLote(java.lang.Integer numeroLote,
                                                                                            java.lang.String numeroProtocoloInicial,
                                                                                            java.lang.String numeroProtocoloFinal,
                                                                                            java.lang.Integer codigoUorg)
                                                                                     throws DAOException
Throws:
DAOException

recuperaProtocoloPendente

public NumeroProtocoloPendente recuperaProtocoloPendente(java.lang.String numeroProtocolo)
                                                  throws DAOException
Throws:
DAOException