Uses of Class
passport.domain.models.users.User
Package
Description
-
Uses of User in passport.application.desktop.ui.purchase
ModifierConstructorDescriptionPurchaseWindow
(PassPort app, Event event, User user) Initializes the purchase window with the given event and user. -
Uses of User in passport.domain.contexts.events
Modifier and TypeMethodDescriptionSets the author of the event. -
Uses of User in passport.domain.contexts.purchases.internal
-
Uses of User in passport.domain.contexts.user
Modifier 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.ModifierConstructorDescriptionEditingWithTarget
(Users repository, User target) Constructs an EditingWithTarget instance with the specified repository and user. -
Uses of User in passport.domain.models.purchases
ModifierConstructorDescriptionParticipant
(User customer) Constructs a new Participant based on a user's information. -
Uses of User in passport.domain.models.users
Modifier 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. -
Uses of User in passport.infra
-
Uses of User in passport.infra.json
-
Uses of User in passport.infra.placeholders
-
Uses of User in passport.infra.placeholders.users
-
Uses of User in passport.infra.virtual
Modifier and TypeMethodDescriptionvoid
void
ModifierConstructorDescriptionUsersInMemory
(List<User> usersList) Constructs a new UsersInMemory with a list of users. -
Uses of User in passport.roles.repositories
Modifier and TypeMethodDescriptionRetrieves an user by their ID.Users.list()
Lists all users.Retrieves an user by their email and password.