com.sapportals.wcm.util.channels
Interface IRecipientList
public interface IRecipientList
A list of IRecipient s.
- See Also:
IRecipient
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
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