public class LOVAppModuleDefImpl extends ApplicationModuleDefImpl
ApplicationModuleDefImpl.ServiceInterfaceMethod, ApplicationModuleDefImpl.TypeInfoPersistableDefObject.CustomizationType, PersistableDefObject.PersonalizationType| Modifier and Type | Field and Description | 
|---|---|
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  | 
static int | 
SI_ClientProxyClassName  | 
static int | 
SI_ComponentClass  | 
static int | 
SI_ComponentInterfaceName  | 
static int | 
SI_MsgBundleClass  | 
static int | 
SMAX_RemotableCompDef  | 
mClearCacheOnCommit, mClearCacheOnRollback, mCompUsageList, mCompUsages, mConfigurations, mRemoteServers, mRequeryOnCommit, mValidatorTypes, mViewLinkUsageList, mViewLinkUsages, mViewUsageList, mViewUsages, SI_ClearCacheOnCommit, SI_ClearCacheOnRollback, SI_LoadComponentsLazily, SI_RequeryOnCommit, SMAX_ApplicationModuleDefImplINHERIT_POLICY_DEFAULT, INHERIT_POLICY_LEGACY, INHERIT_POLICY_STRICT, mComponentClass, mDebug_checkDef_throw, PERSMERGED_BASE_PACKAGE, PUBLISH_TO_BUSINESS_EDITOR_DEFAULT, PUBLISH_TO_BUSINESS_EDITOR_FALSE, PUBLISH_TO_BUSINESS_EDITOR_TRUE, SI_CustIntoStaticDef, SI_InheritPersonalization, SI_InheritPolicy, SI_MessageBundleClass, SI_ResourceBundleDef, SMAX_MetaObjectJIT_PACKAGE_NAME, mDebugToSkipEmptyDocForBug24949961, mEditedProperties, mEditedPropertyExprsDEF_MDS_CLIENT_KEY, DEF_SCOPE_ALL, DEF_SCOPE_PERS, DEF_SCOPE_SESSION, DEF_SCOPE_SHARED, DEF_SCOPE_SITE, DEF_SCOPE_USER, mBaseDefObject, mExtendedDefObjects, mObjectResolved, PERSDEF_MDS_CLIENT_KEY, PROPERTY_EXPRMAPmFullName, mObjName, mParent, mProperties, RES_ID_SUFFIX, RESID_SUFFIXFLAG_DIRTY, FLAG_EDITABLE, FLAG_FROM_TIP, FLAG_LOAD_BASE, FLAG_LOAD_HL_DEFS, FLAG_MAJOR_VERSION_CHANGED, FLAG_MINOR_VERSION_CHANGED, FLAG_NEW, FLAG_NEW_RECURSE, FLAG_SKIP_WRITE, XML_STATEMENT| Constructor and Description | 
|---|
LOVAppModuleDefImpl()
This is the default constructor (do not remove) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addOperation(OperationDefinitionImpl opDef)
For internal framework use only. 
 | 
void | 
addRowOperation(OperationDefinitionImpl opDef)
For internal framework use only. 
 | 
OperationDefinitionImpl | 
addRowScriptOperation(java.lang.String name,
                     java.lang.String returnType,
                     java.util.LinkedHashMap<java.lang.String,java.lang.String> params,
                     java.lang.String body)
For internal framework use only. 
 | 
OperationDefinitionImpl | 
addScriptOperation(java.lang.String name,
                  java.lang.String returnType,
                  java.util.LinkedHashMap<java.lang.String,java.lang.String> params,
                  java.lang.String body)
For internal framework use only. 
 | 
OperationDefinitionImpl | 
addScriptRowOperation(java.lang.String name,
                     java.lang.String returnType,
                     java.util.LinkedHashMap<java.lang.String,java.lang.String> params,
                     java.lang.String body)
For internal framework use only. 
 | 
void | 
cacheJavaMethodDefs(java.util.ArrayList al,
                   boolean row)  | 
ExprCodeSource | 
editCodeSource(ExprCodeSource codeSource)
Notify that ComponentOperationsManager that the client expects to
 edit the CodeSource. 
 | 
ExprCodeSource | 
ensureCodeSource(ExprDef exprDef)
Ensure a named code source in the operations manager. 
 | 
ExprCodeSource | 
ensureCodeSource(ExprDef exprDef,
                java.lang.String codeSourceName)  | 
OperationDefinitionImpl | 
findOperationDefinition(java.lang.String id)
For internal framework use only. 
 | 
OperationDefinitionImpl | 
findRowOperationDefinition(java.lang.String id)
For internal framework use only. 
 | 
java.util.List | 
getCachedJavaMethodDefs(boolean row)  | 
java.lang.String | 
getClientProxyClassName()  | 
java.lang.Class | 
getComponentClass()  | 
java.lang.String | 
getComponentInterfaceName()  | 
protected ComponentOperations | 
getComponentOperations()
For internal framework use only. 
 | 
protected java.lang.String | 
getEffectiveClientProxyClassName()  | 
protected java.lang.String | 
getEffectiveComponentInterfaceName()  | 
long | 
getExpiration()  | 
OperationDefinitionsImpl | 
getOperationDefinitions()  | 
OperationDefinitionsImpl | 
getRowOperationDefinitions()  | 
OperationDefinitionsImpl | 
getScriptOperationDefinitions()  | 
OperationDefinitionsImpl | 
getScriptRowOperationDefinitions()  | 
int | 
getViewAppId()  | 
boolean | 
isDynamicCodeSourceEnabled()  | 
protected static void | 
loadFromXML(DefElement xmlElement,
           oracle.jbo.server.RemotableCompDef defObj)  | 
protected void | 
loadOperationDefinitions(DefElement xmlElement)
For internal framework use only. 
 | 
ExprCodeSource | 
lookupCodeSource(java.lang.String name)
For internal framework use only. 
 | 
ExprDef | 
lookupExprDef(OwnerType type,
             java.lang.String path)
Search for an ExprDef in the ComponentOperationsManager's namespace. 
 | 
OperationDefinitionImpl | 
lookupOperationDefinition(java.lang.String id)
For internal framework use only. 
 | 
OperationDefinitionImpl | 
lookupRowOperationDefinition(java.lang.String id)
For internal framework use only. 
 | 
OperationDefinitionImpl | 
lookupRowOperationDefinition(java.lang.String name,
                            java.lang.String returnType,
                            java.lang.Class[] params)  | 
void | 
removeOperation(java.lang.String name)
For internal framework use only. 
 | 
void | 
removeRowOperation(java.lang.String name)
For internal framework use only. 
 | 
void | 
setClientProxyClassName(java.lang.String name)  | 
void | 
setComponentClass(java.lang.Class refClass)  | 
void | 
setComponentInterfaceName(java.lang.String interfaceName)  | 
void | 
skipRowOperationValidation()
For internal framework use only. 
 | 
addChildren, addServiceViewUsage, addServiceViewUsage, addViewImport, allocatePDef, applyDiffChildren, applyDiffContents, createApplicationModule, createApplicationModuleDef, createDefCustomizer, createViewLink, createViewLinkBetweenViewObjects, createViewLinkFromEntityAssocName, createViewObject, createViewObjectFromQueryClauses, createViewObjectFromQueryStmt, createViewObjectFromQueryStmt, diffChildren, diffContents, findApplicationModule, findDefObject, findDefObjectNoSub, findViewLink, findViewObject, getAllDefNames, getAMAppModuleUsages, getAMServiceViewUsages, getAMViewLinkUsages, getAMViewUsages, getApplicationModuleNames, getBaseComponentClass, getClientProxyClassName, getComponentObjectNames, getConfigurationName, getDefTypeId, getDefXMLElementTag, getDeletedLocationToNSMap, getPackageDefs, getParameterTypeForServiceMethod, getReturnTypeForServiceMethod, getScalarDirtyCount, getServerClassName, getServerInterfaceName, getServiceMethod, getSvuCanCreate, getSvuCanDelete, getSvuCanMerge, getSvuCanUpdate, getSvuNames, getViewImports, getViewLinkNames, getViewObjectNames, getViewSchemaLocationMap, hasApplicationModule, hasComponentObject, hasServiceViewUsage, hasViewLink, hasViewObject, isClearCacheOnCommit, isClearCacheOnRollback, isLoadComponentsLazily, isRequeryOnCommit, isSdoDirty, loadApplicationModule, loadComponentObject, loadComponents, loadContainees, loadFromXML, loadFromXML, loadViewLink, loadViewObject, loadXMLContentsNoResolve, makeNew, newComponentClassInstance, removeAppModule, removeServiceViewUsage, removeViewImport, removeViewLink, removeViewObject, resolveDefObject, setClearCacheOnCommit, setClearCacheOnRollback, setDefForComponent, setLoadComponentsLazily, setRequeryOnCommit, setSdoDirty, unsetDefForComponent, writeChildren, writeContentsadjustPropertyMapForWrite, checkEditable, deregisterSessionObject, doneLoadingInternal, extractCustIntoPDef, getDefCustomizerFullFileName, getDefCustomizerFullName, getDefCustomizerName, getEditObject, getEditVersionsAsString, getInheritPersonalizationStrValue, getInheritPersonalizationValue, getInheritPolicyStrValue, getInheritPolicyValue, getMajorVersion, getMessageBundleClass, getMinorVersion, getMsgBundleDef, getPackageDef, getPackageName, getPersDef, getPersDefForEdit, getPersDefNoUpdateCheck, getPersMergedDef, getPublishToBusinessEditorValue, getResourceBundleDef, getResourcePrefix, getStaticBaseDefObject, getStaticDef, isAutoMerged, isConvertPDef, isCreateEditPDef, isCustIntoStaticDef, isDefCustomizer, isDefNewBase, isDynamic, isEditable, isInheritPersonalization, isInheritPolicyLegacy, isInheritPolicyStrict, isPublishToBusinessEditor, isScalarDirty, loadDefVersions, loadResourceBundle, loadXMLContents, lookupDefCustomizer, lookupPublishedDefCustomizer, objectFound, objectRemoved, registerDefObject, registerSessionDefObject, resetDefResolved, saveXMLContents, setCustIntoStaticDef, setDefCustomizer, setDefScope, setDirty, setEditable, setFullName, setInheritPersonalization, setInheritPersonalizationStrValue, setInheritPolicyStrValue, setMessageBundleClass, setPublishToBusinessEditor, setPublishToBusinessEditorValue, setResourceBundleDef, setScalarDirty, setupDefWriterFromMO, writeXMLContentscallFinishedLoading, ensureVariableManager, finishedLoading, getAdfmConfigStartupProperty, getAllProperties, getBaseDefObject, getBooleanAdfmConfigProperty, getDefXMLNameSpace, getVariableManager, getVarMgrParents, hasVariables, isDeprecated, isFromCustomization, loadProperties, loadVariables, resolvePropertyRaw, resolveReferences, setBaseDefObject, setBaseDefObject, setName, setParentaddDefImport, addExtendedDefObject, addSavedDocName, allocatePropertyMap, allocatePropertyMapForEdits, baseIsWriteObject, beginDiffObjects, buildChildName, buildFileName, checkEditableWithDefWriter, checkStructWithOld, close, createEditPDef, createFromXML, deregisterDefObject, deregisterHLDef, diffChildrenHLDefs, diffChildrenProperties, diffObjects, ensureDifferDetails, ensureDifferSkip, findDefImport, forgetChanges, getBaseDir, getBasePackage, getChildren, getDefImports, getDefManager, getDefTypeName, getDefWriter, getDifferSkip, getEditedPropertiesMap, getEditedPropertyExpressionsMap, getEditedPropertyMap, getExtendedDefObjectsInternal, getFileName, getFullDirName, getFullFileName, getHLDefMap, getIdentificationAttributeName, getMergeableFullName, getMergeableName, getOrigObject, getPropertyMap, getPropertyNamesSet, getSavedDocNames, getSessionSyncLock, getSubstitutedNames, getSyncLock, getXMLElementTag, guaranteePath, hasExtendedDefObjects, includeCustomizationLayerInfo, isCustomizationEnabled, isCustomizationEnabled, isDirty, isFromTip, isLoadBase, isLoadHLDefs, isMajorVersionChanged, isMinorVersionChanged, isNew, isNewRecurse, isPersonalizationEnabled, isPersonalizationEnabled, isPropertyExpression, isSaveToJSON, isSkipWrite, isWriteObject, loadDefImports, loadDefObject, lockDefinitionContext, lookupHLDef, mergeChanges, mergeEditedPropertiesForJSON, mergePropertyMap, postSaveContents, readJSONObject, reapplyChanges, registerClass, registerHLDef, registerSiteDefObject, reloadFromXMLContents, remove, removeAndDelete, removeDefImport, removeExtendedDefObject, removeProperty, saveJSONContents, setCustomizationEnabled, setCustomizationEnabled, setDefaultBaseDir, setDefMgr, setEditableFlag, setEditableObject, setForRuntime, setFullNameInternal, setLoadBase, setLoadHLDefs, setMajorVersionChanged, setNew, setNewRecurse, setOrigObject, setPersonalizationEnabled, setPersonalizationEnabled, setProperty, setPropertyExpression, setPropertyMap, setSkipWrite, setWholeDefDirty, setWholeDefNew, staticUpdateChildrenList, transferDefChangesInto, unlockDefinitionContext, updateChildObject, updateChildrenList, updateMdsKeyFromTip, verifyVersion, verifyVersionNullCheck, writeHeaderForNew, writeJSONContents, writeObject, writeVersionaddPropertySetName, enableUpdateCheck, getAllExtendedDefObjects, getContainerDef, getContainerName, getDefinitionState, getDefScope, getExtendedDefObjects, getMdsKey, getMdsReference, getMdsReferenceName, getPropertySetName, getPropertySetNames, getRootBaseDefObject, isBaseDefFor, isComponentDefinition, isDynamicDefinitionObject, isObjectResolved, isSubtypeOf, isSuppressUpdateCheck, loadCustomProperties, loadPropertiesInMap, loadPropertySetNames, loadSchemaProperties, objectInserted, setMdsKey, setMdsReference, setObjectResolved, setPropertySetName, staticLoadCustomProperties, staticLoadSchemaProperties, suppressUpdateCheckgetFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getProperty, getPropertyExpressionDef, getPropertyExpressionsMap, getPropertyExprEval, getRawPropertyValue, getResourcesFromBundle, getStringFromMessageBundle, hasProperty, refreshProperty, removeProperty, requiresNamePrefixedResId, resolveObjectProperty, setPropertiesMap, setPropertiesMap2, setProperty, setPropertyExpressionMap, setRawPropertyValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefManager, getDefScope, getFullNamegetProperty, removeProperty, setPropertygetNamegetFullNamepublic static java.lang.String FND_LOOKUPS_TABLE_NAME
public static java.lang.String FND_NAME_LOOKUP_VIEW_OBJECT
public static java.lang.String FND_VALUE_LOOKUP_VIEW_OBJECT
public static java.lang.String FND_VALUE_LOOKUP_VC
public static java.lang.String FND_NAME_LOOKUP_VC
public static java.lang.String FND_VARIABLE_APP_ID
public static java.lang.String FND_VARIABLE_DISPLAY_VALUE
public static java.lang.String FND_VARIABLE_LANG_CODE
public static java.lang.String FND_VARIABLE_LOOKUP_CODE
public static java.lang.String FND_VARIABLE_LOOKUP_TYPE
public static java.lang.String FND_VIEW_ATTRIBUTE_LOOKUP_TYPE
public static java.lang.String FND_VIEW_ATTRIBUTE_LOOKUP_CODE
public static java.lang.String FND_VIEW_ATTRIBUTE_MEANING
public static java.lang.String FND_VIEW_ATTRIBUTE_LANGUAGE
public static java.lang.String DEFAULT_LANGUAGE_CODE
public static int DEFAULT_HASH_MAP_SIZE
public static final int SI_MsgBundleClass
public static final int SI_ComponentClass
public static final int SI_ComponentInterfaceName
public static final int SI_ClientProxyClassName
public static final int SMAX_RemotableCompDef
public LOVAppModuleDefImpl()
public long getExpiration()
public int getViewAppId()
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)
@Concealed protected ComponentOperations getComponentOperations()
@Concealed public OperationDefinitionImpl lookupOperationDefinition(java.lang.String id)
@Concealed public ExprCodeSource lookupCodeSource(java.lang.String name)
@Concealed public OperationDefinitionImpl findOperationDefinition(java.lang.String id)
public OperationDefinitionsImpl getOperationDefinitions()
getOperationDefinitions in interface OperationContainerpublic OperationDefinitionsImpl getRowOperationDefinitions()
getRowOperationDefinitions in interface OperationContainerpublic OperationDefinitionsImpl getScriptOperationDefinitions()
getScriptOperationDefinitions in interface OperationContainerpublic OperationDefinitionsImpl getScriptRowOperationDefinitions()
getScriptRowOperationDefinitions in interface OperationContainerpublic ExprCodeSource ensureCodeSource(ExprDef exprDef)
ComponentOperationsManager#updateCodeSource to update the component
 operations manager with any updates that are made to this CodeSource.ensureCodeSource in interface ComponentOperationsManagerexprDef - a null exprDef may be used to indicate the a
    built-in code source.public ExprCodeSource ensureCodeSource(ExprDef exprDef, java.lang.String codeSourceName)
public ExprCodeSource editCodeSource(ExprCodeSource codeSource)
ComponentOperationsManagereditCodeSource in interface ComponentOperationsManagerpublic ExprDef lookupExprDef(OwnerType type, java.lang.String path)
ComponentOperationsManagerlookupExprDef in interface ComponentOperationsManagertype - the OwnerType of the expressionpath - the ExprDef.getPath() of the expressionpublic boolean isDynamicCodeSourceEnabled()
isDynamicCodeSourceEnabled in interface ComponentOperationsManager@Concealed public void addOperation(OperationDefinitionImpl opDef)
@Concealed public OperationDefinitionImpl addScriptOperation(java.lang.String name, java.lang.String returnType, java.util.LinkedHashMap<java.lang.String,java.lang.String> params, java.lang.String body)
@Concealed public OperationDefinitionImpl addScriptRowOperation(java.lang.String name, java.lang.String returnType, java.util.LinkedHashMap<java.lang.String,java.lang.String> params, java.lang.String body)
@Concealed public void removeOperation(java.lang.String name)
protected void loadOperationDefinitions(DefElement xmlElement)
@Concealed public OperationDefinitionImpl lookupRowOperationDefinition(java.lang.String id)
public OperationDefinitionImpl lookupRowOperationDefinition(java.lang.String name, java.lang.String returnType, java.lang.Class[] params)
@Concealed public OperationDefinitionImpl findRowOperationDefinition(java.lang.String id)
@Concealed public void addRowOperation(OperationDefinitionImpl opDef)
@Concealed public void skipRowOperationValidation()
@Concealed public OperationDefinitionImpl addRowScriptOperation(java.lang.String name, java.lang.String returnType, java.util.LinkedHashMap<java.lang.String,java.lang.String> params, java.lang.String body)
@Concealed public void removeRowOperation(java.lang.String name)
@Concealed
public void cacheJavaMethodDefs(java.util.ArrayList al,
                                           boolean row)
@Concealed public java.util.List getCachedJavaMethodDefs(boolean row)