jSyncManager

Uses of Class
org.jSyncManager.API.Protocol.Util.StdApps.ToDoListRecord

Packages that use ToDoListRecord
org.jSyncManager.API.Protocol.Util.StdApps   
 

Uses of ToDoListRecord in org.jSyncManager.API.Protocol.Util.StdApps
 

Fields in org.jSyncManager.API.Protocol.Util.StdApps declared as ToDoListRecord
 ToDoListRecord ToDoListDBCSV.record
           
(package private)  ToDoListRecord ToDoListDBXML.record
           
 

Methods in org.jSyncManager.API.Protocol.Util.StdApps that return ToDoListRecord
 ToDoListRecord ToDoListDBXML.insertRecord(ToDoListRecord rec)
          Insert ToDoListRecord into XML Document.
 

Methods in org.jSyncManager.API.Protocol.Util.StdApps with parameters of type ToDoListRecord
 int ToDoListDBCSV.insertTypes(ToDoListRecord rec)
          Insert column types from input ToDoListRecord for CSV conversion and output.
 int ToDoListDBCSV.insertTitles(ToDoListRecord rec)
          Insert title row into document
 void ToDoListDBCSV.insertRecord(ToDoListRecord rec)
          Insert record into CSV row
 ToDoListRecord ToDoListDBXML.insertRecord(ToDoListRecord rec)
          Insert ToDoListRecord into XML Document.
 

Constructors in org.jSyncManager.API.Protocol.Util.StdApps with parameters of type ToDoListRecord
ToDoListDBCSV(ToDoListRecord rec)
          Create new MailDBCSV with given MailRecord.
ToDoListDBXML(ToDoListRecord rec)
          Create new JSXMLDocument with given ToDoListRecord.
 


jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.