Interface ReminderController

All Known Implementing Classes:
ReminderControllerImpl

public interface ReminderController
  • Method Summary

    Modifier and Type
    Method
    Description
    getExpirationDate(org.restexpress.Request request, org.restexpress.Response response)
     
    void
    setNextReminder(org.restexpress.Request request, org.restexpress.Response response)
     
  • Method Details

    • getExpirationDate

      ExpirationDate getExpirationDate(org.restexpress.Request request, org.restexpress.Response response)
    • setNextReminder

      void setNextReminder(org.restexpress.Request request, org.restexpress.Response response)