com.sapportals.wcm.service.actioninbox
Interface IActionInboxItemList
public interface IActionInboxItemList
A list of IActionInboxItems.
Copyright 2004 SAP AG
isEmpty
boolean isEmpty()
size
int size()
contains
boolean contains(IActionInboxItem item)
add
boolean add(IActionInboxItem item)
remove
boolean remove(IActionInboxItem item)
get
IActionInboxItem get(int index)
set
IActionInboxItem set(int index,
IActionInboxItem item)
add
void add(int index,
IActionInboxItem item)
remove
IActionInboxItem remove(int index)
indexOf
int indexOf(IActionInboxItem item)
lastIndexOf
int lastIndexOf(IActionInboxItem item)
listIterator
IActionInboxItemListIterator listIterator()
listIterator
IActionInboxItemListIterator listIterator(int index)
subList
IActionInboxItemList subList(int startIndex,
int stopIndex)
sort
void sort(Comparator comparator)
reverse
void reverse()
getNumberUnreadItems
int getNumberUnreadItems()
setNumberUnreadItems
void setNumberUnreadItems(int number)
getTotalNumberOfItems
int getTotalNumberOfItems()
setTotalNumberOfItems
void setTotalNumberOfItems(int number)
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 2012 SAP AG Complete Copyright Notice