Uses of Class
br.gov.mj.frameworkprocessos.pojo.NumeroProtocoloPendente

Packages that use NumeroProtocoloPendente
br.gov.mj.frameworkprocessos.pojo.base   
br.gov.mj.frameworkprocessos.pojo.dao   
 

Uses of NumeroProtocoloPendente in br.gov.mj.frameworkprocessos.pojo.base
 

Methods in br.gov.mj.frameworkprocessos.pojo.base that return NumeroProtocoloPendente
 NumeroProtocoloPendente BaseNumeroProtocoloPendenteDAO.load(java.lang.String key)
           
 NumeroProtocoloPendente BaseNumeroProtocoloPendenteDAO.load(java.lang.String key, Session s)
           
 NumeroProtocoloPendente BaseNumeroProtocoloPendenteDAO.loadInitialize(java.lang.String key, Session s)
           
 

Methods in br.gov.mj.frameworkprocessos.pojo.base with parameters of type NumeroProtocoloPendente
 void BaseNumeroProtocoloPendenteDAO.delete(NumeroProtocoloPendente numeroProtocoloPendente)
          Remove a persistent instance from the datastore.
 void BaseNumeroProtocoloPendenteDAO.delete(NumeroProtocoloPendente numeroProtocoloPendente, Session s)
          Remove a persistent instance from the datastore.
 void BaseNumeroProtocoloPendenteDAO.refresh(NumeroProtocoloPendente numeroProtocoloPendente, Session s)
          Re-read the state of the given instance from the underlying database.
 java.lang.String BaseNumeroProtocoloPendenteDAO.save(NumeroProtocoloPendente numeroProtocoloPendente)
          Persist the given transient instance, first assigning a generated identifier.
 java.lang.String BaseNumeroProtocoloPendenteDAO.save(NumeroProtocoloPendente numeroProtocoloPendente, Session s)
          Persist the given transient instance, first assigning a generated identifier.
 void BaseNumeroProtocoloPendenteDAO.saveOrUpdate(NumeroProtocoloPendente numeroProtocoloPendente)
          Either save() or update() the given instance, depending upon the value of its identifier property.
 void BaseNumeroProtocoloPendenteDAO.saveOrUpdate(NumeroProtocoloPendente numeroProtocoloPendente, Session s)
          Either save() or update() the given instance, depending upon the value of its identifier property.
 void BaseNumeroProtocoloPendenteDAO.update(NumeroProtocoloPendente numeroProtocoloPendente)
          Update the persistent state associated with the given identifier.
 void BaseNumeroProtocoloPendenteDAO.update(NumeroProtocoloPendente numeroProtocoloPendente, Session s)
          Update the persistent state associated with the given identifier.
 

Uses of NumeroProtocoloPendente in br.gov.mj.frameworkprocessos.pojo.dao
 

Methods in br.gov.mj.frameworkprocessos.pojo.dao that return NumeroProtocoloPendente
 NumeroProtocoloPendente NumeroProtocoloPendenteDAO.recuperaProtocoloPendente(java.lang.String numeroProtocolo)
           
 

Methods in br.gov.mj.frameworkprocessos.pojo.dao that return types with arguments of type NumeroProtocoloPendente
 java.util.List<NumeroProtocoloPendente> NumeroProtocoloPendenteDAO.consultarIntervaloProtocolosPendentesPorLote(java.lang.Integer numeroLote, java.lang.String numeroProtocoloInicial, java.lang.String numeroProtocoloFinal, java.lang.Integer codigoUorg)
           
 

Methods in br.gov.mj.frameworkprocessos.pojo.dao with parameters of type NumeroProtocoloPendente
 void NumeroProtocoloPendenteDAO.inserirNumeroProtocoloPendente(NumeroProtocoloPendente numeroprotocolopendente)