|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowingException | |
com.clra.rowing |
Uses of RowingException in com.clra.rowing |
Methods in com.clra.rowing that throw RowingException | |
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. |
String |
IInvoiceMgr.getParticipantStatus(ParticipantSnapshot participant)
|
void |
IInvoiceMgr.cancelRowingSession(String note)
|
static RowingSessionState |
RowingSessionState.getState(String name)
|
ParticipantSnapshot |
IEnrollmentMgr.createParticipant(MemberSnapshot member)
|
ParticipantSnapshot |
IEnrollmentMgr.createParticipant(MemberSnapshot member,
SeatPreference pref)
|
void |
IEnrollmentMgr.deleteParticipant(ParticipantSnapshot participant)
|
ParticipantSnapshot |
IEnrollmentMgr.substituteMemberForParticipant(MemberSnapshot member,
ParticipantSnapshot participant)
|
String |
IEnrollmentMgr.getParticipantStatus(ParticipantSnapshot participant)
|
void |
IEnrollmentMgr.cancelRowingSession(String note)
|
static RowingSessionType |
RowingSessionType.getType(String name)
|
static RowingSessionSnapshot |
RowingDBRead.loadRowingSession(Integer rowingId)
|
static Collection |
RowingDBRead.findAllRowingSessionSnapshots()
Returns a collection of snapshots for all rowing sessions |
static Collection |
RowingDBRead.findAllRowingSessionSnapshotsInRange(Date start,
Date finish)
Returns a collection of snapshots for rowing sessions within an inclusive date range. |
static Collection |
RowingDBRead.findAllEnrollmentSnapshots(int member_id)
Returns a collection of snapshots for all enrollments |
static Collection |
RowingDBRead.findAllEnrollmentSnapshotsInRange(int member_id,
Date start,
Date finish)
Returns a collection of snapshots for enrollments within an inclusive date range. |
static ParticipantSnapshot |
RowingDBRead.loadParticipant(Integer participantId)
Returns a Participant identified by a participant id. |
static ParticipantSnapshot |
RowingDBRead.loadParticipant(Integer memberId,
Integer rowingId)
Returns a Participant identified by a member and rowing id. |
static Collection |
RowingDBRead.findParticipant2SnapshotsForRowingSession(Integer rowingId)
Returns a collection of Participant2Snapshot instances for the specified rowing session. |
static RowingSessionSnapshot |
RowingDBRead.mapResultSetToRowingSessionSnapshot(java.sql.ResultSet rs)
|
static ParticipantSnapshot |
RowingDBRead.mapResultSetToParticipantSnapshot(java.sql.ResultSet rs)
Constructs an ParticipantSnapshot from the current row of a result set. |
static Participant2Snapshot |
RowingDBRead.mapResultSetToParticipant2Snapshot(java.sql.ResultSet rs)
Constructs an Participant2Snapshot from the current row of a result set. |
static EnrollmentSnapshot |
RowingDBRead.mapResultSetToEnrollmentSnapshot(java.sql.ResultSet rs)
Constructs an EnrollmentSnapshot from the current row of a result set. |
static Attendance |
Attendance.getAttendance(String name)
Attendance is not a required field in a participant record, therefore if a null or blank name is passed to this method, an IllegalArgumentException is NOT thrown, but rather a null instance is returned. |
static SeatPreference |
SeatPreference.getSeatPreference(String name)
SeatPreference is not a required field in a participant record, therefore if a null or blank name is passed to this method, an IllegalArgumentException is NOT thrown, but rather a null instance is returned. |
static RowingSessionLevel |
RowingSessionLevel.getLevel(String name)
|
String |
IBoatingMgr.getParticipantStatus(ParticipantSnapshot participant)
|
void |
IBoatingMgr.deleteBoating(BoatingView boating)
|
void |
IBoatingMgr.cancelBoating(BoatingView boating,
String note)
|
String |
IBoatingMgr.getBoatingStatus(BoatingView boating)
|
void |
IBoatingMgr.startInitialBoating(BoatingView boating)
|
SeatSnapshot |
IBoatingMgr.setInitialBoating(BoatingView boating,
ParticipantSnapshot participant,
int seatnum)
|
void |
IBoatingMgr.removeInitialBoating(SeatSnapshot seat)
|
void |
IBoatingMgr.finishInitialBoating(BoatingView boating)
|
void |
IBoatingMgr.cancelRowingSession(String note)
|
void |
IAttendanceMgr.markParticipantAbsent(ParticipantSnapshot participant,
String note)
|
String |
IAttendanceMgr.getParticipantStatus(ParticipantSnapshot participant)
|
void |
IAttendanceMgr.startFinalBoating(BoatingView boating)
|
SeatSnapshot |
IAttendanceMgr.setFinalBoating(BoatingView boating,
ParticipantSnapshot participant,
int seatnum)
|
void |
IAttendanceMgr.removeFinalBoating(SeatSnapshot seat)
|
void |
IAttendanceMgr.finishFinalBoating(BoatingView boating)
|
void |
IAttendanceMgr.closeBoating(BoatingView boating)
|
void |
IAttendanceMgr.cancelRowingSession(String note)
|
|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |