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