Class PendingList

java.lang.Object
com.example.breeze_seas.StatusList
com.example.breeze_seas.PendingList

public class PendingList extends StatusList
Represents the "pending" status for an event. Handles users who have been selected for the event.
  • Constructor Details

    • PendingList

      public PendingList(Event event, int capacity)
      Constructs a new PendingList for a specific event.
      Parameters:
      event - Event object this pending list belongs to.
      capacity - The maximum number of entrants allowed on this pending list.
  • Method Details

    • getStatusName

      protected String getStatusName()
      Defines the unique status identifier for this list type in Firestore.
      Specified by:
      getStatusName in class StatusList
      Returns:
      A string literal "pending" used to filter participant documents.