Deprecated API

Deprecated Classes
com.sapportals.admin.wizardframework.AbstractStaticWizard
          - The concept of static wizards has been abandoned. As of today all wizards, including the ones that inherit this class for historical reasons will be executed as dynamic wizards. Please move your wizard to inherit AbstractDynamicWizard rather than this class 
 

Deprecated Interfaces
com.sap.portal.unification.IUserObjectBasedNavigation
            
 

Deprecated Fields
com.sap.portal.pcm.attributes.IAttrPcmNavigation.ATTRIBUTE_MERGEPRIO
          use ATTRIBUTE_SORT_PRIORITY instead 
com.sap.portal.admin.wizard.panes.InfoPane.UIStrings.IS_TEMPLATE_CAPTION_BUNDLE_KEY
            
com.sap.portal.admin.wizard.panes.InfoPane.UIStrings.IS_TMPLT_TOOLTIP_BUNDLE_KEY
            
com.sap.portal.admin.wizard.panes.InfoPane.OptionalControl.IsTemplate
          don't use 
com.sapportals.admin.wizardframework.api.IConfigurableWizard.PREV
          use BACK 
com.sap.portal.admin.wizard.panes.InfoPane.UIStrings.SAVE_AS_PLAIN_OPTION_BUNDLE_KEY
            
com.sap.portal.admin.wizard.panes.InfoPane.UIStrings.SAVE_AS_TEMPLATE_OPTION_BUNDLE_KEY
            
 

Deprecated Methods
com.sap.portal.admin.editor.IEditorConfiguration.addEditorPane(Class, String)
          use ddEditorPane(PaneMetaData) instead. 
com.sap.portal.admin.editor.IEditorConfiguration.addEditorPane(Class, String, String)
          use ddEditorPane(PaneMetaData) instead. 
com.sap.portal.admin.editor.IEditorConfiguration.addEditorPane(Class, String, String, String)
          use ddEditorPane(PaneMetaData) instead. 
com.sapportals.admin.wizardframework.api.IConfigurableWizard.addPane(String, IWizardComponent)
          Since wizards will be instantiated dynamically using this function carries a serious ferformance penalty. add a state (pane) to this wizard. the IWizardComponent instance added will be shared among all instances/invocations of this wizard. 
com.sapportals.portal.useragent.IUserAgent.getAllKnownPlatforms()
          as of Version EP 6.0.2.1; this method is replaced by IUserAgentService.getAllKnownPlatforms(Locale) 
com.sapportals.portal.useragent.IUserAgent.getAllKnownTypes()
          as of Version EP 6.0.2.1; this method is replaced by IUserAgentService.getAllKnownTypes(Locale) 
com.sapportals.admin.wizardframework.components.CheckboxChoiceComponent.getCheckboxComponent(IBasicEditingContext)
          use getInputComponent(...) 
com.sapportals.portal.ivs.cg.IConnectorGatewayService.getConnection(String, IPortalComponentRequest)
          use super interface getConnection(String,ConnectionProperties) 
com.sapportals.portal.ivs.cg.IConnectorGatewayService.getDistributedConnection(String[], IPortalComponentRequest)
          use super interface getDistributedConnection(String[],ConnectionProperties) 
com.sap.portal.pcm.iviewserver.ISLUtilsSrv.getEnvironment(IPrincipal)
            
com.sap.portal.pcm.iviewserver.ISLUtilsSrv.getPcdContext(Context, String)
            
com.sap.portal.pcm.iviewserver.ISLUtilsSrv.getPersonalizedEnvironment(IPrincipal)
            
com.sap.portal.admin.wizard.IBasicObjectCreationService.getPPLogger(IWizardContext)
            
com.sapportals.admin.wizardframework.components.CheckboxChoiceComponent.getSelected(IBasicEditingContext)
          - use getValue(...) instead 
com.sapportals.portal.pb.contentservice.IPackageInformation.setCookieAuthentication(Cookie)
          Please use the setCookie(Cookie cookie) method instead for setting the cookie
and use the setSimpleAuthenticationMode with Authentication Mode SAP_COOKIE
 
com.sapportals.admin.wizardframework.components.AbstractInputComponent.setCustomErrorMessage(String)
          - use of this function will cause inconsistencies in the error handling of different wizards - it will be removed for MS1 Define the error message to be displayed if this component was not filled 
com.sapportals.admin.wizardframework.components.MultiSelectionComponent.setCustomErrorMessage(String)
          - use of this function will cause inconsistencies in the error handling of different wizards - it will be removed for MS1 Sorry, no documentation comment here 
com.sap.portal.admin.wizard.IBasicObjectCreationService.setPPLogger(String, String, IWizardContext)
            
com.sapportals.admin.wizardframework.components.CheckboxChoiceComponent.setSelected(boolean, IWizardContext)
          - use setValue(...) instead 
com.sap.portal.admin.editor.IEditorConfiguration.setTitle(String)
          use the titles of the panes. 
com.sapportals.admin.wizardframework.api.IStaticWizardConfigurator.setupWizard(IConfigurableWizard, IPortalComponentProfile)
          The concept of static wizards has been abandoned - please use dynamic wizards only. setup your wizard in this function by adding panes, transitions and dependencies. 
 

Deprecated Constructors
com.sapportals.portal.ivs.cg.ConnectionProperties()
          Use ConnectionProperties(Locale,IPrincipal) 
com.sapportals.admin.wizardframework.components.MultiSelectionComponent(String, int, int)
            
com.sapportals.admin.wizardframework.components.MultiSelectionComponent(String, int, int, String, String)
            
com.sapportals.admin.wizardframework.components.MultiSelectionComponent(String, String, int, int, String, String)