com.compoze.collab.groupware
Interface IAppointmentList

All Superinterfaces
IItemList

public interface IAppointmentList
extends IItemList

The IAppointmentList interface represents the set of sliced IAppointments in a container.


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

Method Detail

getAppointments

IAppointment[] getAppointments()
Gets the appointments that are on this page.

Returns
the appointments on this page.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved