Interface ReportReferencingService
- All Known Implementing Classes:
AlertService,DashboardService,SharingService
public interface ReportReferencingService
-
Method Summary
Modifier and TypeMethodDescriptiongetConflictedItemsForReportDelete(ReportDefinitionDto reportDefinition) getConflictedItemsForReportUpdate(ReportDefinitionDto currentDefinition, ReportDefinitionDto updateDefinition) voidhandleReportDeleted(ReportDefinitionDto reportDefinition) voidhandleReportUpdated(String reportId, ReportDefinitionDto updateDefinition)
-
Method Details
-
getConflictedItemsForReportDelete
-
handleReportDeleted
-
getConflictedItemsForReportUpdate
Set<ConflictedItemDto> getConflictedItemsForReportUpdate(ReportDefinitionDto currentDefinition, ReportDefinitionDto updateDefinition) -
handleReportUpdated
-