|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowingSessionSnapshot | |
com.clra.rowing | |
com.clra.web |
Uses of RowingSessionSnapshot in com.clra.rowing |
Methods in com.clra.rowing that return RowingSessionSnapshot | |
static RowingSessionSnapshot |
RowingUtils.createRowingSessionDefaults()
Returns a "fake" rowing session, one which is neither persistent nor managed by the EJB container. |
RowingSessionSnapshot |
IRowingSession.getData()
Returns a snapshot of a rowing session |
static RowingSessionSnapshot |
RowingDBRead.loadRowingSession(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 | |
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. |
void |
IRowingSession.setData(RowingSessionSnapshot data)
Sets the date, level and type of a rowing session if the rowing session is TENATIVE. |
Constructors in com.clra.rowing with parameters of type RowingSessionSnapshot | |
EnrollmentSnapshot(Integer memberId,
RowingSessionSnapshot rs,
ParticipantSnapshot ps)
|
Uses of RowingSessionSnapshot in com.clra.web |
Methods in com.clra.web that return RowingSessionSnapshot | |
RowingSessionSnapshot |
SessionView.getData()
|
Methods in com.clra.web with parameters of type RowingSessionSnapshot | |
void |
SessionView.setData(RowingSessionSnapshot rss)
Deprecated |
Constructors in com.clra.web with parameters of type RowingSessionSnapshot | |
SessionView(RowingSessionSnapshot rss)
|
|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |