|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DDRecord | |
---|---|
org.paneris.jal.controller | Servlets for database administration. |
org.paneris.jal.model | Persistent data. |
org.paneris.messageboard.model | A JAL based Messageboard system model. |
org.paneris.paneris.model | Persistent data and processes. |
org.paneris.user.model | A JAL User. |
Uses of DDRecord in org.paneris.jal.controller |
---|
Methods in org.paneris.jal.controller with parameters of type DDRecord | |
---|---|
java.lang.String |
Admin.buildQuery(org.webmacro.servlet.WebContext context,
DDRecord tableRS,
java.lang.String table,
java.lang.String orderby,
java.lang.String ascdesc,
java.lang.String db,
java.lang.String selectExpression)
Find out if any other record in the database has the relevant field set to this value. |
Uses of DDRecord in org.paneris.jal.model |
---|
Methods in org.paneris.jal.model that return DDRecord | |
---|---|
DDRecord |
DataCache.getDDRecord(java.lang.String db,
java.lang.String tn,
java.lang.Integer fn)
returns a reference to a cached DDRecord (assuming it is cached). |
DDRecord |
DDField.getLookup()
Gos and gets the results set if this field has a lookup. |
DDRecord |
RecordSet.getRecord(java.lang.String database,
java.lang.String table,
java.lang.Integer id)
|
DDRecord |
DataCache.putDDRecords(java.lang.String db,
java.lang.String tn,
java.lang.Integer fn)
|
Constructors in org.paneris.jal.model with parameters of type DDRecord | |
---|---|
LookupItem(DDRecord rec,
java.lang.String field)
Constructor to build Lookup Item given a DDRecord and a string describing the field |
Uses of DDRecord in org.paneris.messageboard.model |
---|
Subclasses of DDRecord in org.paneris.messageboard.model | |
---|---|
class |
Attachment
An item on the messageboard. |
class |
Board
A messageboard. |
class |
Message
An item on the messageboard. |
Uses of DDRecord in org.paneris.paneris.model |
---|
Methods in org.paneris.paneris.model that return DDRecord | |
---|---|
DDRecord |
PageContent.getDDRecord(java.lang.String db,
java.lang.String table,
java.lang.String id)
|
DDRecord |
PageContent.getRecord(java.lang.String db,
java.lang.String section)
|
Uses of DDRecord in org.paneris.user.model |
---|
Subclasses of DDRecord in org.paneris.user.model | |
---|---|
class |
User
A User. |
Methods in org.paneris.user.model with parameters of type DDRecord | |
---|---|
static java.lang.String |
User.checkLoggedInForParentRecord(DDRecord record,
org.webmacro.servlet.WebContext context,
java.lang.String message)
Check if we are logged in for the table and record we are trying to edit, this is done by looking at the record for fields that lookup directly to a this users user record. |
static java.lang.String |
User.checkLoggedInForRecord(DDRecord record,
org.webmacro.servlet.WebContext context,
java.lang.String message)
Check if we are logged in by the table and record we are trying to edit. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |