Uses of Class
com.syncbuilder.storage.RecordID

Packages that use RecordID
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 RecordID in com.syncbuilder.storage
 

Fields in com.syncbuilder.storage declared as RecordID
protected  RecordID Record.id
          The unique ID of the record.
 

Methods in com.syncbuilder.storage that return RecordID
 RecordID[] Database.getRecordIDs()
          Return the UIDs of all records in the DB, in an unsorted fashion.
 RecordID[] Database.getRecordIDs(boolean sort)
          Return the UIDs of all records in the DB.
 RecordID[] Database.getRecordIDs(boolean sort, int start)
          Return the UIDs of selected records in the DB.
 RecordID[] Database.getRecordIDs(boolean sort, int start, int max)
          Return the UIDs of selected records in the DB.
 RecordID[] DatabaseBase.getRecordIDs()
          Return the UIDs of all records in the DB, in an unsorted fashion.
 RecordID[] DatabaseBase.getRecordIDs(boolean sort)
          Return the UIDs of all records in the DB.
 RecordID[] DatabaseBase.getRecordIDs(boolean sort, int start)
          Return the UIDs of selected records in the DB.
abstract  RecordID[] DatabaseBase.getRecordIDs(boolean sort, int start, int max)
          Return the UIDs of selected records in the DB.
 RecordID[] MemoryDatabase.getRecordIDs(boolean sort, int start, int max)
          Return the UIDs of selected records in the DB.
 RecordID[] DeviceDatabase.getRecordIDs(boolean sort, int start, int max)
          Return the UIDs of selected records in the DB.
 RecordID Record.getID()
           
 

Methods in com.syncbuilder.storage with parameters of type RecordID
 Record Database.getRecord(RecordID uid)
          Retrieve the Record with the specified UID from the Database.
 Record Database.createRecord(RecordID id)
          Create a new Record with the specified RecordID.
 Record Database.createRecord(byte[] contents, RecordID id, int index, int attr, int cat)
          Create a new Record with the specified RecordID.
 void Database.deleteRecord(RecordID uid)
          Delete the record with the specified UID from the database.
abstract  Record DatabaseBase.getRecord(RecordID uid)
           
 Record DatabaseBase.createRecord(RecordID id)
          Create a new Record with the specified RecordID.
 Record DatabaseBase.createRecord(byte[] contents, RecordID id, int index, int attr, int cat)
          Create a new Record with the specified RecordID, index, attributes, and category.
abstract  void DatabaseBase.deleteRecord(RecordID uid)
          Delete the record with the specified UID from the database.
 Record MemoryDatabase.getRecord(RecordID uid)
           
 void MemoryDatabase.deleteRecord(RecordID uid)
          Delete the record with the specified UID from the database.
 Record DeviceDatabase.getRecord(RecordID uid)
           
 void DeviceDatabase.deleteRecord(RecordID uid)
          Delete the record with the specified UID from the database.
 void Record.setID(RecordID id)
          Set a new RecordID for this record.
 boolean Record.hasID(RecordID id)
           
 Record DatabaseImpl.createRecord(RecordID id)
           
abstract  Record DatabaseImpl.createRecord(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Constructors in com.syncbuilder.storage with parameters of type RecordID
Record.Record(byte[] contents, RecordID id, int index, int attr, int category)
          Create a Record with the specified content and attributes.
 

Uses of RecordID in com.syncbuilder.storage.address
 

Methods in com.syncbuilder.storage.address with parameters of type RecordID
 Record DatabaseImpl.createRecord(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Constructors in com.syncbuilder.storage.address with parameters of type RecordID
Record.Record(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Uses of RecordID in com.syncbuilder.storage.appointment
 

Methods in com.syncbuilder.storage.appointment with parameters of type RecordID
 Record DatabaseImpl.createRecord(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Constructors in com.syncbuilder.storage.appointment with parameters of type RecordID
Record.Record(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Uses of RecordID in com.syncbuilder.storage.expense
 

Methods in com.syncbuilder.storage.expense with parameters of type RecordID
 Record DatabaseImpl.createRecord(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Constructors in com.syncbuilder.storage.expense with parameters of type RecordID
Record.Record(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Uses of RecordID in com.syncbuilder.storage.generic
 

Methods in com.syncbuilder.storage.generic with parameters of type RecordID
 Record DatabaseImpl.createRecord(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Constructors in com.syncbuilder.storage.generic with parameters of type RecordID
Record.Record(byte[] contents, RecordID id, int index, int attr, int category)
          Construct a record with the specified properties.
 

Uses of RecordID in com.syncbuilder.storage.mail
 

Fields in com.syncbuilder.storage.mail declared as RecordID
 RecordID AppBlock.unsentMessage
           
 

Methods in com.syncbuilder.storage.mail with parameters of type RecordID
 Record DatabaseImpl.createRecord(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Constructors in com.syncbuilder.storage.mail with parameters of type RecordID
Record.Record(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Uses of RecordID in com.syncbuilder.storage.memo
 

Methods in com.syncbuilder.storage.memo with parameters of type RecordID
 Record DatabaseImpl.createRecord(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Constructors in com.syncbuilder.storage.memo with parameters of type RecordID
Record.Record(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Uses of RecordID in com.syncbuilder.storage.todo
 

Methods in com.syncbuilder.storage.todo with parameters of type RecordID
 Record DatabaseImpl.createRecord(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Constructors in com.syncbuilder.storage.todo with parameters of type RecordID
Record.Record(byte[] contents, RecordID id, int index, int attr, int cat)
           
 

Uses of RecordID in com.syncbuilder.sync
 

Methods in com.syncbuilder.sync that return RecordID
 RecordID[] Dlp.dlp_ReadRecordIDList(int handle, boolean sort, int start, int max)
           
 

Methods in com.syncbuilder.sync with parameters of type RecordID
 Record Dlp.dlp_ReadRecordByID(int handle, RecordID id, DatabaseImpl dbimpl)
           
 



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