public interface IRenderingEntry
extends com.sap.netweaver.kmc.navigationpersistence.IEntry
| Modifier and Type | Interface and Description |
|---|---|
static class |
IRenderingEntry.InitializationData
Deprecated.
As of NetWeaver 7.1
|
| Modifier and Type | Method and Description |
|---|---|
RID |
getAccessRID(int index)
Deprecated.
As of NetWeaver 7.1
|
int |
getCurrentIndex()
Deprecated.
As of NetWeaver 7.1
|
IResourceList |
getList(IResourceContext context)
Deprecated.
As of NetWeaver 7.1
|
IResourceList |
getList(IResourceContext context,
int startindex,
int stopindex)
Deprecated.
As of NetWeaver 7.1
|
IRenderingEntry |
getNewInstance(IRenderingEntry.InitializationData data,
com.sap.netweaver.kmc.navigationpersistence.IEntry.Visibility visibility,
RetrievalParameters parameters)
Deprecated.
As of NetWeaver 7.1
|
ICollection |
getParent(IResourceContext context)
Deprecated.
As of NetWeaver 7.1
|
IResource |
getResource(IResourceContext context,
int index)
Deprecated.
As of NetWeaver 7.1
|
RetrievalParameters |
getRetrievalParameters()
Deprecated.
As of NetWeaver 7.1
|
IRidList |
getRIDList()
Deprecated.
As of NetWeaver 7.1
|
RidSet |
getSelection()
Deprecated.
As of NetWeaver 7.1
|
IResourceList |
getSelection(IResourceContext context)
Deprecated.
As of NetWeaver 7.1
|
ITypedResourceList |
getTypedResourceList(IResourceContext context)
Deprecated.
As of NetWeaver 7.1
|
boolean |
hasMore()
Deprecated.
As of NetWeaver 7.1
|
boolean |
isVolatile()
Deprecated.
As of NetWeaver 7.1
|
void |
refresh(IResourceContext context)
Deprecated.
As of NetWeaver 7.1
|
void |
setCurrentIndex(int index,
IResourceContext context)
Deprecated.
As of NetWeaver 7.1
|
void |
setSelection(boolean selected)
Deprecated.
As of NetWeaver 7.1
|
void |
setSelection(RidSet set)
Deprecated.
As of NetWeaver 7.1
|
int |
size()
Deprecated.
As of NetWeaver 7.1
|
boolean isVolatile()
true, if it might be deleted.int getCurrentIndex()
IResources.void setCurrentIndex(int index,
IResourceContext context)
throws WcmException
null. If 20 resources are displayed per screen, the
paging command "show 21 to 40" should lead to a call of this method with the
value 20.index - depending on the implementation, a value that is
index is grater than or equal to (this.size()-1) might lead to an IndexOutOfBoundsException.context - the context for the current request. Must not be nullWcmExceptionIResource getResource(IResourceContext context, int index) throws WcmException
context - the context for the current request. Must not be null.index - the index to retrieve the resource for. Might result in an
IndexOutOfBoundsExceptionWcmExceptionRID getAccessRID(int index)
index - the index to retrieve the accessRID for. Might result in an
IndexOutOfBoundsExceptionIRidList getRIDList()
RidSet getSelection()
RetrievalParameters getRetrievalParameters()
nullvoid setSelection(boolean selected)
selected - selects all resources currently stored within the
implementation, if the parameter is set to true. Deselects
all resources otherwise. If more resources are stored within the entry
at a later time (for example, if the entry supports a "hasMore" mode),
the implementation has to specify if these additional resources are
selected or not.void setSelection(RidSet set)
set - of accessRIDs of resources that should be set to selected,
after this method has been carried out. Resources that were set to selected before
and are not included in this set, will not be selected after this call was carried
out.int size()
boolean hasMore()
size() method.ICollection getParent(IResourceContext context) throws WcmException
context - the context for the current request. Must not be null.null, if the entry does not support hierarchical structuresWcmExceptionIResourceList getList(IResourceContext context) throws WcmException
context - the context for the current request. Must not be null.WcmExceptionIResourceList getList(IResourceContext context, int startindex, int stopindex) throws WcmException
context - the context for the current request. Must not be null.startindex - the first resource to retrievestopindex - the last resource to retrieveIResourceList instance, that contains the
specified resources. If not all resources could be retrieved, for example
because of security problems, the list might be smaller than expected.WcmExceptionIResourceList getSelection(IResourceContext context) throws WcmException
context - the context for the current request. Must not be null.WcmExceptionITypedResourceList getTypedResourceList(IResourceContext context) throws WcmException
context - the context for the current request. Must not be null.ITypedResourceList containing all
resources currently managed by this instanceWcmExceptionvoid refresh(IResourceContext context) throws WcmException
context - the context for the current request. Must not be null.WcmExceptionIRenderingEntry getNewInstance(IRenderingEntry.InitializationData data, com.sap.netweaver.kmc.navigationpersistence.IEntry.Visibility visibility, RetrievalParameters parameters) throws WcmException
PersistenceFactory, not by the
classes within the rendering framework.data - must not be nullvisibility - the visibility for this entry, must not be nullparameters - must not be nullWcmException| 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