CLRA 0.1.2

Uses of Class
com.clra.rowing.ParticipantStateException

Packages that use ParticipantStateException
com.clra.rowing   
 

Uses of ParticipantStateException in com.clra.rowing
 

Methods in com.clra.rowing that throw ParticipantStateException
 void IParticipant.setSeatPreference(SeatPreference seatPreference)
          Sets the seat preference of a participant.
 void IParticipant.setInitialSeat(SeatSnapshot seat, IBoating boating)
          Assigns a preliminary seating to a participant before a rowing session starts.
 void IParticipant.setFinalSeat(SeatSnapshot seat, IBoating boating)
          Assigns a final seating to a participant at the start of a rowing session, after attendance has been taken.
 void IParticipant.setAttendance(Attendance attendance, IRowingSession session)
          Marks the attendance of a participant at a rowing session.
 


CLRA 0.1.2