Package org.apache.ofbiz.order.quote
Class QuoteServices
- java.lang.Object
-
- org.apache.ofbiz.order.quote.QuoteServices
-
public class QuoteServices extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
module
static String
resource
static String
resource_error
static String
resourceProduct
-
Constructor Summary
Constructors Constructor Description QuoteServices()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Object>
sendQuoteReportMail(DispatchContext dctx, Map<String,? extends Object> context)
static Map<String,Object>
storeQuote(DispatchContext dctx, Map<String,? extends Object> context)
-
-
-
Field Detail
-
module
public static final String module
-
resource
public static final String resource
- See Also:
- Constant Field Values
-
resource_error
public static final String resource_error
- See Also:
- Constant Field Values
-
resourceProduct
public static final String resourceProduct
- See Also:
- Constant Field Values
-
-