|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Record | |
---|---|
org.apache.empire.data.bean | This package contains implmentations of Empire's data and metadata interfaces for JavaBeans of Data Tranfer Objects (DTO's). |
org.apache.empire.db | This package contains the core Empire-DB implementation classes. |
org.apache.empire.struts2.actionsupport | |
org.apache.empire.struts2.jsp.tags | |
org.apache.empire.struts2.websample.db | |
org.apache.empire.struts2.websample.db.records | |
org.apache.empire.struts2.websample.web.actiontypes |
Uses of Record in org.apache.empire.data.bean |
---|
Classes in org.apache.empire.data.bean that implement Record | |
---|---|
class |
BeanRecordProxy<T>
BeanRecordProxy This class defines proxy that allows any POJO to behave like a record object. |
Uses of Record in org.apache.empire.db |
---|
Classes in org.apache.empire.db that implement Record | |
---|---|
class |
DBRecord
This class handles one record from a database table. |
Uses of Record in org.apache.empire.struts2.actionsupport |
---|
Methods in org.apache.empire.struts2.actionsupport that return Record | |
---|---|
abstract Record |
RecordFormActionSupport.getRecord()
|
Record |
BeanActionSupport.getRecord()
returns the Record interface implementation for the bean |
protected Record |
RecordFormActionSupport.getRecordFromSession()
|
Methods in org.apache.empire.struts2.actionsupport with parameters of type Record | |
---|---|
java.lang.String |
ActionBase.getRecordKeyString(Record record)
this method assembles all key values to a combined string The key parts will be separated by forward slashes (KEY_SEP_CHAR) thus the key parts must not contain forward slashes. |
protected boolean |
RecordFormActionSupport.setUpdateFields(Record record)
adds all fields found in the HTTP-JSPRequest for this table to the record |
Uses of Record in org.apache.empire.struts2.jsp.tags |
---|
Methods in org.apache.empire.struts2.jsp.tags that return Record | |
---|---|
protected Record |
EmpireValueTagSupport.getRecord()
|
Uses of Record in org.apache.empire.struts2.websample.db |
---|
Classes in org.apache.empire.struts2.websample.db that implement Record | |
---|---|
class |
SampleRecord
|
Uses of Record in org.apache.empire.struts2.websample.db.records |
---|
Classes in org.apache.empire.struts2.websample.db.records that implement Record | |
---|---|
class |
DepartmentRecord
|
class |
EmployeeRecord
|
Uses of Record in org.apache.empire.struts2.websample.web.actiontypes |
---|
Methods in org.apache.empire.struts2.websample.web.actiontypes that return Record | |
---|---|
Record |
BeanDetailAction.getRecord()
Returns the Record interface implmentation for the bean. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |