Interface TableTemplateService
- All Known Implementing Classes:
TableTemplateServiceImpl
public interface TableTemplateService
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTemplateTemporary(TableReport report, String executorToken, TableReportTemplate template) createTemplateFor(TableTemplateConfig config) getTemplateByKey(TableReport report, String executorToken, String key) getTemplateProviderFor(TableReportTemplate template) getTemplatesFor(TableReport report, String executorToken) getTemplateTemporary(TableReport report, String executeToken, Long id, Long temporaryId) voidpersistChangesFor(TableReport report, String executerToken) voidremoveTemplateTemporary(TableReport report, String executorToken, TableReportTemplate template) voidupdateTemplateTemporary(TableReport report, String executorToken, Long oldTemplateId, Long temporaryId, TableReportTemplate template)
-
Method Details
-
addTemplateTemporary
-
updateTemplateTemporary
void updateTemplateTemporary(TableReport report, String executorToken, Long oldTemplateId, Long temporaryId, TableReportTemplate template) -
removeTemplateTemporary
void removeTemplateTemporary(TableReport report, String executorToken, TableReportTemplate template) -
getTemplatesFor
-
createTemplateFor
-
persistChangesFor
-
getTemplateTemporary
TableReportTemplate getTemplateTemporary(TableReport report, String executeToken, Long id, Long temporaryId) -
getTemplateProviderFor
-
getTemplateByKey
-