Interface PROSShoppingFareProductService
- All Known Implementing Classes:
DefaultPROSShoppingFareProductService
public interface PROSShoppingFareProductService
PROSShoppingFareProduct Service interface provides ShoppingFareProduct specific 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
-