Package org.apache.ofbiz.pricat
Class PricatParseExcelHtmlReport
- java.lang.Object
-
- org.apache.ofbiz.htmlreport.AbstractReport
-
- org.apache.ofbiz.htmlreport.HtmlReport
-
- org.apache.ofbiz.htmlreport.AbstractHtmlReport
-
- org.apache.ofbiz.pricat.PricatParseExcelHtmlReport
-
- All Implemented Interfaces:
InterfaceReport
public class PricatParseExcelHtmlReport extends AbstractHtmlReport
Provides a html report for running parse a PriCat file.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PRICAT_REPORT_CLASS
-
Fields inherited from class org.apache.ofbiz.htmlreport.AbstractHtmlReport
FILE_REPORT_OUTPUT, module, THREAD_TYPE
-
Fields inherited from class org.apache.ofbiz.htmlreport.HtmlReport
BUTTON_ADVANCED, BUTTON_BACK, BUTTON_CANCEL, BUTTON_CLOSE, BUTTON_CONTINUE, BUTTON_DETAILS, BUTTON_DISCARD, BUTTON_DOWNLOAD, BUTTON_EDIT, BUTTON_OK, BUTTON_OK_NO_SUBMIT, BUTTON_SET, content, DELIMITER_RESOURCES, DIALOG_BACK, DIALOG_CANCEL, DIALOG_CONTINUE, DIALOG_SET, DIALOG_URI, FORM_URI, HTML_END, HTML_START, indexNext, isTransient, LINEBREAK, LINEBREAK_TRADITIONAL, logContent, logFile, logFileName, logFileOutputStream, PARAM_RESOURCELIST, paramAction, paramRefreshWorkplace, paramReportContinueKey, paramResource, paramResourcelist, paramThread, paramThreadHasNext, paramTitle, resource, resourceList, sequenceNum, showExceptionStackTrace, writeHtml
-
Fields inherited from class org.apache.ofbiz.htmlreport.AbstractReport
SESSION_REPORT_CLASS
-
Fields inherited from interface org.apache.ofbiz.htmlreport.InterfaceReport
FORMAT_DEFAULT, FORMAT_ERROR, FORMAT_HEADLINE, FORMAT_NOTE, FORMAT_OK, FORMAT_WARNING, REPORT_TYPE_EXTENDED, REPORT_TYPE_SIMPLE
-
-
Constructor Summary
Constructors Constructor Description PricatParseExcelHtmlReport(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Public constructor with report variables.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
checkButton(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
static PricatParseExcelHtmlReport
getReport(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
InterfaceReportThread
initializeThread(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String name)
Initializes the report thread to use for this report.void
prepareDisplayReport(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String name, java.lang.String dialogUri)
Performs the dialog actions depending on the initialized action.-
Methods inherited from class org.apache.ofbiz.htmlreport.AbstractHtmlReport
setDialogRealUri
-
Methods inherited from class org.apache.ofbiz.htmlreport.HtmlReport
addLogFile, appendDelimiter, bodyEnd, bodyStart, closeLogFile, dialog, dialogButtonRow, dialogButtons, dialogButtonsContinue, dialogButtonsHtml, dialogButtonsOkCancel, dialogButtonsOkCancelDownload, dialogContent, dialogContentEnd, dialogContentStart, dialogEnd, dialogHead, dialogScriptSubmit, dialogStart, getDialogRealUri, getFormRealUri, getInstance, getInstance, getInstance, getLineBreak, getLogFileName, getParamAction, getParamRefreshWorkplace, getParamReportContinueKey, getParamResource, getParamResourcelist, getParamThread, getParamThreadHasNext, getParamTitle, getReportUpdate, getResourceList, getResourceListAsParam, getSequenceNum, htmlEnd, htmlStart, htmlStart, isAlive, isMultiOperation, isWriteHtml, pageBody, pageHtml, pageHtml, pageHtmlStyle, paramsAsHidden, paramsAsHidden, paramValues, print, println, println, printMessageWithParam, printMessageWithParam, reportConclusionText, reportIntroductionText, setFormRealUri, setParamAction, setParamThread, setSequenceNum
-
Methods inherited from class org.apache.ofbiz.htmlreport.AbstractReport
addError, addWarning, formatRuntime, getErrors, getLocale, getRuntime, getWarnings, hasError, hasWarning, init, print, println, println, resetRuntime
-
-
-
-
Field Detail
-
PRICAT_REPORT_CLASS
public static final java.lang.String PRICAT_REPORT_CLASS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PricatParseExcelHtmlReport
public PricatParseExcelHtmlReport(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Public constructor with report variables.- Parameters:
request
- the HttpServletRequest requestresponse
- the HttpServletResponse response
-
-
Method Detail
-
getReport
public static PricatParseExcelHtmlReport getReport(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
initializeThread
public InterfaceReportThread initializeThread(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String name)
Description copied from class:AbstractHtmlReport
Initializes the report thread to use for this report.- Specified by:
initializeThread
in classAbstractHtmlReport
- Returns:
- the reported thread to use for this report.
-
checkButton
public static java.lang.String checkButton(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
prepareDisplayReport
public void prepareDisplayReport(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String name, java.lang.String dialogUri) throws java.io.IOException
Performs the dialog actions depending on the initialized action.- Overrides:
prepareDisplayReport
in classAbstractHtmlReport
- Throws:
java.io.IOException
-
-