|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FieldMetaData | |
| org.jaffa.datatypes | |
| org.jaffa.metadata | |
| org.jaffa.persistence.util | |
| org.jaffa.presentation.portlet.widgets.model | |
| org.jaffa.rules.examples.domain | |
| Uses of FieldMetaData in org.jaffa.datatypes |
| Methods in org.jaffa.datatypes with parameters of type FieldMetaData | |
static Object |
FieldValidator.validateData(String field,
FieldMetaData meta)
This method validates the input field value based on the meta data. |
static Object |
FieldValidator.validateData(String field,
FieldMetaData meta,
boolean checkMandatory)
This method validates the input field value based on the meta data. |
| Uses of FieldMetaData in org.jaffa.metadata |
| Subclasses of FieldMetaData in org.jaffa.metadata | |
class |
BooleanFieldMetaData
An instance of this class will hold meta information for a Boolean field. |
class |
CurrencyFieldMetaData
An instance of this class will hold meta information for a Currency field. |
class |
DateOnlyFieldMetaData
An instance of this class will hold meta information for a DateOnly field. |
class |
DateTimeFieldMetaData
An instance of this class will hold meta information for a DateTime field. |
class |
DecimalFieldMetaData
An instance of this class will hold meta information for a Decimal field. |
class |
IntegerFieldMetaData
An instance of this class will hold meta information for an Integer field. |
class |
RawFieldMetaData
An instance of this class will hold meta information for a Raw field. |
class |
StringFieldMetaData
An instance of this class will hold meta information for a String field. |
| Methods in org.jaffa.metadata that return FieldMetaData | |
static FieldMetaData[] |
DomainMetaDataHelper.getFieldMetaData(Map fieldMap)
Returns an array of FieldMetaData objects defined in a domain meta object. |
static FieldMetaData |
DomainMetaDataHelper.getFieldMetaData(Map fieldMap,
String fieldName)
Returns a FieldMetaData object defined in a domain meta object for the input field. |
| Uses of FieldMetaData in org.jaffa.persistence.util |
| Methods in org.jaffa.persistence.util that return FieldMetaData | |
static FieldMetaData[] |
PersistentHelper.getKeyFields(String persistentClassName)
This returns an array of meta information for all the key fields of the persistent class. |
static FieldMetaData[] |
PersistentHelper.getMandatoryFields(String persistentClassName)
This returns an array of meta information for all the mandatory fields of the persistent class. |
static FieldMetaData[] |
PersistentHelper.getFieldMetaData(String persistentClassName)
This returns an array of meta information for all the fields of the persistent class. |
static FieldMetaData |
PersistentHelper.getFieldMetaData(String persistentClassName,
String fieldName)
Returns the FieldMetaData object from the meta class for the input persistent class for the input field. |
| Uses of FieldMetaData in org.jaffa.presentation.portlet.widgets.model |
| Methods in org.jaffa.presentation.portlet.widgets.model that return FieldMetaData | |
FieldMetaData |
EditBoxModel.getMetaData()
Getter for property metaData. |
| Constructors in org.jaffa.presentation.portlet.widgets.model with parameters of type FieldMetaData | |
EditBoxModel(FieldMetaData meta)
Creates a model.. |
|
EditBoxModel(Object obj,
FieldMetaData meta)
Creates a model initialized to the input value. |
|
DropDownModel(String dropdownValue,
FieldMetaData metaObject)
|
|
| Uses of FieldMetaData in org.jaffa.rules.examples.domain |
| Fields in org.jaffa.rules.examples.domain declared as FieldMetaData | |
static FieldMetaData |
ValidFieldValueMeta.META_TABLE_NAME
A constant which holds the meta information for the TableName field. |
static FieldMetaData |
ValidFieldValueMeta.META_FIELD_NAME
A constant which holds the meta information for the FieldName field. |
static FieldMetaData |
ValidFieldValueMeta.META_LEGAL_VALUE
A constant which holds the meta information for the LegalValue field. |
static FieldMetaData |
ValidFieldValueMeta.META_DESCRIPTION
A constant which holds the meta information for the Description field. |
static FieldMetaData |
ValidFieldValueMeta.META_REMARKS
A constant which holds the meta information for the Remarks field. |
| Methods in org.jaffa.rules.examples.domain that return FieldMetaData | |
static FieldMetaData[] |
ValidFieldValueMeta.getFieldMetaData()
This returns an array of meta information for all the fields of the persistent class. |
static FieldMetaData |
ValidFieldValueMeta.getFieldMetaData(String fieldName)
This returns meta information for the input field. |
static FieldMetaData[] |
ValidFieldValueMeta.getKeyFields()
This returns an array of meta information for all the key fields of the persistent class. |
static FieldMetaData[] |
ValidFieldValueMeta.getMandatoryFields()
This returns an array of meta information for all the mandatory fields of the persistent class. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||