Class ViewAllSubscriptionsView
java.lang.Object
org.strassburger.subscriptionmanager.view.subscriptions.ViewAllSubscriptionsView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidReads the order in which the subscriptions should be displayed from the UI.voidvoidvoidshowAllSubscriptions(List<Subscription> subList, SubscriptionOrder subscriptionOrder) Shows all subscriptions in the UI.
-
Constructor Details
-
ViewAllSubscriptionsView
public ViewAllSubscriptionsView()
-
-
Method Details
-
sendStartMessage
public void sendStartMessage() -
getSubscriptionOrder
Reads the order in which the subscriptions should be displayed from the UI.- Returns:
- The order in which the subscriptions should be displayed.
-
showAllSubscriptions
Shows all subscriptions in the UI.- Parameters:
subList- List of subscriptions to show.
-
sendNoSubscriptionsAvailableMessage
public void sendNoSubscriptionsAvailableMessage() -
enterToContinue
public void enterToContinue()
-