br.gov.mj.frameworkprocessos.pojo.dao
Class NumeroProtocoloPendenteDAO
java.lang.Object
br.gov.mj.frameworkprocessos.pojo.base._BaseRootDAO
br.gov.mj.frameworkprocessos.pojo.dao._RootDAO
br.gov.mj.frameworkprocessos.pojo.base.BaseNumeroProtocoloPendenteDAO
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.
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 |
NumeroProtocoloPendenteDAO
public NumeroProtocoloPendenteDAO()
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