|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.empire.commons.ErrorObject
org.apache.empire.data.bean.BeanRecordProxy<T>
org.apache.empire.struts2.websample.ws.SampleRecord<Employee>
org.apache.empire.struts2.websample.ws.records.EmployeeRecord
public class EmployeeRecord
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.empire.commons.ErrorObject |
---|
ErrorObject.ObjectErrorInfo |
Field Summary | |
---|---|
static SampleBeanDomain.Employees |
T
|
Fields inherited from class org.apache.empire.struts2.websample.ws.SampleRecord |
---|
context |
Fields inherited from class org.apache.empire.data.bean.BeanRecordProxy |
---|
log |
Constructor Summary | |
---|---|
EmployeeRecord(SampleContext context)
|
Method Summary | |
---|---|
static Options |
getDepartments(SampleContext context)
|
Options |
getFieldOptions(Column column)
returns the Options list for the given record field. |
boolean |
isNew()
returns true if this record is a new record. |
boolean |
isValid()
returns true if the record is valid. |
Methods inherited from class org.apache.empire.data.bean.BeanRecordProxy |
---|
clearModified, getBean, getBeanProperties, getBeanProperties, getColumn, getColumnExpr, getFieldCount, getFieldIndex, getFieldIndex, getKeyColumns, getKeyValues, getValue, getValue, isFieldReadOnly, isFieldVisible, isModified, isNull, isNull, setBean, setBeanValues, setBeanValues, setValue, setValue, wasModified |
Methods inherited from class org.apache.empire.commons.ErrorObject |
---|
clearError, clearErrorInfo, error, error, error, error, error, error, error, getErrorInfo, getErrorMessage, getErrorParams, getErrorSource, getErrorType, getMessage, hasError, internalSetError, isExceptionsEnabled, setExceptionsEnabled, success |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SampleBeanDomain.Employees T
Constructor Detail |
---|
public EmployeeRecord(SampleContext context)
Method Detail |
---|
public Options getFieldOptions(Column column)
Record
getFieldOptions
in interface Record
getFieldOptions
in class BeanRecordProxy<Employee>
column
- the column to check for visibility
public static Options getDepartments(SampleContext context)
public boolean isNew()
Record
isNew
in interface Record
isNew
in class BeanRecordProxy<Employee>
public boolean isValid()
Record
isValid
in interface Record
isValid
in class BeanRecordProxy<Employee>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |