Blackberry JAVA DEVELOPMENT ENVIRONMENT - - RELEASE NOTES Manual de usuario Pagina 13

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 30
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 12
Item Description
public String[] listPIMLists(int pimListType)
public PIMList openPIMList(int pimListType, int mode)
public PIMList openPIMList(int pimListType, int mode,
String name)
Name reading support in
contacts
You can now access the Japanese reading of the NAME_GIVEN and NAME_FAMILY elements
of the NAME and ORG fields using the
net.rim.blackberry.api.pdap.BlackBerryContact interface. You can access
this information using the NAME_GIVEN_YOMI and NAME_FAMILY_YOMI indices of the
NAME String array field's value, and the new ORG_YOMI field.
PIMList UID You can now reference a PIMList by its UID. It may be preferable to reference a PIMList by its
UID instead of its name because a UID is more constant. The name of a PIMList can change
at any time and a different name may be assigned to the same PIMList after a software upgrade.
In contrast, a PIMList's UID does not change during the lifetime of the PIMList and remains
the same after the BlackBerry device software is upgraded. BlackBerry device applications
that maintain a parallel database will want to reference the PIMList by its UID instead of its
name in order to maintain referential integrity.
The getPIMListUID() method in
net.rim.blackberry.api.pdap.BlackBerryPIMList has been added to return
the unique identifier for this PIMList.
The openPIMList(int pimListType, int mode, long uid ) method in
net.rim.blackberry.api.pdap.BlackBerryPIM has been added to open a
PIMList by its UID.
Unified PIMLists You can use the following
net.rim.blackberry.api.pdap.BlackBerryPIM.openUnifiedPIMList()
methods to view of two or more PIMLists with their items merged together:
BlackBerryPIMList openUnifiedPIMList(int pimListType, int mode)
BlackBerryPIMList openUnifiedPIMList(int pimListType, int mode, String[] names)
BlackBerryPIMList openUnifiedPIMList(int pimListType, int mode, long[] uids)
Additional BlackBerry
PIMList methods
The following methods of the
net.rim.blackberry.api.pdap.BlackBerryPIMList interface are now
available:
RIM Confidential and Proprietary Information - Beta Customers Only. Content and software are subject to change.
11
Vista de pagina 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 ... 29 30

Comentarios a estos manuales

Sin comentarios