Uses of Class
org.strassburger.subscriptionmanager.model.entity.Profile
Packages that use Profile
Package
Description
-
Uses of Profile in org.strassburger.subscriptionmanager.model.repositories
Methods in org.strassburger.subscriptionmanager.model.repositories that return types with arguments of type ProfileModifier and TypeMethodDescriptionProfileRepository.getProfile(int id) Get a profile by its id.ProfileRepository.getProfile(String username) Get a profile by its username.ProfileRepository.getProfiles()Get a list of all profiles. -
Uses of Profile in org.strassburger.subscriptionmanager.presenter
Constructors in org.strassburger.subscriptionmanager.presenter with parameters of type ProfileModifierConstructorDescriptionMainMenuPresenter(MainMenuView view, DatabaseManager dbManager, Profile profile) -
Uses of Profile in org.strassburger.subscriptionmanager.presenter.subscriptions
Constructors in org.strassburger.subscriptionmanager.presenter.subscriptions with parameters of type ProfileModifierConstructorDescriptionAddSubscriptionPresenter(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 Profile in org.strassburger.subscriptionmanager.view.profiles
Method parameters in org.strassburger.subscriptionmanager.view.profiles with type arguments of type ProfileModifier and TypeMethodDescriptionintSelectProfileView.readProfileId(List<Profile> profiles) Reads the profile id from the user.intEditProfileView.selectProfile(List<Profile> profiles) Asks the user to select a profile from a list of profiles.