jSyncManager

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

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

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

Fields in org.jSyncManager.API.Protocol.Util.StdApps declared as ExpenseRecord
 ExpenseRecord ExpenseDBCSV.record
           
(package private)  ExpenseRecord ExpenseDBXML.record
           
 

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

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

Constructors in org.jSyncManager.API.Protocol.Util.StdApps with parameters of type ExpenseRecord
ExpenseDBCSV(ExpenseRecord rec)
          Create new ExpenseDBCSV with given ExpenseRecord.
ExpenseDBXML(ExpenseRecord rec)
          Create new JSXMLDocument with given ExpenseRecord.
 


jSyncManager

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