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

java.lang.Object
  extended by 
      extended by br.gov.mj.frameworkprocessos.pojo.dao.AssuntoDAO

public class AssuntoDAO
extends

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 Assunto table. Any customizations belong here.


Constructor Summary
AssuntoDAO(SessionFactory sf)
           
 
Method Summary
 java.util.List<Assunto> consultarAtivos()
           
 java.util.List<Assunto> consultarPorCodigoModuloSistema(java.lang.Integer codigoModuloSistema, java.lang.Boolean ativo)
           
 java.util.List<Assunto> consultarPorDescricao(java.lang.String descricao, java.lang.Boolean ativo)
           
 java.util.List<Assunto> consultarPorTipoAssunto(java.lang.Integer codigoTipoAssunto, java.lang.Boolean ativo)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssuntoDAO

public AssuntoDAO(SessionFactory sf)
Method Detail

consultarAtivos

public java.util.List<Assunto> consultarAtivos()
                                        throws DAOException
Throws:
DAOException

consultarPorDescricao

public java.util.List<Assunto> consultarPorDescricao(java.lang.String descricao,
                                                     java.lang.Boolean ativo)
                                              throws DAOException
Throws:
DAOException

consultarPorTipoAssunto

public java.util.List<Assunto> consultarPorTipoAssunto(java.lang.Integer codigoTipoAssunto,
                                                       java.lang.Boolean ativo)
                                                throws DAOException
Throws:
DAOException

consultarPorCodigoModuloSistema

public java.util.List<Assunto> consultarPorCodigoModuloSistema(java.lang.Integer codigoModuloSistema,
                                                               java.lang.Boolean ativo)
                                                        throws DAOException
Throws:
DAOException