|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.starhope.appius.sql.SQLPeerDatum
org.starhope.appius.sql.SQLPeerEnum
com.tootsville.user.TooterShooterEnum
public class TooterShooterEnum
WRITEME: The documentation for this type (TooterShooterEnum) is incomplete. (brpocock@star-hope.org, Jan 8, 2010)
| Field Summary | |
|---|---|
private static HashMap<Integer,TooterShooter> |
gunEnumeration
WRITEME: document this field (brpocock@star-hope.org, Jan 8, 2010) gunEnumeration (TooterShooterEnum) |
private static long |
serialVersionUID
WRITEME: document this field (brpocock@star-hope.org, Jan 8, 2010) serialVersionUID (long) |
| Fields inherited from class org.starhope.appius.sql.SQLPeerEnum |
|---|
enumeration, instance |
| Constructor Summary | |
|---|---|
TooterShooterEnum()
WRITEME |
|
TooterShooterEnum(int id)
WRITEME |
|
| Method Summary | |
|---|---|
void |
flush()
This is an overriding method. |
protected PreparedStatement |
getStatement(Connection connection)
This is an overriding method. |
TooterShooter |
getTooterShooter()
WRITEME: document this method (brpocock@star-hope.org, Jan 8, 2010) |
static TooterShooter |
getTooterShooter(int id)
WRITEME: document this method (brpocock@star-hope.org, Jan 8, 2010) |
static void |
sendGunRunner(User toot)
WRITEME: document this method (brpocock@star-hope.org, Jan 8, 2010) |
protected void |
set(ResultSet rs)
This is an overriding method. |
| Methods inherited from class org.starhope.appius.sql.SQLPeerEnum |
|---|
cache, doRealCacheResetStatic, equals, equals, get, get, getCacheUniqueID, getEnumeration, getID, getID, getString, getString, hashCode, invalidateCache, invalidateCaches, prepCache, resetCache, set, set, toJSON, toString |
| Methods inherited from class org.starhope.appius.sql.SQLPeerDatum |
|---|
changed, compareTo, findInCache, get, saveInCache, set |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final HashMap<Integer,TooterShooter> gunEnumeration
private static final long serialVersionUID
| Constructor Detail |
|---|
public TooterShooterEnum()
public TooterShooterEnum(int id)
id - unique ID of a gun| Method Detail |
|---|
public static TooterShooter getTooterShooter(int id)
id - WRITEME
public static void sendGunRunner(User toot)
toot - WRITEMEpublic void flush()
flush in class SQLPeerDatumSQLPeerDatum.flush()protected PreparedStatement getStatement(Connection connection)
getStatement in class SQLPeerEnumconnection - WRITEME
SQLPeerEnum.getStatement(java.sql.Connection)public TooterShooter getTooterShooter()
protected void set(ResultSet rs)
throws SQLException
set in class SQLPeerDatumrs - The result of an SQL query, with the cursor already
pointed at the row describing this specific instance of
the object.
SQLException - if the database fails somehowSQLPeerDatum.set(java.sql.ResultSet)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||