|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IEntryPointList | |
| com.sapportals.wcm.repository.manager.entrypoints | API for implementing entry point providers
Package Specification
Purpose
The entrypoints package contains interfaces and abstract
classes, which are offering all neccessary methods to act as an entry points provider. |
| Uses of IEntryPointList in com.sapportals.wcm.repository.manager.entrypoints |
| Classes in com.sapportals.wcm.repository.manager.entrypoints that implement IEntryPointList | |
class |
EntryPointList
List of entry points |
| Methods in com.sapportals.wcm.repository.manager.entrypoints that return IEntryPointList | |
IEntryPointList |
IEntryPointsProvider.getEntryPointChildren(ICollection parentCollection,
IEntryPoint parentEntryPoint,
DisplayMode displayMode)
Gets entry points as children for a specific folder inside a entry points hierarchy. |
IEntryPointList |
AbstractEntryPointsProvider.getEntryPointChildren(ICollection parentCollection,
IEntryPoint parentEntryPoint,
DisplayMode displayMode)
Gets entry points as children for a specific folder inside a entry points hierarchy. |
| Methods in com.sapportals.wcm.repository.manager.entrypoints with parameters of type IEntryPointList | |
void |
IEntryPointList.addAll(IEntryPointList entryPoints)
Adds (appends) the entry points of another list to this list |
void |
EntryPointList.addAll(IEntryPointList entryPoints)
Adds (appends) the entry points of another list to this list |
void |
IEntryPointsProvider.addAndRemoveRootEntryPoints(ICollection parentCollection,
IEntryPointList entryPoints,
DisplayMode displayMode)
Handles the already existing list of entry points on the first level of the entry points hierarchy. |
void |
AbstractEntryPointsProvider.addAndRemoveRootEntryPoints(ICollection parentCollection,
IEntryPointList entryPoints,
DisplayMode displayMode)
Handles the already existing list of entry points on the first level of the entry points hierarchy. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||