com.compoze.collab.groupware
Interface IContactList

All Superinterfaces
IItemList

public interface IContactList
extends IItemList

The IContactList interface represents the set of sliced IContacts in a container.


Method Summary
 IContact[] getContacts()
          Gets the contacts that are on this page.
 
Methods inherited from interface com.compoze.collab.IItemList
getItemCount, getItems, getItemStartIndex, getPage, getPageCount, getTotalItemCount, isFirstPage, isLastPage
 

Method Detail

getContacts

IContact[] getContacts()
Gets the contacts that are on this page.

Returns
the contacts on this page.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved