br.gov.mj.frameworkprocessos.pojo.dao
Class AssuntoDAO
java.lang.Object
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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssuntoDAO
public AssuntoDAO(SessionFactory sf)
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