Class PriceAdjustmentHqlExtension
- java.lang.Object
-
- org.openbravo.erpCommon.businessUtility.PriceAdjustmentHqlExtension
-
@ApplicationScoped public abstract class PriceAdjustmentHqlExtension extends Object
This class allows PriceAdjustment discounts to be extended from external modules and to be correctly calculated on the callouts that show the price before the booking process.- Author:
- aaroncalero
-
-
Constructor Summary
Constructors Constructor Description PriceAdjustmentHqlExtension()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract String
getHQLStringExtension()
Returns a String that will be used to extend the hql query string ofPriceAdjustment
-
-
-
Method Detail
-
getHQLStringExtension
public abstract String getHQLStringExtension()
Returns a String that will be used to extend the hql query string ofPriceAdjustment
-
-