Class GetEventSignups

java.lang.Object
org.deltava.dao.DAO
org.deltava.dao.GetEventSignups

public class GetEventSignups extends DAO
A Data Access Object to load Online Event signup totals.
Since:
2.4
Version:
9.0
Author:
Luke
  • Constructor Details

    • GetEventSignups

      public GetEventSignups(Connection c)
      Initializes the Data Access Object.
      Parameters:
      c - the JDBC Connection to use
  • Method Details

    • getSignupTotals

      public void getSignupTotals(Map<Integer,Pilot> pilots) throws DAOException
      Loads Online Event signup totals for a group of Pilots.
      Parameters:
      pilots - a Map of Pilot objects to populate with results
      Throws:
      DAOException - if a JDBC error occurs