Uses of Class
passport.domain.contexts.events.AvailableEventsListing
-
Uses of AvailableEventsListing in passport.application.desktop.system
Modifier and TypeMethodDescriptionServices.eventsListing()
Returns the value of theeventsListing
record component.ModifierConstructorDescriptionServices
(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
Modifier 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.