|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExportXMLDataIf
ExportXMLDataIf interface
Method Summary | |
---|---|
void |
doExport(ExportConfigIf config)
This method starts the export of the database data into XML files on the file system. |
void |
exportOrder(AdminOrder order,
java.lang.String dirName,
java.lang.String fileName)
Export the Order to an XML file. |
java.lang.String |
exportOrderToXmlString(AdminOrder order)
Export the Order to an XML String. |
Method Detail |
---|
void doExport(ExportConfigIf config) throws com.konakart.app.KKException, java.io.IOException, KKAdminException, javax.xml.bind.JAXBException
config
- Contains an admin engine instance and sessionId. Also contains control information
regarding what operations should be performed and where the files should be
created.
com.konakart.app.KKException
java.io.IOException
KKAdminException
javax.xml.bind.JAXBException
void exportOrder(AdminOrder order, java.lang.String dirName, java.lang.String fileName) throws KKAdminException
order
- the AdminOrder object to exportdirName
- the directory to export the order tofileName
- the filename to export the order to which will be written to the dirName
KKAdminException
java.lang.String exportOrderToXmlString(AdminOrder order) throws KKAdminException
order
- the AdminOrder object to export
KKAdminException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |