public final class ComponentValueMap extends HashMap
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 thisAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ComponentValueMap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic 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()
nullpublic 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. public 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
|
Copyright 2021 SAP SE Complete Copyright Notice