Package org.apache.ofbiz.pricat
Class PricatEvents
- java.lang.Object
-
- org.apache.ofbiz.pricat.PricatEvents
-
- Direct Known Subclasses:
SamplePricatEvents
public class PricatEvents extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
static java.lang.String
PricatFileName
static java.lang.String
PricatLatestVersion
static java.lang.String
PricatPath
-
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.
-
-
-
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
-
PricatPath
public static final java.lang.String PricatPath
- See Also:
- Constant Field Values
-
-
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:
-
-