public class SchedulerDao extends Dao
Constructor and Description |
---|
SchedulerDao(SchedulerRpcServiceAsync rpcService) |
Modifier and Type | Method and Description |
---|---|
void |
assertOwnersHaveReportRights(java.util.List<java.lang.Long> ownerIds,
ReportDto report,
java.util.List<RightDto> rights,
RsAsyncCallback<java.lang.Void> callback) |
void |
clearErrorStatus(java.lang.Long jobId,
RsAsyncCallback<java.lang.Void> callback) |
void |
getReportFor(java.lang.Long jobId,
<any> callback) |
void |
getReportJobList(JobFilterConfigurationDto jobFilterConfig,
java.util.List<JobFilterCriteriaDto> addCriterions,
<any> callback) |
void |
getReportJobList(ReportDto reportDto,
<any> callback) |
void |
getReportJobListAsHtml(ReportDto reportDto,
<any> callback) |
void |
isDefaultEmailCompression(RsAsyncCallback<java.lang.Boolean> callback) |
void |
loadDetailsFor(ReportScheduleJobListInformation selected,
<any> callback) |
void |
loadFullDetailsFor(java.lang.Long jobId,
ExecutionLogEntryDto entry,
<any> callback) |
void |
loadFullScheduleInformation(ReportScheduleJobListInformation selected,
<any> callback) |
void |
remove(java.lang.Long jobId,
RsAsyncCallback<java.lang.Boolean> callback) |
void |
reschedule(java.lang.Long jobId,
ReportScheduleDefinition scheduleDTO,
<any> callback) |
void |
schedule(ReportScheduleDefinition scheduleDTO,
<any> callback) |
void |
scheduleOnce(java.lang.Long jobId,
<any> callback) |
void |
unschedule(java.lang.Long jobId,
<any> callback) |
detachDto, detachDtos, registerDto, registerDtoContainer, registerDtoContainer, registerDtos
public SchedulerDao(SchedulerRpcServiceAsync rpcService)
public void schedule(ReportScheduleDefinition scheduleDTO, <any> callback)
public void reschedule(java.lang.Long jobId, ReportScheduleDefinition scheduleDTO, <any> callback)
public void unschedule(java.lang.Long jobId, <any> callback)
public void loadFullScheduleInformation(ReportScheduleJobListInformation selected, <any> callback)
public void getReportJobList(JobFilterConfigurationDto jobFilterConfig, java.util.List<JobFilterCriteriaDto> addCriterions, <any> callback)
public void getReportJobList(ReportDto reportDto, <any> callback)
public void getReportJobListAsHtml(ReportDto reportDto, <any> callback)
public void getReportFor(java.lang.Long jobId, <any> callback)
public void loadDetailsFor(ReportScheduleJobListInformation selected, <any> callback)
public void loadFullDetailsFor(java.lang.Long jobId, ExecutionLogEntryDto entry, <any> callback)
public void scheduleOnce(java.lang.Long jobId, <any> callback)
public void remove(java.lang.Long jobId, RsAsyncCallback<java.lang.Boolean> callback)
public void clearErrorStatus(java.lang.Long jobId, RsAsyncCallback<java.lang.Void> callback)
public void isDefaultEmailCompression(RsAsyncCallback<java.lang.Boolean> callback)
public void assertOwnersHaveReportRights(java.util.List<java.lang.Long> ownerIds, ReportDto report, java.util.List<RightDto> rights, RsAsyncCallback<java.lang.Void> callback)