Class PricatEvents

  • Direct Known Subclasses:
    SamplePricatEvents

    public class PricatEvents
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PricatEvents()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String downloadCommentedExcel​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Download commented excel file after it's parsed.
      static java.lang.String downloadExcelTemplate​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Download excel template.
      static java.lang.String pricatUpload​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Upload a pricat.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
      • PricatLatestVersion

        public static final java.lang.String PricatLatestVersion
      • PricatFileName

        public static final java.lang.String PricatFileName
    • Constructor Detail

      • PricatEvents

        public PricatEvents()
    • Method Detail

      • downloadExcelTemplate

        public static java.lang.String downloadExcelTemplate​(javax.servlet.http.HttpServletRequest request,
                                                             javax.servlet.http.HttpServletResponse response)
        Download excel template.
        Parameters:
        request -
        response -
      • pricatUpload

        public static java.lang.String pricatUpload​(javax.servlet.http.HttpServletRequest request,
                                                    javax.servlet.http.HttpServletResponse response)
        Upload a pricat.
      • downloadCommentedExcel

        public static java.lang.String downloadCommentedExcel​(javax.servlet.http.HttpServletRequest request,
                                                              javax.servlet.http.HttpServletResponse response)
        Download commented excel file after it's parsed.
        Parameters:
        request -
        response -
        Returns: