© 2001 BEA Systems, Inc.


Deprecated API

Deprecated Classes
com.bea.p13n.content.ContentPk
          Use java.lang.String instead. 
com.bea.p13n.content.ContentValue
          No longer needed - Use Content object instead. 
com.bea.p13n.content.document.DataSourceHelper
          No longer needed -- just use a DataSource with JdbcHelper. 
com.bea.p13n.content.document.DocumentPk
          Use java.lang.String instead. 
com.bea.p13n.content.document.DocumentValue
          No longer needed - Use Document object instead. 
com.bea.p13n.taglib.i18n.JspMessageBundle
          instead, moving to WLS message catalog 
com.bea.p13n.content.document.ref.RefCleanupHelper
          Use RefCleanupHelper instead. 
com.bea.p13n.taglib.util.SimpleReportTag
          Tag will not be available in future versions. Do all database access in the server layer. 
com.bea.p13n.taglib.util.SimpleReportTagExtraInfo
          Tag will not be available in future versions. Do all database access in the server layer. 
com.bea.p13n.content.document.ref.StatementParams
          This class has been deprecated in favor of using a RefSQLGenerator instance configured as needed. 
 

Deprecated Interfaces
com.bea.p13n.placeholder.PlaceholderConstants
          No longer used. 
 

Deprecated Fields
com.bea.p13n.ad.AdConstants.AD_SERVICE_NAME
          No longer needed. 
com.bea.p13n.ad.AdConstants.ADBUCKET_SERVICE_NAME
          No longer needed. 
com.bea.p13n.ad.AdConstants.CONFLICT_RESOLVER_NAME
          No longer needed. 
com.bea.p13n.content.ContentHelper.DEF_CONTENT_HOME
          Use DEF_CONTENT_MANAGER_HOME instead. 
com.bea.p13n.content.ContentHelper.DEF_CONTENT_READONLY
          No longer needed. 
com.bea.p13n.content.ContentHelper.DEF_CONTENT_SCHEMA_HOME
          Use PropertySetManager and ejb-refs instead. 
com.bea.p13n.content.ContentHelper.DEF_DOCUMENT_HOME
          Use DEF_DOCUMENT_MANAGER_HOME instead. 
com.bea.p13n.content.ContentHelper.DEF_DOCUMENT_SCHEMA_HOME
          Use PropertySetManager and ejb-refs instead. 
com.bea.p13n.ad.AdConstants.EVENT_SERVICE_NAME
          No longer needed. 
com.bea.p13n.content.document.ref.loader.BulkLoader.insertDocSql
          No longer used. 
com.bea.p13n.content.document.ref.RefDocumentProvider.metadataSelectSQL
          No longer used (see RefDocumentProvider.myMetadataSelectSQL). 
com.bea.p13n.advisor.AdviceRequestConstants.NOW
          replaced by TIME_INSTANT 
com.bea.p13n.content.servlets.jsp.taglib.SelectTag.oldExpr
          will be removed when old expressions are removed. 
com.bea.p13n.placeholder.PlaceholderConstants.PLACEHOLDER_DB_NAME
          No longer applicable. 
com.bea.p13n.placeholder.PlaceholderConstants.PLACEHOLDER_NAME
          No longer applicable. 
com.bea.p13n.placeholder.PlaceholderConstants.PLACEHOLDER_PREVIEW_DB_NAME
          No longer needed. 
com.bea.p13n.content.servlets.jsp.taglib.BaseTag.readOnly
          No longer needed. 
com.bea.p13n.content.ContentCache.SESSION_NAME
          Use DEF_CACHE_NAME instead. 
com.bea.p13n.content.document.ref.loader.BulkLoader.updateDocSql
          No longer used. 
com.bea.p13n.content.ContentHelper.USE_SOFT_HASH_MAP
          No longer needed. 
com.bea.p13n.usermgmt.servlets.jsp.taglib.UserManagementTagConstants.USER_LIMIT_EXCEEDED
          Tags will no longer return this value; the search results will just be truncated 
 

Deprecated Methods
com.bea.p13n.content.document.ref.RefSchemaGenerator.createParser()
          Not needed. 
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.getAdService()
          Use <ejb-ref> instead. 
com.bea.p13n.taglib.i18n.JspMessageBundle.getBundle(PageContext, String, String, String, String, String)
          it is advisable instead to use unicode escaped characters in your ISO-8859-1 encoded property files. Use the version of getBundle() that does not specify a propCharset 
com.bea.p13n.content.ContentManager.getContent(Search, boolean)
          Use getContent(Search) 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.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.content.document.Document.getDocumentByValue()
          No longer needed - use Document object instead. 
com.bea.p13n.placeholder.PlaceholderHelper.getPlaceholderService()
          Use the <ejb-ref> instead 
com.bea.p13n.placeholder.PlaceholderHelper.getPreviewXML(Connection, long)
          Use PlaceholderService.getPreviewSlot(long) instead. 
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.rules.manager.RulesManager.getRuleSet(String)
          replaced by RuleSetRepository.getRuleSet(String, int) 
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.appflow.webflow.WebflowJSPHelper.priceFormat(double)
            
com.bea.p13n.appflow.webflow.WebflowJSPHelper.quantityFormat(double)
            
com.bea.p13n.content.Content.setContentByValue(ContentValue)
          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.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. 
 

Deprecated Constructors
com.bea.p13n.advisor.AdvisorException(String, String)
          use AdvisorException(String message). 
com.bea.p13n.advisor.AdvisorException(String, String, Throwable)
          use AdvisorException(String message, cause). 
 


© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved