|
jSyncManager | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DLPRecord in org.jSyncManager.API.Conduit |
---|
Methods in org.jSyncManager.API.Conduit that return DLPRecord | |
DLPRecord |
ConduitHandler.readNextModifiedRecord(byte dbID)
Read the next record from the specified database which has it's Modified flag set. |
DLPRecord |
ConduitHandler.readNextModifiedRecordInCategory(byte dbID,
byte category)
Read the next record from the specified database and category which has it's Modified flag set. |
DLPRecord |
ConduitHandler.readNextRecordInCategory(byte dbID,
byte category)
Read the next record from the specified database and category. |
DLPRecord |
ConduitHandler.readRecord(byte dbID,
char index)
Deprecated. this method has been replaced by readRecordByIndex, as it is too easy to incorrectly cast and confuse calls between the overloaded readRecord methods. |
DLPRecord |
ConduitHandler.readRecord(byte dbID,
int recordID)
Deprecated. this method has been replaced by readRecordByID, as it is too easy to incorrectly cast and confuse calls between the overloaded readRecord methods. |
DLPRecord |
ConduitHandler.readRecordByID(byte dbID,
int recordID)
Reads the record from the specified database that has the specified record ID. |
DLPRecord |
ConduitHandler.readRecordByIndex(byte dbID,
char recordIndex)
Reads the record from the specified database that has the specified record index. |
Methods in org.jSyncManager.API.Conduit with parameters of type DLPRecord | |
int |
ConduitHandler.writeRecord(byte dbID,
byte flags,
DLPRecord record)
Writes a record to the remote device. |
Uses of DLPRecord in org.jSyncManager.API.Protocol |
---|
Methods in org.jSyncManager.API.Protocol that return DLPRecord | |
DLPRecord |
JHotSync.readNextModifiedRecord(byte dbID)
Read the next modified record from the specified database. |
DLPRecord |
JHotSync.readNextModifiedRecordInCategory(byte dbID,
byte category)
Reads the next modified record in the specified category. |
DLPRecord |
JHotSync.readNextRecordInCategory(byte dbID,
byte category)
Reads the next record in the specified category. |
DLPRecord |
JHotSync.readRecord(byte dbID,
char index,
char offset,
char length)
Read a record from the specified database. |
DLPRecord |
JHotSync.readRecord(byte dbID,
int id,
char offset,
char length)
Read a record from the specified database. |
Methods in org.jSyncManager.API.Protocol with parameters of type DLPRecord | |
int |
JHotSync.writeRecord(byte dbID,
byte flags,
DLPRecord record)
Write a record to the specified database. |
Uses of DLPRecord in org.jSyncManager.API.Protocol.Util |
---|
Fields in org.jSyncManager.API.Protocol.Util declared as DLPRecord | |
(package private) DLPRecord |
DLPRecordXML.record
|
Methods in org.jSyncManager.API.Protocol.Util that return DLPRecord | |
DLPRecord |
DLPRecordWriter.getRecord()
Getter for property dlprecord. |
Methods in org.jSyncManager.API.Protocol.Util with parameters of type DLPRecord | |
int |
DLPRecordCSV.insertRecord(DLPRecord rec)
|
int |
DLPRecordCSV.insertTypes(DLPRecord rec)
Insert DATATYPE_ROW into document from DLPRecordCSX.dlprecordtypes. |
int |
DLPRecordCSV.insertTitles(DLPRecord rec)
Insert TITLE_ROW into document from DLPRecordCSX.dlprecordtitles. |
void |
DLPRecordXML.insertRecord(DLPRecord rec,
JSXMLElement elem)
|
void |
DLPRecordWriter.setRecord(DLPRecord dlprecord)
Setter for property dlprecord. |
void |
DLPDatabase.addElement(DLPRecord dlprecord)
Add an element in the form of a DLPRecord to the database. |
Constructors in org.jSyncManager.API.Protocol.Util with parameters of type DLPRecord | |
DLPRecord(DLPRecord dlp)
Create a new DLPRecord object from another DLPRecord type. |
|
DLPRecordCSV(DLPRecord rec)
Create new DLPRecordCSV from given DLPRecord. |
|
DLPRecordXML(DLPRecord rec)
Create new DLPRecordXML from given DLPRecord. |
|
DLPRecordWriter(DLPRecord dlprec,
java.io.OutputStreamWriter out)
Creates a new instance of DLPRecordWriter using the given DLPRecord and OutputStreamWriter instance. |
Uses of DLPRecord in org.jSyncManager.API.Protocol.Util.StdApps |
---|
Subclasses of DLPRecord in org.jSyncManager.API.Protocol.Util.StdApps | |
class |
AddressRecord
A class to represent the structure and data of a record from the Address handheld application. |
class |
DateBookRecord
Datebook database record abstraction/parser class. |
class |
ExpenseRecord
Expense Record for the Palm Expense database. |
class |
MailRecord
Record parser/generater for the Mail Database record format. |
class |
MemoRecord
Record parser/generater for the Memo Database record format. |
class |
NotepadRecord
This class represents a Notepad record. |
class |
ToDoListRecord
This class represents a ToDoList record. |
Constructors in org.jSyncManager.API.Protocol.Util.StdApps with parameters of type DLPRecord | |
NotepadRecord(DLPRecord record)
Create a NotepadRecord using the given DLPRecord. |
|
MemoRecord(DLPRecord record)
Construct a new Memo Record object from the contents of the specified DLPBlock object. |
|
DateBookRecord(DLPRecord record)
DateBookRecord constructor from DLPRecord. |
|
ToDoListRecord(DLPRecord record)
Construct a new ToDoList record using the specified DLPRecord object. |
|
ExpenseRecord(DLPRecord record)
Construct a new Expense Record using the specified DLPRecord read form the expense database. |
|
MailRecord(DLPRecord record)
Construct a new MailRecord from the specified DLPRecord. |
|
AddressRecord(DLPRecord record)
Construct a new Address Record object based on the provided record input from the handheld. |
Uses of DLPRecord in org.jSyncManager.Conduit.Email |
---|
Subclasses of DLPRecord in org.jSyncManager.Conduit.Email | |
class |
Email_Base
The base connection information for the E-Mail jConduit. |
class |
PopMail
Demonstrate POP mail using JavaMail. |
class |
SmtpMail
|
Uses of DLPRecord in org.jSyncManager.Conduit.TextDump |
---|
Methods in org.jSyncManager.Conduit.TextDump with parameters of type DLPRecord | |
protected void |
TextDump.writeRecord(DLPRecord record,
DLPRecord rawRecord)
|
|
jSyncManager | |||||||||
PREV NEXT | FRAMES NO FRAMES |