com.sapportals.wcm.rendering.collection

Class ComponentValueMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by com.sapportals.wcm.rendering.collection.ComponentValueMap
All Implemented Interfaces:
Serializable, Cloneable, Map

Deprecated. As of NetWeaver 7.1

public final class ComponentValueMap
extends HashMap

Since:
EP6, SP2_CP adds some special functionality to a standard HashMap to allow easier filling and retrieval of standard objects that are needed for IComponent instances. You can add other objects to this class just like in any ordinary Map. Note the restrictions described in the put(Object key, Object value) method.
For the standard objects, you can also retrieve them using the standard get method and the corresponding key - use the DATA_KEY*** constants of the ComponentFactory for this
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ComponentValueMap()
          Deprecated.  
 
Method Summary
 PagerData getPagerData()
          Deprecated. As of NetWeaver 7.1
 ICollection getParent()
          Deprecated. As of NetWeaver 7.1
 IResourceList getResourceList()
          Deprecated. As of NetWeaver 7.1
 IRidList getRIDList()
          Deprecated. As of NetWeaver 7.1
 ISearchSession getSearchSession()
          Deprecated. As of NetWeaver 7.1
 SortDefinition getSortDefinition()
          Deprecated. As of NetWeaver 7.1
 Object put(Object key, Object value)
          Deprecated. As of NetWeaver 7.1
 void setPagerData(PagerData pd)
          Deprecated. As of NetWeaver 7.1
 void setParent(ICollection coll)
          Deprecated. As of NetWeaver 7.1
 void setResourceList(IResourceList list)
          Deprecated. As of NetWeaver 7.1
 void setRIDList(IRidList list)
          Deprecated. As of NetWeaver 7.1
 void setSearchSession(ISearchSession iss)
          Deprecated. As of NetWeaver 7.1
 void setSortData(SortDefinition sd)
          Deprecated. As of NetWeaver 7.1
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

ComponentValueMap

public ComponentValueMap()
Deprecated. 
Method Detail

setPagerData

public void setPagerData(PagerData pd)
Deprecated. As of NetWeaver 7.1

Parameters:
pd - the pagerdata attribute - might be null, will overwrite existing entries

getPagerData

public PagerData getPagerData()
Deprecated. As of NetWeaver 7.1

Returns:
the pagerdata attribute - might be null

setSortData

public void setSortData(SortDefinition sd)
Deprecated. As of NetWeaver 7.1

Parameters:
sd - the SortDefinition attribute - might be null, will overwrite existing entries

getSortDefinition

public SortDefinition getSortDefinition()
Deprecated. As of NetWeaver 7.1

Returns:
the SortDefinition attribute - might be null

setSearchSession

public void setSearchSession(ISearchSession iss)
Deprecated. As of NetWeaver 7.1

Parameters:
iss - the ISearchSession attribute - might be null, will overwrite existing entries

getSearchSession

public ISearchSession getSearchSession()
Deprecated. As of NetWeaver 7.1

Returns:
the ISearchSession attribute - might be null

setResourceList

public void setResourceList(IResourceList list)
Deprecated. As of NetWeaver 7.1

Parameters:
list - the IResourceList attribute - might be null, will overwrite existing entries

getResourceList

public IResourceList getResourceList()
Deprecated. As of NetWeaver 7.1

Returns:
the IResourceList attribute - might be null

setParent

public void setParent(ICollection coll)
Deprecated. As of NetWeaver 7.1

Parameters:
coll - the ICollection attribute - might be null, will overwrite existing entries

getParent

public ICollection getParent()
Deprecated. As of NetWeaver 7.1

Returns:
the ICollection attribute - might be null

put

public Object put(Object key,
                  Object value)
Deprecated. As of NetWeaver 7.1

overwrites the inherited method from class HashMap. It checks, if the given key equals one of the constants defined in the ComponentFactory that start with DATA_KEY. If a key-value pair with that key is added, an error will be recorded in the tracing and the entry will not be added to the map.
Otherwise, the inherited method is called.

Specified by:
put in interface Map
Overrides:
put in class HashMap

setRIDList

public void setRIDList(IRidList list)
Deprecated. As of NetWeaver 7.1

Parameters:
list -

getRIDList

public IRidList getRIDList()
Deprecated. As of NetWeaver 7.1

Returns:
might be null
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