com.konakartadmin.blif
Interface AdminPdfMgrIf

All Known Implementing Classes:
AdminPdfMgr

public interface AdminPdfMgrIf

AdminPdfMgrIf


Method Summary
 com.konakart.app.PdfResult getPdf(com.konakart.app.PdfOptions options)
          Create the PDF document and return the URL, File name or bytes as defined by the input options.
 void refreshConfigs()
          Retrieve some commonly-used properties and set the velocity log file location
 

Method Detail

getPdf

com.konakart.app.PdfResult getPdf(com.konakart.app.PdfOptions options)
                                  throws java.lang.Exception
Create the PDF document and return the URL, File name or bytes as defined by the input options.

Parameters:
options - the options that define the PDF report to be produced and what is returned from this interface.
Returns:
a PdfResult object containing information that is defined in the options specified on input.
Throws:
java.lang.Exception

refreshConfigs

void refreshConfigs()
                    throws java.lang.Exception
Retrieve some commonly-used properties and set the velocity log file location

Throws:
java.lang.Exception


Copyright © 2011 DS Data Systems UK Ltd.