|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.common.NamedObjectImpl
oracle.jbo.server.NamedObjectImpl
oracle.jbo.server.ComponentObjectImpl
oracle.jbo.server.RowReference
public class RowReference
NAME
RowReference.java - Base class for view object bases.
DESCRIPTION
NOTES
VERSION
MODIFIED (MM/DD/YY)
| Field Summary | |
|---|---|
static byte |
EFFDT_USAGE_NO_OVERRIDE |
static byte |
EFFDT_USAGE_OVERRIDE_FALSE |
static java.lang.String |
EFFDT_USAGE_OVERRIDE_FALSE_STR |
| Fields inherited from class oracle.jbo.common.NamedObjectImpl |
|---|
mFullName, mObjName, mParent, mProperties, RES_ID_SUFFIX |
| Method Summary | |
|---|---|
protected ViewAttributeDefImpl |
findViewAttrDefByBaseAttrName(java.lang.String name, AttributeDefImpl attr) |
protected ViewAttributeDefImpl |
findViewAttrDefByViewAttrName(java.lang.String name, AttributeDefImpl attr) |
protected ViewAttributeDefImpl |
findViewAttributeDefImpl(java.lang.String name) |
protected java.util.ArrayList |
findViewAttributeDefImpls(AttributeDefImpl attr) |
oracle.jbo.server.DefObject |
getDef()Gets the Def Object. |
java.lang.String |
getDefXMLElementTag() |
java.lang.String |
getDefXMLNameSpace() |
int |
getJoinType()Returns the join type if the Entity Reference participates in one. |
static int |
getJoinType(java.lang.String type) |
static java.lang.String |
getJoinTypeAsString(int joinType)Returns the join type as a String so that it can be used in SQL generation. |
java.lang.String |
getXMLElementTag()Returns a piece of static info for the type of object this is invoked upon. |
boolean |
isEffectiveDated()Checks if the underlying entity is used in an effective dated fashion or not. |
boolean |
isEntireObjectTable() |
boolean |
isReadOnly() |
boolean |
isReference()Does this Referant Entity participate in the DML. |
void |
setEntireObjectTable(boolean b) |
void |
setJoinType(int joinType)Set the type of join. |
void |
setReadOnly(boolean state)Set the Referant Entity to READ-ONLY entity usage |
void |
setReference(boolean state)Set the Referant Entity to REFERENCE-ONLY enable entity lookup on source key attribute change. |
void |
writeChildren(DefWriter jos)Writes the Object's children to the Persistent storage |
void |
writeContents(DefWriter jos)Objects should write their persistence output in this method |
void |
writeObject(DefWriter jos)Objects should write their persistence output in this method |
| Methods inherited from class oracle.jbo.server.NamedObjectImpl |
|---|
setParent, setPropertiesMap |
| Methods inherited from class oracle.jbo.common.NamedObjectImpl |
|---|
allocatePropertyMap, getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getProperty, getPropertyMap, getResourcesFromBundle, refreshProperty, removeProperty, removeProperty, requiresNamePrefixedResId, setFullName, setPropertiesMap2, setProperty, setProperty, setPropertyMap |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.jbo.ComponentObject |
|---|
getFullName, getName |
| Methods inherited from interface oracle.jbo.Properties |
|---|
getProperties, getProperty, getProperty, refreshProperty |
| Methods inherited from interface oracle.jbo.VariableManagerOwner |
|---|
getName |
| Field Detail |
|---|
public static final byte EFFDT_USAGE_NO_OVERRIDE
public static final byte EFFDT_USAGE_OVERRIDE_FALSE
public static final java.lang.String EFFDT_USAGE_OVERRIDE_FALSE_STR
| Method Detail |
|---|
public oracle.jbo.server.DefObject getDef()
ComponentObjectImplpublic boolean isEntireObjectTable()
public void setEntireObjectTable(boolean b)
public void setReference(boolean state)
state - True to be REFERENCE, false otherwise.public void setReadOnly(boolean state)
state - True to be READONLY , false otherwise.public boolean isReference()
protected ViewAttributeDefImpl findViewAttrDefByViewAttrName(java.lang.String name,
AttributeDefImpl attr)
protected ViewAttributeDefImpl findViewAttrDefByBaseAttrName(java.lang.String name,
AttributeDefImpl attr)
protected ViewAttributeDefImpl findViewAttributeDefImpl(java.lang.String name)
protected java.util.ArrayList findViewAttributeDefImpls(AttributeDefImpl attr)
public boolean isReadOnly()
public void writeObject(DefWriter jos)
PersistentDefinitionwriteObject in interface PersistentDefinitionjos - the Output storage for persistencepublic void writeContents(DefWriter jos)
PersistentDefinitionwriteContents in interface PersistentDefinitionjos - the Output storage for persistencepublic void writeChildren(DefWriter jos)
PersistentDefinitionwriteChildren in interface PersistentDefinitionjos - the Output storage for persistencepublic java.lang.String getXMLElementTag()
PersistentDefinitiongetXMLElementTag in interface PersistentDefinitionpublic java.lang.String getDefXMLElementTag()
getDefXMLElementTag in interface PersistentDefinitionpublic java.lang.String getDefXMLNameSpace()
getDefXMLNameSpace in interface PersistentDefinitionpublic void setJoinType(int joinType)
setFromClause and setWhereClause on the ViewDefImpl class.joinType - The type of joinpublic int getJoinType()
public static java.lang.String getJoinTypeAsString(int joinType)
String so that it can be used in SQL generation.String objectpublic static int getJoinType(java.lang.String type)
public boolean isEffectiveDated()
true if the usage is effective dated, <false> otherwise.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||