Uses of Class
org.strassburger.subscriptionmanager.model.DatabaseManager
Packages that use DatabaseManager
Package
Description
-
Uses of DatabaseManager in org.strassburger.subscriptionmanager.model
Subclasses of DatabaseManager in org.strassburger.subscriptionmanager.model -
Uses of DatabaseManager in org.strassburger.subscriptionmanager.presenter
Constructors in org.strassburger.subscriptionmanager.presenter with parameters of type DatabaseManagerModifierConstructorDescriptionMainMenuPresenter(MainMenuView view, DatabaseManager dbManager, Profile profile) WelcomeWindowPresenter(WelcomeWindowView view, DatabaseManager dbManager) -
Uses of DatabaseManager in org.strassburger.subscriptionmanager.presenter.profiles
Constructors in org.strassburger.subscriptionmanager.presenter.profiles with parameters of type DatabaseManagerModifierConstructorDescriptionAddProfilePresenter(AddProfileView view, DatabaseManager dbManager) DeletProfilePresenter(DeleteProfileView view, DatabaseManager dbManager) EditProfilePresenter(EditProfileView view, DatabaseManager dbManager) ManageProfilesPresenter(ManageProfilesView view, DatabaseManager dbManager) SelectProfilePresenter(SelectProfileView view, DatabaseManager dbManager) -
Uses of DatabaseManager in org.strassburger.subscriptionmanager.presenter.subscriptions
Constructors in org.strassburger.subscriptionmanager.presenter.subscriptions with parameters of type DatabaseManagerModifierConstructorDescriptionAddSubscriptionPresenter(AddSubscriptionView view, DatabaseManager dbManager, Profile profile) DeleteSubscriptionPresenter(DeleteSubscriptionView view, DatabaseManager dbManager, Profile profile) EditSubscriptionPresenter(EditSubscriptionView view, DatabaseManager dbManager, Profile profile) ExportSubscriptionsPresenter(ExportSubscriptionsView view, DatabaseManager dbManager, Profile profile) ViewAllSubscriptionsPresenter(ViewAllSubscriptionsView view, DatabaseManager dbManager, Profile profile) -
Uses of DatabaseManager in org.strassburger.subscriptionmanager.util
Methods in org.strassburger.subscriptionmanager.util with parameters of type DatabaseManagerModifier and TypeMethodDescriptionstatic org.strassburger.tui4j.input.validationrules.ValidationRule<String> ValidationRules.getProfileNameAlreadyExistsValidationRule(DatabaseManager dbManager) Returns a validation rule that checks if a profile with the given name already exists.
Shows an error when a profile with the given name already exists.static org.strassburger.tui4j.input.validationrules.ValidationRule<String> ValidationRules.getProfileNameDoesNotExistValidationRule(DatabaseManager dbManager) Returns a validation rule that checks if a profile with the given name does not exist.
Shows an error when a profile with the given name does not exist.static org.strassburger.tui4j.input.validationrules.ValidationRule<String> ValidationRules.getSubsNameAlreadyExistsValidationRule(DatabaseManager dbManager, int profileId) Returns a validation rule that checks if a subscription with the given name already exists.
Shows an error when a subscription with the given name already exists.static org.strassburger.tui4j.input.validationrules.ValidationRule<String> ValidationRules.getSubsNameDoesNotExistValidationRule(DatabaseManager dbManager, int profileId) Returns a validation rule that checks if the subscription with the given name does not exist.
Shows an error when a subscription with the given name does not exist.