Class ReminderUtil


  • public class ReminderUtil
    extends java.lang.Object
    Ein paar statische Hilfsfunktionen.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReminderUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void apply​(HibiscusDBObject order, de.willuhn.jameica.reminder.ReminderInterval interval, java.util.Date end)
      Uebernimmt ein Reminder-Intervall in einen Auftrag oder entfernt es wieder (wenn "interval" null ist).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReminderUtil

        public ReminderUtil()
    • Method Detail

      • apply

        public static void apply​(HibiscusDBObject order,
                                 de.willuhn.jameica.reminder.ReminderInterval interval,
                                 java.util.Date end)
                          throws java.lang.Exception
        Uebernimmt ein Reminder-Intervall in einen Auftrag oder entfernt es wieder (wenn "interval" null ist).
        Parameters:
        order - der Auftrag.
        interval - das Intervall
        end - optionales Ende-Datum.
        Throws:
        java.lang.Exception