|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| 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_HAS_IMPLICIT_ATTRS |
static java.lang.String |
EFFDT_USAGE_HAS_IMPLICIT_ATTRS_STR |
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 |
| Fields inherited from interface oracle.jbo.GenericHints |
|---|
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP |
| 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) |
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 |
isDeleteParticipant()Does this Referant Entity participate in the Delete processing in this usage. |
boolean |
isEffectiveDated()Checks if the underlying entity is used in an effective dated fashion or not. |
boolean |
isEntireObjectTable() |
boolean |
isInsertParticipant()Does this Referant Entity participate in the Delete processing in this usage. |
boolean |
isLockParticipant()Does this Referant Entity participate in the Lock processing in this usage. |
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 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 byte EFFDT_USAGE_HAS_IMPLICIT_ATTRS
public static final java.lang.String EFFDT_USAGE_OVERRIDE_FALSE_STR
public static final java.lang.String EFFDT_USAGE_HAS_IMPLICIT_ATTRS_STR
| Method Detail |
|---|
public DefObject getDef()
ComponentObjectImplpublic boolean isLockParticipant()
public boolean isDeleteParticipant()
public boolean isInsertParticipant()
public 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.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||