| 
Deprecated Methods | 
com.bea.campaign.AdCountGoal.addAdId(String)
 
          Use addAdPath(path) instead.  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.addBusinessPolicy(String, BusinessPolicy)
 
          This method has been deprecated and 
 now performs no operation.  | 
com.bea.p13n.usermgmt.GroupManager.addGroupToGroup(String, String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.addGroupToGroup(String, String)
 
          As of Portal 8.1.x, use
 GroupProviderControl.addGroupToGroup(parentGroup, childGroup)  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.addPropertyValue(String, String, Object)
 
          This method has been deprecated and now 
 performs no operation. This functionality is now 
 provided only through the EBCC.  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.addPropertyValueMapped(String, String, String, Object)
 
          This method has been deprecated and now 
 performs no operation.  | 
com.bea.p13n.usermgmt.GroupManager.addUserToGroup(String, String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.addUserToGroup(String, String)
 
          As of Portal 8.1.x, use
 GroupProviderControl.addUserToGroup(groupname, username)  | 
com.bea.p13n.usermgmt.UserManager.authenticate(String, String)
 
          See com.bea.p13n.security.Authentication  | 
com.bea.p13n.controls.ejb.usermgmt.UserManager.authenticate(String, String)
 
          Use UserInfoControl.authenticate(username, password)  | 
com.beasys.commerce.axiom.util.helper.UtilityHelper.checkVersion()
 
             | 
com.beasys.commerce.util.JdbcHelper.close(Connection)
 
             | 
com.beasys.commerce.util.JdbcHelper.close(ResultSet)
 
             | 
com.beasys.commerce.util.JdbcHelper.close(Statement)
 
             | 
com.bea.p13n.util.jdbc.JdbcHelper.commitConnection(Connection)
 
          in favor of Database.commitConnection()  | 
com.bea.netuix.servlets.manager.PortalServlet.createCacheKey(String, String, String, String, ArrayList)
 
          As of 8.1 SP2, replaced by createCacheKey()  | 
com.bea.netuix.servlets.manager.PortalServlet.createControlTreeData(byte[])
 
          As of 8.1 SP2, replaced by methods in SingleFileProcessor  | 
com.bea.p13n.usermgmt.GroupManager.createGroup(String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.createGroup(String)
 
          As of Portal 8.1.x, use GroupProviderControl.createGroup(name)  | 
com.bea.p13n.content.document.ref.RefSchemaGenerator.createParser()
 
          Not needed.  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.createProfile(String)
 
          Use ProfileControl.getUserProfileManager().createProfile(name)  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.createProfile(String)
 
          Use ProfileControl.getGroupProfileManager().createProfile(name)  | 
com.bea.p13n.controls.ejb.property.EntityPropertyManager.createUniqueId(String, String)
 
          with no replacement  | 
com.bea.p13n.usermgmt.UserManager.createUser(String, String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.UserManager.createUser(String, String)
 
          As of Portal 8.1.x, use
 UserProviderControl.createUser(username, password)  | 
com.bea.p13n.controls.createUser.CreateUserControl.createUser(String, String, HttpServletRequest)
 
          Use UserProviderControl.createUser(username, password, request)  | 
com.bea.p13n.usermgmt.UserManager.createUser(String, String, String)
 
          User and Profile operations are no longer codependent  | 
com.bea.p13n.controls.ejb.usermgmt.UserManager.createUserOfProfileType(String, String, String)
 
          As of Portal 8.1.x, use UserProviderControl.createUser(username, password).
 All profile types are assumed to be of type USER.  To create the user profile, use
 ProfileControl.createUserProfile()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.deleteProfile(String)
 
          use ProfileControl.deleteProfile(profileName)  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.deleteProfile(String)
 
          Use ProfileControl.getGroupProfileManager().deleteProfile(profileName)  | 
com.bea.p13n.util.jdbc.DatabaseFactory.deregisterDatabase(Database)
 
          In order to improve performance, dynamically registering/deregistering 
              of databases with the DatabaseFactory is no longer supported.  To 
              change the list of supported databases you must modify 
              database-registry.properties and restart your server.  | 
com.beasys.commerce.util.JdbcHelper.deserialize(ResultSet, int)
 
             | 
com.bea.p13n.content.document.ref.loader.MetaParser.determineEncoding(BufferedReader)
 
          moved to com.bea.p13n.util.MetaParser  | 
com.bea.p13n.content.document.ref.loader.MetaParser.determineEncoding(File, String)
 
          moved to com.bea.p13n.util.MetaParser  | 
com.bea.p13n.tracking.TrackingEventHelper.dispatchEvent(Event)
 
          Use EventService.dispatchEvent(Event theEvent).  | 
com.bea.p13n.content.document.ref.DefaultDocumentProvider.findDocumentMetadata(Search)
 
          To be removed when old expressions are removed.  | 
com.bea.p13n.content.document.ref.DefaultDocumentProvider.findDocuments(Search)
 
          To be removed when old expressions are removed.  | 
com.bea.p13n.ad.AdHelper.getAdContent(String, long, String, String, String, String, String, Request, AdService, int, int)
 
          This method moved to AdService.  | 
com.bea.p13n.ad.AdService.getAdContent(String, long, String, String, String, String, String, Request, int, int)
 
          Use getAdContenxt(Expression, ...) instead  | 
com.bea.campaign.AdCountGoal.getAdIds()
 
          Use getAdPaths() instead.  | 
com.bea.p13n.ad.AdHelper.getAdService()
 
          Use <ejb-ref> instead.  | 
com.bea.p13n.usermgmt.GroupManager.getAllGroupNames()
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.userInfoQuery.UserInfoControl.getAllGroupNames()
 
          Use GroupProviderControl.getAllGroupNames()  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getAllGroupNames()
 
          As of Portal 8.1.x, use GroupProviderControl.getAllGroupNames()  | 
com.bea.p13n.controls.profile.UserProfileControl.getAllProfileNames()
 
          as of Portal 8.1  
 Use ProfileControl.getUserProfileManager().getAllProfileNames() or
 Use ProfileControl.getGroupProfileManager().getAllProfileNames()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getAllProfileNames()
 
          use ProfileControl.getAllProfileNames()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getAllProfileNames()
 
          Use ProfileControl.getGroupProfileManager().getAllProfileNames()  | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.getBuild()
 
          Services that need this should provide internal
 implementation  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.getBusinessPolicy(String)
 
          This method has been deprecated and will 
 now return a null.  | 
com.bea.p13n.cache.CacheFactory.getCache(String, int, long, boolean)
 
          use getCache(name) and back the CacheConfigStub with a properties file  | 
com.bea.netuix.servlets.manager.PortalServlet.getCachedControlTreeBytes(CacheKey)
 
          As of 8.1 SP2, replaced by methods in SingleFileProcessor  | 
com.bea.netuix.application.view.PortletView.getCategoryIds()
 
          use getPortletCategoryDefinitionIds();  | 
com.bea.p13n.usermgmt.GroupManager.getChildGroupNames(String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getChildGroupNames(String)
 
          As of Portal 8.1.x, use GroupProviderControl.getChildGroupNames(groupname)  | 
com.bea.p13n.util.jdbc.JdbcHelper.getClob(ResultSet, int)
 
          in favor of Database and DatabaseFactory  | 
com.beasys.commerce.util.JdbcHelper.getClob(ResultSet, int)
 
             | 
com.bea.p13n.util.jdbc.JdbcHelper.getClobLocator(Connection, String, String, String)
 
          in favor of Database and DatabaseFactory  | 
com.beasys.commerce.util.JdbcHelper.getClobReader(ResultSet, int)
 
             | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.getConnection()
 
          Use JdbcHelper.getConnection(javax.sql.DataSource, int, long)  | 
com.bea.p13n.util.jdbc.JdbcHelper.getConnection(DataSource, int)
 
          Use DataSource.getConnection(),  set retries and waitTime by configuring the Pool  | 
com.bea.p13n.util.jdbc.DatabaseFactory.getConnection(DataSource, int)
 
          Use DataSource.getConnection(), set retries by configuring the Pool  | 
com.beasys.commerce.util.JdbcHelper.getConnection(DataSource, int)
 
             | 
com.bea.p13n.util.jdbc.JdbcHelper.getConnection(DataSource, int, long)
 
          Use DataSource.getConnection(),  set retries and waitTime by configuring the Pool  | 
com.bea.p13n.util.jdbc.DatabaseFactory.getConnection(DataSource, int, long)
 
          Use DataSource.getConnection(), set retries and waitTime by configuring the Pool  | 
com.beasys.commerce.util.JdbcHelper.getConnection(DataSource, int, long)
 
             | 
com.bea.p13n.ad.AdHelper.getContent(AdService, String)
 
          Use getContent(AdService, String, Request) instead.  | 
com.bea.p13n.ad.AdService.getContent(Expression)
 
          Use getContent(Expression, Request) instead.  | 
com.bea.p13n.content.ContentManager.getContent(Search, boolean)
 
          Use getContent(Search) instead  | 
com.bea.p13n.ad.AdService.getContent(String)
 
          Use getContent(Expression, Request) instead.  | 
com.bea.p13n.content.ContentHelper.getContent(String, Search)
 
          Use new Search instead  | 
com.bea.p13n.content.ContentHelper.getContent(String, Search, boolean)
 
          Use getContent(String, Search) instead.  | 
com.bea.p13n.content.ContentHelper.getContent(String, Search, boolean)
 
          Use new content expressions and 
     getContent(String, Search) instead.  | 
com.bea.p13n.content.document.DocumentManager.getContentBlock(DocumentPk, long, long)
 
          Use getContentBlock(java.lang.String, long, long) instead.  | 
com.bea.p13n.content.Content.getContentByValue()
 
          No longer needed - use Content object instead.  | 
com.bea.p13n.content.adapter.NodeDocument.getContentByValue()
 
          No longer needed - Use Content object instead.  | 
com.bea.p13n.content.ContentHelper.getContentFromManager(String, EJBHome, Search)
 
          use getContentManager(homeName, home).getContent(s) instead.  | 
com.bea.p13n.content.ContentHelper.getContentFromManager(String, EJBHome, Search)
 
          use new content search and
     getContentManager(homeName, home).getContent(s) instead.  | 
com.bea.p13n.content.ContentHelper.getContentFromManager(String, EJBHome, Search, boolean)
 
          Use getContentManager(homeName, home).getContent(s);  | 
com.bea.p13n.content.ContentHelper.getContentFromManager(String, EJBHome, Search, boolean)
 
          Use new content expressions and 
     getContentManager(homeName, home).getContent(s);  | 
com.bea.p13n.servlets.jsp.taglib.ContentSelectorTag.getContentHome()
 
          No longer used.  | 
com.bea.p13n.servlets.jsp.taglib.ContentQueryTag.getContentHome()
 
          Not used any more.  | 
com.bea.p13n.ad.AdService.getContentIds(Expression)
 
          Use getContentPaths(Expression, Request) instead.  | 
com.bea.p13n.ad.AdService.getContentIds(String)
 
          Use getContentPaths(Expression, Request) instead.  | 
com.bea.p13n.ad.AdService.getContentPaths(Expression)
 
          Use getContentPaths(Expression, Request) instead.  | 
com.beasys.commerce.util.JDBCSequencer.getCurrent(Connection)
 
          JDBCSequencer must allocate the sequence block using a separate
             transaction because the database updates can be undone if a rollback
             occurs on the passed connection. Replaced by JDBCSequencer.getNext()  | 
com.bea.netuix.servlets.controls.page.BookPresentationContext.getCurrentPage()
 
          Use BookPresentationContext.getActivePage() instead  | 
com.bea.commerce.ebusiness.discount.mgmt.DiscountMgmt.getDiscountByName(String, String)
 
          use getDiscountByName(String discountName)  | 
com.bea.p13n.content.adapter.NodeDocument.getDocumentByValue()
 
          No longer needed - use Document object instead.  | 
com.bea.p13n.content.document.Document.getDocumentByValue()
 
          No longer needed - use Document object instead.  | 
com.beasys.commerce.util.JdbcHelper.getDouble(ResultSet, int)
 
             | 
com.beasys.commerce.util.JdbcHelper.getDouble(ResultSet, String)
 
             | 
com.bea.p13n.controls.ejb.property.EntityPropertyManager.getDynamicProperties(PropertyLocator, String)
 
          with no replacement  | 
com.bea.p13n.util.jdbc.JdbcHelper.getEmptyClobInitializer()
 
          in favor of Database and DatabaseFactory  | 
com.bea.netuix.servlets.controls.page.BookBackingContext.getEntitledPages()
 
          use getPageBackingContexts()  | 
com.bea.p13n.controls.ejb.property.EntityPropertyManager.getEntityNames(String)
 
          with no replacement  | 
com.bea.p13n.ad.AdHelper.getEventTracker()
 
          No longer publically available.  | 
com.bea.p13n.content.MimeTypeHelper.getExtensions(String)
 
          moved to com.bea.p13n.util.MimeTypeHelper  | 
com.bea.p13n.content.MimeTypeHelper.getFileExtension(String)
 
          moved to com.bea.p13n.util.MimeTypeHelper  | 
com.beasys.commerce.util.JdbcHelper.getFloat(ResultSet, int)
 
             | 
com.beasys.commerce.util.JdbcHelper.getFloat(ResultSet, String)
 
             | 
com.bea.netuix.servlets.manager.PortalServlet.getFromTreeCache(CacheKey)
 
          As of 8.1 SP2, replaced by methods in SingleFileProcessor  | 
com.bea.portal.model.PortalPersonalization.getGroupIdentifier()
 
          use getProfileIdentity instead.  | 
com.bea.p13n.usermgmt.GroupManager.getGroupNames(String, boolean, int)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.usermgmt.GroupManager.getGroupNamesForUser(String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.userInfoQuery.UserInfoControl.getGroupNamesForUser(String)
 
          Use GroupProviderControl.getGroupNamesForUser(username)  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getGroupNamesForUser(String)
 
          As of Portal 8.1.x, use GroupProviderControl.getGroupNamesForUser(username)  | 
com.bea.p13n.usermgmt.GroupManager.getGroupProfile(String)
 
          See com.bea.p13n.usermgmt.profile.ProfileFactory  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getGroupProfile(String)
 
          As of Portal 8.1.x, use UserProfileControl.getProfileForGroup(name)  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getGroupProfileManager(String)
 
          Use ProfileControl.getGroupProfileManager(name)  | 
com.beasys.commerce.util.Sequencer.getIncrementAmount()
 
          Replaced by getCacheSize  | 
com.beasys.commerce.util.JDBCSequencer.getIncrementAmount()
 
          Replaced by getCacheSize  | 
com.beasys.commerce.util.JdbcHelper.getInt(ResultSet, int)
 
             | 
com.beasys.commerce.util.JdbcHelper.getInt(ResultSet, String)
 
             | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.getJDBCConnection()
 
          Use JdbcHelper.getConnection(javax.sql.DataSource, int, long)  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getJndiName()
 
          Use ProfileControl.getUserProfileManager().getJndiName()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getJndiName()
 
          Use ProfileControl.getGroupProfileManager().getJndiName()  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.getJndiName()
 
          This method has been deprecated and will 
 now return a null.  | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.getJtsConnection()
 
          Use JdbcHelper.getConnection(javax.sql.DataSource, int, long)  | 
com.bea.portal.model.PortalState.getLayout(LayoutIdentifier)
 
          not used in portal framework should be removed.  | 
com.bea.portal.model.Portal.getLayout(LayoutIdentifier)
 
          not used in portal framework should be removed.  | 
com.beasys.commerce.util.JdbcHelper.getLong(ResultSet, int)
 
             | 
com.beasys.commerce.util.JdbcHelper.getLong(ResultSet, String)
 
             | 
com.bea.p13n.content.MimeTypeHelper.getMajor(String)
 
          moved to com.bea.p13n.util.MimeTypeHelper  | 
com.bea.p13n.content.MimeTypeHelper.getMimeType(File)
 
          moved to com.bea.p13n.util.MimeTypeHelper  | 
com.bea.p13n.content.MimeTypeHelper.getMimeType(String)
 
          moved to com.bea.p13n.util.MimeTypeHelper  | 
com.bea.p13n.content.MimeTypeHelper.getMimeTypeFromPath(String)
 
          moved to com.bea.p13n.util.MimeTypeHelper  | 
com.beasys.commerce.util.Log.getMinimumLevel()
 
          Use domain log filters  | 
com.bea.p13n.content.MimeTypeHelper.getMinor(String)
 
          moved to com.bea.p13n.util.MimeTypeHelper  | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.getNewId()
 
          Use com.bea.p13n.util.jdbc.Sequencer 
               and com.bea.p13n.util.jdbc.SequencerFactory  | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.getNewId(String)
 
          Use com.bea.p13n.util.jdbc.Sequencer 
               and com.bea.p13n.util.jdbc.SequencerFactory  | 
com.beasys.commerce.util.JDBCSequencer.getNext(Connection)
 
          JDBCSequencer must allocate the sequence block using a separate
             transaction because the database updates can be undone if a rollback
             occurs on the passed connection. Replaced by JDBCSequencer.getNext()  | 
com.bea.p13n.ad.AdHelper.getNextRandom(int)
 
          No longer used here (use java.util.Random)  | 
com.bea.netuix.servlets.controls.page.BookPresentationContext.getPagePresentationContextByUnqiueId(String)
 
          Misspelled method name; use BookPresentationContext.getPagePresentationContextByUniqueId(String)  | 
com.bea.netuix.servlets.controls.page.BookPresentationContext.getPagePresentationContexts()
 
          Use BookPresentationContext.getEntitledPagePresentationContexts()  | 
com.bea.netuix.servlets.controls.page.BookBackingContext.getPages()
 
          Use getPageBackingContexts() instead.W  | 
com.bea.p13n.usermgmt.GroupManager.getParentGroupName(String)
 
          This method no longer supported.
 Use methods of com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getParentGroupName(String)
 
          As of Portal 8.1.x, use GroupProviderControl.getParentGroupNames(groupname)  | 
com.bea.p13n.placeholder.PlaceholderHelper.getPlaceholderService()
 
          Use the <ejb-ref> instead  | 
com.bea.portal.model.Portal.getPortletMap()
 
          use getPortlet or getPortlets instead.  | 
com.bea.portal.model.Page.getPortletMap()
 
          use getPortlet or getPortlets instead.  | 
com.bea.p13n.placeholder.PlaceholderService.getPreviewSlot(long)
 
          No longer used.  | 
com.bea.p13n.placeholder.PlaceholderService.getPreviewSlotQuery(long, String)
 
          No longer used.  | 
com.bea.p13n.placeholder.PlaceholderHelper.getPreviewXML(Connection, long)
 
          Use PlaceholderService.getPreviewSlot(long) instead.  | 
com.bea.p13n.controls.profile.UserProfileControl.getProfile(String, String)
 
          as of Portal 8.1  Use ProfileControl.getProfile(username, groupname)  | 
com.bea.p13n.controls.profile.UserProfileControl.getProfileForGroup(String)
 
          as of Portal 8.1  Use ProfileControl.getProfileForGroup(groupname)  | 
com.bea.p13n.controls.profile.UserProfileControl.getProfileForUser(String)
 
          as of Portal 8.1  Use ProfileControl.getProfileForUser(username)  | 
com.bea.p13n.controls.profile.UserProfileControl.getProfileFromRequest(HttpServletRequest)
 
          as of Portal 8.1  Use ProfileControl.getProfileFromRequest(request)  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getProfileName(long)
 
          Use ProfileControl.getUserProfileManager().getProfileName()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getProfileName(long)
 
          Use ProfileControl.getGroupProfileManager().getProfileName(profileId)  | 
com.bea.p13n.usermgmt.UserManager.getProfileTypeNames()
 
          Multiple profile types are no longer supported  | 
com.bea.p13n.controls.ejb.usermgmt.UserManager.getProfileTypeNames()
 
          As of Portal 8.1.x, use ProfileControl.getProfileTypeNames() in conjunction
 with the UserProviderControl  | 
com.bea.p13n.controls.profile.UserProfileControl.getProperties(ProfileWrapper)
 
          as of Portal 8.1  Use 
 ProfileControl.getProperties(profileName)  | 
com.bea.p13n.controls.ejb.property.EntityPropertyManager.getProperties(PropertyLocator)
 
          Use the ProfileControl to get the user or group profile manager, then call getProperties()
 on that.  For example:  ProfileControl.getUserProfileManager().getProperties(profileName, propertySetName)  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getProperties(String)
 
          Use ProfileControl.getUserProfileManager().getProperties()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getProperties(String)
 
          Use ProfileControl.getGroupProfileManager().getProperties(profileName)  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getPropertiesForKeys(String, Set)
 
          Use ProfileControl.getUserProfileManager().getPropertiesForKeys()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getPropertiesForKeys(String, Set)
 
          Use ProfileControl.getGroupProfileManager().getPropertiesForKeys(profileName, propertyMapKeys)  | 
com.bea.p13n.controls.profile.UserProfileControl.getPropertiesFromKeys(ProfileWrapper, Set)
 
          as of Portal 8.1  
 Use ProfileControl.getProfileManager().getProperties(profileName, propertyMapKeys)  | 
com.bea.p13n.controls.profile.UserProfileControl.getPropertiesFromSet(ProfileWrapper, String)
 
          as of Portal 8.1  Use 
 ProfileControl.getProfileManager().getProperties(profileName, propertySetName)  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getPropertiesInPropertySet(String, String)
 
          Use ProfileControl.getUserProfileManager().getPropertiesInPropertySet()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getPropertiesInPropertySet(String, String)
 
          Use ProfileControl.getGroupProfileManager().getPropertiesInPropertySet(profileName, propertySetName)  | 
com.bea.p13n.controls.profile.UserProfileControl.getProperty(ProfileWrapper, String, String)
 
          as of Portal 8.1  
 Use ProfileControl.getProfileManager().getProperty(profileName, propertySet, property)  | 
com.bea.p13n.controls.ejb.property.EntityPropertyManager.getProperty(PropertyLocator, String, String)
 
          Use the ProfileControl to get the user or group profile manager, then call getProperties()
 on that.  For example:  
 ProfileControl.getUserProfileManager().getProperty(profileName, propertySet, propertyName)  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.getProperty(String, Object)
 
          This method has been deprecated and will now 
 return a null.  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.getProperty(String, String, ConfigurableEntity, Object)
 
          This method has been deprecated and will now 
 return a null.  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getProperty(String, String, String)
 
          Use ProfileControl.getUserProfileManager().getProperty()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getProperty(String, String, String)
 
          Use ProfileControl.getGroupProfileManager().getProperty(profileName, propertySet, propertyName)  | 
com.bea.p13n.util.TypedProperties.getPropertyAsBool(String)
 
          use getPropertyAsBoolean  | 
com.bea.p13n.util.TypedProperties.getPropertyAsBool(String, boolean)
 
          use getPropertyAsBoolean  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.getPropertyAsString(String, String, ConfigurableEntity, String)
 
          This method has been deprecated and will now 
 return a null.  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getPropertyAsString(String, String, String)
 
          Use ProfileControl.getUserProfileManager().getPropertyAsString()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getPropertyAsString(String, String, String)
 
          Use ProfileControl.getGroupProfileManager().getPropertyAsString(profileName, propertySet, propertyName)  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getPropertyAsStringTrySuccessor(String, String, String, String)
 
          Use ProfileControl.getUserProfileManager().getPropertyAsStringTrySuccessor()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getPropertyAsStringTrySuccessor(String, String, String, String)
 
          Use ProfileControl.getGroupProfileManager().getPropertyAsStringTrySuccessor()  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.getPropertyDefault(String, String, ConfigurableEntity)
 
          This method has been deprecated and will now 
 return a null.  | 
com.bea.p13n.controls.ejb.property.EntityPropertyManager.getPropertyLocator(long)
 
          with no replacement  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.getPropertyNoDefault(String, String, ConfigurableEntity)
 
          This method has been deprecated and will now 
 return a null.  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getPropertyNoDefault(String, String, String, String)
 
          Use ProfileControl.getUserProfileManager().getPropertyNoDefault()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getPropertyNoDefault(String, String, String, String)
 
          Use ProfileControl.getGroupProfileManager().getPropertyNoDefault()  | 
com.bea.p13n.controls.ejb.property.PropertySetManager.getPropertySet(String, String)
 
          Use the ProfileControl to get the PropertySetManager associated with that profile
 manager and call the methods directly on the PropertySetManager.  | 
com.bea.p13n.controls.ejb.property.PropertySetManager.getPropertySets(String)
 
          Use the ProfileControl to get the PropertySetManager associated with that profile
 manager and call the methods directly on the PropertySetManager  | 
com.bea.p13n.controls.ejb.property.PropertySetManager.getPropertySetXml(String, String)
 
          Use the ProfileControl to get the PropertySetManager associated with that profile
 manager and call the methods directly on the PropertySetManager  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getPropertyTrySuccessor(String, String, String, String)
 
          Use ProfileControl.getUserProfileManager().getPropertyTrySuccessor()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getPropertyTrySuccessor(String, String, String, String)
 
          Use ProfileControl.getGroupProfileManager().getPropertyTrySuccessor()  | 
com.bea.p13n.content.servlets.jsp.taglib.BaseTag.getReadOnly()
 
          No longer needed.  | 
com.bea.p13n.placeholder.servlets.jsp.taglib.PlaceholderTag.getRenderer()
 
          not used.  | 
com.bea.p13n.ad.AdHelper.getRendering()
 
          No longer publically available.  | 
com.bea.portal.jsp.JspBase.getRequestURI(HttpServletRequest)
 
          use getJspURI or getJspURINoContext  | 
com.bea.p13n.rules.manager.RulesManager.getRuleSet(String)
 
          replaced by RuleSetRepository.getRuleSet(String, int)  | 
com.beasys.commerce.axiom.util.helper.JNDIHelper.getService(String)
 
          See lookup  | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.getService(String)
 
          Use JndiHelper to get the
 Context and do the lookup.  | 
com.bea.commerce.ebusiness.discount.mgmt.QualificationDiscountDef.getSetName()
 
          As of version 4.0, this method now throws an
  UnsupportedOperationException.  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.getSuccessor(String)
 
          This method has been deprecated and will now 
 return a null.  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getSuccessor(String, String)
 
          Use ProfileControl.getUserProfileManager().getSuccessor()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getSuccessor(String, String)
 
          Use ProfileControl.getGroupProfileManager().getSuccessor(profileName, propertySet)  | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.getT3Services()
 
          Services that need this functionality should implement
 it internally, and not expose it via a public API.  | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.getTime()
 
          Services that need this functionality should implement
 it internally, and not expose it via a public API.  | 
com.bea.p13n.usermgmt.GroupManager.getTopLevelGroupNames()
 
          This method no longer supported.
 Use methods of com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getTopLevelGroupNames()
 
          As of Portal 8.1.x, use GroupProviderControl.getTopLevelGroupNames()  | 
com.bea.netuix.servlets.manager.PortalServlet.getTreeFromJspx(String, HttpServletRequest, HttpServletResponse, Locale)
 
          As of 8.1 SP2, replaced by methods in SingleFileProcessor  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.getUniqueId(String)
 
          Use ProfileControl.getUserProfileManager().getUniqueId()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.getUniqueId(String)
 
          Use ProfileControl.getGroupProfileManager().getUniqueId()  | 
com.bea.p13n.controls.ejb.property.EntityPropertyManager.getUniqueId(String, String)
 
          with no replacement  | 
com.bea.p13n.controls.userInfoQuery.UserInfoControl.getUserGroupNames(HttpServletRequest)
 
          Use GroupProviderControl.getGroupNamesForUser(username)  | 
com.bea.p13n.usermgmt.UserManager.getUserNames(String, int)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.profile.UserProfileControl.getUserNames(String, int)
 
          as of Portal 8.1  Use UserProviderControl.getUserNames(searchExpression, limit)  | 
com.bea.p13n.controls.ejb.usermgmt.UserManager.getUserNames(String, int)
 
          As of Portal 8.1.x, use
 UserProviderControl.getUserNames(searchExpression, limit)  | 
com.bea.p13n.usermgmt.GroupManager.getUsernamesForGroup(String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getUsernamesForGroup(String)
 
          As of Portal 8.1.x, use
 GroupProviderControl.getUsernamesForGroup(groupname)  | 
com.bea.p13n.usermgmt.GroupManager.getUsernamesForGroup(String, String, int)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.getUsernamesForGroupLimited(String, String, int)
 
          As of Portal 8.1.x, use
 GroupProviderControl.getUsernamesForGroupLimited(groupname, searchExpression, limit)  | 
com.bea.p13n.usermgmt.UserManager.getUserProfile(String)
 
          See com.bea.p13n.usermgmt.profile.ProfileFactory  | 
com.bea.p13n.controls.ejb.usermgmt.UserManager.getUserProfile(String)
 
          As of Portal 8.1.x, use ProfileControl.getProfileForUser(username) in
 conjunction with the UserProviderControl  | 
com.bea.p13n.controls.ejb.usermgmt.UserManager.getUserProfileManager(String)
 
          As of Portal 8.1.x, use ProfileControl.getProfileForUser(username) in
 conjunction with the UserProviderControl  | 
com.bea.p13n.xml.schema.TimeInstant.getYear()
 
          Use int getCalendarYear()  | 
com.bea.p13n.usermgmt.GroupManager.groupExists(String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.groupExists(String)
 
          As of Portal 8.1.x, use GroupProviderControl.groupExists(group)  | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.init()
 
             | 
com.bea.p13n.usermgmt.GroupManager.isDeletableGroup(String)
 
          See com.bea.p13n.security.management.authentication.AtnSecurityMgmtHelper  | 
com.bea.p13n.usermgmt.GroupManager.isDescendent(String, String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.isDescendent(String, String)
 
          As of Portal 8.1.x, use GroupProviderControl.isDescendent(ancestor, descendent)  | 
com.bea.portal.model.PortalState.isInitiallySuspended()
 
          not used in the portal framework.  | 
com.bea.portal.model.Portal.isInitiallySuspended()
 
          not used in the portal framework.  | 
com.bea.p13n.usermgmt.GroupManager.isMember(String, String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.isMember(String, String)
 
          As of Portal 8.1.x, use
 GroupProviderControl.isMemberGroup(groupname, username, recurse)  | 
com.bea.p13n.controls.userInfoQuery.UserInfoControl.isMemberOfGroup(String, String)
 
          Use GroupProviderControl.getAllGroupNames()  | 
com.bea.portlet.prefs.PortletPreferences.isModifiable(String)
 
          Use #isReadOnly  | 
com.beasys.commerce.util.JdbcHelper.isNoResourceException(SQLException)
 
             | 
com.bea.p13n.content.document.ref.loader.MetaParser.load(BufferedReader, Properties)
 
          moved to com.bea.p13n.util.MetaParser  | 
com.bea.p13n.content.document.ref.loader.MetaParser.load(File, Properties)
 
          moved to com.bea.p13n.util.MetaParser  | 
com.bea.p13n.content.document.ref.loader.MetaParser.load(File, Properties, String)
 
          moved to com.bea.p13n.util.MetaParser  | 
com.bea.p13n.content.document.ref.loader.MetaParser.loadProperties(File, Properties, BulkLoader)
 
             | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.log(int, String)
 
          Use Weblogic i18n message logging  | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.log(int, String, String)
 
          Use Weblogic i18n message logging  | 
com.bea.campaign.ScenarioHelper.log(int, String, Throwable)
 
          Use WLS logging instead  | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.log(String)
 
          Use Weblogic i18n message logging  | 
com.bea.campaign.ScenarioHelper.logDebug(String)
 
          Use Debug instead  | 
com.bea.campaign.ScenarioHelper.logDebug(String, Throwable)
 
          Use Debug instead  | 
com.bea.campaign.ScenarioHelper.logError(String)
 
          Use WLS logging instead  | 
com.bea.campaign.ScenarioHelper.logError(String, Throwable)
 
          Use WLS logging instead  | 
com.bea.campaign.ScenarioHelper.logInfo(String)
 
          Use WLS logging instead  | 
com.bea.campaign.ScenarioHelper.logInfo(String, Throwable)
 
          Use WLS logging instead  | 
com.bea.campaign.ScenarioHelper.logVerbose(String)
 
          Use Debug instead  | 
com.bea.campaign.ScenarioHelper.logVerbose(String, Throwable)
 
          Use Debug instead  | 
com.bea.campaign.ScenarioHelper.logWarning(String)
 
          Use WLS logging instead  | 
com.bea.campaign.ScenarioHelper.logWarning(String, Throwable)
 
          Use WLS logging instead  | 
com.bea.p13n.content.document.ref.loader.MetaParser.open(File, String)
 
          moved to com.bea.p13n.util.MetaParser  | 
com.bea.p13n.content.MimeTypeHelper.parseContentType(String)
 
          moved to com.bea.p13n.util.MimeTypeHelper  | 
com.bea.p13n.placeholder.PlaceholderService.previewContent(long, String, String, String)
 
          No longer used.  | 
com.bea.p13n.ad.AdBucketService.previewContent(String, String, String)
 
          Use previewContent(String, String, boolean) instead.  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.profileExists(String)
 
          Use ProfileControl.getUserProfileManager().profileExists(profileName)  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.profileExists(String)
 
          Use ProfileControl.getGroupProfileManager().profileExists(name)  | 
com.bea.netuix.servlets.manager.PortalServlet.putInTreeCache(CacheKey, byte[])
 
          As of 8.1 SP2, replaced by methods in SingleFileProcessor  | 
com.bea.netuix.servlets.manager.PortalServlet.putInTreeCache(CacheKey, UIControlTreeCacheData)
 
          As of 8.1 SP2, replaced by methods in SingleFileProcessor  | 
com.bea.p13n.ad.AdHelper.raiseClickThruEvent(String, HttpServletRequest, String, String, String, String)
 
          No longer publically available.  | 
com.bea.p13n.ad.AdHelper.raiseDisplayEvent(String, HttpServletRequest, String, String, String, String)
 
          No longer publically available.  | 
com.bea.p13n.util.jdbc.DatabaseFactory.registerDatabase(Database)
 
          In order to improve performance, dynamically registering/deregistering 
              of databases with the DatabaseFactory is no longer supported.  To 
              change the list of supported databases you must modify 
              database-registry.properties and restart your server.  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.removeBusinessPolicy(String)
 
          This method has been deprecated and will 
 now return a null.  | 
com.bea.p13n.controls.ejb.property.EntityPropertyManager.removeEntity(PropertyLocator)
 
          with no replacement  | 
com.bea.p13n.usermgmt.GroupManager.removeGroup(String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.removeGroup(String)
 
          As of Portal 8.1.x, use GroupProviderControl.removeGroup(groupname)  | 
com.bea.p13n.usermgmt.GroupManager.removeGroupFromGroup(String, String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.removeGroupFromGroup(String, String)
 
          As of Portal 8.1.x, use
 GroupProviderControl.removeGroupFromGroup(parentGroup, childGroup)  | 
com.bea.p13n.placeholder.PlaceholderService.removePreviewSlot(long)
 
          No longer used.  | 
com.bea.p13n.controls.ejb.property.EntityPropertyManager.removeProperties(PropertyLocator)
 
          with no replacement  | 
com.bea.p13n.controls.ejb.property.EntityPropertyManager.removeProperty(PropertyLocator, String, String)
 
          Use the ProfileControl to get the user or group profile manager, then call getProperties()
 on that .  For example:  
 ProfileControl.getUserProfileManager().removeProperty(profileName, propertySet, propertyName)  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.removeProperty(String)
 
          This method has been deprecated and will now 
 return a null.  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.removeProperty(String, String, String)
 
          Use ProfileControl.getUserProfileManager().removeProperty()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.removeProperty(String, String, String)
 
          Use ProfileControl.getGroupProfileManager().removeProperty()  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.removePropertyValue(String, String, Object)
 
          This method has been deprecated and will now 
 return a null.  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.removePropertyValueMapped(String, String, String)
 
          This method has been deprecated and will now 
 return a null.  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.removeSuccessor(String)
 
          This method has been deprecated and will now 
 return a null.  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.removeSuccessor(String, String)
 
          Use ProfileControl.getUserProfileManager().removeSuccessor()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.removeSuccessor(String, String)
 
          Use ProfileControl.getGroupProfileManager().removeSuccessor()  | 
com.bea.p13n.usermgmt.UserManager.removeUser(String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.UserManager.removeUser(String)
 
          As of Portal 8.1.x, use
 UserProviderControl.removeUser(username)  | 
com.bea.p13n.usermgmt.GroupManager.removeUserFromGroup(String, String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.GroupManager.removeUserFromGroup(String, String)
 
          As of Portal 8.1.x, use
 GroupProviderControl.removeUserFromGroup(groupname, username)  | 
com.beasys.commerce.util.dom.EntityFixer.replace(String, String, String)
 
          Use StringUtils  | 
com.beasys.commerce.util.JdbcHelper.serialize(PreparedStatement, int, Serializable)
 
             | 
com.bea.p13n.util.jdbc.JdbcHelper.setClob(PreparedStatement, int, Clob, String)
 
          in favor of Database.setClob()  | 
com.beasys.commerce.util.JdbcHelper.setClob(PreparedStatement, int, Reader, int)
 
             | 
com.bea.p13n.util.jdbc.JdbcHelper.setClob(PreparedStatement, int, String)
 
          in favor of Database.setClob()  | 
com.beasys.commerce.util.JdbcHelper.setClob(PreparedStatement, int, String)
 
             | 
com.bea.p13n.content.Content.setContentByValue(ContentValue)
 
          Not implemented.  | 
com.bea.p13n.content.adapter.NodeDocument.setContentByValue(ContentValue)
 
          Not implemented.  | 
com.bea.p13n.servlets.jsp.taglib.ContentSelectorTag.setContentHome(String)
 
          No longer used.  | 
com.bea.p13n.servlets.jsp.taglib.ContentQueryTag.setContentHome(String)
 
          Not used any more.  | 
com.bea.p13n.content.adapter.NodeDocument.setDocumentByValue(DocumentValue)
 
          Not implemented.  | 
com.bea.p13n.content.document.Document.setDocumentByValue(DocumentValue)
 
          Not implemented.  | 
com.bea.p13n.content.servlets.jsp.taglib.SelectTag.setExpression(Expression)
 
          will be removed when old expressions are removed.  | 
com.beasys.commerce.util.Sequencer.setIncrementAmount(long)
 
          Replaced by setCacheSize  | 
com.beasys.commerce.util.JDBCSequencer.setIncrementAmount(long)
 
          Replaced by setCacheSize  | 
com.bea.p13n.util.jdbc.JdbcHelper.setJdbcHelperDelegate(String)
 
          in favor of DatabaseFactory  | 
com.beasys.commerce.util.NonCatalogLog.setMinimumLevel(int)
 
          does nothing but log a deprecated message.  Use domain log filters.  | 
com.beasys.commerce.util.Log.setMinimumLevel(int)
 
          Use domain log filters  | 
com.bea.p13n.usermgmt.UserManager.setPassword(String, String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.ejb.usermgmt.UserManager.setPassword(String, String)
 
          As of Portal 8.1.x, use
 UserProviderControl.setPassword(username, password)  | 
com.bea.p13n.placeholder.PlaceholderService.setPreviewSlot(String)
 
          No longer used.  | 
com.bea.p13n.controls.profile.UserProfileControl.setProperties(ProfileWrapper, EntityPropertyCache)
 
          as of Portal 8.1  
 Use multiple invocations of ProfileControl.setProperty(profileName, propertySet, property, value)  | 
com.bea.p13n.controls.profile.UserProfileControl.setProperty(ProfileWrapper, String, String, Object)
 
          as of Portal 8.1  
 Use ProfileControl.setProperty(profileName, propertySet, property, value)  | 
com.bea.p13n.controls.ejb.property.EntityPropertyManager.setProperty(PropertyLocator, String, String, Object)
 
          Use the ProfileControl to get the user or group profile manager, then call setProperty()
 on that.  For example:  
 ProfileControl.getUserProfileManager().setProperty(profileName, propertySet, propertyName, value)  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.setProperty(String, Object)
 
          This method has been deprecated.  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.setProperty(String, String, String, Object)
 
          Use ProfileControl.getUserProfileManager().setProperty()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.setProperty(String, String, String, Object)
 
          Use ProfileControl.getGroupProfileManager().setProperty()  | 
com.bea.p13n.content.servlets.jsp.taglib.BaseTag.setReadOnly(boolean)
 
          No longer needed.  | 
com.bea.p13n.content.servlets.jsp.taglib.BaseTag.setReadOnly(String)
 
          No longer needed.  | 
com.bea.p13n.placeholder.servlets.jsp.taglib.PlaceholderTag.setRenderer(int)
 
          not used.  | 
com.beasys.commerce.ebusiness.catalog.CatalogItemImpl.setSuccessor(String, ConfigurableEntity)
 
          This method has been deprecated and 
 now performs no operation.  | 
com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManager.setSuccessor(String, String, String)
 
          Use ProfileControl.getUserProfileManager().setSuccessor()  | 
com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManager.setSuccessor(String, String, String)
 
          Use ProfileControl.getGroupProfileManager().setSuccessor()  | 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.setupConnection()
 
          Services that need this functionality should implement
 it internally, and not expose it via a public API.  | 
com.bea.portlet.prefs.PortletPreferences.setValue(String, String)
 
          Replaced by PortletPreferences.setValue(String, String)  | 
com.bea.portlet.prefs.PortletPreferences.setValues(String, String[])
 
          Replaced by PortletPreferences.setValues(String, String[])  | 
com.bea.p13n.xml.schema.TimeInstant.setYear(long)
 
          Use setCalendarYear(int year)  | 
com.bea.p13n.xml.schema.TimeInstant.setYear(long, int)
 
          Use setCalendarYear(int year) , eg, setCalendarYear(2004)  | 
com.bea.p13n.content.MimeTypeHelper.split(String, String)
 
          moved to com.bea.p13n.util.MimeTypeHelper  | 
com.bea.p13n.content.MimeTypeHelper.splitInto(String, String, List)
 
          moved to com.bea.p13n.util.MimeTypeHelper  | 
com.bea.portlet.prefs.PortletPreferences.store()
 
          Replaced by PortletPreferences.store()  | 
com.beasys.commerce.util.JdbcHelper.supportsLikeEscapeClause(Connection)
 
             | 
com.bea.p13n.usermgmt.UserManager.userExists(String)
 
          See com.bea.p13n.security.management.authentication.AtnManagerProxy  | 
com.bea.p13n.controls.profile.UserProfileControl.userExists(String)
 
          as of Portal 8.1  Use UserProviderControl.userExists(username)  | 
com.bea.p13n.controls.ejb.usermgmt.UserManager.userExists(String)
 
          As of Portal 8.1.x, use
 UserProviderControl.userExists(username)  | 
com.bea.p13n.controls.profile.UserProfileControl.userProfileExists(String)
 
          as of Portal 8.1  
 Use ProfileControl.getUserProfileManager().profileExists(username)  |