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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBasePrice(AbstractOrderEntry entry) Implement this to define thebase priceof an order entryMethods inherited from class de.hybris.platform.jalo.order.price.DummyPriceFactoryImpl
getAllPriceInformations, getDiscountValues, getDiscountValues, getProductDiscountInformations, getProductPriceInformations, getProductTaxInformations, getTaxValues, isNetUser
-
Constructor Details
-
TinyPriceFactory
public TinyPriceFactory()
-
-
Method Details
-
getBasePrice
Description copied from interface:PriceFactoryImplement this to define thebase priceof an order entry- Specified by:
getBasePricein interfacePriceFactory- Overrides:
getBasePricein classDummyPriceFactoryImpl- Returns:
- a price with the order's currency iso code, 0.0 as value and the order's net status
- Throws:
JaloPriceFactoryException
-