Class DefaultPROSShoppingFareProductService

java.lang.Object
de.hybris.platform.prosservices.services.impl.DefaultPROSShoppingFareProductService
All Implemented Interfaces:
PROSShoppingFareProductService

public class DefaultPROSShoppingFareProductService extends Object implements PROSShoppingFareProductService
Class is responsible for providing concrete implementation of the PROSShoppingFareProductService interface. The class uses the prosShoppingFareProductDao class to query the database and return ShoppingFareProduct type.
  • Constructor Details

    • DefaultPROSShoppingFareProductService

      public DefaultPROSShoppingFareProductService()
  • Method Details

    • getProductByShoppingFareReferenceAndApiUserName

      public ShoppingFareProductModel getProductByShoppingFareReferenceAndApiUserName(String shoppingFareReference, CatalogVersionModel catalogVersion, String userName) throws de.hybris.platform.servicelayer.exceptions.ModelNotFoundException
      Description copied from interface: PROSShoppingFareProductService
      Find Product model based on the shoppingFareReference, catalog version and api userName.
      Specified by:
      getProductByShoppingFareReferenceAndApiUserName in interface PROSShoppingFareProductService
      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
    • getProsShoppingFareProductDao

      protected PROSShoppingFareProductDao getProsShoppingFareProductDao()
      Returns the prosShoppingFareProductDao
      Returns:
    • setProsShoppingFareProductDao

      public void setProsShoppingFareProductDao(PROSShoppingFareProductDao prosShoppingFareProductDao)
      Sets the prosShoppingFareProductDao
      Parameters:
      prosShoppingFareProductDao -