Uses of Enum Class
org.strassburger.subscriptionmanager.model.entity.SubscriptionOrder
Packages that use SubscriptionOrder
Package
Description
-
Uses of SubscriptionOrder in org.strassburger.subscriptionmanager.model.entity
Methods in org.strassburger.subscriptionmanager.model.entity that return SubscriptionOrderModifier and TypeMethodDescriptionstatic SubscriptionOrderReturns the enum constant of this class with the specified name.static SubscriptionOrder[]SubscriptionOrder.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SubscriptionOrder in org.strassburger.subscriptionmanager.view.subscriptions
Methods in org.strassburger.subscriptionmanager.view.subscriptions that return SubscriptionOrderModifier and TypeMethodDescriptionViewAllSubscriptionsView.getSubscriptionOrder()Reads the order in which the subscriptions should be displayed from the UI.Methods in org.strassburger.subscriptionmanager.view.subscriptions with parameters of type SubscriptionOrderModifier and TypeMethodDescriptionvoidViewAllSubscriptionsView.showAllSubscriptions(List<Subscription> subList, SubscriptionOrder subscriptionOrder) Shows all subscriptions in the UI.