|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebException | |
com.clra.web |
Uses of WebException in com.clra.web |
Methods in com.clra.web that throw WebException | |
Iterator |
SessionSet.getIterator()
Returns an iterator constructed to the current setting |
Iterator |
MemberSet.getIterator()
Returns an iterator constructed to the current setting |
static BoatSet |
BoatSet.findAllActiveBoats()
Finds all active boats of the CLRA. |
static BoatView |
BoatSet.findBoatById(int id)
Finds the boat that has the given id. |
static BoatView |
BoatSet.findBoatByName(String name)
Finds the boat that has the given name. |
Iterator |
EnrollmentSet.getIterator()
Returns an iterator constructed to the current setting |
Iterator |
IEventList.getIterator()
Returns an iterator over a collection of IScheduled beans. |
static OarsetSet |
OarsetSet.findAllActiveOarsets()
Finds all active oarsets of the CLRA. |
static OarsetView |
OarsetSet.findOarsetById(int id)
Finds the oarset that has the given id. |
static OarsetView |
OarsetSet.findOarsetByName(String name)
Finds the oarset that has the given name. |
Iterator |
INameList.getIterator()
Returns an iterator over a collection of INamed beans. |
Constructors in com.clra.web that throw WebException | |
SessionSet()
Prepares a restricted iterator for the current month and year |
|
SessionSet(Integer month)
Prepares a restricted iterator for the specified month of the current year |
|
SessionSet(Integer month,
Integer year)
Prepares a restricted iterator for the specified month and year |
|
MemberSet()
Prepares a restricted iterator for the current group and year |
|
MemberSet(Integer group)
Prepares a restricted iterator for the specified group of the current year |
|
EnrollmentSet()
Creates an invalid EnrollmentSet, but required by Bean contract |
|
EnrollmentSet(Integer memberId,
Integer month)
Prepares a restricted iterator for the specified month of the current year. |
|
EnrollmentSet(Integer memberId,
Integer month,
Integer year)
Prepares a restricted iterator for the specified month and year |
|
CLRA 0.1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |