Uses of Class
passport.domain.models.users.UserId
Package
Description
-
Uses of UserId in passport.application.desktop.ui.purchase
Modifier and TypeMethodDescriptionPurchaseWindow.Properties.userId()
Returns the value of theuserId
record component.ModifierConstructorDescriptionProperties
(EventId eventId, UserId userId, Double price) Creates an instance of aProperties
record class. -
Uses of UserId in passport.domain.contexts.events
Modifier and TypeMethodDescriptionSets the author ID for the evaluation. -
Uses of UserId in passport.domain.contexts.purchases
Modifier and TypeMethodDescriptionSets the customer who is buying the tickets.Sets the customer who will receive the refund. -
Uses of UserId in passport.domain.models.evaluations
Modifier and TypeMethodDescriptionEvaluation.author()
Returns the user ID of the author of the evaluation.ModifierConstructorDescriptionEvaluation
(EvaluationId id, EventId event, UserId author, String comment) Constructs a new Evaluation with the specified evaluation ID, event ID, author ID, and comment.Evaluation
(EventId event, UserId author, String comment) Constructs a new Evaluation with the specified event ID, author ID, and comment. -
Uses of UserId in passport.domain.models.users
ModifierConstructorDescriptionConstructor for creating a new user with a specified ID, login, and personal details.Private constructor for creating a new user with all details. -
Uses of UserId in passport.infra.json
-
Uses of UserId in passport.infra.placeholders.users
-
Uses of UserId in passport.infra.virtual
-
Uses of UserId in passport.roles.repositories