|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SeatPreference | |
com.clra.rowing |
Uses of SeatPreference in com.clra.rowing |
Fields in com.clra.rowing declared as SeatPreference | |
static SeatPreference |
SeatPreference.STARBOARD
Indicates a member prefers a starboard rowing position |
static SeatPreference |
SeatPreference.PORT
Indicates a member prefers a port rowing position |
static SeatPreference |
SeatPreference.STARBOARD_THEN_PORT
Indicates a member prefers a starboard position, but will also row port. |
static SeatPreference |
SeatPreference.PORT_THEN_STARBOARD
Indicates a member prefers a port position, but will also row starboard. |
static SeatPreference |
SeatPreference.COX
Indicates a member prefers to cox. |
Methods in com.clra.rowing that return SeatPreference | |
SeatPreference |
IParticipant.getSeatPreference()
Returns the seat preference of a participant. |
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. |
SeatPreference |
ParticipantSnapshot.getSeatPreference()
Returns the requested seating position of a signed-up participant, or null if a participant is a substitute or an extra. |
Methods in com.clra.rowing with parameters of type SeatPreference | |
static IParticipant |
RowingUtils.createParticipant(Integer memberId,
Integer rowingId,
SeatPreference seatPreference)
Creates a participant |
void |
IParticipant.setSeatPreference(SeatPreference seatPreference)
Sets the seat preference of a participant. |
IParticipant |
IParticipantHome.create(Integer memberId,
Integer rowingId,
SeatPreference preferred)
|
ParticipantSnapshot |
IEnrollmentMgr.createParticipant(MemberSnapshot member,
SeatPreference pref)
|
Constructors in com.clra.rowing with parameters of type SeatPreference | |
ParticipantSnapshot(Integer memberId,
Integer rowingId,
Integer participantId,
SeatPreference preference,
Integer replacesId,
Integer initialSeatId,
Integer finalSeatId,
Attendance attendance)
|
|
Participant2Snapshot(Integer memberId,
MemberName memberName,
Integer rowingId,
Integer participantId,
SeatPreference preference,
Integer replacesId,
Integer initialSeatId,
Integer finalSeatId,
Attendance attendance)
|
|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |