com.sapportals.wcm.rendering.detailsoverview

Class AbstractResourceDetailsOverview

java.lang.Object
  extended by com.sapportals.wcm.rendering.detailsoverview.AbstractResourceDetailsOverview
All Implemented Interfaces:
IResourceDetailsOverview, Comparable

Deprecated. As of NetWeaver 7.1

public abstract class AbstractResourceDetailsOverview
extends Object
implements IResourceDetailsOverview

Description of the Class Copyright: Copyright (c) SAP Portals Europe GmbH 2001


Field Summary
static String BLANK
          Deprecated.  
 
Constructor Summary
AbstractResourceDetailsOverview()
          Deprecated.  
 
Method Summary
 int compareTo(Object otherObject)
          Deprecated. As of NetWeaver 7.1
 String createTarget(IUICommand command, IProxy proxy)
          Deprecated. As of NetWeaver 7.1
 String getAlias()
          Deprecated. As of NetWeaver 7.1
protected  String getBundleValue(String bundleKey, IResourceContext context)
          Deprecated. As of NetWeaver 7.1
protected  com.sapportals.htmlb.Component getCommandLink(IUICommand command, IProxy proxy, com.sapportals.htmlb.enums.TextViewDesign textDesign)
          Deprecated. As of NetWeaver 7.1
protected  com.sapportals.htmlb.Component getCommandLink(IUICommand command, IProxy proxy, com.sapportals.htmlb.enums.TextViewDesign textDesign, String linkLabel)
          Deprecated. As of NetWeaver 7.1
protected  com.sapportals.htmlb.Component getCommandLink(IUICommand command, IProxy proxy, com.sapportals.htmlb.enums.TextViewDesign textDesign, String linkLabel, com.sapportals.htmlb.enums.LinkDesign linkDesign)
          Deprecated. As of NetWeaver 7.1
 String getGroupCommandID()
          Deprecated. As of NetWeaver 7.1
 int getPriority()
          Deprecated. As of NetWeaver 7.1
 boolean getShowHeader()
          Deprecated. As of NetWeaver 7.1
 com.sapportals.htmlb.Component render(com.sapportals.htmlb.Component headerContent, com.sapportals.htmlb.Component overviewContent)
          Deprecated. As of NetWeaver 7.1
protected  com.sapportals.htmlb.Component renderContentLink(IResource resource, com.sapportals.htmlb.Component comp)
          Deprecated. As of NetWeaver 7.1
 void setAlias(String alias)
          Deprecated. As of NetWeaver 7.1
 void setGroupCommandID(String groupCommandID)
          Deprecated. As of NetWeaver 7.1
 void setPriority(int priority)
          Deprecated. As of NetWeaver 7.1
 void setShowHeader(boolean showHeader)
          Deprecated. As of NetWeaver 7.1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sapportals.wcm.rendering.detailsoverview.IResourceDetailsOverview
canBeRendered, getNewInstance, renderOverviewContent
 

Field Detail

BLANK

public static final String BLANK
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

AbstractResourceDetailsOverview

public AbstractResourceDetailsOverview()
Deprecated. 
Method Detail

getAlias

public String getAlias()
Deprecated. As of NetWeaver 7.1

Gets the alias attribute of the IResourceDetailsOverview object

Specified by:
getAlias in interface IResourceDetailsOverview
Returns:
The alias value

setAlias

public void setAlias(String alias)
Deprecated. As of NetWeaver 7.1

Sets the alias attribute of the IResourceDetailsOverview object

Specified by:
setAlias in interface IResourceDetailsOverview
Parameters:
alias - The new alias value

setPriority

public void setPriority(int priority)
Deprecated. As of NetWeaver 7.1

Sets the priority attribute of the IResourceDetailsOverview object

Parameters:
priority - The new priority value

getPriority

public int getPriority()
Deprecated. As of NetWeaver 7.1

Gets the priority attribute of the IResourceDetailsOverview object

Specified by:
getPriority in interface IResourceDetailsOverview
Returns:
The priority value

getGroupCommandID

public String getGroupCommandID()
Deprecated. As of NetWeaver 7.1

Gets the groupCommandID attribute of the IResourceDetailsOverview object

Specified by:
getGroupCommandID in interface IResourceDetailsOverview
Returns:
The groupCommandID value

setGroupCommandID

public void setGroupCommandID(String groupCommandID)
Deprecated. As of NetWeaver 7.1

Sets the groupCommandID attribute of the IResourceDetailsOverview object

Specified by:
setGroupCommandID in interface IResourceDetailsOverview
Parameters:
groupCommandID - The new groupCommandID value

getShowHeader

public boolean getShowHeader()
Deprecated. As of NetWeaver 7.1

Gets the showHeader attribute of the IResourceDetailsOverview object

Specified by:
getShowHeader in interface IResourceDetailsOverview
Returns:
The showHeader value

setShowHeader

public void setShowHeader(boolean showHeader)
Deprecated. As of NetWeaver 7.1

Sets the showHeader attribute of the IResourceDetailsOverview object

Specified by:
setShowHeader in interface IResourceDetailsOverview
Parameters:
showHeader - The new showHeader value

compareTo

public int compareTo(Object otherObject)
Deprecated. As of NetWeaver 7.1

Description of the Method

Specified by:
compareTo in interface Comparable
Parameters:
otherObject - Description of the param
Returns:
Description of the Return Value

getBundleValue

protected String getBundleValue(String bundleKey,
                                IResourceContext context)
Deprecated. As of NetWeaver 7.1

reads from bundle file the value for the given bundle key

Parameters:
bundleKey - Description of the param
context - Description of the param
Returns:
The bundleValue value

render

public com.sapportals.htmlb.Component render(com.sapportals.htmlb.Component headerContent,
                                             com.sapportals.htmlb.Component overviewContent)
                                      throws WcmException
Deprecated. As of NetWeaver 7.1

Description of the Method

Parameters:
headerContent - Description of the param
overviewContent - Description of the param
Returns:
Description of the Return Value
Throws:
WdfException - Exception raised in failure situation
WcmException

createTarget

public String createTarget(IUICommand command,
                           IProxy proxy)
                    throws WcmException
Deprecated. As of NetWeaver 7.1

Description of the Method

Parameters:
command - Description of the param
proxy - Description of the param
Returns:
Description of the Return Value
Throws:
WdfException - Exception raised in failure situation
WcmException

getCommandLink

protected com.sapportals.htmlb.Component getCommandLink(IUICommand command,
                                                        IProxy proxy,
                                                        com.sapportals.htmlb.enums.TextViewDesign textDesign)
Deprecated. As of NetWeaver 7.1


getCommandLink

protected com.sapportals.htmlb.Component getCommandLink(IUICommand command,
                                                        IProxy proxy,
                                                        com.sapportals.htmlb.enums.TextViewDesign textDesign,
                                                        String linkLabel)
Deprecated. As of NetWeaver 7.1


getCommandLink

protected com.sapportals.htmlb.Component getCommandLink(IUICommand command,
                                                        IProxy proxy,
                                                        com.sapportals.htmlb.enums.TextViewDesign textDesign,
                                                        String linkLabel,
                                                        com.sapportals.htmlb.enums.LinkDesign linkDesign)
Deprecated. As of NetWeaver 7.1


renderContentLink

protected com.sapportals.htmlb.Component renderContentLink(IResource resource,
                                                           com.sapportals.htmlb.Component comp)
Deprecated. As of NetWeaver 7.1

Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/nonwduideprecated api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice