| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| org.melati.poem.generated |
The POEM-generated support classes for org.melati.poem.
|
| Modifier and Type | Method and Description |
|---|---|
Field<T> |
Column.asEmptyField()
Return a Field of the same type as this Column with default attributes.
|
Field<T> |
ExtraColumn.asField(Persistent g)
Return a Field of the same type as this Column from the Persistent.
|
abstract Field<T> |
Column.asField(Persistent g)
Return a Field of the same type as this Column from the Persistent.
|
static Field |
Field.basic(Object value,
String name,
PoemType type)
A convenience method to create a Field.
|
Field<?> |
Table.cachedSelectionField(String whereClause,
String orderByClause,
boolean nullable,
Integer selectedTroid,
String nameP)
Make up a Field object whose possible values are a selected
subset of the records in the table.
|
Field<?> |
JdbcTable.cachedSelectionField(String whereClause,
String orderByClause,
boolean nullable,
Integer selectedTroid,
String nameP)
Make up a Field object whose possible values are a selected
subset of the records in the table.
|
Field<?> |
FieldSet.get(String name)
Return a specified field.
|
Field<?> |
Persistent.getField(String name)
The value of one of the object's fields, wrapped up with type information
sufficient for rendering it.
|
Field<?> |
JdbcPersistent.getField(String name)
The value of one of the object's fields, wrapped up with type information
sufficient for rendering it.
|
Field<?> |
Persistent.getPrimaryDisplayField() |
Field<?> |
JdbcPersistent.getPrimaryDisplayField() |
Field<String> |
ValueInfo.getRangelimit_stringField()
Retrieves the
Rangelimit_string value as a Field
from this ValueInfo Persistent. |
Field<String> |
ValueInfo.getRangelow_stringField()
Retrieves the
Rangelow_string value as a Field
from this ValueInfo Persistent. |
Field |
Setting.getValueField()
Override the normal field attributes for the Value field,
use the attribute values set in this setting.
|
static Field |
Field.integer(Integer value,
String name)
A convenience method to create nullable Integer Field.
|
static Field |
Field.reference(Persistent value,
String name)
A convenience method to create a populated, nullable, Reference Field.
|
static Field |
Field.reference(Table table,
String name)
A convenience method to create new unpopulated, nullable Reference Field.
|
static Field |
Field.string(String value,
String name)
A convenience method to create nullable String Field.
|
Field<T> |
Field.withDescription(String description)
Clone with a new description.
|
Field<T> |
Field.withName(String name)
Clone with a new name.
|
Field<T> |
Field.withNullable(boolean nullable)
Clone with a different nullability.
|
Field<T> |
Field.withRaw(T rawP)
Clone this Field with a new value but same metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Field<?>> |
FieldSet.elements() |
Enumeration<Field<?>> |
Persistent.fieldsOfColumns(Enumeration<Column<?>> columns)
Create Fields from Columns.
|
Enumeration<Field<?>> |
JdbcPersistent.fieldsOfColumns(Enumeration<Column<?>> columns)
Create Fields from Columns.
|
Enumeration<Field<?>> |
Persistent.getDetailDisplayFields()
All fields at the detailed display level in display order.
|
Enumeration<Field<?>> |
JdbcPersistent.getDetailDisplayFields()
All fields at the detailed display level in display order.
|
Enumeration<Field<?>> |
ColumnInfo.getDsdQualifiers()
Only those fields which are relevant to this column
and legal as a field qualifier in the DSD.
|
Enumeration<Field<?>> |
Persistent.getFields()
The values of all the object's fields, wrapped up with type information
sufficient for rendering them.
|
Enumeration<Field<?>> |
JdbcPersistent.getFields()
The values of all the object's fields, wrapped up with type information
sufficient for rendering them.
|
Enumeration<Field<T>> |
Field.getFirst1000Possibilities()
Return a limited enumeration of possibilities.
|
Enumeration<Field<T>> |
Field.getPossibilities()
Might be a bit big for some Reference types.
|
Enumeration<Field<?>> |
Persistent.getRecordDisplayFields()
The values of all the object's fields designated for inclusion in full
record displays, wrapped up with type information sufficient for rendering
them.
|
Enumeration<Field<?>> |
JdbcPersistent.getRecordDisplayFields()
The values of all the object's fields designated for inclusion in full
record displays, wrapped up with type information sufficient for rendering
them.
|
Enumeration<Field<?>> |
Persistent.getSearchCriterionFields() |
Enumeration<Field<?>> |
JdbcPersistent.getSearchCriterionFields() |
Enumeration<Field<?>> |
Persistent.getSummaryDisplayFields()
All fields at the summary display level in display order.
|
Enumeration<Field<?>> |
JdbcPersistent.getSummaryDisplayFields()
All fields at the summary display level in display order.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Field.sameRawAs(Field<T> other)
Compare raws.
|
| Constructor and Description |
|---|
FieldSet(Hashtable<String,Integer> table_columnMap,
Field<?>[] fields)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Field<Integer> |
TableInfoBase.getCachelimitField()
Retrieves the
Cachelimit value as a Field
from this tableInfo Persistent. |
Field<Integer> |
TableInfoBase.getCancreateField()
Retrieves the
Cancreate value as a Field
from this tableInfo Persistent. |
Field<Integer> |
GroupCapabilityBase.getCapabilityField()
Retrieves the
Capability value as a Field
from this groupCapability Persistent. |
Field<Integer> |
TableInfoBase.getCategoryField()
Retrieves the
Category value as a Field
from this tableInfo Persistent. |
Field<Integer> |
TableInfoBase.getDefaultcandeleteField()
Retrieves the
Defaultcandelete value as a Field
from this tableInfo Persistent. |
Field<Integer> |
TableInfoBase.getDefaultcanreadField()
Retrieves the
Defaultcanread value as a Field
from this tableInfo Persistent. |
Field<Integer> |
TableInfoBase.getDefaultcanwriteField()
Retrieves the
Defaultcanwrite value as a Field
from this tableInfo Persistent. |
Field<String> |
ValueInfoBase.getDescriptionField()
Retrieves the
Description value as a Field
from this ValueInfo Persistent. |
Field<String> |
TableInfoBase.getDescriptionField()
Retrieves the
Description value as a Field
from this tableInfo Persistent. |
Field<Integer> |
ColumnInfoBase.getDisplaylevelField()
Retrieves the
Displaylevel value as a Field
from this columnInfo Persistent. |
Field<String> |
ValueInfoBase.getDisplaynameField()
Retrieves the
Displayname value as a Field
from this ValueInfo Persistent. |
Field<String> |
TableInfoBase.getDisplaynameField()
Retrieves the
Displayname value as a Field
from this tableInfo Persistent. |
Field<Integer> |
TableInfoBase.getDisplayorderField()
Retrieves the
Displayorder value as a Field
from this tableInfo Persistent. |
Field<Integer> |
ColumnInfoBase.getDisplayorderField()
Retrieves the
Displayorder value as a Field
from this columnInfo Persistent. |
Field<Integer> |
ColumnInfoBase.getDisplayorderpriorityField()
Retrieves the
Displayorderpriority value as a Field
from this columnInfo Persistent. |
Field<Integer> |
GroupMembershipBase.getGroupField()
Retrieves the
Group value as a Field
from this groupMembership Persistent. |
Field<Integer> |
GroupCapabilityBase.getGroupField()
Retrieves the
Group value as a Field
from this groupCapability Persistent. |
Field<Integer> |
ValueInfoBase.getHeightField()
Retrieves the
Height value as a Field
from this ValueInfo Persistent. |
Field<Integer> |
UserBase.getIdField()
Retrieves the
Id value as a Field
from this user Persistent. |
Field<Integer> |
TableInfoBase.getIdField()
Retrieves the
Id value as a Field
from this tableInfo Persistent. |
Field<Integer> |
TableCategoryBase.getIdField()
Retrieves the
Id value as a Field
from this tableCategory Persistent. |
Field<Integer> |
SettingBase.getIdField()
Retrieves the
Id value as a Field
from this setting Persistent. |
Field<Integer> |
GroupMembershipBase.getIdField()
Retrieves the
Id value as a Field
from this groupMembership Persistent. |
Field<Integer> |
GroupCapabilityBase.getIdField()
Retrieves the
Id value as a Field
from this groupCapability Persistent. |
Field<Integer> |
GroupBase.getIdField()
Retrieves the
Id value as a Field
from this group Persistent. |
Field<Integer> |
ColumnInfoBase.getIdField()
Retrieves the
Id value as a Field
from this columnInfo Persistent. |
Field<Integer> |
CapabilityBase.getIdField()
Retrieves the
Id value as a Field
from this capability Persistent. |
Field<Boolean> |
ColumnInfoBase.getIndexedField()
Retrieves the
Indexed value as a Field
from this columnInfo Persistent. |
Field<Integer> |
ColumnInfoBase.getIntegrityfixField()
Retrieves the
Integrityfix value as a Field
from this columnInfo Persistent. |
Field<String> |
UserBase.getLoginField()
Retrieves the
Login value as a Field
from this user Persistent. |
Field<String> |
UserBase.getNameField()
Retrieves the
Name value as a Field
from this user Persistent. |
Field<String> |
TableInfoBase.getNameField()
Retrieves the
Name value as a Field
from this tableInfo Persistent. |
Field<String> |
TableCategoryBase.getNameField()
Retrieves the
Name value as a Field
from this tableCategory Persistent. |
Field<String> |
SettingBase.getNameField()
Retrieves the
Name value as a Field
from this setting Persistent. |
Field<String> |
GroupBase.getNameField()
Retrieves the
Name value as a Field
from this group Persistent. |
Field<String> |
ColumnInfoBase.getNameField()
Retrieves the
Name value as a Field
from this columnInfo Persistent. |
Field<String> |
CapabilityBase.getNameField()
Retrieves the
Name value as a Field
from this capability Persistent. |
Field<Boolean> |
ValueInfoBase.getNullableField()
Retrieves the
Nullable value as a Field
from this ValueInfo Persistent. |
Field<String> |
UserBase.getPasswordField()
Retrieves the
Password value as a Field
from this user Persistent. |
Field<Integer> |
ValueInfoBase.getPrecisionField()
Retrieves the
Precision value as a Field
from this ValueInfo Persistent. |
Field<String> |
ValueInfoBase.getRangelimit_stringField()
Retrieves the
Rangelimit_string value as a Field
from this ValueInfo Persistent. |
Field<String> |
ValueInfoBase.getRangelow_stringField()
Retrieves the
Rangelow_string value as a Field
from this ValueInfo Persistent. |
Field<String> |
ValueInfoBase.getRenderinfoField()
Retrieves the
Renderinfo value as a Field
from this ValueInfo Persistent. |
Field<Integer> |
ValueInfoBase.getScaleField()
Retrieves the
Scale value as a Field
from this ValueInfo Persistent. |
Field<Integer> |
ColumnInfoBase.getSearchabilityField()
Retrieves the
Searchability value as a Field
from this columnInfo Persistent. |
Field<Boolean> |
TableInfoBase.getSeqcachedField()
Retrieves the
Seqcached value as a Field
from this tableInfo Persistent. |
Field<Integer> |
ValueInfoBase.getSizeField()
Retrieves the
Size value as a Field
from this ValueInfo Persistent. |
Field<Boolean> |
ColumnInfoBase.getSortdescendingField()
Retrieves the
Sortdescending value as a Field
from this columnInfo Persistent. |
Field<Integer> |
ColumnInfoBase.getTableinfoField()
Retrieves the
Tableinfo value as a Field
from this columnInfo Persistent. |
Field<Integer> |
ValueInfoBase.getTypefactoryField()
Retrieves the
Typefactory value as a Field
from this ValueInfo Persistent. |
Field<Boolean> |
ColumnInfoBase.getUniqueField()
Retrieves the
Unique value as a Field
from this columnInfo Persistent. |
Field<Boolean> |
ColumnInfoBase.getUsercreateableField()
Retrieves the
Usercreateable value as a Field
from this columnInfo Persistent. |
Field<Boolean> |
ValueInfoBase.getUsereditableField()
Retrieves the
Usereditable value as a Field
from this ValueInfo Persistent. |
Field<Integer> |
GroupMembershipBase.getUserField()
Retrieves the
User value as a Field
from this groupMembership Persistent. |
Field<String> |
SettingBase.getValueField()
Retrieves the
Value value as a Field
from this setting Persistent. |
Field<Integer> |
ValueInfoBase.getWidthField()
Retrieves the
Width value as a Field
from this ValueInfo Persistent. |
Copyright © 2000–2021 PanEris. All rights reserved.