Package net.rim.blackberry.api.pim

Provides access to the BlackBerry Address Book, Calendar, and Task applications to view, add or change users' contacts, appointments and tasks.

See:
          Description

Interface Summary
BlackBerryContact This interface represents a contact contained in the default RIM BlackBerry address book.
BlackBerryPIMList Contains the functionality for the BlackBerry-specific implementation of the PIMList.
Contact Represents a PIM contact.
ContactList Represents a list of PIM contacts.
Event Represents an Event entry in a PIM Event database.
EventList Represents an EventList.
PIMItem Represents a personal information management (PIM) item.
PIMList Represnts a list of PIM items.
PIMListListener The listener interface for PIMList objects.
ToDo Represents a single ToDo item in a PIM ToDo database.
ToDoList Represents a ToDo list containing ToDo elements.
 

Class Summary
PIM Class for accessing the PIM databases on a device.
RepeatRule Contains the repeating rule functionality for event items.
 

Exception Summary
FieldEmptyException Represents an exception thrown when a field is referenced that has no values assigned to it.
FieldFullException Represents an exception thrown when attempting to add a value to a field which already contains the maximum number of values.
PIMException Represents exceptions thrown by the PIM classes.
UnsupportedFieldException Represents an exception thrown when a field is referenced that is not supported in the particular PIM list that an element belongs to.
 

Package net.rim.blackberry.api.pim Description

Provides access to the BlackBerry Address Book, Calendar, and Task applications to view, add or change users' contacts, appointments and tasks.

The PIM class provides methods for accessing PIM databases on the handheld.

The PIMList interface represents common functionality of all contact, event, or task lists. The ContactList, ToDoList, and EventList interfaces extend PIMList and provide access to the application databases on the handheld. A list contains zero or more items. Use PIM lists to organize related items and to retrieve some or all of the items in the list.

The PIMItem interface represents the common functionality of an item in a list. The Contact, Event, and ToDo interfaces, which extend PIMItem, represent a collection of data for a single entry, such as a calendar appointment or a contact.

For more information about this class or about the personal information management (PIM) API, refer to The PDA Profile specification (JSR-000075) for the J2ME(TM) Platform.



Copyright 1999-2002 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.