com.sapportals.wcm.service.actioninbox

Interface IActionInboxItemList


public interface IActionInboxItemList

A list of IActionInboxItems.

Copyright 2004 SAP AG


Method Summary
 boolean add(IActionInboxItem item)
           
 void add(int index, IActionInboxItem item)
           
 boolean contains(IActionInboxItem item)
           
 IActionInboxItem get(int index)
           
 int getNumberUnreadItems()
           
 int getTotalNumberOfItems()
           
 int indexOf(IActionInboxItem item)
           
 boolean isEmpty()
           
 int lastIndexOf(IActionInboxItem item)
           
 IActionInboxItemListIterator listIterator()
           
 IActionInboxItemListIterator listIterator(int index)
           
 boolean remove(IActionInboxItem item)
           
 IActionInboxItem remove(int index)
           
 void reverse()
           
 IActionInboxItem set(int index, IActionInboxItem item)
           
 void setNumberUnreadItems(int number)
           
 void setTotalNumberOfItems(int number)
           
 int size()
           
 void sort(Comparator comparator)
           
 IActionInboxItemList subList(int startIndex, int stopIndex)
           
 

Method Detail

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)
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 2012 SAP AG Complete Copyright Notice