Modifier and Type | Method and Description |
---|---|
void |
SendToDao.loadClientConfigsFor(ReportDto report,
RsAsyncCallback<java.util.ArrayList<SendToClientConfig>> callback) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SendToClientConfig> |
SendToRpcService.loadClientConfigsFor(ReportDto report) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<SendToClientConfig> |
SendToRpcServiceImpl.loadClientConfigsFor(ReportDto reportDto) |
Modifier and Type | Method and Description |
---|---|
SendToClientConfig |
SendToTargetProviderHook.consumes(Report report) |
Modifier and Type | Method and Description |
---|---|
SendToClientConfig |
SendToTargetProviderHookAdapter.consumes(Report report) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleDialog.displayDialog(java.util.Optional<ReportDto> report,
java.util.Collection<ReportViewConfiguration> configs,
java.util.ArrayList<SendToClientConfig> sendToConfigs,
ScheduleDialog.DialogCallback callback) |
void |
ScheduleDialog.displayEdit(ReportScheduleDefinition definition,
java.util.ArrayList<SendToClientConfig> sendToConfigs,
ReportDto report,
ScheduleDialog.DialogCallback callback) |
Modifier and Type | Method and Description |
---|---|
SchedulerExportConfigurationForm |
ExportConfigFormFactory.create(java.util.Collection<ReportViewConfiguration> configs,
java.util.ArrayList<SendToClientConfig> sendToConfigs,
ReportScheduleDefinition definition) |
Constructor and Description |
---|
SchedulerExportConfigurationForm(HookHandlerService hookHandler,
<any> sendToDaoProvider,
java.util.Collection<ReportViewConfiguration> configs,
java.util.ArrayList<SendToClientConfig> sendToConfigs,
ReportScheduleDefinition definition) |