Uses of Class
passport.domain.models.users.User
Packages that use User
Package
Description
-
Uses of User in passport.application.desktop.ui.purchase
Constructors in passport.application.desktop.ui.purchase with parameters of type UserModifierConstructorDescriptionPurchaseWindow
(PassPort app, Event event, User user) Initializes the purchase window with the given event and user. -
Uses of User in passport.domain.contexts.events
Methods in passport.domain.contexts.events with parameters of type UserModifier and TypeMethodDescriptionSets the author of the event. -
Uses of User in passport.domain.contexts.purchases.internal
Fields in passport.domain.contexts.purchases.internal declared as User -
Uses of User in passport.domain.contexts.user
Methods in passport.domain.contexts.user that return types with arguments of type UserMethods in passport.domain.contexts.user with parameters of type UserModifier and TypeMethodDescriptionSpecifies the user to be edited.static ListTickets
Static factory method for creating a ListTickets context for a specific user.Retrieves the list of events subscribed by the user.Constructors in passport.domain.contexts.user with parameters of type UserModifierConstructorDescriptionEditingWithTarget
(Users repository, User target) Constructs an EditingWithTarget instance with the specified repository and user. -
Uses of User in passport.domain.models.purchases
Constructors in passport.domain.models.purchases with parameters of type UserModifierConstructorDescriptionParticipant
(User customer) Constructs a new Participant based on a user's information. -
Uses of User in passport.domain.models.users
Methods in passport.domain.models.users that return UserModifier and TypeMethodDescriptionUser.asAdmin()
Promotes the user to admin.User.copy()
Sets the login details for the user.Sets the personal details for the user.User.withTickets
(List<Ticket> tickets) Sets the tickets for the user.Methods in passport.domain.models.users with parameters of type User -
Uses of User in passport.infra
Methods in passport.infra that return types with arguments of type UserMethods in passport.infra with parameters of type User -
Uses of User in passport.infra.json
Methods in passport.infra.json that return types with arguments of type UserMethods in passport.infra.json with parameters of type User -
Uses of User in passport.infra.placeholders
Fields in passport.infra.placeholders with type parameters of type User -
Uses of User in passport.infra.placeholders.users
Methods in passport.infra.placeholders.users that return User -
Uses of User in passport.infra.virtual
Methods in passport.infra.virtual that return types with arguments of type UserMethods in passport.infra.virtual with parameters of type UserModifier and TypeMethodDescriptionvoid
void
Constructor parameters in passport.infra.virtual with type arguments of type UserModifierConstructorDescriptionUsersInMemory
(List<User> usersList) Constructs a new UsersInMemory with a list of users. -
Uses of User in passport.roles.repositories
Methods in passport.roles.repositories that return types with arguments of type UserModifier and TypeMethodDescriptionRetrieves an user by their ID.Users.list()
Lists all users.Retrieves an user by their email and password.Methods in passport.roles.repositories with parameters of type User