CLRA 0.1.2

Uses of Interface
com.clra.rowing.IParticipant

Packages that use IParticipant
com.clra.rowing   
 

Uses of IParticipant in com.clra.rowing
 

Methods in com.clra.rowing that return IParticipant
static IParticipant RowingUtils.findParticipant(Integer participantId)
          Returns the participant specified by the participant id
static IParticipant RowingUtils.createParticipant(Integer memberId, Integer rowingId, SeatPreference seatPreference)
          Creates a participant
 IParticipant IParticipant.getSubstitutedParticipant()
          Returns the participant for whom this participant is substituting.
 IParticipant IParticipantHome.create(Integer memberId, Integer rowingId, SeatPreference preferred)
           
 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.
 IParticipant IParticipantHome.findByPrimaryKey(Integer participantId)
           
 


CLRA 0.1.2