Module Lunchify

Class AdminNotificationRepository

java.lang.Object
jku.se.repository.AdminNotificationRepository

public class AdminNotificationRepository extends Object
  • Constructor Details

    • AdminNotificationRepository

      public AdminNotificationRepository()
  • Method Details

    • addAdminNotification

      public static void addAdminNotification(Notification notification)
    • getAllAdminNotifications

      public static List<Notification> getAllAdminNotifications()
    • deleteAdminNotification

      public static void deleteAdminNotification(String id)