|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Db | |
dea.albums | |
dea.beans | |
dea.hc | |
dea.hc.jds.actions | |
dea.spamRescue |
Uses of Db in dea.albums |
Methods in dea.albums with parameters of type Db | |
void |
AddPicData.walkTree(java.io.File dir,
Db db)
Walk the file tree and pass file names to PicData.create() |
Uses of Db in dea.beans |
Methods in dea.beans with parameters of type Db | |
void |
Hc_rain.load(Db db)
load record from the DB by primary key |
void |
Hc_rain.store(Db db)
Store this object in the DB |
void |
Spam_replies.load(Db db)
load record from the DB by primary key |
void |
Spam_replies.store(Db db)
Store this object in the DB |
void |
Hc_devbak.load(Db db)
load record from the DB by primary key |
void |
Hc_devbak.store(Db db)
Store this object in the DB |
void |
Hc_vars.load(Db db)
load record from the DB by primary key |
void |
Hc_vars.store(Db db)
Store this object in the DB |
void |
Hc_echo.load(Db db)
load record from the DB by primary key |
void |
Hc_echo.store(Db db)
Store this object in the DB |
void |
Dvdcompat.load(Db db)
load record from the DB by primary key |
void |
Dvdcompat.store(Db db)
Store this object in the DB |
void |
Users.load(Db db)
load record from the DB by primary key |
void |
Users.store(Db db)
Store this object in the DB |
void |
Userperms.load(Db db)
load record from the DB by primary key |
void |
Userperms.store(Db db)
Store this object in the DB |
void |
Perms.load(Db db)
load record from the DB by primary key |
void |
Perms.store(Db db)
Store this object in the DB |
void |
Url_info.load(Db db)
load record from the DB by primary key |
void |
Url_info.store(Db db)
Store this object in the DB |
void |
Templates.load(Db db)
load record from the DB by primary key |
void |
Templates.store(Db db)
Store this object in the DB |
void |
Srcs.load(Db db)
load record from the DB by primary key |
void |
Srcs.store(Db db)
Store this object in the DB |
void |
Pkeys.load(Db db)
load record from the DB by primary key |
void |
Pkeys.store(Db db)
Store this object in the DB |
void |
Pics.load(Db db)
load record from the DB by primary key |
void |
Pics.store(Db db)
Store this object in the DB |
void |
Parms.load(Db db)
load record from the DB by primary key |
void |
Parms.store(Db db)
Store this object in the DB |
void |
Objx.load(Db db)
load record from the DB by primary key |
void |
Objx.store(Db db)
Store this object in the DB |
void |
Objects.load(Db db)
load record from the DB by primary key |
void |
Objects.store(Db db)
Store this object in the DB |
void |
Msg_info.load(Db db)
load record from the DB by primary key |
void |
Msg_info.store(Db db)
Store this object in the DB |
void |
Menus.load(Db db)
load record from the DB by primary key |
void |
Menus.store(Db db)
Store this object in the DB |
void |
Memos.load(Db db)
load record from the DB by primary key |
void |
Memos.store(Db db)
Store this object in the DB |
void |
Hc_log.load(Db db)
load record from the DB by primary key |
void |
Hc_log.store(Db db)
Store this object in the DB |
void |
Hc_devices.load(Db db)
load record from the DB by primary key |
void |
Hc_devices.store(Db db)
Store this object in the DB |
void |
Fold_info.load(Db db)
load record from the DB by primary key |
void |
Fold_info.store(Db db)
Store this object in the DB |
void |
Entry_info.load(Db db)
load record from the DB by primary key |
void |
Entry_info.store(Db db)
Store this object in the DB |
void |
Dvds.load(Db db)
load record from the DB by primary key |
void |
Dvds.store(Db db)
Store this object in the DB |
void |
Counts.load(Db db)
load record from the DB by primary key |
void |
Counts.store(Db db)
Store this object in the DB |
void |
Cats.load(Db db)
load record from the DB by primary key |
void |
Cats.store(Db db)
Store this object in the DB |
void |
Attribs.load(Db db)
load record from the DB by primary key |
void |
Attribs.store(Db db)
Store this object in the DB |
void |
Attr_types.load(Db db)
load record from the DB by primary key |
void |
Attr_types.store(Db db)
Store this object in the DB |
Uses of Db in dea.hc |
Methods in dea.hc with parameters of type Db | |
static Hc_rain |
RainInfo.load(Db db,
java.sql.Timestamp recieved,
int toggle)
See if we already have a record for this |
static java.util.HashMap |
HcManager.getDevs(Db db)
Get a HashMap keyed by house code (String) of HasMaps keyed by unit number (Integer) of all the Hc_devices records cached from the DB. |
static Hc_devices |
HcManager.getDev(java.lang.String code,
int unit,
Db db)
Get a Hc_devices record from the local cache. |
static Hc_vars |
HcManager.getVar(java.lang.String code,
int unit,
Db db)
Get var that is associated with a device. |
static java.util.ArrayList |
HcManager.getNamedVars(Db db)
|
static Hc_echo |
HcManager.getLast(int devType,
Db db)
Get the most recent Hc_echo record of a type. |
Uses of Db in dea.hc.jds.actions |
Methods in dea.hc.jds.actions with parameters of type Db | |
java.lang.String |
SendVars.process(Hc_echo echo,
Hc_devices dev,
Db db,
int newVal)
|
java.lang.String |
SendLog.process(Hc_echo echo,
Hc_devices dev,
Db db,
int newVal)
|
java.lang.String |
AllOutsideOn.process(Hc_echo echo,
Hc_devices dev,
Db db,
int newVal)
Turns on M1 if ON for device is sent to asociated device |
java.lang.String |
AtDark.process(Hc_echo echo,
Hc_devices dev,
Db db,
int newVal)
Turns on M1 if ON for device is sent to asociated device |
java.lang.String |
JustLog.process(Hc_echo echo,
Hc_devices dev,
Db db,
int newVal)
|
java.lang.String |
IncRainCount.process(Hc_echo echo,
Hc_devices dev,
Db db,
int newVal)
|
java.lang.String |
IncTestcount.process(Hc_echo echo,
Hc_devices dev,
Db db,
int newVal)
|
java.lang.String |
TurnOnM1.process(Hc_echo echo,
Hc_devices dev,
Db db,
int newVal)
Turns on M1 if ON for device is sent to asociated device |
static void |
BaseJDSAction.logAction(java.sql.Timestamp entered,
int devId,
int newValue,
Db db)
|
abstract java.lang.String |
BaseJDSAction.process(Hc_echo echo,
Hc_devices dev,
Db db,
int newVal)
|
Uses of Db in dea.spamRescue |
Methods in dea.spamRescue with parameters of type Db | |
Spam_replies |
ProcessReplies.load(Db db,
java.lang.String email)
look up Spam_replies record for email address |
static Msg_info |
MsgInfo.load(Db db,
long batch,
java.lang.String number)
load record from the DB by batch and msg number |
static Msg_info |
MsgInfo.load(Db db,
java.lang.String msgID,
java.lang.String toAddr)
load record from the DB by the email messageID and to address. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |