Interface TravelPDTRowDao

All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.GenericDao<PDTRowModel>
All Known Implementing Classes:
DefaultTravelPDTRowDao

public interface TravelPDTRowDao extends de.hybris.platform.servicelayer.internal.dao.GenericDao<PDTRowModel>
Iterface for query operations on Price/Discount/Tax Rows
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the first available price for a given product to extract common pricing information

    Methods inherited from interface de.hybris.platform.servicelayer.internal.dao.GenericDao

    find, find, find, find, find
  • Method Details

    • findFirstAvailablePriceForProduct

      PriceRowModel findFirstAvailablePriceForProduct(ProductModel product)
      Retrieves the first available price for a given product to extract common pricing information
      Parameters:
      product -
      Returns: