Methods in com.clra.rowing with parameters of type MemberSnapshot |
IParticipant |
IParticipantHome.create(MemberSnapshot member,
RowingSessionSnapshot rowing)
Creates an "extra" participant; that is, a participant who is
present at a rowing session without signing up and who isn't
substituting for another member. |
IParticipant |
IParticipantHome.create(MemberSnapshot member,
ParticipantSnapshot replaces)
Creates a "substitute" participant; that is, a participant who is
present at a rowing session as a substitute for another, signed-up
participant. |
ParticipantSnapshot |
IEnrollmentMgr.createParticipant(MemberSnapshot member)
|
ParticipantSnapshot |
IEnrollmentMgr.createParticipant(MemberSnapshot member,
SeatPreference pref)
|
ParticipantSnapshot |
IEnrollmentMgr.substituteMemberForParticipant(MemberSnapshot member,
ParticipantSnapshot participant)
|