|
Deprecated Methods |
com.sapportals.portal.prt.component.IPortalComponentResponse.addResource(IResource)
This method is not recommended to be used anymore. It might
lead to unexpected results due to the undefined coupling of a request object
to a response object. Please use IPortalComponentResponse.include(IPortalComponentRequest, IResource)
instead. |
com.sapportals.portal.prt.service.IService.configure(IServiceConfiguration)
Do not use anymore. |
com.sapportals.portal.prt.component.IPortalComponentRequest.createAboutRequestEvent()
use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) instead |
com.sapportals.portal.prt.component.IPortalComponentContext.createComponentEvent(IPortalComponentRequest, String, String)
Do not use anymore |
com.sapportals.portal.prt.component.IPortalComponentRequest.createComponentURL(INode, IPortalRequestEvent)
use createPortalComponentURI instead |
com.sapportals.portal.prt.component.IPortalComponentRequest.createComponentURL(IPortalRequestEvent)
use createPortalComponentURI instead |
com.sapportals.portal.prt.component.IPortalComponentRequest.createEditRequestEvent()
use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) instead |
com.sapportals.portal.prt.component.IPortalComponentRequest.createHelpRequestEvent()
use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) instead |
com.sapportals.portal.prt.component.IPortalComponentRequest.createPageURL(String)
use createPortalComponentURI instead |
com.sapportals.portal.prt.component.IPortalComponentRequest.createPageURL(String, IPortalRequestEvent)
use createPortalComponentURI instead |
com.sapportals.portal.prt.component.IPortalComponentRequest.createPageURL(String, NodeMode)
use createPortalComponentURI instead |
com.sapportals.portal.prt.component.IPortalComponentRequest.createPreviewRequestEvent()
use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) instead |
com.sapportals.portal.prt.component.IPortalComponentRequest.createRefreshRequestEvent()
use INode.setNodeMode(com.sapportals.portal.prt.pom.NodeMode) instead |
com.sapportals.portal.prt.component.IPortalComponentContext.fireEvent(IPortalComponentEvent, IPortalComponentRequest)
Do not use anymore |
com.sapportals.portal.prt.component.IPortalComponentProfile.getAttributeNames()
For more consistency this method has been deprecated. The
component should now use the getProperties method instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getAttributeValue(String)
For more consistency this method has been deprecated. The
component should now use the getProperty method instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getClassName()
The information provided by this method should be obtained from IPortalComponentConfig if needed. |
com.sapportals.portal.prt.component.IPortalComponentRequest.getClientType()
Please use XXXX for User Agent information. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getCodeLink()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.util.html.parser.SimpleCharStream.getColumn()
|
com.sapportals.portal.prt.util.html.parser.ASCII_CharStream.getColumn()
|
com.sapportals.portal.prt.component.IPortalComponentProfile.getComponentName()
Please use the corresponding method on IPortalComponentContext. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getContentLink()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getContentType()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.component.IPortalComponentRequest.getCookies()
Please use the corresponding method on the servlet request object obtained by calling IPortalComponentRequest.getServletRequest(). |
com.sapportals.portal.prt.component.IPortalComponentProfile.getDescription()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getDetailLink()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getDeviceType()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.runtime.PortalRuntimeException.getException()
Please use getCause() instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getHelpName()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.component.ClientFamily.getHtmlVersion(ClientType)
|
com.sapportals.portal.prt.component.ClientFamily.getJavaScriptVersion(ClientType)
|
com.sapportals.portal.prt.util.html.parser.SimpleCharStream.getLine()
|
com.sapportals.portal.prt.util.html.parser.ASCII_CharStream.getLine()
|
com.sapportals.portal.prt.component.IPortalComponentProfile.getLocalDeploymentFolder()
Please use corresponding methods on IPortalComponentRequest or PortalRuntime. |
com.sapportals.portal.prt.event.IPortalComponentEvent.getNameSpace()
|
com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse.getObjectResponse()
|
com.sapportals.portal.prt.component.IPortalComponentProfile.getPersonalizationLink()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getProfileName()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getPropertyDescriptor(String)
The component should now use the getPropertyAttribute method
instead. |
com.sapportals.portal.prt.service.soap.util.XMLValueExtractor.getQNameForAttribute(SOAPElement, Name, ISOAPMessageContext)
|
com.sapportals.portal.prt.service.soap.util.XMLValueExtractor.getQNameForAttributeValue(String, ISOAPMessageContext)
|
com.sapportals.portal.prt.component.IPortalComponentResponse.getRequest()
Note: this method should not be called. It is only used in conjunction
with addResource, which is deprecated also. The association of a request object with a response
object is not "design-stable". |
com.sapportals.portal.prt.component.IPortalComponentRequest.getRequestGuid()
Please handle GUIDs locally. |
com.sapportals.portal.prt.component.IPortalComponentRequest.getRequestType()
Instead of referring to request types, please use the mode information provided by the current node. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getResourceBundleName()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.component.IPortalComponentRequest.getService(String)
Use access to services via PortalRuntime instead. |
com.sapportals.portal.prt.component.IPortalComponentRequest.getService(String, IServiceConfiguration)
Use access to services via PortalRuntime instead. |
com.sapportals.portal.prt.runtime.IPortalRuntimeResources.getService(String, IServiceConfiguration)
Note: do not use anymore |
com.sapportals.portal.prt.service.IServiceContext.getService(String, IServiceConfiguration)
Do not use anymore. |
com.sapportals.portal.prt.component.IPortalComponentRequest.getService(String, IServiceId)
Use access to services via PortalRuntime instead. |
com.sapportals.portal.prt.runtime.IPortalRuntimeResources.getService(String, IServiceId)
Note: do not use anymore |
com.sapportals.portal.prt.service.IServiceContext.getService(String, IServiceId)
Do not use anymore. |
com.sapportals.portal.prt.event.IPortalComponentEvent.getSource()
|
com.sapportals.portal.prt.component.IPortalComponentProfile.getSupportAttributes()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getSupportLink()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getTitle()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse.getTypeResponse()
|
com.sapportals.portal.prt.util.html.HtmlScript.getUniqueHtmlCode(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlStyle.getUniqueHtmlCode(PrintWriter)
|
com.sapportals.portal.prt.util.html.IHtmlUniqueObject.getUniqueHtmlCode(PrintWriter)
use getUniqueHtmlCode(java.io.Writer writer) instead; |
com.sapportals.portal.prt.util.html.HtmlLink.getUniqueHtmlCode(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade.getUniqueHtmlCode(PrintWriter)
|
com.sapportals.portal.prt.session.IUserContext.getUser()
this object itself is a user oject. |
com.sapportals.portal.prt.session.IUserContext.getUserId()
use getLogonUid() |
com.sapportals.portal.prt.component.IPortalComponentProfile.getValue(String)
Please use the corresponding method on IPortalComponentContext instead. |
com.sapportals.portal.prt.component.IPortalComponentRequest.getWebServicePath(String)
Please use IPortalComponentRequest.getWebResourcePath(java.lang.String) instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getXSL()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.getXSLLink()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.component.AbstractPortalComponent.init()
|
com.sapportals.portal.prt.component.IPortalComponent.init()
Use #init(IPortalComponentInitContext) instead |
com.sapportals.portal.prt.component.IPortalComponentContext.initialize(IPortalNode, INode)
Do not use anymore |
com.sapportals.portal.prt.session.IUserContext.isAdmin()
this object itself is a user oject. |
com.sapportals.portal.prt.component.IPortalComponentProfile.isVisible()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.util.html.HtmlContainer.output(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.output(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlSinglePartElement.output(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlSharedString.output(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlScriptManager.output(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlInlineScript.output(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlInlineScriptItem.output(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlStyleRule.output(PrintWriter)
|
com.sapportals.portal.prt.util.html.IHtmlOutputable.output(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlTitle.output(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithUniqueManager.HtmlUniqueObjectFacade.output(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlComment.output(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlString.output(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlAttributeContainer.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlContainerIdentifiableWithEvents.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlFormItem.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlEventingFormItem.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlFocusEventingFormItem.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlInput.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlAnchor.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlRow.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlCell.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlFrameSet.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlScript.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlBody.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlStyle.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlApplet.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlIFrame.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlImage.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlObject.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlTitle.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlDocType.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlDiv.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlSelect.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlForm.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlMeta.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlLink.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlTextArea.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.IHtmlAttributeContainer.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlOption.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.util.html.HtmlFrame.outputAttributes(PrintWriter)
|
com.sapportals.portal.prt.component.IPortalComponentProfile.putValue(String, Object)
Please use the corresponding method on IPortalComponentContext instead. |
com.sapportals.portal.prt.component.IPortalComponentContext.register(String, String)
Do not use anymore |
com.sapportals.portal.prt.service.IService.release()
use destroy instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.removeValue(String)
Please use the corresponding method on IPortalComponentContext instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.requireIsolation()
Please use IPortalComponentProfile.getProperty(String) with the appropriate constant instead. |
com.sapportals.portal.prt.component.IPortalComponentProfile.setAttributeValue(String, String)
For more consistency this method has been deprecated. The
component should now use the setProperty method instead. |
com.sapportals.portal.prt.runtime.PortalRuntimeException.setException(Throwable)
Please use setCause() instead. |
com.sapportals.portal.prt.service.soap.element.IPRTSOAPResponse.setObjectResponse(Object)
|
com.sapportals.portal.prt.component.IPortalComponentRequest.setRequestType(PortalComponentRequestType)
Instead of referring to request types, please use the mode information provided by the current node. |
com.sapportals.portal.prt.component.IPortalComponentContext.unregister(String, String)
Do not use anymore |