|
FantasySportsModule 0.0.2-dev | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBException | |
org.fanfoot.db | |
org.fanfoot.scoring | Provides the autoscoring mechanisms and the score storage mechanisms |
Uses of DBException in org.fanfoot.db |
Methods in org.fanfoot.db that throw DBException | |
static java.lang.String |
ID.getPlayerID()
Create an ID number for a player in the indicated postion |
org.xmldb.api.base.ResourceSet |
DB.runXPathQuery(java.lang.String strCollection,
java.lang.String strQuery)
Query the indicated collection with the XPath query supplied. |
void |
DB.runXUpdateQuery(java.lang.String strCollection,
java.lang.String strUpdate)
XUpdate the indicated collection with the XUpdate modificatons supplied. |
org.xmldb.api.base.Collection |
DB.getCollection(java.lang.String strCollectionName)
Get the collection named from the DB in use |
void |
DB.addResource(java.lang.String strID,
java.lang.String strResource,
java.lang.String strCollection)
Add the supplied string as a resource to the collection indicated. |
org.w3c.dom.Element |
Players.getPlayer(java.lang.String id)
Get the player associated with the supplied id. |
java.lang.Integer |
Players.getTotalScore(java.lang.String id)
Get the total score of a player. |
void |
Players.addScoringEvents(java.lang.String strPlayerID,
org.w3c.dom.Element event)
Add a scoring event to a player. |
void |
Players.addPlayer(java.lang.String firstName,
java.lang.String surname,
java.lang.String registeredTeam,
java.lang.String team,
java.lang.String position)
Add the supplied player to the database. |
void |
Players.addInfo(java.lang.String strPlayerID,
org.w3c.dom.Element elemInfo)
Add some info to a pl;ayer record. |
Constructors in org.fanfoot.db that throw DBException | |
DB(java.lang.String dbURI)
Create a DB objet to connect to the indicated DB |
|
Players()
Create a players object to connect to the default players database and default collection |
|
Players(java.lang.String uri)
Create a players object to connect to the indicated players database with the default colelction |
Uses of DBException in org.fanfoot.scoring |
Constructors in org.fanfoot.scoring that throw DBException | |
Scores(Events evts,
ScoringConfiguration sc)
Creates a new instance of calculator |
|
Scores(Events evts,
ScoringConfiguration sc,
java.lang.String db)
Creates a new instance of calculator |
|
FantasySportsModule 0.0.2-dev | |||||||||
PREV NEXT | FRAMES NO FRAMES |