|
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.mom.DefinitionObject
oracle.jbo.mom.PersistableDefObject
oracle.jbo.server.DefObject
oracle.jbo.server.MetaObject
oracle.jbo.server.ApplicationModuleDefImpl
public class ApplicationModuleDefImpl
The base class for all generated ApplicationModule classes.
An Application Module is a container for View Objects, View Links and other Application Modules. This class stores the runtime metadata for Application Modules. Like other Def objects, ApplicationModuleDef objects are stored, by name, in the XML file. This class is needed to load an Application Module and the components it contains from XML metadata. Calling loadXML() on an object instantiated from this class causes its components to be installed.
Nested Class Summary | |
---|---|
class |
ApplicationModuleDefImpl.ServiceInterfaceMethod
|
class |
ApplicationModuleDefImpl.TypeInfo
|
Nested classes/interfaces inherited from class oracle.jbo.mom.PersistableDefObject |
---|
PersistableDefObject.CustomizationType, PersistableDefObject.PersonalizationType |
Field Summary | |
---|---|
protected boolean |
mClearCacheOnCommit
Value determines whether cache should be cleared on a database commit operation. |
protected boolean |
mClearCacheOnRollback
Value determines whether cache should be cleared on a database rollback operation. |
protected java.util.ArrayList |
mCompUsageList
List of ComponentObject names |
protected java.util.HashMap |
mCompUsages
Hash table to keep a list of name value pairs for ComponentUsages |
protected java.util.HashMap |
mRemoteServers
Hash table to keep name value pairs for Platform, RemoteServer pairs. |
protected boolean |
mRequeryOnCommit
Value determines whether the database should be requeried after a commit operation. |
protected java.util.HashMap |
mValidatorTypes
|
protected java.util.ArrayList |
mViewLinkUsageList
List of ViewLinkUsages. |
protected java.util.HashMap |
mViewLinkUsages
Hash table to keep a list of name value pairs for ViewLinkUsages. |
protected java.util.ArrayList |
mViewUsageList
List of View Object names. |
protected java.util.HashMap |
mViewUsages
Hash table to keep a list of name value pairs for ViewUsages. |
Fields inherited from class oracle.jbo.server.MetaObject |
---|
mComponentClass |
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, PROPERTY_EXPRMAP |
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 |
Constructor Summary | |
---|---|
ApplicationModuleDefImpl()
Default Constructor. |
|
ApplicationModuleDefImpl(int defScope,
java.lang.String name)
|
|
ApplicationModuleDefImpl(java.lang.String name)
|
Method Summary | |
---|---|
void |
addOperation(OperationDefinitionImpl opDef)
Deprecated. |
void |
addRowOperation(OperationDefinitionImpl opDef)
Deprecated. |
OperationDefinitionImpl |
addRowScriptOperation(java.lang.String id,
java.lang.String name,
java.lang.String returnType,
java.util.LinkedHashMap<java.lang.String,java.lang.String> params,
java.lang.String body)
Deprecated. |
OperationDefinitionImpl |
addScriptOperation(java.lang.String id,
java.lang.String name,
java.lang.String returnType,
java.util.LinkedHashMap<java.lang.String,java.lang.String> params,
java.lang.String body)
Deprecated. |
OperationDefinitionImpl |
addScriptRowOperation(java.lang.String id,
java.lang.String name,
java.lang.String returnType,
java.util.LinkedHashMap<java.lang.String,java.lang.String> params,
java.lang.String body)
Deprecated. |
void |
addViewImport(java.lang.String viewDefName)
|
void |
createApplicationModule(java.lang.String amName,
java.lang.String defName,
int sharedScope)
|
static ApplicationModuleDefImpl |
createApplicationModuleDef(int defScope,
java.lang.String defClassName)
|
void |
createViewLink(java.lang.String vlName,
java.lang.String defName,
java.lang.String srcVOName,
java.lang.String destVOName)
|
void |
createViewLinkBetweenViewObjects(java.lang.String vlName,
java.lang.String accessorName,
java.lang.String srcVOName,
java.lang.String[] srcAttrNames,
java.lang.String destVOName,
java.lang.String[] destAttrNames,
java.lang.String assocClause)
|
void |
createViewLinkFromEntityAssocName(java.lang.String vlName,
java.lang.String entityAssocName,
java.lang.String srcVOName,
java.lang.String destVOName)
|
AMViewUsage |
createViewObject(java.lang.String voName,
java.lang.String defName)
|
AMViewUsage |
createViewObjectFromQueryClauses(java.lang.String voName,
java.lang.String eoName,
java.lang.String selectClause,
java.lang.String fromClause,
java.lang.String whereClause,
java.lang.String orderByClause)
|
AMViewUsage |
createViewObjectFromQueryStmt(java.lang.String voName,
java.lang.String queryStatement)
|
AMViewUsage |
createViewObjectFromQueryStmt(java.lang.String voName,
java.lang.String queryStatement,
java.lang.String voImplClassName)
|
static ApplicationModuleDefImpl |
findDefObject(java.lang.String name)
Finds an ApplicationModuleDefImpl instance, by name, from the statically maintained list of metaobjects. |
static ApplicationModuleDefImpl |
findDefObjectNoSub(java.lang.String name)
Finds the named Application Module definition. |
OperationDefinitionImpl |
findOperationDefinition(java.lang.String id)
Deprecated. |
OperationDefinitionImpl |
findRowOperationDefinition(java.lang.String id)
Deprecated. |
AMViewUsage |
findViewObject(java.lang.String name)
|
static java.lang.String[] |
getAllDefNames()
|
AppModuleUsage[] |
getAMAppModuleUsages()
|
ViewLinkUsage[] |
getAMViewLinkUsages()
|
AMViewUsage[] |
getAMViewUsages()
|
java.lang.String[] |
getApplicationModuleNames()
|
java.lang.Class |
getBaseComponentClass()
Internal: Applications should not use this method. |
java.lang.String |
getClientProxyClassName()
|
java.lang.String |
getClientProxyClassName(java.lang.String platform)
Deprecated. Platform specific proxies are deprecated. Use getClientProxyClassName() instead. |
java.lang.Class |
getComponentClass()
|
java.lang.String |
getComponentInterfaceName()
|
java.lang.String[] |
getComponentObjectNames()
|
protected ComponentOperations |
getComponentOperations()
Deprecated. |
int |
getDefTypeId()
|
java.lang.String |
getDefXMLElementTag()
|
protected java.lang.String |
getEffectiveClientProxyClassName()
|
protected java.lang.String |
getEffectiveComponentInterfaceName()
|
OperationDefinitionsImpl |
getOperationDefinitions()
Deprecated. |
protected PackageDefImpl[] |
getPackageDefs()
|
java.lang.String |
getParameterTypeForServiceMethod(java.lang.String methodName,
java.lang.Class[] paramTypes,
int paramIndex)
|
java.lang.String |
getReturnTypeForServiceMethod(java.lang.String methodName,
java.lang.Class[] paramTypes)
Returns return type for custom service method or null if method does not exist |
OperationDefinitionsImpl |
getRowOperationDefinitions()
Deprecated. |
java.lang.String |
getServerClassName(java.lang.String platform)
Internal: Applications should not use this method. |
ApplicationModuleDefImpl.ServiceInterfaceMethod |
getServiceMethod(java.lang.String methodName,
java.lang.Class[] paramTypes)
Returns custom service method or null if method does not exist. |
boolean |
getSvuCanCreate(java.lang.String svuName)
|
boolean |
getSvuCanDelete(java.lang.String svuName)
|
boolean |
getSvuCanMerge(java.lang.String svuName)
|
boolean |
getSvuCanUpdate(java.lang.String svuName)
|
java.lang.String[] |
getSvuNames()
|
java.util.ArrayList |
getViewImports()
|
java.lang.String[] |
getViewLinkNames()
|
java.lang.String[] |
getViewObjectNames()
|
protected boolean |
hasApplicationModule(java.lang.String amName)
|
protected boolean |
hasComponentObject(java.lang.String compName)
|
protected boolean |
hasServiceViewUsage(java.lang.String svuName)
|
protected boolean |
hasViewLink(java.lang.String vlName)
|
protected boolean |
hasViewObject(java.lang.String voName)
|
boolean |
isClearCacheOnCommit()
Returns the flag indicating whether all Entity Object caches will be cleared after the transaction is committed. |
boolean |
isClearCacheOnRollback()
Returns the flag indicating whether all Entity Object caches will be cleared after the transaction is rolled back. |
boolean |
isLoadComponentsLazily()
|
boolean |
isRequeryOnCommit()
Indicates whether View Objects associated with this Application Module should be marked as needing to be executed after a database commit. |
protected ApplicationModule |
loadApplicationModule(ApplicationModule am,
java.lang.String amName)
|
protected ComponentObject |
loadComponentObject(ApplicationModule am,
java.lang.String compName)
|
protected void |
loadComponents(ApplicationModuleImpl am)
This function loops through the list of ViewObjects, ViewLinks, and child ApplicationModules found in the ApplicationModule definition and create them in the ApplicationModule instance, identified by am. |
void |
loadContainees()
Internal: Applications should not use this method. |
protected static ApplicationModuleDefImpl |
loadFromXML(DefElement xmlElement)
Deprecated. |
protected static void |
loadFromXML(DefElement xmlElement,
oracle.jbo.server.RemotableCompDef defObj)
|
protected static ApplicationModuleDefImpl |
loadFromXML(DefElement xmlElement,
java.lang.String fullName,
ApplicationModuleDefImpl aInfo)
Internal: Applications should not use this method. |
protected void |
loadOperationDefinitions(DefElement xmlElement)
For internal framework use only. |
protected ViewLink |
loadViewLink(ApplicationModule am,
java.lang.String vluName)
|
protected ViewObject |
loadViewObject(ApplicationModule am,
java.lang.String voName)
|
void |
loadXMLContents(DefElement xmlElement,
java.lang.String fullName)
|
OperationDefinitionImpl |
lookupOperationDefinition(java.lang.String id)
Deprecated. |
OperationDefinitionImpl |
lookupRowOperationDefinition(java.lang.String id)
Deprecated. |
void |
removeOperation(OperationDefinitionImpl opDef)
Deprecated. |
void |
removeRowOperation(OperationDefinitionImpl opDef)
Deprecated. |
void |
removeViewImport(java.lang.String viewDefName)
|
void |
resolveDefObject()
|
void |
setClearCacheOnCommit(boolean b)
|
void |
setClearCacheOnRollback(boolean b)
|
void |
setClientProxyClassName(java.lang.String name)
|
void |
setComponentClass(java.lang.Class refClass)
|
void |
setComponentInterfaceName(java.lang.String interfaceName)
|
protected void |
setDefForComponent(ComponentObjectImpl comp)
|
void |
setLoadComponentsLazily(boolean isLoadComponentsLazily)
|
void |
setRequeryOnCommit(boolean b)
|
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.server.MetaObject |
---|
deregisterSessionObject, getMessageBundleClass, getMsgBundleDef, getPackageDef, getPackageName, getPersDef, getPersDefNoUpdateCheck, getResourceBundleDef, getResourcePrefix, isDynamic, loadResourceBundle, registerDefObject, registerSessionDefObject, setMessageBundleClass, setResourceBundleDef |
Methods inherited from class oracle.jbo.server.DefObject |
---|
ensureVariableManager, finishedLoading, getAllProperties, getBaseDefObject, getDefXMLNameSpace, getVariableManager, getVarMgrParents, hasVariables, loadProperties, loadVariables, resolvePropertyRaw, resolveReferences, setBaseDefObject, setBaseDefObject, setName, setParent |
Methods inherited from class oracle.jbo.common.NamedObjectImpl |
---|
getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getProperty, getPropertyExpressionsMap, getResourcesFromBundle, getStringFromMessageBundle, isPropertyExpression, refreshProperty, removeProperty, requiresNamePrefixedResId, resolveObjectProperty, 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 |
Field Detail |
---|
protected boolean mClearCacheOnCommit
protected boolean mClearCacheOnRollback
protected boolean mRequeryOnCommit
protected java.util.HashMap mValidatorTypes
protected java.util.HashMap mViewUsages
protected java.util.ArrayList mViewUsageList
protected java.util.HashMap mViewLinkUsages
protected java.util.ArrayList mViewLinkUsageList
protected java.util.HashMap mRemoteServers
protected java.util.HashMap mCompUsages
protected java.util.ArrayList mCompUsageList
Constructor Detail |
---|
public ApplicationModuleDefImpl()
public ApplicationModuleDefImpl(int defScope, java.lang.String name)
public ApplicationModuleDefImpl(java.lang.String name)
Method Detail |
---|
public static java.lang.String[] getAllDefNames()
public static ApplicationModuleDefImpl findDefObjectNoSub(java.lang.String name)
findDefObject
, except that it
does not observe meta-object substitution.
name
- The fully qualified name of the ApplicationModuleDefImpl.
MetaObjectManager
public static ApplicationModuleDefImpl findDefObject(java.lang.String name)
name
- The fully qualified name of the ApplicationModuleDefImpl.
MetaObjectManager
public java.lang.Class getBaseComponentClass()
Gets this instance's class.
public java.lang.String getServerClassName(java.lang.String platform)
Returns the server class name of the remote server.
platform
- the platform to which the Application Module was deployed.
public java.lang.String getClientProxyClassName(java.lang.String platform)
Returns the class name of the client side proxy object for the
platform
.
platform
- the platform to which the Application Module was deployed.
platform
.
null
if platform is null
.public boolean isClearCacheOnCommit()
After the transaction is committed, the value of this flag is
used to determine whether the Entity Object caches are cleared or
not. If this flag value is false
, the cache contents
are kept. In this case, the cache may contain data that is stale
in that it does not match the newest data (changes made by another
user and committed).
If this flag is true
, the caches are cleared after
the transaction is committed. When the user brings in data
by traversing row collection, the latest data from the database
will be brought into Entity caches.
RowSet.executeQuery()
,
Transaction.isClearCacheOnCommit()
,
Transaction.setClearCacheOnCommit(boolean)
public void setClearCacheOnCommit(boolean b)
public boolean isClearCacheOnRollback()
After the transaction is rolled back, the value of this flag is
used to determine whether the Entity Object caches are cleared or
not. If this flag value is false
, the cache contents
are kept. In this case, the cache may contain data that is not in
sync with database in that uncommitted changes made this by user
(before the transaction was rolled back) will be kept.
If this flag is true
, the caches are cleared after
the transaction is rolled back. When the user brings in data
by traversing row collection, the latest data from the database
will be brought into Entity caches.
RowSet.executeQuery()
,
Transaction.setClearCacheOnRollback(boolean)
,
Transaction.isClearCacheOnRollback()
public void setClearCacheOnRollback(boolean b)
public boolean isRequeryOnCommit()
If this method returns true, then after a database commit, all View Objects contained by this Application Module will be marked as needing to be executed. Any attempt to retrieve rows from these View Objects or their row sets/row set iterators will cause the query to be re-executed.
public void setRequeryOnCommit(boolean b)
public boolean isLoadComponentsLazily()
public void setLoadComponentsLazily(boolean isLoadComponentsLazily)
public AMViewUsage[] getAMViewUsages()
public ViewLinkUsage[] getAMViewLinkUsages()
public AppModuleUsage[] getAMAppModuleUsages()
public AMViewUsage findViewObject(java.lang.String name)
public java.lang.String[] getViewObjectNames()
public java.lang.String[] getViewLinkNames()
public java.lang.String[] getApplicationModuleNames()
public java.lang.String[] getComponentObjectNames()
protected boolean hasViewObject(java.lang.String voName)
protected boolean hasViewLink(java.lang.String vlName)
protected boolean hasApplicationModule(java.lang.String amName)
protected boolean hasComponentObject(java.lang.String compName)
protected boolean hasServiceViewUsage(java.lang.String svuName)
protected ViewObject loadViewObject(ApplicationModule am, java.lang.String voName)
protected ViewLink loadViewLink(ApplicationModule am, java.lang.String vluName)
protected ApplicationModule loadApplicationModule(ApplicationModule am, java.lang.String amName)
protected ComponentObject loadComponentObject(ApplicationModule am, java.lang.String compName)
protected void loadComponents(ApplicationModuleImpl am)
For ViewObjects that are remotable, remote proxy class names are set in here as well.
am
- the ApplicationModule in which these components
are created.public void resolveDefObject()
resolveDefObject
in class MetaObject
public static ApplicationModuleDefImpl createApplicationModuleDef(int defScope, java.lang.String defClassName)
@Deprecated protected static ApplicationModuleDefImpl loadFromXML(DefElement xmlElement)
Loads the XML for the top-level Application Module and creates an instance of ApplicatioModuleDef for it. This function then recursively traverses all of the containee objects in the top-level Applicaton Module and creates Def objects for them.
This function is almost pivotal from runtime's functional point of view.
xmlElement
- the XMLStream for Business Components for Java Framework.
protected static ApplicationModuleDefImpl loadFromXML(DefElement xmlElement, java.lang.String fullName, ApplicationModuleDefImpl aInfo)
Loads the data from the XML stream. The method calls the MetaObjectManager to create an instance of the specific type of object and adds it to the hashtables that cache all the containees of the Application Module. The containees can be View Objects, View Links and Application Modules. The XMLStream is thus traversed to get the corresponding information about each of the possible children for an ApplicationModule, create these objects and add them to the cache.
xmlElement
- represents XMLStream that providesthe JboElement.aInfo
- instance of the ApplicationModuleDef.
public void loadXMLContents(DefElement xmlElement, java.lang.String fullName)
public void loadContainees()
Loads all components (View Objects, View Links, and Application Modules) into this Application Module.
The function loops through the list of View Object, View Link and Application Module names and loads the corresponding objects from a static list of metaobjects maintained by the MetaObjectManager. Since these objects are already created and stored for use in the cache, the retrieval is fast and efficient.
public java.util.ArrayList getViewImports()
public void addViewImport(java.lang.String viewDefName)
public void removeViewImport(java.lang.String viewDefName)
public java.lang.String getDefXMLElementTag()
getDefXMLElementTag
in interface PersistentDefinition
getDefXMLElementTag
in class PersistableDefObject
public 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 int getDefTypeId()
getDefTypeId
in class DefObject
protected void setDefForComponent(ComponentObjectImpl comp)
setDefForComponent
in class DefObject
protected void unsetDefForComponent(ComponentObjectImpl comp)
unsetDefForComponent
in class DefObject
protected PackageDefImpl[] getPackageDefs()
public void createApplicationModule(java.lang.String amName, java.lang.String defName, int sharedScope)
public AMViewUsage createViewObject(java.lang.String voName, java.lang.String defName)
public AMViewUsage createViewObjectFromQueryClauses(java.lang.String voName, java.lang.String eoName, java.lang.String selectClause, java.lang.String fromClause, java.lang.String whereClause, java.lang.String orderByClause)
public AMViewUsage createViewObjectFromQueryStmt(java.lang.String voName, java.lang.String queryStatement)
public AMViewUsage createViewObjectFromQueryStmt(java.lang.String voName, java.lang.String queryStatement, java.lang.String voImplClassName)
public void createViewLink(java.lang.String vlName, java.lang.String defName, java.lang.String srcVOName, java.lang.String destVOName)
public void createViewLinkFromEntityAssocName(java.lang.String vlName, java.lang.String entityAssocName, java.lang.String srcVOName, java.lang.String destVOName)
public void createViewLinkBetweenViewObjects(java.lang.String vlName, java.lang.String accessorName, java.lang.String srcVOName, java.lang.String[] srcAttrNames, java.lang.String destVOName, java.lang.String[] destAttrNames, java.lang.String assocClause)
public ApplicationModuleDefImpl.ServiceInterfaceMethod getServiceMethod(java.lang.String methodName, java.lang.Class[] paramTypes)
methodName
- method nameparamTypes
- array of parameter types
public java.lang.String getReturnTypeForServiceMethod(java.lang.String methodName, java.lang.Class[] paramTypes)
methodName
- - method nameparamTypes
- - array of parameter types
public java.lang.String getParameterTypeForServiceMethod(java.lang.String methodName, java.lang.Class[] paramTypes, int paramIndex)
public java.lang.String[] getSvuNames()
public boolean getSvuCanCreate(java.lang.String svuName)
public boolean getSvuCanUpdate(java.lang.String svuName)
public boolean getSvuCanDelete(java.lang.String svuName)
public boolean getSvuCanMerge(java.lang.String svuName)
public java.lang.Class getComponentClass()
public void setComponentClass(java.lang.Class refClass)
public void setComponentInterfaceName(java.lang.String interfaceName)
public java.lang.String getComponentInterfaceName()
public java.lang.String getClientProxyClassName()
public void setClientProxyClassName(java.lang.String name)
protected java.lang.String getEffectiveClientProxyClassName()
protected java.lang.String getEffectiveComponentInterfaceName()
protected static void loadFromXML(DefElement xmlElement, oracle.jbo.server.RemotableCompDef defObj)
protected ComponentOperations getComponentOperations()
public OperationDefinitionsImpl getOperationDefinitions()
getOperationDefinitions
in interface OperationDefinitionContainer
public OperationDefinitionImpl lookupOperationDefinition(java.lang.String id)
public OperationDefinitionImpl findOperationDefinition(java.lang.String id)
public void addOperation(OperationDefinitionImpl opDef)
public OperationDefinitionImpl addScriptOperation(java.lang.String id, java.lang.String name, java.lang.String returnType, java.util.LinkedHashMap<java.lang.String,java.lang.String> params, java.lang.String body)
public OperationDefinitionImpl addScriptRowOperation(java.lang.String id, java.lang.String name, java.lang.String returnType, java.util.LinkedHashMap<java.lang.String,java.lang.String> params, java.lang.String body)
public void removeOperation(OperationDefinitionImpl opDef)
protected void loadOperationDefinitions(DefElement xmlElement)
public OperationDefinitionsImpl getRowOperationDefinitions()
public OperationDefinitionImpl lookupRowOperationDefinition(java.lang.String id)
public OperationDefinitionImpl findRowOperationDefinition(java.lang.String id)
public void addRowOperation(OperationDefinitionImpl opDef)
public OperationDefinitionImpl addRowScriptOperation(java.lang.String id, java.lang.String name, java.lang.String returnType, java.util.LinkedHashMap<java.lang.String,java.lang.String> params, java.lang.String body)
public void removeRowOperation(OperationDefinitionImpl opDef)
|
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 |