|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.helpers.FileHelper | +--planetj.helpers.QIFHelper
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 |
public StringBuffer generateQIFFile(QIFRecord pQIFRecord, QIFFileDescriptor pQIFFileDescriptor) throws CMException
CMException
public StringBuffer generateQIFFile(QIFRecordArray pQIFData, QIFFileDescriptor pQIFFileDescriptor) throws CMException
CMException
public static QIFFileDescriptor newQIFFileDescriptor()
public static QIFHelper singleton()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |