|
|||||||||
| Home >> All >> com >> clra >> [ rowing overview ] | PREV NEXT | ||||||||
Uses of Class
com.clra.rowing.Attendance
| Uses of Attendance in com.clra.rowing |
| Fields in com.clra.rowing declared as Attendance | |
private Attendance |
ParticipantSnapshot.attendance
|
static Attendance |
Attendance.PRESENT
|
static Attendance |
Attendance.ABSENT
|
| Methods in com.clra.rowing that return Attendance | |
Attendance |
ParticipantSnapshot.getAttendance()
Returns the attendance of a participant at a rowing session, or null if a participant has not been assigned an attendance. |
Attendance |
IParticipant.getAttendance()
Returns the attendance of a participant at a rowing session, or null if attendance has not been marked. |
static Attendance |
Attendance.getAttendance(java.lang.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. |
| Methods in com.clra.rowing with parameters of type Attendance | |
void |
IParticipant.setAttendance(Attendance attendance,
IRowingSession session)
Marks the attendance of a participant at a rowing session. |
| Constructors in com.clra.rowing with parameters of type Attendance | |
ParticipantSnapshot(java.lang.Integer memberId,
java.lang.Integer rowingId,
java.lang.Integer participantId,
SeatPreference preference,
java.lang.Integer replacesId,
java.lang.Integer initialSeatId,
java.lang.Integer finalSeatId,
Attendance attendance)
|
|
Participant2Snapshot(java.lang.Integer memberId,
com.clra.member.MemberName memberName,
java.lang.Integer rowingId,
java.lang.Integer participantId,
SeatPreference preference,
java.lang.Integer replacesId,
java.lang.Integer initialSeatId,
java.lang.Integer finalSeatId,
Attendance attendance)
|
|
|
|||||||||
| Home >> All >> com >> clra >> [ rowing overview ] | PREV NEXT | ||||||||