Package org.apache.ofbiz.product.product
Class VariantEvents
- java.lang.Object
-
- org.apache.ofbiz.product.product.VariantEvents
-
public class VariantEvents extends java.lang.Object
Product Variant Related Events
-
-
Constructor Summary
Constructors Constructor Description VariantEvents()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
quickAddChosenVariant(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Creates variant products from a virtual product and a combination of selectable features
-
-
-
Field Detail
-
module
public static final java.lang.String module
-
resource
public static final java.lang.String resource
- See Also:
- Constant Field Values
-
-
Method Detail
-
quickAddChosenVariant
public static java.lang.String quickAddChosenVariant(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Creates variant products from a virtual product and a combination of selectable features- Parameters:
request
- The HTTPRequest object for the current requestresponse
- The HTTPResponse object for the current request- Returns:
- String specifying the exit status of this event
-
-