Class RelatorioInstanciaDaoImpl
Object
AbstractJPADao<RelatorioInstancia,Integer>
RelatorioInstanciaDaoImpl
- All Implemented Interfaces:
Dao<RelatorioInstancia,,Integer> RelatorioInstanciaDao
@Repository
public class RelatorioInstanciaDaoImpl
extends AbstractJPADao<RelatorioInstancia,Integer>
implements RelatorioInstanciaDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexistReports(Processo processo) booleanexistReportsForProcessDefinitionId(String processDefinitionId) booleanexistReportsForProcessKey(String processDefinitionId) booleanexistReportsShowAfterEnd(Processo processo) booleanexistReportsShowAfterEndForProcessDefinitionId(String processDefinitionId) booleanexistReportsShowAfterEndForProcessKey(String processDefinitionId) booleanexistReportsShowAfterStart(Processo processo) booleanexistReportsShowAfterStartForProcessDefinitionId(String processDefinitionId) booleanexistReportsShowAfterStartForProcessKey(String processDefinitionId) List<RelatorioInstancia> getCabecalhoReports(Processo p) List<RelatorioInstancia> getReports(Processo processo) List<RelatorioInstancia> getReportsForProcessDefinitionId(String processDefinitionId) List<RelatorioInstancia> getReportsForProcessKey(String processKey) List<RelatorioInstancia> getReportsShowAfterEnd(Processo processo) List<RelatorioInstancia> getReportsShowAfterEndForProcessDefinitionId(String processDefinitionId) List<RelatorioInstancia> getReportsShowAfterEndForProcessKey(String processKey) List<RelatorioInstancia> getReportsShowAfterStart(Processo processo) List<RelatorioInstancia> getReportsShowAfterStartForProcessDefinitionId(String processDefinitionId) List<RelatorioInstancia> getReportsShowAfterStartForProcessKey(String processKey) voidremoverPorId(Integer id) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
RelatorioInstanciaDaoImpl
public RelatorioInstanciaDaoImpl()
-
-
Method Details
-
existReports
public boolean existReports(Processo processo) - Specified by:
existReportsin interfaceRelatorioInstanciaDao
-
existReportsForProcessDefinitionId
- Specified by:
existReportsForProcessDefinitionIdin interfaceRelatorioInstanciaDao
-
existReportsForProcessKey
- Specified by:
existReportsForProcessKeyin interfaceRelatorioInstanciaDao
-
existReportsShowAfterStart
public boolean existReportsShowAfterStart(Processo processo) - Specified by:
existReportsShowAfterStartin interfaceRelatorioInstanciaDao
-
existReportsShowAfterStartForProcessDefinitionId
- Specified by:
existReportsShowAfterStartForProcessDefinitionIdin interfaceRelatorioInstanciaDao
-
existReportsShowAfterStartForProcessKey
- Specified by:
existReportsShowAfterStartForProcessKeyin interfaceRelatorioInstanciaDao
-
existReportsShowAfterEnd
public boolean existReportsShowAfterEnd(Processo processo) - Specified by:
existReportsShowAfterEndin interfaceRelatorioInstanciaDao
-
existReportsShowAfterEndForProcessDefinitionId
- Specified by:
existReportsShowAfterEndForProcessDefinitionIdin interfaceRelatorioInstanciaDao
-
existReportsShowAfterEndForProcessKey
- Specified by:
existReportsShowAfterEndForProcessKeyin interfaceRelatorioInstanciaDao
-
getReports
- Specified by:
getReportsin interfaceRelatorioInstanciaDao
-
getCabecalhoReports
- Specified by:
getCabecalhoReportsin interfaceRelatorioInstanciaDao
-
getReportsForProcessDefinitionId
- Specified by:
getReportsForProcessDefinitionIdin interfaceRelatorioInstanciaDao
-
getReportsForProcessKey
- Specified by:
getReportsForProcessKeyin interfaceRelatorioInstanciaDao
-
getReportsShowAfterStart
- Specified by:
getReportsShowAfterStartin interfaceRelatorioInstanciaDao
-
getReportsShowAfterStartForProcessDefinitionId
public List<RelatorioInstancia> getReportsShowAfterStartForProcessDefinitionId(String processDefinitionId) - Specified by:
getReportsShowAfterStartForProcessDefinitionIdin interfaceRelatorioInstanciaDao
-
getReportsShowAfterStartForProcessKey
- Specified by:
getReportsShowAfterStartForProcessKeyin interfaceRelatorioInstanciaDao
-
getReportsShowAfterEnd
- Specified by:
getReportsShowAfterEndin interfaceRelatorioInstanciaDao
-
getReportsShowAfterEndForProcessDefinitionId
public List<RelatorioInstancia> getReportsShowAfterEndForProcessDefinitionId(String processDefinitionId) - Specified by:
getReportsShowAfterEndForProcessDefinitionIdin interfaceRelatorioInstanciaDao
-
getReportsShowAfterEndForProcessKey
- Specified by:
getReportsShowAfterEndForProcessKeyin interfaceRelatorioInstanciaDao
-
removerPorId
- Specified by:
removerPorIdin interfaceRelatorioInstanciaDao
-
getReportTemplateById
- Specified by:
getReportTemplateByIdin interfaceRelatorioInstanciaDao
-