Class DefaultTmaDiscountRowDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultTmaDiscountRowDao
- All Implemented Interfaces:
TmaDiscountRowDao,de.hybris.platform.servicelayer.internal.dao.Dao
public class DefaultTmaDiscountRowDao
extends de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
implements TmaDiscountRowDao
Default implementation of the
TmaDiscountRowDao.- Since:
- 2302
-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAllDiscountRowsByProduct(ProductModel product) Retrieves list ofDiscountRow.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultTmaDiscountRowDao
public DefaultTmaDiscountRowDao()
-
-
Method Details
-
getAllDiscountRowsByProduct
Description copied from interface:TmaDiscountRowDaoRetrieves list ofDiscountRow.- Specified by:
getAllDiscountRowsByProductin interfaceTmaDiscountRowDao- Parameters:
product- for which you are searching discount rows- Returns:
- list of
DiscountRow
-