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 Summary
Modifier and TypeMethodDescriptiongetProductByShoppingFareReferenceAndApiUserName(String shoppingFareReference, CatalogVersionModel catalogVersion, String userName) Find Product model based on the shoppingFareReference, catalog version and api userName.
-
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 shoppingFareReferencecatalogVersion- the catalog versionuserName- the api username- Returns:
- the APIUser
- Throws:
de.hybris.platform.servicelayer.exceptions.ModelNotFoundException- the model not found exception
-