Interface ReminderController
- All Known Implementing Classes:
ReminderControllerImpl
public interface ReminderController
-
Method Summary
Modifier and TypeMethodDescriptiongetExpirationDate(org.restexpress.Request request, org.restexpress.Response response) voidsetNextReminder(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)
-