Interface MappingService
- All Known Implementing Classes:
MappingServiceImpl
public interface MappingService
-
Method Summary
-
Method Details
-
getLanguages
List<SearchLanguagesResponse> getLanguages() -
getCountries
List<SearchCountryResponse> getCountries() -
getAgeGroups
List<SearchAgeGroupResponse> getAgeGroups() -
getDays
List<SearchDayResponse> getDays() -
getTimeSlots
List<SearchTimeSlotResponse> getTimeSlots()
-