com.sapportals.wcm.repository
Interface IReorderList


public interface IReorderList

This interface defines a list of IPositioning objects. It is used by the reorder() methods in IResource .

Copyright (c) SAP Portals Europe GmbH 2001

Version:
$Id:$

Method Summary
 void add(int index, com.sapportals.wcm.repository.IPositioning positioning)
          Inserts the specified positioning object at the specified position in the list
 boolean add(com.sapportals.wcm.repository.IPositioning positioning)
          Appends the specified positioning object to the end of the list
 com.sapportals.wcm.repository.IPositioning get(int index)
          Returns the positioning object with the specified index
 IReorderListIterator listIterator()
          Returns a list iterator
 int size()
          Returns the number of positioning objects in the list
 

Method Detail

add

public void add(int index,
                com.sapportals.wcm.repository.IPositioning positioning)
Inserts the specified positioning object at the specified position in the list
Parameters:
index - TBD: Description of the incoming method parameter
positioning - TBD: Description of the incoming method parameter

add

public boolean add(com.sapportals.wcm.repository.IPositioning positioning)
Appends the specified positioning object to the end of the list
Parameters:
positioning - TBD: Description of the incoming method parameter
Returns:
TBD: Description of the outgoing return value

get

public com.sapportals.wcm.repository.IPositioning get(int index)
Returns the positioning object with the specified index
Parameters:
index - TBD: Description of the incoming method parameter
Returns:
TBD: Description of the outgoing return value

listIterator

public IReorderListIterator listIterator()
Returns a list iterator
Returns:
TBD: Description of the outgoing return value

size

public int size()
Returns the number of positioning objects in the list
Returns:
TBD: Description of the outgoing return value