Interface TravelProviderService
- All Known Implementing Classes:
DefaultTravelProviderService
public interface TravelProviderService
TravelProvider Service interface provides TravelProvider specific services
-
Method Summary
Modifier and TypeMethodDescriptionFinds all the TravelProviders.getTravelProvider(String code) Returns the TravelProvider in the system identified by the given TravelProvider Code.
-
Method Details
-
getTravelProvider
TravelProviderModel getTravelProvider(String code) throws de.hybris.platform.servicelayer.exceptions.ModelNotFoundException Returns the TravelProvider in the system identified by the given TravelProvider Code.- Parameters:
code- the TravelProvider Code- Returns:
- the TravelProviderModel
- Throws:
de.hybris.platform.servicelayer.exceptions.ModelNotFoundException- the model not found exception
-
findTravelProviders
List<TravelProviderModel> findTravelProviders()Finds all the TravelProviders.- Returns:
- the list of TravelProviders
-