Class GetPriceOfferData
- java.lang.Object
-
- org.openbravo.erpCommon.businessUtility.GetPriceOfferData
-
- All Implemented Interfaces:
Serializable
,FieldProvider
public class GetPriceOfferData extends Object implements FieldProvider
This class offers methods related to retrieving the price for a product using the M_GET_OFFERS pl function.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetPriceOfferData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getField(String fieldName)
String
getInitRecordNumber()
static String
getOffersPriceCurrency(ConnectionProvider connectionProvider, String pricestd, String currencyid)
Retrieves the price for product on a certain date for a certain quantity using the price-precision of the currency.
-
-
-
Field Detail
-
total
public String total
-
-
Method Detail
-
getInitRecordNumber
public String getInitRecordNumber()
-
getField
public String getField(String fieldName)
- Specified by:
getField
in interfaceFieldProvider
-
getOffersPriceCurrency
public static String getOffersPriceCurrency(ConnectionProvider connectionProvider, String pricestd, String currencyid) throws javax.servlet.ServletException
Retrieves the price for product on a certain date for a certain quantity using the price-precision of the currency.- Throws:
javax.servlet.ServletException
-
-