Class PricatParseExcelHtmlThread

    • Field Detail

      • module

        public static final java.lang.String module
      • messageLabels

        public static final java.lang.String[] messageLabels
      • messages

        public static final java.util.List<java.lang.String> messages
      • FileDateTimePattern

        public static final java.lang.String FileDateTimePattern
        See Also:
        Constant Field Values
      • defaultColorName

        public static final java.lang.String defaultColorName
        See Also:
        Constant Field Values
      • defaultDimensionName

        public static final java.lang.String defaultDimensionName
        See Also:
        Constant Field Values
      • defaultCategoryName

        public static final java.lang.String defaultCategoryName
        See Also:
        Constant Field Values
      • EXCEL_TEMPLATE_TYPE

        public static final java.lang.String EXCEL_TEMPLATE_TYPE
        See Also:
        Constant Field Values
      • DEFAULT_PRICAT_TYPE

        public static final java.lang.String DEFAULT_PRICAT_TYPE
        See Also:
        Constant Field Values
      • PricatTypeLabels

        public static final java.util.Map<java.lang.String,​java.lang.String> PricatTypeLabels
    • Constructor Detail

      • PricatParseExcelHtmlThread

        public PricatParseExcelHtmlThread​(HttpServletRequest request,
                                          HttpServletResponse response,
                                          java.lang.String name)
        Constructor, creates a new html thread.
        Parameters:
        request -
        response -
        name -
    • Method Detail

      • getReportUpdate

        public java.lang.String getReportUpdate()
        Description copied from class: AbstractReportThread
        Returns the part of the report that is ready for output.
        Specified by:
        getReportUpdate in class AbstractReportThread
        Returns:
        the part of the report that is ready for output
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        Overrides:
        run in class java.lang.Thread
        See Also:
        Runnable.run()
      • getDelegator

        public Delegator getDelegator()
      • setDelegator

        public void setDelegator​(Delegator delegator)
      • addExcelImportHistory

        public long addExcelImportHistory()