Interface PROSShoppingFareProductDao

All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
All Known Implementing Classes:
DefaultPROSShoppingFareProductDao

public interface PROSShoppingFareProductDao extends de.hybris.platform.servicelayer.internal.dao.Dao
Interface that exposes Product Type specific DAO services
  • Method Details

    • getProductByShoppingFareReferenceAndApiUserName

      ShoppingFareProductModel getProductByShoppingFareReferenceAndApiUserName(String shoppingFareReference, CatalogVersionModel catalogVersion, String userName) throws de.hybris.platform.servicelayer.exceptions.ModelNotFoundException
      Find Product model based on the shoppingFareReference, catalog version and api userName.
      Parameters:
      shoppingFareReference - the shoppingFareReference
      catalogVersion - the catalog version
      userName - the api username
      Returns:
      the APIUser
      Throws:
      de.hybris.platform.servicelayer.exceptions.ModelNotFoundException - the model not found exception