Uses of Class
com.syncbuilder.storage.Char4

Packages that use Char4
com.syncbuilder.device Wrapper classes for global device information.  
com.syncbuilder.storage Storage in the style of Palm OS databases.  
com.syncbuilder.storage.address   
com.syncbuilder.storage.appointment   
com.syncbuilder.storage.expense   
com.syncbuilder.storage.generic   
com.syncbuilder.storage.mail   
com.syncbuilder.storage.memo   
com.syncbuilder.storage.todo   
com.syncbuilder.sync Connection management with the Palm device.  
 

Uses of Char4 in com.syncbuilder.device
 

Fields in com.syncbuilder.device declared as Char4
static Char4 SystemFeature.CREATOR
          The Creator ID of the System Feature
 

Uses of Char4 in com.syncbuilder.storage
 

Fields in com.syncbuilder.storage declared as Char4
protected  Char4 DatabaseBase._creator
           
 Char4 Pref.creator
          The creator ID of the application which uses this Pref
 

Methods in com.syncbuilder.storage that return Char4
 Char4 Resource.getType()
           
 Char4 DBInfo.getType()
          Return the type of the database.
 Char4 DBInfo.getCreator()
          Return the creator ID of the database.
abstract  Char4 DatabaseImpl.getCreatorID()
          Get the creator ID of the database.
abstract  Char4 DatabaseImpl.getType()
          Get the type of the database.
 

Methods in com.syncbuilder.storage with parameters of type Char4
 Resource Database.getResource(Char4 type, int id)
          Get a resource through the type and id.
 Resource Database.createResource(Char4 type, int id)
          Create a new instance of a Resource that matches the Database.
 Resource Database.createResource(byte[] contents, Char4 type, int id, int index)
          Create a new instance of a Resource that matches the Database.
 void Database.deleteResource(Char4 type, int id)
          Delete a single resource from the database.
 Resource DatabaseBase.createResource(Char4 type, int id)
           
 Resource DatabaseBase.createResource(byte[] contents, Char4 type, int id, int index)
           
abstract  Resource DatabaseBase.getResource(Char4 type, int id)
           
abstract  void DatabaseBase.deleteResource(Char4 type, int id)
           
 Resource MemoryDatabase.getResource(Char4 type, int id)
           
 void MemoryDatabase.deleteResource(Char4 type, int id)
           
 Resource DeviceDatabase.getResource(Char4 type, int id)
           
 void DeviceDatabase.deleteResource(Char4 type, int id)
           
static DatabaseImpl DatabaseImplFactory.findDatabaseImplByCreator(Char4 creator)
           
 boolean Char4.equals(Char4 other)
          Is the Char4 equal to another one?
 Resource DatabaseImpl.createResource(Char4 type, int id)
           
 Resource DatabaseImpl.createResource(byte[] contents, Char4 type, int id, int index)
           
 

Constructors in com.syncbuilder.storage with parameters of type Char4
MemoryDatabase.MemoryDatabase(Char4 creator, java.lang.String dbname, int dbmode)
          Construct an empty MemoryDatabase object.
This constructor tries to figure out the proper version of DatabaseImpl by querying the DatabaseImplFactory.
DeviceDatabase.DeviceDatabase(Dlp dlp, int handle, Char4 creator, java.lang.String dbname, int dbmode, int dbcard)
          Construct a DeviceDatabase object.
!!!
Resource.Resource(byte[] contents, Char4 type, int id, int index)
           
DBInfo.DBInfo(java.lang.String name, Char4 type, Char4 creator, int flags, int miscflags, int version, int modnum, int index, int card, java.util.Date create_date, java.util.Date modify_date, java.util.Date backup_date)
          Construct a new DBInfo.
Pref.Pref(byte[] contents, Char4 creator, int id, int version, boolean backed_up)
          Create a fully initialized Pref-object.
 

Uses of Char4 in com.syncbuilder.storage.address
 

Methods in com.syncbuilder.storage.address that return Char4
 Char4 DatabaseImpl.getCreatorID()
           
 Char4 DatabaseImpl.getType()
           
 

Uses of Char4 in com.syncbuilder.storage.appointment
 

Methods in com.syncbuilder.storage.appointment that return Char4
 Char4 DatabaseImpl.getCreatorID()
           
 Char4 DatabaseImpl.getType()
           
 

Uses of Char4 in com.syncbuilder.storage.expense
 

Methods in com.syncbuilder.storage.expense that return Char4
 Char4 DatabaseImpl.getCreatorID()
           
 Char4 DatabaseImpl.getType()
           
 

Uses of Char4 in com.syncbuilder.storage.generic
 

Methods in com.syncbuilder.storage.generic that return Char4
 Char4 DatabaseImpl.getCreatorID()
          Get the creator ID of the database.
 Char4 DatabaseImpl.getType()
           
 

Methods in com.syncbuilder.storage.generic with parameters of type Char4
 Resource DatabaseImpl.createResource(byte[] contents, Char4 type, int id, int index)
           
 

Constructors in com.syncbuilder.storage.generic with parameters of type Char4
Pref.Pref(byte[] contents, Char4 creator, int id, int version, boolean backed_up)
          Create a fully initialized generic Pref-object.
DatabaseImpl.DatabaseImpl(Char4 creator, java.lang.String dbname)
           
DatabaseImpl.DatabaseImpl(Char4 creator, Char4 type, java.lang.String dbname)
           
Resource.Resource(byte[] contents, Char4 type, int id, int index)
           
 

Uses of Char4 in com.syncbuilder.storage.mail
 

Methods in com.syncbuilder.storage.mail that return Char4
 Char4 DatabaseImpl.getCreatorID()
           
 Char4 DatabaseImpl.getType()
           
 

Methods in com.syncbuilder.storage.mail with parameters of type Char4
 Pref DatabaseImpl.createPref(byte[] contents, Char4 creator, int id, int version, boolean backup)
           
 

Constructors in com.syncbuilder.storage.mail with parameters of type Char4
SignaturePref.SignaturePref(byte[] contents, Char4 creator, int id, int version, boolean backup)
           
SyncPref.SyncPref(byte[] contents, Char4 creator, int id, int version, boolean backup)
           
 

Uses of Char4 in com.syncbuilder.storage.memo
 

Methods in com.syncbuilder.storage.memo that return Char4
 Char4 DatabaseImpl.getCreatorID()
           
 Char4 DatabaseImpl.getType()
           
 

Uses of Char4 in com.syncbuilder.storage.todo
 

Methods in com.syncbuilder.storage.todo that return Char4
 Char4 DatabaseImpl.getCreatorID()
           
 Char4 DatabaseImpl.getType()
           
 

Uses of Char4 in com.syncbuilder.sync
 

Methods in com.syncbuilder.sync that return Char4
 Char4 RPCParam.getChar4()
          Return the 4 character value of the parameter.
 

Methods in com.syncbuilder.sync with parameters of type Char4
static RPCParam RPCParam.makeChar4(Char4 value)
          Factory-method to create a 4 character parameter (e.g. creator id, type)
 DeviceDatabase Dlp.openDB(Char4 creator, java.lang.String name, int mode, int card)
          Open a database by its name, and with information about its creator.
 DeviceDatabase Dlp.createDB(java.lang.String name, Char4 creator, Char4 type, int flags, int version)
          Create a new database on the default card of the Palm device.
 DeviceDatabase Dlp.createDB(java.lang.String name, Char4 creator, Char4 type, int flags, int version, int card)
          Create a new database on the specified card of the Palm device.
 Pref Dlp.getPref(Char4 creator, int id)
          Get a Pref object that is associated with a particular application.
 Pref Dlp.getPref(Char4 creator, int id, boolean backup)
          Get a Pref object that is associated with a particular application.
 Pref Dlp.createPref(Char4 creator, int id)
          A factory method for a Pref object.
 Pref Dlp.createPref(Char4 creator, int id, int version)
          A factory method for a Pref object.
 Pref Dlp.createPref(Char4 creator, int id, int version, boolean backup)
           
 int Dlp.getFeature(Char4 creator, int number)
          Get the feature with the specified Creator ID and number
 Resource Dlp.dlp_ReadResourceByType(int handle, Char4 type, int id, DatabaseImpl dbimpl)
           
 void Dlp.dlp_DeleteResource(int handle, boolean all, Char4 type, int id)
           
 Pref Dlp.dlp_ReadAppPreference(Char4 creator, int id, boolean backup, DatabaseImpl dbimpl)
           
 



This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.