|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.repository.manager.entrypoints.EntryPointList
List of entry points
| Constructor Summary | |
EntryPointList()
|
|
| Method Summary | |
void |
add(IEntryPoint entryPoint)
Adds an entry point to the list |
void |
addAll(IEntryPointList entryPoints)
Adds (appends) the entry points of another list to this list |
void |
addFirst(IEntryPoint entryPoint)
Adds an entry point at the first position of this list |
void |
clear()
Clears the list. |
IEntryPoint |
get(int index)
Gets the entry point from the specified position of the list |
IEntryPoint |
remove(int index)
Removes an entry point from the specified position of the list |
int |
size()
Number of entry points in this list |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EntryPointList()
| Method Detail |
public void add(IEntryPoint entryPoint)
add in interface IEntryPointListentryPoint - entry point to addpublic void addFirst(IEntryPoint entryPoint)
addFirst in interface IEntryPointListentryPoint - entry point to addpublic void addAll(IEntryPointList entryPoints)
addAll in interface IEntryPointListentryPoints - other list with entry points to addpublic int size()
size in interface IEntryPointListpublic IEntryPoint get(int index)
get in interface IEntryPointListindex - position of the entry pointpublic IEntryPoint remove(int index)
remove in interface IEntryPointListindex - position of the entry pointpublic void clear()
clear in interface IEntryPointList
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||