Uses of Class
passport.domain.contexts.events.AvailableEventsListing
Packages that use AvailableEventsListing
-
Uses of AvailableEventsListing in passport.application.desktop.system
Methods in passport.application.desktop.system that return AvailableEventsListingModifier and TypeMethodDescriptionServices.eventsListing()
Returns the value of theeventsListing
record component.Constructors in passport.application.desktop.system with parameters of type AvailableEventsListingModifierConstructorDescriptionServices
(SigningUp signup, UserLogin login, AvailableEventsListing eventsListing, SubscribedEventsListing subscribedEvents, EvaluationListing evaluationListing, EventEvaluation evaluation, TicketBuying purchasing, UserEditing profileEditing) Creates an instance of aServices
record class. -
Uses of AvailableEventsListing in passport.domain.contexts.events
Methods in passport.domain.contexts.events that return AvailableEventsListingModifier and TypeMethodDescriptionAvailableEventsListing.beingToday
(LocalDate today) Sets the current date for the context.Sets the filter by exact name.AvailableEventsListing.intoInterval
(LocalDate startDate, LocalDate endDate) Sets the filter by date range.AvailableEventsListing.sortedByDate()
Sets the sorter by date.AvailableEventsListing.sortedByTitle()
Sets the sorter by name.AvailableEventsListing.withCategory
(EventCategory category) Sets the filter by category.Sets the filter by date.