|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.helpers.FileHelper | +--planetj.helpers.IIFHelper
Intuit Interchange Format (.iff) This class will assist in creating IIF files which can be imported into QuickBooks
Creation date: (2/18/2002 5:50:49 AM)
Method Summary | |
StringBuffer |
generateIIFFile(IIFRecordArray pIIFData,
IIFFileDescriptor pIIFFileDescriptor)
This method will return a StringBuffer in IIF format according to pIIFData. |
StringBuffer |
generateIIFFile(IIFRecord pIIFRecord,
IIFFileDescriptor pIIFFileDescriptor)
This method will return a StringBuffer in IIF format according to pIIFData. |
static IIFFileDescriptor |
newIIFFileDescriptor()
This is the only way to get an instance of a new IIFFileDescriptor Creation date: (2/18/2002 5:51:28 AM) |
static IIFHelper |
singleton()
IIFHelper implements the singleton model so this method is the only way to get an instance of this class Creation date: (2/18/2002 5:51:58 AM) |
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 generateIIFFile(IIFRecord pIIFRecord, IIFFileDescriptor pIIFFileDescriptor) throws CMException
CMException
public StringBuffer generateIIFFile(IIFRecordArray pIIFData, IIFFileDescriptor pIIFFileDescriptor) throws CMException
CMException
public static IIFFileDescriptor newIIFFileDescriptor()
public static IIFHelper singleton()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |