Package de.hybris.platform.europe1.jalo
Class CustomPriceFactoryTest.TinyPriceFactory
- java.lang.Object
-
- de.hybris.platform.jalo.order.price.DummyPriceFactoryImpl
-
- de.hybris.platform.europe1.jalo.CustomPriceFactoryTest.TinyPriceFactory
-
- All Implemented Interfaces:
PriceFactory
- Enclosing class:
- CustomPriceFactoryTest
public class CustomPriceFactoryTest.TinyPriceFactory extends DummyPriceFactoryImpl
-
-
Constructor Summary
Constructors Constructor Description TinyPriceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PriceValue
getBasePrice(AbstractOrderEntry entry)
Implement this to define thebase price
of an order entry-
Methods inherited from class de.hybris.platform.jalo.order.price.DummyPriceFactoryImpl
getAllPriceInformations, getDiscountValues, getDiscountValues, getProductDiscountInformations, getProductPriceInformations, getProductTaxInformations, getTaxValues, isNetUser
-
-
-
-
Method Detail
-
getBasePrice
public PriceValue getBasePrice(AbstractOrderEntry entry) throws JaloPriceFactoryException
Description copied from interface:PriceFactory
Implement this to define thebase price
of an order entry- Specified by:
getBasePrice
in interfacePriceFactory
- Overrides:
getBasePrice
in classDummyPriceFactoryImpl
- Returns:
- a price with the order's currency iso code, 0.0 as value and the order's net status
- Throws:
JaloPriceFactoryException
-
-