-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into TECH-1580
- Loading branch information
Showing
268 changed files
with
4,215 additions
and
1,963 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ | |
|
||
import java.util.List; | ||
import org.hisp.dhis.dataset.DataSet; | ||
import org.hisp.dhis.program.notification.NotificationTrigger; | ||
|
||
/** Created by [email protected] on 20.07.17. */ | ||
public interface DataSetNotificationTemplateService { | ||
|
@@ -39,7 +38,7 @@ public interface DataSetNotificationTemplateService { | |
|
||
List<DataSetNotificationTemplate> getCompleteNotifications(DataSet dataSet); | ||
|
||
List<DataSetNotificationTemplate> getScheduledNotifications(NotificationTrigger trigger); | ||
List<DataSetNotificationTemplate> getScheduledNotifications(DataSetNotificationTrigger trigger); | ||
|
||
List<DataSetNotificationTemplate> getAll(); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,13 +30,12 @@ | |
import java.util.List; | ||
import org.hisp.dhis.common.IdentifiableObjectStore; | ||
import org.hisp.dhis.dataset.DataSet; | ||
import org.hisp.dhis.program.notification.NotificationTrigger; | ||
|
||
/** Created by [email protected] on 13.07.17. */ | ||
public interface DataSetNotificationTemplateStore | ||
extends IdentifiableObjectStore<DataSetNotificationTemplate> { | ||
List<DataSetNotificationTemplate> getNotificationsByTriggerType( | ||
DataSet dataSet, DataSetNotificationTrigger trigger); | ||
|
||
List<DataSetNotificationTemplate> getScheduledNotifications(NotificationTrigger trigger); | ||
List<DataSetNotificationTemplate> getScheduledNotifications(DataSetNotificationTrigger trigger); | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.