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

    Modifier and Type
    Method
    Description
    Finds location for given code.
  • Method Details

    • findLocation

      LocationModel findLocation(String code)
      Finds location for given code.
      Parameters:
      code - code
      Returns:
      location model