Class ProcessoFiltroDaoImpl
Object
AbstractJPADao<ProcessoFiltro,Integer>
ProcessoFiltroDaoImpl
- All Implemented Interfaces:
Dao<ProcessoFiltro,,Integer> ProcessoFiltroDao
@Repository
public class ProcessoFiltroDaoImpl
extends AbstractJPADao<ProcessoFiltro,Integer>
implements ProcessoFiltroDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDadosFiltro(Integer filterId) List<ProcessoFiltro> getFiltros(String login) List<ProcessoFiltro> getFiltrosCompartilhados(String login) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
ProcessoFiltroDaoImpl
public ProcessoFiltroDaoImpl()
-
-
Method Details
-
getDadosFiltro
- Specified by:
getDadosFiltroin interfaceProcessoFiltroDao
-
getFiltros
- Specified by:
getFiltrosin interfaceProcessoFiltroDao
-
getFiltrosCompartilhados
- Specified by:
getFiltrosCompartilhadosin interfaceProcessoFiltroDao
-