|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPositioning | |
| com.sapportals.wcm.repository | Contains the repository framework interfaces and classes. |
| Uses of IPositioning in com.sapportals.wcm.repository |
| Classes in com.sapportals.wcm.repository that implement IPositioning | |
class |
Positioning
This is a container for positioning information which is used by the reorder() method in IResource
|
| Methods in com.sapportals.wcm.repository that return IPositioning | |
IPositioning |
IReorderList.get(int index)
Returns the positioning object with the specified index |
IPositioning |
IReorderListIterator.next()
|
IPositioning |
ReorderListIterator.next()
|
IPositioning |
ReorderList.get(int index)
Returns the positioning object with the specified index |
| Methods in com.sapportals.wcm.repository with parameters of type IPositioning | |
boolean |
IReorderList.add(IPositioning positioning)
Appends the specified positioning object to the end of the list |
void |
IReorderList.add(int index,
IPositioning positioning)
Inserts the specified positioning object at the specified position in the list |
boolean |
ReorderList.add(IPositioning positioning)
Appends the specified positioning object to the end of the list |
void |
ReorderList.add(int index,
IPositioning positioning)
Inserts the specified positioning object at the specified position in the list |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||