Interface TravelLocationDao
- All Superinterfaces:
de.hybris.platform.servicelayer.internal.dao.Dao
- All Known Implementing Classes:
DefaultTravelLocationDao
public interface TravelLocationDao
extends de.hybris.platform.servicelayer.internal.dao.Dao
Interface which provides the functionality of fetching
LocationModel information from database-
Method Summary
-
Method Details
-
findLocation
Finds location for given code.- Parameters:
code- code- Returns:
- location model
-