|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
com.sapportals.wcm.rendering.collection.ComponentValueMap
public final class ComponentValueMap
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. get method and the corresponding key - use the
DATA_KEY*** constants of the ComponentFactory for this| 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 |
|---|
public ComponentValueMap()
| Method Detail |
|---|
public void setPagerData(PagerData pd)
pd - the pagerdata attribute - might be null, will overwrite existing entriespublic PagerData getPagerData()
nullpublic void setSortData(SortDefinition sd)
sd - the SortDefinition attribute - might be null, will overwrite existing entriespublic SortDefinition getSortDefinition()
nullpublic void setSearchSession(ISearchSession iss)
iss - the ISearchSession attribute - might be null, will overwrite existing entriespublic ISearchSession getSearchSession()
nullpublic void setResourceList(IResourceList list)
list - the IResourceList attribute - might be null, will overwrite existing entriespublic IResourceList getResourceList()
nullpublic void setParent(ICollection coll)
coll - the ICollection attribute - might be null, will overwrite existing entriespublic ICollection getParent()
null
public Object put(Object key,
Object value)
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.
put in interface Mapput in class HashMappublic void setRIDList(IRidList list)
list - public IRidList getRIDList()
null| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com]
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 06 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||