|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowingSessionStateException | |
com.clra.rowing |
Uses of RowingSessionStateException in com.clra.rowing |
Methods in com.clra.rowing that throw RowingSessionStateException | |
void |
IInvoiceMgr.startInvoicing()
|
void |
IInvoiceMgr.finishInvoicing()
|
void |
IInvoiceMgr.closeRowingSession()
|
void |
IRowingSession.setData(RowingSessionSnapshot data)
Sets the date, level and type of a rowing session if the rowing session is TENATIVE. |
void |
IRowingSession.publish()
Publishes a rowing session. |
void |
IRowingSession.cancel()
Cancels a rowing session. |
void |
IRowingSession.delete()
Deletes a rowing session. |
void |
IRowingSession.setDate(Date date)
Edits the date (and time) of a rowing session. |
void |
IRowingSession.setLevel(RowingSessionLevel level)
Edits the level of a rowing session. |
void |
IRowingSession.setType(RowingSessionType type)
Edits the type of a rowing session. |
ParticipantSnapshot |
IEnrollmentMgr.createParticipant(MemberSnapshot member)
|
ParticipantSnapshot |
IEnrollmentMgr.createParticipant(MemberSnapshot member,
SeatPreference pref)
|
void |
IEnrollmentMgr.deleteParticipant(ParticipantSnapshot participant)
|
ParticipantSnapshot |
IEnrollmentMgr.substituteMemberForParticipant(MemberSnapshot member,
ParticipantSnapshot participant)
|
void |
IBoatingMgr.lockRowingSession(boolean lock)
|
BoatingView |
IBoatingMgr.createBoating(BoatView boat,
OarsetView oarset)
|
void |
IBoatingMgr.deleteBoating(BoatingView boating)
|
void |
IBoatingMgr.cancelBoating(BoatingView boating,
String note)
|
void |
IBoatingMgr.startInitialBoatings()
|
void |
IBoatingMgr.startInitialBoating(BoatingView boating)
|
SeatSnapshot |
IBoatingMgr.setInitialBoating(BoatingView boating,
ParticipantSnapshot participant,
int seatnum)
|
void |
IBoatingMgr.removeInitialBoating(SeatSnapshot seat)
|
void |
IBoatingMgr.finishInitialBoating(BoatingView boating)
|
void |
IBoatingMgr.finishInitialBoatings()
|
void |
IAttendanceMgr.markParticipantAbsent(ParticipantSnapshot participant,
String note)
|
void |
IAttendanceMgr.startFinalBoatings()
|
void |
IAttendanceMgr.startFinalBoating(BoatingView boating)
|
SeatSnapshot |
IAttendanceMgr.setFinalBoating(BoatingView boating,
ParticipantSnapshot participant,
int seatnum)
|
void |
IAttendanceMgr.removeFinalBoating(SeatSnapshot seat)
|
void |
IAttendanceMgr.finishFinalBoating(BoatingView boating)
|
void |
IAttendanceMgr.finishFinalBoatings()
|
void |
IAttendanceMgr.closeBoating(BoatingView boating)
|
void |
IAttendanceMgr.closeBoatings()
|
|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |