|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jbo.server.NamedObjectImpl
oracle.jbo.server.ComponentObjectImpl
oracle.jbo.server.ViewLinkImpl
public class ViewLinkImpl
Field Summary | |
---|---|
static java.lang.Class |
CLASS_INSTANCE
|
protected ViewObjectImpl |
destination
|
protected boolean |
mReversedUsage
|
protected ViewLinkDefImpl |
qoAssoc
|
protected ViewObjectImpl |
source
|
Fields inherited from class oracle.jbo.server.NamedObjectImpl |
---|
mObjName, mParent, mProperties, mUserData, RES_ID_SUFFIX |
Constructor Summary | |
---|---|
ViewLinkImpl()
|
Method Summary | |
---|---|
ViewObject |
getDestination()
Gets the detail (destination side) View Object. |
ViewObject |
getSource()
Gets the link's master View Object. |
AttributeDef |
getSourceAccessor()
|
ViewLinkDefImpl |
getViewLinkDef()
Internal: Applications should not use this method. |
boolean |
isReversedUsage()
|
void |
setDestination(ViewObject destination)
Sets the detail (destination side) View Object. |
void |
setSource(ViewObject source)
Sets the master (source side) View Object. |
Methods inherited from class oracle.jbo.server.ComponentObjectImpl |
---|
addListener, applyPersonalization, create, createRef, ensureVariableManager, getAllProperties, getApplicationModule, getCompListeners, getCompListenersList, getDefFullName, getDefName, getMessageBundleClass, getResourceBundleDef, getRootApplicationModule, getVariableManager, hasVariables, isDead, remove, resolvePropertyRaw |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.jbo.ComponentObject |
---|
getDefFullName, getDefName, getFullName, getName, remove |
Methods inherited from interface oracle.jbo.Properties |
---|
getProperties, getProperty, getProperty, refreshProperty |
Methods inherited from interface oracle.jbo.VariableManagerOwner |
---|
getName |
Field Detail |
---|
public static final java.lang.Class CLASS_INSTANCE
protected ViewLinkDefImpl qoAssoc
protected ViewObjectImpl source
protected ViewObjectImpl destination
protected boolean mReversedUsage
Constructor Detail |
---|
public ViewLinkImpl()
Method Detail |
---|
public ViewObject getSource()
ViewLink
getSource
in interface ViewLink
ViewObject
.public ViewObject getDestination()
getDestination
in interface ViewLink
public ViewLinkDefImpl getViewLinkDef()
Gets the View Link definition object from which this View Link was created.
public boolean isReversedUsage()
public void setDestination(ViewObject destination)
destination
- the detail View Object.
InvalidParamException
- if the master and detail are the same View Object, or if the View Object Definitions for
destination
and the View Link definition's detail do not match.public AttributeDef getSourceAccessor()
public void setSource(ViewObject source)
source
- the master View Object.
InvalidParamException
- if the master and detail are the same View Object, or if the View Object Definitions for
source
and the View Link definition's master do not match.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |