Record Class Services

java.lang.Object
java.lang.Record
passport.application.desktop.system.Services
Record Components:
signup - The service for user sign-up.
login - The service for user login.
eventsListing - The service for listing available events.
subscribedEvents - The service for listing events subscribed.
evaluationListing - The service for listing event evaluations.
evaluation - The service for evaluating events.
purchasing - The service for buying tickets.
profileEditing - The service for editing user profiles.

public record Services(SigningUp signup, UserLogin login, AvailableEventsListing eventsListing, SubscribedEventsListing subscribedEvents, EvaluationListing evaluationListing, EventEvaluation evaluation, TicketBuying purchasing, UserEditing profileEditing) extends Record
Provides access to various services within the PassPort application. These services encapsulate the business logic and interactions with different domains.