Class MappingServiceImpl
java.lang.Object
inha.dayoook_e.mapping.api.service.MappingServiceImpl
- All Implemented Interfaces:
MappingService
MappingServiceImpl은 매핑 관련 비즈니스 로직을 처리하는 서비스 클래스.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription연령대 목록을 조회합니다.국가 목록을 조회합니다.getDays()
요일 목록을 조회합니다.언어 목록을 조회합니다.시간대 목록을 조회합니다.
-
Constructor Details
-
MappingServiceImpl
public MappingServiceImpl()
-
-
Method Details
-
getLanguages
언어 목록을 조회합니다.- Specified by:
getLanguages
in interfaceMappingService
- Returns:
- 언어 목록
-
getCountries
국가 목록을 조회합니다.- Specified by:
getCountries
in interfaceMappingService
- Returns:
- 국가 목록
-
getAgeGroups
연령대 목록을 조회합니다.- Specified by:
getAgeGroups
in interfaceMappingService
- Returns:
- 연령대 목록
-
getDays
요일 목록을 조회합니다.- Specified by:
getDays
in interfaceMappingService
- Returns:
- 요일 목록
-
getTimeSlots
시간대 목록을 조회합니다.- Specified by:
getTimeSlots
in interfaceMappingService
- Returns:
- 시간대 목록
-