|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.helpers.FileHelper | +--planetj.helpers.DOCHelper
This class will assist in creating DOC .doc Microsoft Word files.
This uses CSVFileDescriptor to describe a DOC file
Creation date: (2/13/2002 1:28:47 PM)
Method Summary | |
StringBuffer |
generateDOCFile(ICSVRow pCSVRow,
CSVFileDescriptor pCSVFileDescriptor)
This method will generate a CSV/DOC file with CSV/DOC data supplied in pCSVRow.getCSVRow(). |
StringBuffer |
generateDOCFile(List pList,
CSVFileDescriptor pCSVFileDescriptor)
This method will generate a CSV/DOC file with CSV/DOC data supplied in pList.get(i).toString() if pList.elementAt(i) is not a ICSVField, ICSVRow or List. |
static DOCHelper |
singleton()
DOCHelper implements the singleton model so this method is the only way to get an instance of this class Creation date: (2/13/2002 1:28:28 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 generateDOCFile(List pList, CSVFileDescriptor pCSVFileDescriptor) throws CMException
The file will be generated from attributes of pCSVFileDescriptor
Creation date: (2/13/2002 1:30:38 PM)
CMException
public StringBuffer generateDOCFile(ICSVRow pCSVRow, CSVFileDescriptor pCSVFileDescriptor) throws CMException
Creation date: (2/13/2002 1:37:41 PM)
CMException
public static DOCHelper singleton()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |