com.sapportals.wcm.util.channels

Interface IRecipientList


public interface IRecipientList

A list of IRecipient s.

See Also:
IRecipient

Method Summary
 void add(int index, IRecipient recipient)
           
 boolean add(IRecipient recipient)
           
 void addLast(IRecipient recipient)
           
 boolean contains(IRecipient recipient)
           
 IRecipientList expand()
           
 IRecipient get(int index)
           
 int indexOf(IRecipient recipient)
           
 int lastIndexOf(IRecipient recipient)
           
 IRecipientListIterator listIterator()
           
 IRecipientListIterator listIterator(int index)
           
 IRecipient remove(int index)
           
 boolean remove(IRecipient recipient)
           
 IRecipient set(int index, IRecipient recipient)
           
 int size()
           
 void sort(Comparator comparator)
           
 IRecipientList subList(int startIndex, int stopIndex)
           
 

Method Detail

size

int size()

contains

boolean contains(IRecipient recipient)

add

boolean add(IRecipient recipient)

remove

boolean remove(IRecipient recipient)

get

IRecipient get(int index)

set

IRecipient set(int index,
               IRecipient recipient)

add

void add(int index,
         IRecipient recipient)

addLast

void addLast(IRecipient recipient)

remove

IRecipient remove(int index)

indexOf

int indexOf(IRecipient recipient)

lastIndexOf

int lastIndexOf(IRecipient recipient)

listIterator

IRecipientListIterator listIterator()

listIterator

IRecipientListIterator listIterator(int index)

subList

IRecipientList subList(int startIndex,
                       int stopIndex)

sort

void sort(Comparator comparator)

expand

IRecipientList expand()
                      throws com.sapportals.wcm.WcmException
Throws:
com.sapportals.wcm.WcmException
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM


Copyright 2011 SAP AG Complete Copyright Notice