|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.0.0) E17483-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.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, RESID_SUFFIX |
Fields inherited from interface oracle.jbo.mom.xml.DefPersistable |
---|
XML_STATEMENT |
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. |
DefPersistable |
getOrigObject()
|
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 |
isDirty()
This method returns if an Object is modified from last save/load |
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 |
isNew()
This method returns if this object is previously persisted. |
boolean |
isReadOnly()
|
boolean |
isReference()
Does this Referant Entity participate in the DML. |
void |
setDirty(boolean b)
This method marks the Object dirty |
void |
setEntireObjectTable(boolean b)
|
void |
setFullName(java.lang.String name)
Give this object a fully-qualified name. |
void |
setJoinType(int joinType)
Set the type of join. |
void |
setNew(boolean b)
This method marks the as previously persisted. |
void |
setOrigObject(DefPersistable origObject)
|
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.mom.xml.DefPersistable |
---|
getFullName |
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 boolean isNew()
DefPersistable
isNew
in interface DefPersistable
public void setNew(boolean b)
DefPersistable
setNew
in interface DefPersistable
b
- If true the Object is marked as new object.public boolean isDirty()
DefPersistable
isDirty
in interface DefPersistable
public void setDirty(boolean b)
DefPersistable
setDirty
in interface DefPersistable
b
- If true the Object is marked Dirty.public DefPersistable getOrigObject()
getOrigObject
in interface DefPersistable
public void setOrigObject(DefPersistable origObject)
setOrigObject
in interface DefPersistable
public void setFullName(java.lang.String name)
NamedObjectImpl
setFullName
in class NamedObjectImpl
name
- this object's fully-qualified name;
the package name concatenated with the class name.public DefObject getDef()
ComponentObjectImpl
public 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)
PersistentDefinition
writeObject
in interface PersistentDefinition
jos
- the Output storage for persistencepublic void writeContents(DefWriter jos)
PersistentDefinition
writeContents
in interface PersistentDefinition
jos
- the Output storage for persistencepublic void writeChildren(DefWriter jos)
PersistentDefinition
writeChildren
in interface PersistentDefinition
jos
- the Output storage for persistencepublic java.lang.String getXMLElementTag()
PersistentDefinition
getXMLElementTag
in interface PersistentDefinition
public java.lang.String getDefXMLElementTag()
getDefXMLElementTag
in interface PersistentDefinition
public java.lang.String getDefXMLNameSpace()
getDefXMLNameSpace
in interface PersistentDefinition
public 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,
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.0.0) E17483-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |