planetj.helpers
Class QIFHelper

java.lang.Object
  |
  +--planetj.helpers.FileHelper
        |
        +--planetj.helpers.QIFHelper

public class QIFHelper
extends FileHelper

Quicken Interchange Format This class will assist in creating QIF files which can be imported into Quicken.

Creation date: (2/11/2002 5:47:52 PM)


Method Summary
 StringBuffer generateQIFFile(QIFRecordArray pQIFData, QIFFileDescriptor pQIFFileDescriptor)
          This method will return a StringBuffer in QIF format according to pQIFData.
 StringBuffer generateQIFFile(QIFRecord pQIFRecord, QIFFileDescriptor pQIFFileDescriptor)
          This method will return a StringBuffer in QIF format according to pQIFData.
static QIFFileDescriptor newQIFFileDescriptor()
          This is the only way to get an instance of a new QIFFileDescriptor Creation date: (2/11/2002 5:50:10 PM)
static QIFHelper singleton()
          QIFHelper implements the singleton model so this method is the only way to get an instance of this class Creation date: (2/11/2002 5:50:51 PM)
 
Methods inherited from class planetj.helpers.FileHelper
getAS400, getFileSeparator, newFileDescriptor, newFileDescriptor, validateFileName, writeData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generateQIFFile

public StringBuffer generateQIFFile(QIFRecord pQIFRecord,
                                    QIFFileDescriptor pQIFFileDescriptor)
                             throws CMException
This method will return a StringBuffer in QIF format according to pQIFData. Creation date: (2/11/2002 5:53:58 PM)

CMException

generateQIFFile

public StringBuffer generateQIFFile(QIFRecordArray pQIFData,
                                    QIFFileDescriptor pQIFFileDescriptor)
                             throws CMException
This method will return a StringBuffer in QIF format according to pQIFData. Creation date: (2/18/2002 2:45:06 AM)

CMException

newQIFFileDescriptor

public static QIFFileDescriptor newQIFFileDescriptor()
This is the only way to get an instance of a new QIFFileDescriptor Creation date: (2/11/2002 5:50:10 PM)

Returns:
new QIFFileDescriptor()

singleton

public static QIFHelper singleton()
QIFHelper implements the singleton model so this method is the only way to get an instance of this class Creation date: (2/11/2002 5:50:51 PM)

Returns:
planetj.helpers.QIFHelper mSingleton, an instance of this Class