|
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. |