|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.jbo.common.NamedObjectImpl
oracle.jbo.mom.DefinitionObject
oracle.jbo.mom.PersistableDefObject
oracle.jbo.server.ViewAccessorDef
public class ViewAccessorDef
| Field Summary |
|---|
| Fields inherited from class oracle.jbo.mom.DefinitionObject |
|---|
DEF_MDS_CLIENT_KEY, DEF_SCOPE_PERS, DEF_SCOPE_SESSION, DEF_SCOPE_SHARED, mBaseDefObject, mExtendedDefObjects, mObjectResolved, PERSDEF_MDS_CLIENT_KEY |
| Fields inherited from class oracle.jbo.common.NamedObjectImpl |
|---|
mFullName, mObjName, mParent, mProperties, RES_ID_SUFFIX |
| Fields inherited from interface oracle.jbo.mom.xml.DefPersistable |
|---|
XML_STATEMENT |
| Constructor Summary | |
|---|---|
ViewAccessorDef()
|
|
ViewAccessorDef(java.lang.String name,
java.lang.String viewDefFullName)
|
|
ViewAccessorDef(java.lang.String name,
java.lang.String amUsageName,
java.lang.String viewInstanceName)
|
|
| Method Summary | |
|---|---|
void |
addAppliedViewCriteria(PDefViewCriteria pVC)
|
void |
addBoundParameter(java.lang.String name,
java.lang.String expr)
|
void |
applyViewAccessorVCs(ViewObjectImpl vo)
|
VariableValueManager |
ensureVariableManager()
Returns this object's Variable Value Manager. |
protected void |
finishedLoading()
|
java.util.HashMap |
getAllProperties(java.util.HashMap map,
LocaleContext locale)
|
java.lang.String |
getAMUsageName()
|
java.util.List<PDefViewCriteria> |
getAppliedViewCriterias()
|
DefinitionObject |
getBaseDefObject()
|
java.util.ArrayList |
getBoundParameterList()
|
BoundParameters |
getBoundParameters()
|
RowDef |
getDef()
|
int |
getDefTypeId()
|
java.lang.String |
getDefXMLElementTag()
|
java.lang.String |
getDefXMLNameSpace()
|
java.lang.Class |
getMessageBundleClass()
|
java.lang.String |
getOrderBy()
|
ResourceBundleDef |
getResourceBundleDef()
|
int |
getResultIndex()
|
boolean |
getRowLevelBinds()
|
VariableValueManager |
getVariableManager()
Returns this object's current Variable Value Manager. |
protected VariableValueManager[] |
getVarMgrParents()
|
java.lang.String |
getViewDefFullName()
|
java.lang.String |
getViewInstanceName()
|
boolean |
hasVariables()
Returns a flag indicating whether this object has Variables or not. |
boolean |
isSharedInstance()
|
protected void |
loadProperties(DefElement xmlElement)
|
protected void |
loadVariables(DefElement xmlElement)
|
void |
loadXMLContents(DefElement xmlElement,
java.lang.String fullName)
|
static ViewAccessorDef |
lookupViewAccessorDef(java.lang.String vaDesc,
ViewObjectImpl vo)
|
protected java.lang.Object |
resolvePropertyRaw(java.lang.String property,
LocaleContext locale)
|
protected void |
resolveReferences()
|
void |
setAMUsageName(java.lang.String amUsageName)
|
void |
setBaseDefObject(DefinitionObject baseDefObject)
|
void |
setBaseDefObject(DefinitionObject baseDefObject,
boolean addToBaseDef)
|
protected void |
setDefForComponent(ComponentObjectImpl comp)
|
void |
setName(java.lang.String name)
Name this object. |
void |
setOrderBy(java.lang.String orderBy)
|
protected void |
setParent(NamedObjectImpl parent)
Sets this object's parent. |
void |
setResultIndex(int index)
|
void |
setRowLevelBinds(boolean b)
|
void |
setSharedInstance(boolean b)
|
void |
setViewDefFullName(java.lang.String viewDefName)
|
void |
setViewInstanceName(java.lang.String voName)
|
protected void |
unsetDefForComponent(ComponentObjectImpl comp)
|
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 |
| Methods inherited from class oracle.jbo.common.NamedObjectImpl |
|---|
getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getProperty, getResourcesFromBundle, refreshProperty, removeProperty, requiresNamePrefixedResId, setFullName, setPropertiesMap, setPropertiesMap2, setProperty |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.jbo.VariableManagerOwner |
|---|
getName |
| Methods inherited from interface oracle.jbo.mom.xml.DefPersistable |
|---|
getFullName |
| Constructor Detail |
|---|
public ViewAccessorDef()
public ViewAccessorDef(java.lang.String name,
java.lang.String viewDefFullName)
public ViewAccessorDef(java.lang.String name,
java.lang.String amUsageName,
java.lang.String viewInstanceName)
| Method Detail |
|---|
public int getDefTypeId()
public RowDef getDef()
protected void setParent(NamedObjectImpl parent)
parent - the named object that is to be the parent of this object.public java.lang.Class getMessageBundleClass()
public ResourceBundleDef getResourceBundleDef()
protected void setDefForComponent(ComponentObjectImpl comp)
protected void unsetDefForComponent(ComponentObjectImpl comp)
public java.lang.String getViewDefFullName()
public void setViewDefFullName(java.lang.String viewDefName)
public java.lang.String getAMUsageName()
public void setAMUsageName(java.lang.String amUsageName)
public java.lang.String getViewInstanceName()
public void setViewInstanceName(java.lang.String voName)
public boolean isSharedInstance()
public void setSharedInstance(boolean b)
public boolean getRowLevelBinds()
public void setRowLevelBinds(boolean b)
public java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
public java.util.List<PDefViewCriteria> getAppliedViewCriterias()
public void addAppliedViewCriteria(PDefViewCriteria pVC)
public BoundParameters getBoundParameters()
public java.util.ArrayList getBoundParameterList()
public void addBoundParameter(java.lang.String name,
java.lang.String expr)
public int getResultIndex()
public void setResultIndex(int index)
public void applyViewAccessorVCs(ViewObjectImpl vo)
public static ViewAccessorDef lookupViewAccessorDef(java.lang.String vaDesc,
ViewObjectImpl vo)
public void loadXMLContents(DefElement xmlElement,
java.lang.String fullName)
loadXMLContents in class PersistableDefObjectpublic void writeChildren(DefWriter jos)
PersistentDefinition
writeChildren in interface PersistentDefinitionjos - the Output storage for persistencepublic void writeContents(DefWriter jos)
PersistentDefinition
writeContents in interface PersistentDefinitionwriteContents in class PersistableDefObjectjos - the Output storage for persistencepublic java.lang.String getDefXMLElementTag()
getDefXMLElementTag in interface PersistentDefinitiongetDefXMLElementTag in class PersistableDefObjectpublic void setName(java.lang.String name)
setName in class DefinitionObjectname - the name to be given to this object.public DefinitionObject getBaseDefObject()
getBaseDefObject in class DefinitionObjectpublic void setBaseDefObject(DefinitionObject baseDefObject)
setBaseDefObject in class DefinitionObject
public void setBaseDefObject(DefinitionObject baseDefObject,
boolean addToBaseDef)
setBaseDefObject in class DefinitionObjectprotected void resolveReferences()
resolveReferences in class DefinitionObjectprotected void finishedLoading()
finishedLoading in class PersistableDefObjectprotected void loadProperties(DefElement xmlElement)
loadProperties in class DefinitionObjectxmlElement - The XML element to load from.protected void loadVariables(DefElement xmlElement)
public VariableValueManager getVariableManager()
VariableManagerOwnerBasenull if Variable Value Manager has
been initialized.
When a framework object is first created, its Variable Value Manager may be null. This method does not initialize (create) the Variable Value Manager.
in contrast, ensures
that the Variable Value Manager is initialized (created).
VariableManagerOwnerBase.ensureVariableManager()
getVariableManager in interface VariableManagerOwnerBasenull if one was not yet initialized.protected VariableValueManager[] getVarMgrParents()
public boolean hasVariables()
VariableManagerOwnerBase
hasVariables in interface VariableManagerOwnerBasepublic VariableValueManager ensureVariableManager()
VariableManagerOwnerBase
ensureVariableManager in interface VariableManagerOwnerBasepublic java.lang.String getDefXMLNameSpace()
getDefXMLNameSpace in interface PersistentDefinitiongetDefXMLNameSpace in class PersistableDefObject
protected java.lang.Object resolvePropertyRaw(java.lang.String property,
LocaleContext locale)
resolvePropertyRaw in class NamedObjectImpl
public java.util.HashMap getAllProperties(java.util.HashMap map,
LocaleContext locale)
getAllProperties in class NamedObjectImpl
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1) E10653-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||