|
|||||||||
| Home >> All >> com >> clra >> [ web overview ] | PREV NEXT | ||||||||
Uses of Class
com.clra.web.WebException
| Uses of WebException in com.clra.web |
| Methods in com.clra.web that throw WebException | |
java.util.Iterator |
ApplicationSet.getIterator()
Returns an iterator constructed to the current setting |
java.util.Iterator |
SessionSet.getIterator()
Returns an iterator constructed to the current setting |
static OarsetSet |
OarsetSet.findAllActiveOarsets()
Finds all active oarsets of the CLRA. |
static com.clra.rowing.OarsetView |
OarsetSet.findOarsetById(int id)
Finds the oarset that has the given id. |
static com.clra.rowing.OarsetView |
OarsetSet.findOarsetByName(java.lang.String name)
Finds the oarset that has the given name. |
private static com.clra.rowing.OarsetView |
OarsetSet.loadOarset(java.sql.PreparedStatement stmt)
Loads an in-memory object from a database using the specified SQL |
private static void |
OarsetSet.loadOarsetSet(java.sql.PreparedStatement stmt,
java.util.SortedSet set)
Loads an in-memory set from a database using the specified SQL |
private static com.clra.rowing.OarsetView |
OarsetSet.mapRowToOarset(java.sql.ResultSet rs)
Maps a row of SQL ResultSet to a OarsetView object |
java.util.Iterator |
MemberSet.getIterator()
Returns an iterator constructed to the current setting |
java.util.Iterator |
INameList.getIterator()
Returns an iterator over a collection of INamed beans. |
java.util.Iterator |
IEventList.getIterator()
Returns an iterator over a collection of IScheduled beans. |
java.util.Iterator |
EnrollmentSet.getIterator()
Returns an iterator constructed to the current setting |
static BoatSet |
BoatSet.findAllActiveBoats()
Finds all active boats of the CLRA. |
static com.clra.rowing.BoatView |
BoatSet.findBoatById(int id)
Finds the boat that has the given id. |
static com.clra.rowing.BoatView |
BoatSet.findBoatByName(java.lang.String name)
Finds the boat that has the given name. |
private static com.clra.rowing.BoatView |
BoatSet.loadBoat(java.sql.PreparedStatement stmt)
Loads an in-memory object from a database using the specified SQL |
private static void |
BoatSet.loadBoatSet(java.sql.PreparedStatement stmt,
java.util.SortedSet set)
Loads an in-memory set from a database using the specified SQL |
private static com.clra.rowing.BoatView |
BoatSet.mapRowToBoat(java.sql.ResultSet rs)
Maps a row of SQL ResultSet to a BoatView object |
| Constructors in com.clra.web that throw WebException | |
ApplicationSet()
Creates an invalid ApplicationSet, but required by Bean contract |
|
ApplicationSet(java.lang.Integer month)
Prepares a restricted iterator for the specified month of the current year. |
|
ApplicationSet(java.lang.Integer month,
java.lang.Integer year)
Prepares a restricted iterator for the specified month and year |
|
SessionSet()
Prepares a restricted iterator for the current month and year |
|
SessionSet(java.lang.Integer month)
Prepares a restricted iterator for the specified month of the current year |
|
SessionSet(java.lang.Integer month,
java.lang.Integer year)
Prepares a restricted iterator for the specified month and year |
|
MemberSet()
Prepares a restricted iterator for the current group and year |
|
MemberSet(java.lang.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(java.lang.Integer memberId,
java.lang.Integer month)
Prepares a restricted iterator for the specified month of the current year. |
|
EnrollmentSet(java.lang.Integer memberId,
java.lang.Integer month,
java.lang.Integer year)
Prepares a restricted iterator for the specified month and year |
|
|
|||||||||
| Home >> All >> com >> clra >> [ web overview ] | PREV NEXT | ||||||||