|
|||||||||
| Home >> All >> com >> clra >> [ rowing overview ] | PREV NEXT | ||||||||
Uses of Class
com.clra.rowing.RowingSessionSnapshot
| Uses of RowingSessionSnapshot in com.clra.rowing |
| Fields in com.clra.rowing declared as RowingSessionSnapshot | |
private RowingSessionSnapshot |
EnrollmentSnapshot.rowingSessionSnapshot
Snapshot of rowing session (guaranteed to be non-null) |
| Methods in com.clra.rowing that return RowingSessionSnapshot | |
RowingSessionSnapshot |
IRowingSession.getData()
Returns a snapshot of a rowing session |
static RowingSessionSnapshot |
RowingUtils.createRowingSessionDefaults()
Returns a "fake" rowing session, one which is neither persistent nor managed by the EJB container. |
static RowingSessionSnapshot |
RowingDBRead.loadRowingSession(java.lang.Integer rowingId)
|
static RowingSessionSnapshot |
RowingDBRead.mapResultSetToRowingSessionSnapshot(java.sql.ResultSet rs)
|
RowingSessionSnapshot |
EnrollmentSnapshot.getRowingSessionSnapshot()
Returns a snapshot of data about the rowing session |
| Methods in com.clra.rowing with parameters of type RowingSessionSnapshot | |
void |
IRowingSession.setData(RowingSessionSnapshot data)
Sets the date, level and type of a rowing session if the rowing session is TENATIVE. |
IParticipant |
IParticipantHome.create(com.clra.member.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. |
| Constructors in com.clra.rowing with parameters of type RowingSessionSnapshot | |
EnrollmentSnapshot(java.lang.Integer memberId,
RowingSessionSnapshot rs,
ParticipantSnapshot ps)
|
|
|
|||||||||
| Home >> All >> com >> clra >> [ rowing overview ] | PREV NEXT | ||||||||