Class ReminderUtil

java.lang.Object
de.willuhn.jameica.hbci.reminder.ReminderUtil

public class ReminderUtil extends Object
Ein paar statische Hilfsfunktionen.
  • Constructor Details

    • ReminderUtil

      public ReminderUtil()
  • Method Details

    • apply

      public static void apply(HibiscusDBObject order, de.willuhn.jameica.reminder.ReminderInterval interval, Date end) throws 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:
      Exception