© 2001 BEA Systems, Inc.

Deprecated API

Deprecated Classes
com.beasys.commerce.axiom.util.weblogic.Log
          Use com.bea.commerce.platform.logger.NonCatalogLog 
com.beasys.commerce.axiom.util.i18n.MessageBundle
          This class has been moved to com.beasys.commerce.i18n.MessageBundle. Use that from now on. 
com.beasys.commerce.axiom.document.fast.RefFastDocumentManagerImpl
          Use SPIFastDocumentManagerImpl instead. 
 

Deprecated Fields
com.beasys.commerce.axiom.jsp.JspServiceManager.lastCheckTime
          - this value is meaningless for this release of JspServiceManager. It will always be -1 from this implementation. 
com.beasys.commerce.content.ContentCache.SESSION_NAME
          Use DEF_CACHE_NAME instead. 
 

Deprecated Methods
com.beasys.commerce.foundation.cache.Cache.addEntry(Object, Object)
          use put 
com.beasys.commerce.foundation.cache.CacheImpl.addEntry(Object, Object)
          use put. 
com.beasys.commerce.foundation.cache.Cache.addEntry(Object, Object, long)
          use put 
com.beasys.commerce.foundation.cache.CacheImpl.addEntry(Object, Object, long)
          use put 
com.beasys.commerce.foundation.cache.Cache.containsEntry(Object)
          use containsKey 
com.beasys.commerce.foundation.cache.CacheImpl.containsEntry(Object)
          use containsKey 
com.beasys.commerce.foundation.cache.Cache.fetchEntry(Object)
          use get 
com.beasys.commerce.foundation.cache.CacheImpl.fetchEntry(Object)
          use get 
com.beasys.commerce.axiom.jsp.JspServiceManager.finishTx(UserTransaction, HttpServletRequest)
            
com.beasys.commerce.p13n.tags.ContentSelectorTag.getContenthome()
          As of WLPS 3.1, replaced by ContentSelectorTag.getContentHome() 
com.beasys.commerce.p13n.tags.ContentQueryTag.getContenthome()
          As of WLPS 3.1, replaced by ContentQueryTag.getContentHome() 
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.beasys.commerce.axiom.jsp.JspHelper.getDequalifiedSessionValues(HttpServletRequest)
          As of WLPS 3.1, replaced by JspHelper.getSessionValues(HttpServletRequest request) 
com.beasys.commerce.foundation.cache.Cache.getEntryCount()
          use size 
com.beasys.commerce.foundation.cache.CacheImpl.getEntryCount()
            
com.beasys.commerce.util.JDBCSequencer.getIncrementAmount()
          Replaced by getCacheSize 
com.beasys.commerce.util.Sequencer.getIncrementAmount()
          Replaced by getCacheSize 
com.beasys.commerce.axiom.util.i18n.MessageBundle.getInstance(String)
          Use com.beasys.commerce.i18n.MessageBundle from now on. 
com.beasys.commerce.i18n.MessageBundle.getInstance(String)
          Replaced by MessageBundle.getBundle(String) 
com.beasys.commerce.axiom.content.ContentManagerImpl.getJNDIContext()
          No longer needed (use getEnvironmentProperty) 
com.beasys.commerce.axiom.util.i18n.MessageBundle.getMessage(Object[], String)
          Use com.beasys.commerce.i18n.MessageBundle from now on. 
com.beasys.commerce.util.Log.getMinimumLevel()
          Use domain log filters 
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.beasys.commerce.axiom.jsp.JspBase.getRequestURI(HttpServletRequest)
          use getJspURI or getJspURINoContext 
com.beasys.commerce.axiom.util.helper.JNDIHelper.getService(String)
          See lookup 
com.beasys.commerce.p13n.tags.ContentSelectorTag.getSortby()
          As of WLPS 3.1, replaced by ContentSelectorTag.getSortBy() 
com.beasys.commerce.p13n.tags.ContentQueryTag.getSortby()
          As of WLPS 3.1, replaced by ContentQueryTag.getSortBy() 
com.beasys.commerce.axiom.util.i18n.MessageBundle.getString(String)
          Use com.beasys.commerce.i18n.MessageBundle from now on. 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.log(int, String)
          Use com.beasys.commerce.util.Logger 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.log(int, String, String)
          Use com.beasys.commerce.util.Logger 
com.beasys.commerce.axiom.util.weblogic.helper.WebLogicHelper.log(String)
          Use com.beasys.commerce.util.Logger 
com.beasys.commerce.foundation.cache.Cache.removeAllEntries()
          use clear 
com.beasys.commerce.foundation.cache.CacheImpl.removeAllEntries()
          use clear 
com.beasys.commerce.foundation.cache.CacheImpl.removeEntries(Object[])
          use remove 
com.beasys.commerce.foundation.cache.Cache.removeEntry(Object)
          use remove 
com.beasys.commerce.foundation.cache.CacheImpl.removeEntry(Object)
          use remove. 
com.beasys.commerce.axiom.jsp.JspBase.setAlternateDestination(HttpServletRequest, String)
          use setOverrideDestination 
com.beasys.commerce.p13n.tags.ContentSelectorTag.setContenthome(String)
          As of WLPS 3.1, replaced by ContentSelectorTag.setContentHome(String) 
com.beasys.commerce.p13n.tags.ContentQueryTag.setContenthome(String)
          As of WLPS 3.1, replaced by ContentQueryTag.setContentHome(String) 
com.beasys.commerce.util.JDBCSequencer.setIncrementAmount(long)
          Replaced by setCacheSize 
com.beasys.commerce.util.Sequencer.setIncrementAmount(long)
          Replaced by setCacheSize 
com.beasys.commerce.util.Log.setMinimumLevel(int)
          Use domain log filters 
com.beasys.commerce.p13n.tags.ContentSelectorTag.setSortby(String)
          As of WLPS 3.1, replaced by ContentSelectorTag.setSortBy(String) 
com.beasys.commerce.p13n.tags.ContentQueryTag.setSortby(String)
          As of WLPS 3.1, replaced by ContentQueryTag.setSortBy(String) 
com.beasys.commerce.axiom.jsp.JspServiceManager.startTx()
            
com.beasys.commerce.foundation.flow.jsp.DefaultDestinationDeterminer.validDestination(ServletConfig, String, File)
          see validDestination(String) 
com.beasys.commerce.axiom.jsp.JspServiceManager.validDestination(String, File)
          see validDestination(String) 
 


© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved