Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-04

Deprecated API


Contents
Deprecated Classes
oracle.apps.fnd.applcore.customization.AdditionalLevelCC
            
oracle.apps.fnd.applcore.flex.ui.common.ADFUtils
          we don't use this any more instead Flex setup UI use FlexSetupUtils 
oracle.apps.fnd.applcore.patterns.ui.managed.ApplicationsPanelBean
            
oracle.apps.fnd.applcore.patterns.ui.managed.ApplicationsTableBean
            
oracle.apps.fnd.applcore.customization.uiPublic.AppsSessionOptionsFactoryImpl
            
oracle.apps.fnd.applcore.customization.CountryCC
            
oracle.apps.fnd.applcore.customization.uiPublic.CustomizeUIShellBean
            
oracle.apps.fnd.applcore.customization.EnterpriseCC
           
oracle.apps.fnd.applcore.flex.common.util.FormatType
          Replaced by ValueDataType 
oracle.apps.fnd.applcore.pref.model.wrapper.GeneralPreferences
          since 11.1.1.2.8DROP 
oracle.apps.fnd.applcore.customization.IndustryCC
            
oracle.apps.fnd.applcore.customization.IndustryInCountryCC
            
oracle.apps.fnd.applcore.customization.OrganizationCC
            
 

Deprecated Methods
oracle.apps.fnd.applcore.sandbox.utils.SandboxUtils.activate(String, String)
            
oracle.apps.fnd.applcore.flex.runtime.util.AbstractBCModeler.addSegmentAttribute(ViewDefImpl, SegmentDef, AbstractBCModeler.IntegerSequence, String, FlexfieldEntity, ArrayList, ArrayList, ArrayList, ContextValueDef, boolean)
          Use #addSegmentAttr instead. 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.CategoryModeler.build(String, String, String, String, EffCustomizations)
          - do not use static calls, connection leaks can occur 
oracle.apps.fnd.applcore.flex.uimodeler.driver.BuildPagesList.build(String, String, String, String, String)
           
oracle.apps.fnd.applcore.flex.uimodeler.driver.BuildSearchPage.build(String, String, String, String, String, String, boolean)
           
oracle.apps.fnd.applcore.flex.uimodeler.driver.BuildUIContextsForPage.build(String, String, String, String, String, String, String)
           
oracle.apps.fnd.applcore.flex.runtime.util.common.category.context.CategoryContextJboCreator.buildAndPersistCategoryHierarchyAndCategoryContexts(String[], String, String, String, EffCustomizations)
          - This method will eventually be removed. use BCModeler.run() As a quick fix, you can use the non-deprecated overload, though really it's only for internal use. 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.CategoryModeler.buildAndPersistCategoryHierarchyAndCategoryContexts(String[], String, String, String, EffCustomizations, CategoryConfig)
          - do not use static calls, connection leaks can occur 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.EffCustomizationsImpl.buildAndPersistCategoryHierarchyAndCategoryContexts(String, String, String, ApplicationResources, EffCustomizations)
          TUD TEMPORARY Call this method from subclass to specify your own customizations. Once the modeler is finalized, this method (and all overloads) should be private and only the buildInternal() should be able to call this. 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.EffCustomizationsImpl.buildAndPersistCategoryHierarchyAndCategoryContexts(String, String, String, String)
          - Call this through the BCModeler framework. This method will be made private eventually. INTERNAL USE ONLY This method is only public for grey-box testing. Consumers should NOT be directly calling this, ideally. Once the modeler is finalized, this method (and all overloads) should be private and only the buildInternal() should be able to call this. 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.context.CategoryContextJboCreator.buildAndPersistCategoryHierarchyAndCategoryContexts(String, String, String, String, EffCustomizations)
          - This method will eventually be removed. use BCModeler.run() As a quick fix, you can use the non-deprecated overload, though really it's only for internal use. 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.context.CategoryContextDefManagerImpl.buildCategoryContextDef(String, String, String, String, CategoryDef, ApplicationResources, CategoryContextDef)
            
oracle.apps.fnd.applcore.oaext.model.OAExceptionUtils.checkErrors(DBTransaction, int, String, String)
            
oracle.apps.fnd.applcore.filter.FilterManager.cleanupTransientExpression(String)
           
oracle.apps.fnd.applcore.trees.service.applicationModule.TreeServiceImpl.columnFlattenForce(String, String, String)
           
oracle.apps.fnd.applcore.common.ApplSessionManagement.createSession()
            
oracle.apps.fnd.applcore.common.ApplSessionManagement.createSession(Connection)
            
oracle.apps.fnd.applcore.common.ApplSessionManagement.createSession(LwsUser)
            
oracle.apps.fnd.applcore.customization.uiPublic.CustomizeUIShellBean.customize(String)
            
oracle.apps.fnd.applcore.common.ApplSession.detachSession()
            
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.format(MessageVORow, List)
          Use link MessageServiceAMImpl.formatMap(oracle.apps.fnd.applcore.messages.messageService.MessageVORow, java.util.Map) instead 
oracle.apps.fnd.applcore.messages.model.util.Util.format(MessageVORow, String, List)
          Use Util.format(MessageVORow, String, Map) instead. 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatAdminAction(MessageVORow, List)
          Use MessageServiceAMImpl.getMessageAdminAction(java.lang.String, java.lang.String, java.util.Map) instead 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatAdminAction(String, String, List)
          Use MessageServiceAMImpl.getMessageAdminAction(java.lang.String, java.lang.String, java.util.Map) instead. 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatAdminDetails(MessageVORow, List)
          Use MessageServiceAMImpl.getMessageAdminDetails(java.lang.String, java.lang.String, java.util.Map) instead. 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatAdminDetails(String, String, List)
          Use #getMessageAdminDetails) instead. 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatAdminText(MessageVORow, List)
          Use MessageServiceAMImpl.formatAdminTextMap(oracle.apps.fnd.applcore.messages.messageService.MessageVORow, java.util.Map) instead 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatCause(MessageVORow, List)
          Use instead 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatCause(String, String, List)
          Use MessageServiceAMImpl.getMessageCause(java.lang.String, java.lang.String, java.util.Map) instead 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatEncodedText(MessageVORow, List)
          Use MessageServiceAMImpl.getMessageEncodedText(java.lang.String, java.lang.String, java.util.Map) instead 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatEncodedText(String, String, List)
          Use MessageServiceAMImpl.getMessageEncodedText(java.lang.String, java.lang.String, java.util.Map) instead. 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatText(MessageVORow, List)
          Use MessageServiceAMImpl.getMessageText(java.lang.String, java.lang.String, java.util.Map) instead. 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatText(String, String, List)
          Use MessageServiceAMImpl.getMessageText(java.lang.String, java.lang.String, java.util.Map) instead. 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatUserAction(MessageVORow, List)
          Use MessageServiceAMImpl.getMessageUserAction(java.lang.String, java.lang.String, java.util.Map) instead. 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatUserAction(String, String, List)
          Use MessageServiceAMImpl.getMessageUserAction(java.lang.String, java.lang.String, java.util.Map) instead. 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatUserDetails(MessageVORow, List)
          Use MessageServiceAMImpl.getMessageUserDetails(java.lang.String, java.lang.String, java.util.Map) instead. 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatUserDetails(String, String, List)
          Use MessageServiceAMImpl.getMessageUserDetails(java.lang.String, java.lang.String, java.util.Map) instead. 
oracle.apps.fnd.applcore.messages.messageService.applicationModule.MessageServiceAMImpl.formatUserText(MessageVORow, List)
          Use MessageServiceAMImpl.formatUserTextMap(oracle.apps.fnd.applcore.messages.messageService.MessageVORow, java.util.Map) instead 
oracle.apps.fnd.applcore.flex.runtime.util.common.CategoryDefManagerImpl.getAppIdFromShortName(String, String)
            
oracle.apps.fnd.applcore.flex.runtime.util.common.FlexfieldTableUsage.getApplicationShortName()
            
oracle.apps.fnd.applcore.patterns.ui.util.PatternsUtil.getAppsTableChildComponentAbsoluteId(UIXPageTemplate, String)
          replaced by PatternsUtil.getAppsTableChildComponentAbsoluteId(UIXDeclarativeComponent, String) 
oracle.apps.fnd.applcore.patterns.ui.util.PatternsUtil.getAppsTreeChildComponentAbsoluteId(UIXPageTemplate, String)
          replaced by PatternsUtil.getAppsTreeChildComponentAbsoluteId(UIXDeclarativeComponent, String) 
oracle.apps.fnd.applcore.patterns.ui.util.PatternsUtil.getAttribute(String, UIXPageTemplate)
          replaced by #getAttribute(UIXDeclarativeComponent) 
oracle.apps.fnd.applcore.common.ApplSessionNamespace.getAttributes()
          use the get that returns a HashMap instead 
oracle.apps.fnd.applcore.flex.runtime.util.common.ExtensibleFlexfieldUtil.getCategoryAmNameForDataEntry(Long, String, DBTransaction, String, String)
          - use the overload that has Transaction, not DBTransaction We only have this so that the PIM environment doesn't give strange exceptions 
oracle.apps.fnd.applcore.flex.runtime.util.common.CategoryDefManagerImpl.getCategoryAMSingleton(String)
          - do not allow static access to service AMs 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.EffCustomizationsImpl.getCategoryConfig()
            
oracle.apps.fnd.applcore.flex.runtime.util.common.category.EffCustomizations.getCategoryConfig()
          - These options, long term, will be specifiable through the command line arguments like: -declJbos -webService -intf This method will be removed eventually. 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.naming.NamingServiceCustomizationsWithDeclarative.getCategoryConfig()
            
oracle.apps.fnd.applcore.flex.runtime.util.common.category.naming.NamingServiceCustomizations.getCategoryConfig()
            
oracle.apps.fnd.applcore.flex.runtime.util.common.category.naming.EFFBCModelerNaming.getCategoryDeclarativeRootVoDefFullName(boolean, String)
          on 2009-07-30. This method will be removed soon. Please call getDeclarativeRootVoDefFullNameCategorySpecific() instead 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.naming.EFFBCModelerNaming.getCategorySearchAmDefFullName(String, String, boolean, String)
          on 2009-07-30 - this method will be removed soon. Please call getRuntimeCategorySearchAmDefFullName() instead. 
oracle.apps.fnd.applcore.common.ApplSessionContext.getContext()
            
oracle.apps.fnd.applcore.common.ApplSessionFilter.getCookieDomain(HttpServletRequest)
          for the api in ApplSessionView 
oracle.apps.fnd.applcore.oaext.model.OAViewObjectImpl.getCriteriaItemClauseWhenKffExposedinQueryPanel(ViewCriteriaItem, String, String)
            
oracle.apps.fnd.applcore.oaext.model.OAEntityImpl.getCurrentDBDate()
          instead use getCurrentDBTime(). 
oracle.apps.fnd.applcore.pref.model.wrapper.GeneralPreferences.getDateformat()
          since 11.1.1.8.2DROP 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.naming.EFFBCModelerNamingImpl.getDeclarativeRootVoDefFullName(boolean, String)
          - This method will be deleted soon. Use getGenericDeclarativeRootVoDefFullName() and getCategoryDeclarativeRootVoDefFullName(). 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.naming.EFFBCModelerNaming.getDeclarativeRootVoDefFullName(boolean, String)
          on 2009-07-30. This method will be deleted soon. Use getDeclarativeRootVoDefFullNameCategorySpecific() and getDeclarativeRootVoDefFullNameGeneric(). 
oracle.apps.fnd.applcore.common.DeploymentsUtil.getDeploymentURL(String)
            
oracle.apps.fnd.applcore.flex.runtime.util.common.CategoryDefManagerImpl.getDffMetadataAMSingleton(String)
          - do not allow static access to service AMs 
oracle.apps.fnd.applcore.patterns.uishell.internal.ExternalServicesAdapter.getDiagnosticsLinkFromProfile()
          As of D8B4, construct the url from FND_DEPLOYMENTS or its equivalent instead. 
oracle.apps.fnd.applcore.oaext.model.OAEntityImpl.getDocSequence(Long, String, Long, String, Timestamp, Long, String, String)
            
oracle.apps.fnd.applcore.oaext.model.OAUtility.getDocSequence(Long, String, Long, String, Timestamp, Long, String, String, DBTransaction)
            
oracle.apps.fnd.applcore.common.ApplSessionUtil.getEnterpriseId()
          in favor of getEnterpriseID() 
oracle.apps.fnd.applcore.flex.runtime.util.BCModeler.getFactory(ApplicationResources, String, String, String)
            
oracle.apps.fnd.applcore.common.ApplSessionUtil.getHCMUserId()
          in favor of getHCMUserID 
oracle.apps.fnd.applcore.common.ApplSessionUtil.getHCMUserPersonId()
          in favor of getHCMUserPersonID 
oracle.apps.fnd.applcore.common.ApplSessionUtil.getHCMUserPrimaryAssignmentId()
          in favor of getHCMUserPrimaryAssignmentID 
oracle.apps.fnd.applcore.common.ApplSessionUtil.getHCMUserPrimaryWorkTermsAssignmentId()
          in favor of getHCMUserPrimaryWorkTermsAssignmentID 
oracle.apps.fnd.applcore.taxonomy.taxonomyService.extn.applicationModule.ApplTaxonomyExtnAMImpl.getListOfLBAs(String)
            
oracle.apps.fnd.applcore.taxonomy.taxonomyService.extn.applicationModule.ApplTaxonomyExtnAMImpl.getListOfProducts()
            
oracle.apps.fnd.applcore.oaext.model.OAUtility.getLWSConnection()
            
oracle.apps.fnd.applcore.trees.uiModel.DataSource.getParent()
          Use findParent() instead 
oracle.apps.fnd.applcore.common.biPrefs.PreferencesExtractor.getPreferencesFromLdap(String)
          kept for backward compatibilty Get the User preferences from the LDAP server 
oracle.apps.fnd.applcore.patterns.uishell.ui.bean.UIShellBackingBean.getRegionalMainPanelSplitterPosition()
          As of ATGPF Drop 8 Build 4, this method no longer works. 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.naming.EFFBCModelerNaming.getSearchRootAmDefFullName(boolean, String)
          on 2009-07-30 - this method will be removed soon. Use getSeparateSearchRootAmDefFullName() instead. 
oracle.apps.fnd.applcore.audit.model.utility.AuditSecurity.getSecurityAM()
            
oracle.apps.fnd.applcore.tags.util.FndTagSecurity.getSecurityAM()
            
oracle.apps.fnd.applcore.flex.runtime.util.common.category.naming.EFFBCModelerNaming.getSeparateSearchRootAmDefFullName(boolean, String)
          Maybe on 2009-07-30 - If using this method, please notify SSARNOBA. Otherwise it may be removed at some point. DPHILIP said on 2009-07-30 that it was okay to remove. 
oracle.apps.fnd.applcore.flex.runtime.util.common.CategoryDefManagerImpl.getServiceProviderSingleton(String)
          - do not allow static access to service AMs 
oracle.apps.fnd.applcore.oaext.model.OAUtility.getSession()
            
oracle.apps.fnd.applcore.common.ApplSessionFilter.getSessionCookieName()
          for the version in ApplSessionView 
oracle.apps.fnd.applcore.common.ApplSessionNamespace.getSparseNamespace(ApplSession, String)
          - for performance reasons, we are moving away from the use of sparse namespaces. 
oracle.apps.fnd.applcore.oaext.model.KFFApplicationModuleImpl.getStructureCode(long)
            
oracle.apps.fnd.applcore.common.bipPrefs.BIPPreferencesWrapperImpl.getUserPreferences(String, String, Connection)
          - Do not use. 
oracle.apps.fnd.applcore.patterns.uishell.internal.ExternalServicesAdapter.getUtilAppFromClientDocumentRoot(String)
          This API will return only null and should not be used. 
oracle.apps.fnd.applcore.common.DeploymentsUtil.getUtilAppName(String)
          This API will currently return only null. 
oracle.apps.fnd.applcore.oaext.model.OAUtility.getXSSessionAttribute(String, String)
            
oracle.apps.fnd.applcore.oaext.model.OAUtility.getXSSessionAttributeInGlobalNameSpace(String)
            
oracle.apps.fnd.applcore.oaext.model.OAUtility.getXSSessionAttributeInXSNameSpace(String)
            
oracle.apps.fnd.applcore.dataSecurity.util.FndDataSecurityProvider.initializeSessionContext(DataSecurityAMImpl)
            
oracle.apps.fnd.applcore.patterns.ui.util.PatternsUtil.invokePopup(String)
          As of ATGPF Drop5Prime, replaced by PatternsPublicUtil#invokePopup(String) 
oracle.apps.fnd.applcore.patterns.util.PatternsPublicUtil.invokePopup(String)
          As of Drop 8 Build 4, replaced by PatternsPublicUtil.invokePopup(RichPopup, RichPopup.PopupHints) Shows the specified popup component and its contents 
oracle.apps.fnd.applcore.patterns.util.PatternsPublicUtil.invokePopup(String, String, String)
          As of Drop 8 Build 4, replaced by PatternsPublicUtil.invokePopup(RichPopup, RichPopup.PopupHints) Shows the specified popup and uses the specified hints to align the popup. 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.context.naming.BcArtifactCategoryContextImpl.isInterface(BcArtifactCategory)
          - use ExtensibleFlexfieldInternalUtil.isInterface() 
oracle.apps.fnd.applcore.customization.EnterpriseCC.isMultiTenant()
           
oracle.apps.fnd.applcore.patterns.uishell.ui.bean.UIShellBackingBean.isRegionalMainPanelSplitterCollapsed()
          As of ATGPF Drop 8 Build 4, this method no longer works. 
oracle.apps.fnd.applcore.customization.EnterpriseCC.isTestMode()
           
oracle.apps.fnd.applcore.flex.dff.model.entity.DescriptiveFlexfieldEOImpl.lockAndGetEntityUsages()
          Replaced by makeReady 
oracle.apps.fnd.applcore.flex.kff.model.entity.KeyFlexfieldEOImpl.lockAndGetEntityUsages()
          Replaced by makeReady 
oracle.apps.fnd.applcore.trees.service.BICVOUtils.persistBICVODef(String)
          use BICVOUtils.getBICVODef 
oracle.apps.fnd.applcore.trees.service.BICVOUtils.persistBICVODef(String, String)
          use BICVOUtils.getBICVODef 
oracle.apps.fnd.applcore.log.AppsLogger.releaseAppsLogger()
            
oracle.apps.fnd.applcore.trees.service.applicationModule.TreeServiceImpl.rowFlattenForce(String, String, String)
           
oracle.apps.fnd.applcore.oaext.model.OAApplicationModuleImpl.seedUpload(InputStream, Map)
          This method is being retained only as stop gap measure till d8b4a RC7. 
oracle.apps.fnd.applcore.oaext.model.OASeedDataService.seedUpload(InputStream, Map)
          This method is being retained only as stop gap measure till d8b4a RC7. 
oracle.apps.fnd.applcore.common.ApplSessionContext.setContext(Object)
            
oracle.apps.fnd.applcore.customization.EnterpriseCC.setMultiTenant()
           
oracle.apps.fnd.applcore.patterns.uishell.ui.bean.UIShellBackingBean.setRegionalMainPanelSplitter(RichPanelSplitter)
          As of ATGPF Drop 8 Build 4, this method no longer works. 
oracle.apps.fnd.applcore.patterns.uishell.ui.bean.UIShellBackingBean.setRegionalMainPanelSplitterCollapsed(boolean)
          As of ATGPF Drop 8 Build 4, this method no longer works. 
oracle.apps.fnd.applcore.patterns.uishell.ui.bean.UIShellBackingBean.setRegionalMainPanelSplitterPosition(int)
          As of ATGPF Drop 8 Build 4, this method no longer works. 
oracle.apps.fnd.applcore.dataSecurity.util.FndDataSecurityProvider.setSessionContext(DataSecurityAMImpl, int)
            
oracle.apps.fnd.applcore.customization.EnterpriseCC.setTestMode(boolean)
           
 

Deprecated Constructors
oracle.apps.fnd.applcore.flex.runtime.util.common.category.CategoryConfig()
          - Specify your options through the command line, not here Default values for all controls in category modeling. TUD Implementing teams can create their own config 
oracle.apps.fnd.applcore.flex.runtime.util.common.category.CategoryConfig(boolean, boolean, boolean, boolean)
          - Specify your options through the command line, not here Default values for all controls in category modeling. TUD Implementing teams can create their own config 
oracle.apps.fnd.applcore.flex.runtime.util.EFFBCModeler(FlexfieldNamespace, FlexfieldDef, FlexfieldEntityUsage, BCModelerWriter, Map, CategoryDef, CategoryContextDef, String, String, String, String, String, boolean)
          This metod will be removed soon. Use one of the other constructors 
oracle.apps.fnd.applcore.flex.runtime.util.EFFBCModeler(FlexfieldNamespace, FlexfieldDef, FlexfieldEntityUsage, BCModelerWriter, Map, CategoryDef, CategoryContextDef, String, String, String, String, String, boolean, EffCustomizations)
          This metod will be removed soon. Use one of the other constructors 
 


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-04

Copyright © 2012 Oracle. All Rights Reserved.