Uses of Class
passport.domain.models.users.UserId
Packages that use UserId
Package
Description
-
Uses of UserId in passport.application.desktop.ui.purchase
Methods in passport.application.desktop.ui.purchase that return UserIdModifier and TypeMethodDescriptionPurchaseWindow.Properties.userId()
Returns the value of theuserId
record component.Constructors in passport.application.desktop.ui.purchase with parameters of type UserIdModifierConstructorDescriptionProperties
(EventId eventId, UserId userId, Double price) Creates an instance of aProperties
record class. -
Uses of UserId in passport.domain.contexts.events
Methods in passport.domain.contexts.events with parameters of type UserIdModifier and TypeMethodDescriptionSets the author ID for the evaluation. -
Uses of UserId in passport.domain.contexts.purchases
Methods in passport.domain.contexts.purchases with parameters of type UserIdModifier 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
Methods in passport.domain.models.evaluations that return UserIdModifier and TypeMethodDescriptionEvaluation.author()
Returns the user ID of the author of the evaluation.Constructors in passport.domain.models.evaluations with parameters of type UserIdModifierConstructorDescriptionEvaluation
(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
Methods in passport.domain.models.users that return UserIdConstructors in passport.domain.models.users with parameters of type UserIdModifierConstructorDescriptionConstructor 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
Methods in passport.infra.json with parameters of type UserId -
Uses of UserId in passport.infra.placeholders.users
Methods in passport.infra.placeholders.users that return UserId -
Uses of UserId in passport.infra.virtual
Methods in passport.infra.virtual with parameters of type UserId -
Uses of UserId in passport.roles.repositories
Methods in passport.roles.repositories with parameters of type UserId