Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

oracle.jbo.server.lov
Class LOVAppModuleDefImpl

java.lang.Object
  extended by oracle.jbo.common.NamedObjectImpl
      extended by oracle.jbo.mom.DefinitionObject
          extended by oracle.jbo.mom.PersistableDefObject
              extended by oracle.jbo.server.DefObject
                  extended by oracle.jbo.server.MetaObject
                      extended by oracle.jbo.server.ApplicationModuleDefImpl
                          extended by oracle.jbo.server.lov.LOVAppModuleDefImpl
All Implemented Interfaces:
ResourceBundleOwner, DefPersistable, PersistentDefinition, OperationDefinitionContainer, VariableManagerOwner, VariableManagerOwnerBase

public class LOVAppModuleDefImpl
extends ApplicationModuleDefImpl


Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.jbo.server.ApplicationModuleDefImpl
ApplicationModuleDefImpl.ServiceInterfaceMethod, ApplicationModuleDefImpl.TypeInfo
 
Nested classes/interfaces inherited from class oracle.jbo.mom.PersistableDefObject
PersistableDefObject.CustomizationType, PersistableDefObject.PersonalizationType
 
Field Summary
static int DEFAULT_HASH_MAP_SIZE
           
static java.lang.String DEFAULT_LANGUAGE_CODE
           
static java.lang.String FND_LOOKUPS_TABLE_NAME
           
static java.lang.String FND_NAME_LOOKUP_VC
           
static java.lang.String FND_NAME_LOOKUP_VIEW_OBJECT
           
static java.lang.String FND_VALUE_LOOKUP_VC
           
static java.lang.String FND_VALUE_LOOKUP_VIEW_OBJECT
           
static java.lang.String FND_VARIABLE_APP_ID
           
static java.lang.String FND_VARIABLE_DISPLAY_VALUE
           
static java.lang.String FND_VARIABLE_LANG_CODE
           
static java.lang.String FND_VARIABLE_LOOKUP_CODE
           
static java.lang.String FND_VARIABLE_LOOKUP_TYPE
           
static java.lang.String FND_VIEW_ATTRIBUTE_LANGUAGE
           
static java.lang.String FND_VIEW_ATTRIBUTE_LOOKUP_CODE
           
static java.lang.String FND_VIEW_ATTRIBUTE_LOOKUP_TYPE
           
static java.lang.String FND_VIEW_ATTRIBUTE_MEANING
           
 
Fields inherited from class oracle.jbo.server.ApplicationModuleDefImpl
mClearCacheOnCommit, mClearCacheOnRollback, mCompUsageList, mCompUsages, mRemoteServers, mRequeryOnCommit, mValidatorTypes, mViewLinkUsageList, mViewLinkUsages, mViewUsageList, mViewUsages
 
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
LOVAppModuleDefImpl()
          This is the default constructor (do not remove)
 
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.  
 OperationDefinitionImpl findOperationDefinition(java.lang.String id)
          Deprecated.  
 OperationDefinitionImpl findRowOperationDefinition(java.lang.String id)
          Deprecated.  
 java.lang.String getClientProxyClassName()
           
 java.lang.Class getComponentClass()
           
 java.lang.String getComponentInterfaceName()
           
protected  ComponentOperations getComponentOperations()
          Deprecated.  
protected  java.lang.String getEffectiveClientProxyClassName()
           
protected  java.lang.String getEffectiveComponentInterfaceName()
           
 long getExpiration()
           
 OperationDefinitionsImpl getOperationDefinitions()
          Deprecated.  
 OperationDefinitionsImpl getRowOperationDefinitions()
          Deprecated.  
 int getViewAppId()
           
protected static void loadFromXML(DefElement xmlElement, oracle.jbo.server.RemotableCompDef defObj)
           
protected  void loadOperationDefinitions(DefElement xmlElement)
          For internal framework use only.
 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 setClientProxyClassName(java.lang.String name)
           
 void setComponentClass(java.lang.Class refClass)
           
 void setComponentInterfaceName(java.lang.String interfaceName)
           
 
Methods inherited from class oracle.jbo.server.ApplicationModuleDefImpl
addViewImport, createApplicationModule, createApplicationModuleDef, createViewLink, createViewLinkBetweenViewObjects, createViewLinkFromEntityAssocName, createViewObject, createViewObjectFromQueryClauses, createViewObjectFromQueryStmt, createViewObjectFromQueryStmt, findDefObject, findDefObjectNoSub, findViewObject, getAllDefNames, getAMAppModuleUsages, getAMViewLinkUsages, getAMViewUsages, getApplicationModuleNames, getBaseComponentClass, getClientProxyClassName, getComponentObjectNames, getDefTypeId, getDefXMLElementTag, getPackageDefs, getParameterTypeForServiceMethod, getReturnTypeForServiceMethod, getServerClassName, getServiceMethod, getSvuCanCreate, getSvuCanDelete, getSvuCanMerge, getSvuCanUpdate, getSvuNames, getViewImports, getViewLinkNames, getViewObjectNames, hasApplicationModule, hasComponentObject, hasServiceViewUsage, hasViewLink, hasViewObject, isClearCacheOnCommit, isClearCacheOnRollback, isLoadComponentsLazily, isRequeryOnCommit, loadApplicationModule, loadComponentObject, loadComponents, loadContainees, loadFromXML, loadFromXML, loadViewLink, loadViewObject, loadXMLContents, removeViewImport, resolveDefObject, setClearCacheOnCommit, setClearCacheOnRollback, setDefForComponent, setLoadComponentsLazily, setRequeryOnCommit, unsetDefForComponent, writeChildren, writeContents
 
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.mom.PersistableDefObject
addDefImport, addExtendedDefObject, allocatePropertyMap, checkEditable, close, createFromXML, findDefImport, getBaseDir, getBasePackage, getDefImports, getDefManager, getDefWriter, getEditObject, getExtendedDefObjectsInternal, getFileName, getFullDirName, getFullFileName, getOrigObject, getPropertyMap, getSubstitutedNames, getXMLElementTag, guaranteePath, hasExtendedDefObjects, isCustomizationEnabled, isCustomizationEnabled, isDirty, isEditable, isNew, isPersonalizationEnabled, isPersonalizationEnabled, loadDefImports, mergePropertyMap, objectRemoved, reapplyChanges, reapplyChangesToChildren, reapplyChangesToContents, registerClass, remove, removeAndDelete, removeDefImport, removeExtendedDefObject, removeProperty, saveXMLContents, setCustomizationEnabled, setCustomizationEnabled, setDefaultBaseDir, setDefMgr, setDirty, setEditable, setFullName, setNew, setOrigObject, setPersonalizationEnabled, setPersonalizationEnabled, setProperty, setPropertyExpression, setPropertyMap, updateChildrenList, verifyVersion, writeObject, writeVersion, writeXMLContents
 
Methods inherited from class oracle.jbo.mom.DefinitionObject
addPropertySetName, enableUpdateCheck, getContainerDef, getContainerName, getDefScope, getExtendedDefObjects, getMdsKey, getMdsReference, getPropertySetName, getPropertySetNames, isBaseDefFor, isDynamicDefinitionObject, isObjectResolved, isSuppressUpdateCheck, loadCustomProperties, loadPropertiesInMap, loadPropertySetNames, loadSchemaProperties, setDefScope, setMdsKey, setMdsReference, setObjectResolved, setPropertySetName, suppressUpdateCheck
 
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

FND_LOOKUPS_TABLE_NAME

public static java.lang.String FND_LOOKUPS_TABLE_NAME

FND_NAME_LOOKUP_VIEW_OBJECT

public static java.lang.String FND_NAME_LOOKUP_VIEW_OBJECT

FND_VALUE_LOOKUP_VIEW_OBJECT

public static java.lang.String FND_VALUE_LOOKUP_VIEW_OBJECT

FND_VALUE_LOOKUP_VC

public static java.lang.String FND_VALUE_LOOKUP_VC

FND_NAME_LOOKUP_VC

public static java.lang.String FND_NAME_LOOKUP_VC

FND_VARIABLE_APP_ID

public static java.lang.String FND_VARIABLE_APP_ID

FND_VARIABLE_DISPLAY_VALUE

public static java.lang.String FND_VARIABLE_DISPLAY_VALUE

FND_VARIABLE_LANG_CODE

public static java.lang.String FND_VARIABLE_LANG_CODE

FND_VARIABLE_LOOKUP_CODE

public static java.lang.String FND_VARIABLE_LOOKUP_CODE

FND_VARIABLE_LOOKUP_TYPE

public static java.lang.String FND_VARIABLE_LOOKUP_TYPE

FND_VIEW_ATTRIBUTE_LOOKUP_TYPE

public static java.lang.String FND_VIEW_ATTRIBUTE_LOOKUP_TYPE

FND_VIEW_ATTRIBUTE_LOOKUP_CODE

public static java.lang.String FND_VIEW_ATTRIBUTE_LOOKUP_CODE

FND_VIEW_ATTRIBUTE_MEANING

public static java.lang.String FND_VIEW_ATTRIBUTE_MEANING

FND_VIEW_ATTRIBUTE_LANGUAGE

public static java.lang.String FND_VIEW_ATTRIBUTE_LANGUAGE

DEFAULT_LANGUAGE_CODE

public static java.lang.String DEFAULT_LANGUAGE_CODE

DEFAULT_HASH_MAP_SIZE

public static int DEFAULT_HASH_MAP_SIZE
Constructor Detail

LOVAppModuleDefImpl

public LOVAppModuleDefImpl()
This is the default constructor (do not remove)

Method Detail

getExpiration

public long getExpiration()

getViewAppId

public int getViewAppId()

getComponentClass

public java.lang.Class getComponentClass()

setComponentClass

public void setComponentClass(java.lang.Class refClass)

setComponentInterfaceName

public void setComponentInterfaceName(java.lang.String interfaceName)

getComponentInterfaceName

public java.lang.String getComponentInterfaceName()

getClientProxyClassName

public java.lang.String getClientProxyClassName()

setClientProxyClassName

public void setClientProxyClassName(java.lang.String name)

getEffectiveClientProxyClassName

protected java.lang.String getEffectiveClientProxyClassName()

getEffectiveComponentInterfaceName

protected java.lang.String getEffectiveComponentInterfaceName()

loadFromXML

protected static void loadFromXML(DefElement xmlElement,
                                  oracle.jbo.server.RemotableCompDef defObj)

getComponentOperations

protected ComponentOperations getComponentOperations()
Deprecated. 

For internal framework use only.


getOperationDefinitions

public OperationDefinitionsImpl getOperationDefinitions()
Deprecated. 

For internal framework use only.

Specified by:
getOperationDefinitions in interface OperationDefinitionContainer

lookupOperationDefinition

public OperationDefinitionImpl lookupOperationDefinition(java.lang.String id)
Deprecated. 

For internal framework use only.


findOperationDefinition

public OperationDefinitionImpl findOperationDefinition(java.lang.String id)
Deprecated. 

For internal framework use only.


addOperation

public void addOperation(OperationDefinitionImpl opDef)
Deprecated. 

For internal framework use only.


addScriptOperation

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)
Deprecated. 

For internal framework use only.


addScriptRowOperation

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)
Deprecated. 

For internal framework use only.


removeOperation

public void removeOperation(OperationDefinitionImpl opDef)
Deprecated. 

For internal framework use only.


loadOperationDefinitions

protected void loadOperationDefinitions(DefElement xmlElement)
For internal framework use only.


getRowOperationDefinitions

public OperationDefinitionsImpl getRowOperationDefinitions()
Deprecated. 

For internal framework use only.


lookupRowOperationDefinition

public OperationDefinitionImpl lookupRowOperationDefinition(java.lang.String id)
Deprecated. 

For internal framework use only.


findRowOperationDefinition

public OperationDefinitionImpl findRowOperationDefinition(java.lang.String id)
Deprecated. 

For internal framework use only.


addRowOperation

public void addRowOperation(OperationDefinitionImpl opDef)
Deprecated. 

For internal framework use only.


addRowScriptOperation

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)
Deprecated. 

For internal framework use only.


removeRowOperation

public void removeRowOperation(OperationDefinitionImpl opDef)
Deprecated. 

For internal framework use only.


Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.0.0)

E17483-01

Copyright © 1997, 2011, Oracle. All rights reserved.