Interface PROSShoppingFareProductService

All Known Implementing Classes:
DefaultPROSShoppingFareProductService

public interface PROSShoppingFareProductService
PROSShoppingFareProduct Service interface provides ShoppingFareProduct specific 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