Uses of Class
org.strassburger.subscriptionmanager.model.entity.Subscription
Packages that use Subscription
Package
Description
-
Uses of Subscription in org.strassburger.subscriptionmanager.model.repositories
Methods in org.strassburger.subscriptionmanager.model.repositories that return types with arguments of type SubscriptionModifier and TypeMethodDescriptionSubscriptionRepository.getAllSubscriptions(int profileId) Get all subscriptions from the database.SubscriptionRepository.getSubscriptionById(int id) Get a subscription by its ID.SubscriptionRepository.getSubscriptionByName(int profileId, String name) Get a subscription by its name.Methods in org.strassburger.subscriptionmanager.model.repositories with parameters of type SubscriptionModifier and TypeMethodDescriptionbooleanSubscriptionRepository.updateSubscription(Subscription subscription) Update a subscription in the database. -
Uses of Subscription in org.strassburger.subscriptionmanager.view.subscriptions
Methods in org.strassburger.subscriptionmanager.view.subscriptions with parameters of type SubscriptionModifier and TypeMethodDescriptionvoidDeleteSubscriptionView.displaySubscriptionDetails(Subscription subscription) Displays details of the subscription before deletion.Method parameters in org.strassburger.subscriptionmanager.view.subscriptions with type arguments of type SubscriptionModifier and TypeMethodDescriptionintEditSubscriptionView.selectSubscription(List<Subscription> subList) Asks the user to select a subscription from a list of subscriptions.voidViewAllSubscriptionsView.showAllSubscriptions(List<Subscription> subList, SubscriptionOrder subscriptionOrder) Shows all subscriptions in the UI.