public class FndLUEntityView extends FndBaseEntityView
FndAbstractRecord.ChangedValueMode, FndAbstractRecord.Iterator
Modifier and Type | Field and Description |
---|---|
FndAlpha |
objId
Objid attribute.
|
FndAlpha |
objVersion
Objversion attribute.
|
container, meta, REMOVE_NOT_ALLOWED
Constructor and Description |
---|
FndLUEntityView()
Framework internal constructor required by Externalizable interface.
|
FndLUEntityView(FndRecordMeta meta)
Create a new instance based on a specified meta-record.
|
FndLUEntityView(java.lang.String name,
java.lang.String table,
java.lang.String entity)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
formatEntityAttributesToXml(FndXmlSerializer s,
FndXmlElementAttributeList attributes)
Format entity attributes to XML stream.
|
java.lang.String |
getLobTable()
Gets the table where the LOB columns are to be stored.
|
protected boolean |
isEntityAttribute(FndAttribute attr)
Check if an attribute is an entity attribute (like OBJ_ID or OBJ_VERSION).
|
FndAbstractRecord |
newInstance()
Create a new instance.
|
entityState, getStateRules, isInFinalState, validate
getTable, isContained
newArrayInstance, transformToRecord, transformView
abortIfInvalid, add, add, add, addCondition, addCondition, addRecord, assign, attributes, clear, clone, defaulting, details, diff, excludeQueryResults, findCompoundReference, findCompoundReference, format, formatBuffer, formatItem, getAttribute, getAttribute, getAttribute, getAttributeCount, getAttributeIndex, getAttributeIndex, getAttributeValue, getAttributeValue, getCompoundReference, getCompoundReferenceCount, getCondition, getContainer, getDetailCount, getEntity, getIdentity, getMeta, getMetaPackage, getModule, getName, getParentKey, getPrimaryKey, getRecord, getState, getType, hasDirtyPersistentAttributes, includeQueryResults, isDefaulting, isDirty, isPersistent, isRemoveAllowed, isValid, keys, newFndAttribute, parse, parseBuffer, parseItem, persistentCascadeDeleteDetails, persistentDependentDetails, persistentDetails, persistentIndependentDetails, readExternal, records, replaceAllContent, serializedSize, setCondition, setContainer, setExistent, setIdentity, setName, setNonExistent, setNull, setParentKey, setQuery, setRemoveAllowed, setState, setState, setType, validate, validateMandatory, validateMandatory, writeExternal
public final FndAlpha objVersion
public final FndAlpha objId
public FndLUEntityView()
public FndLUEntityView(java.lang.String name, java.lang.String table, java.lang.String entity)
name
- record nametable
- database table/view associated with the entityentity
- entity namepublic FndLUEntityView(FndRecordMeta meta)
meta
- meta-recordpublic FndAbstractRecord newInstance()
newInstance
in class FndBaseEntityView
protected void formatEntityAttributesToXml(FndXmlSerializer s, FndXmlElementAttributeList attributes)
formatEntityAttributesToXml
in class FndAbstractRecord
s
- XML serializer to format entity attributes toattributes
- attribute list to add entity attributes toprotected boolean isEntityAttribute(FndAttribute attr)
isEntityAttribute
in class FndAbstractRecord
attr
- attribute to checkpublic final java.lang.String getLobTable()