Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accessToken() - Method in record class inha.dayoook_e.auth.api.controller.dto.response.LoginResponse
-
Returns the value of the
accessToken
record component. - ACTIVE - Enum constant in enum class inha.dayoook_e.common.BaseEntity.State
- addCorsMappings(CorsRegistry) - Method in class inha.dayoook_e.common.config.WebConfig
- addPage(StorybookPage) - Method in class inha.dayoook_e.storybook.domain.Storybook
- addPoint(Integer) - Method in class inha.dayoook_e.tutee.domain.TuteeInfo
- ADMIN - Enum constant in enum class inha.dayoook_e.user.domain.enums.Role
- ADMIN_CREATE - Enum constant in enum class inha.dayoook_e.user.domain.enums.Permission
- ADMIN_DELETE - Enum constant in enum class inha.dayoook_e.user.domain.enums.Permission
- ADMIN_READ - Enum constant in enum class inha.dayoook_e.user.domain.enums.Permission
- ADMIN_UPDATE - Enum constant in enum class inha.dayoook_e.user.domain.enums.Permission
- ADVANCED - Enum constant in enum class inha.dayoook_e.user.domain.enums.KoreanLevel
- age() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TuteeSignupRequest
-
Returns the value of the
age
record component. - age() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Returns the value of the
age
record component. - age() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Returns the value of the
age
record component. - age() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TutorInfoResponse
-
Returns the value of the
age
record component. - AGE_GROUPS_SEARCH_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- AgeGroup - Class in inha.dayoook_e.mapping.domain
-
AgeGroup 엔티티는 연령층 정보를 저장
- AgeGroup() - Constructor for class inha.dayoook_e.mapping.domain.AgeGroup
- ageGroupId() - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.SearchCond
-
Returns the value of the
ageGroupId
record component. - AgeGroupJpaRepository - Interface in inha.dayoook_e.mapping.domain.repository
-
AgeGroupJpaRepository는 AgeGroup 엔티티에 대한 데이터 액세스 기능을 제공.
- ageGroups() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchPageResponse
-
Returns the value of the
ageGroups
record component. - ageGroups() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Returns the value of the
ageGroups
record component. - amazonS3Client() - Method in class inha.dayoook_e.common.config.S3Config
- AppConfig - Class in inha.dayoook_e.common.config
- AppConfig() - Constructor for class inha.dayoook_e.common.config.AppConfig
- Application - Class in inha.dayoook_e.application.domain
-
Application은 신청 정보 엔티티
- Application() - Constructor for class inha.dayoook_e.application.domain.Application
- APPLICATION_APPROVE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- APPLICATION_CANCEL_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- APPLICATION_CREATE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- APPLICATION_GROUP_NOT_FOUND - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- APPLICATION_NOT_FOUND - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- APPLICATION_REJECT_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- ApplicationAuditAware - Class in inha.dayoook_e.utils
-
ApplicationAuditAware는 스프링 데이터 JPA의 감사 기능을 위한 현재 사용자의 ID를 제공.
- ApplicationAuditAware() - Constructor for class inha.dayoook_e.utils.ApplicationAuditAware
- ApplicationController - Class in inha.dayoook_e.application.api.controller
-
ApplicantionController 는 강의 신청 관련 엔드포인트를 관리
- ApplicationController() - Constructor for class inha.dayoook_e.application.api.controller.ApplicationController
- ApplicationGroup - Class in inha.dayoook_e.application.domain
- ApplicationGroup() - Constructor for class inha.dayoook_e.application.domain.ApplicationGroup
- ApplicationGroupJpaRepository - Interface in inha.dayoook_e.application.domain.repository
-
ApplicationGroupJpaRepository는 ApplicationGroup 엔티티에 대한 데이터 액세스 기능을 제공.
- ApplicationJpaRepository - Interface in inha.dayoook_e.application.domain.repository
-
ApplicationJpaRepository는 Application 엔티티에 대한 데이터 액세스 기능을 제공.
- ApplicationMapper - Interface in inha.dayoook_e.application.api.mapper
-
ApplicationMapper는 강의 신청과 관련된 데이터 변환 기능을 제공.
- ApplicationResponse - Record Class in inha.dayoook_e.application.api.controller.dto.response
- ApplicationResponse(Integer, Status) - Constructor for record class inha.dayoook_e.application.api.controller.dto.response.ApplicationResponse
-
Creates an instance of a
ApplicationResponse
record class. - ApplicationService - Interface in inha.dayoook_e.application.api.service
- ApplicationServiceImpl - Class in inha.dayoook_e.application.api.service
-
ApplicationServiceImpl은 강의 신청 관련 비즈니스 로직을 처리하는 서비스 클래스.
- ApplicationServiceImpl() - Constructor for class inha.dayoook_e.application.api.service.ApplicationServiceImpl
- applicationToApplicationResponse(Application) - Method in interface inha.dayoook_e.application.api.mapper.ApplicationMapper
-
Application 엔티티를 ApplicationResponse로 변환
- apply(User, ApplyRequest) - Method in class inha.dayoook_e.application.api.controller.ApplicationController
-
강의 신청 API
- apply(User, ApplyRequest) - Method in interface inha.dayoook_e.application.api.service.ApplicationService
- apply(User, ApplyRequest) - Method in class inha.dayoook_e.application.api.service.ApplicationServiceImpl
-
강의 신청
- APPLYING - Enum constant in enum class inha.dayoook_e.application.domain.enums.Status
- ApplyRequest - Record Class in inha.dayoook_e.application.api.controller.dto.request
- ApplyRequest(Integer, List<TimeSlotRequest>, String) - Constructor for record class inha.dayoook_e.application.api.controller.dto.request.ApplyRequest
-
Creates an instance of a
ApplyRequest
record class. - approveApplication(User, Integer) - Method in class inha.dayoook_e.application.api.controller.ApplicationController
-
강의 신청 승인 api
- approveApplication(User, Integer) - Method in interface inha.dayoook_e.application.api.service.ApplicationService
- approveApplication(User, Integer) - Method in class inha.dayoook_e.application.api.service.ApplicationServiceImpl
-
강의 신청 승인
- APPROVED - Enum constant in enum class inha.dayoook_e.application.domain.enums.Status
- attendance() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonScheduleResponse
-
Returns the value of the
attendance
record component. - attendanceRate() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Returns the value of the
attendanceRate
record component. - auditorAware() - Method in class inha.dayoook_e.common.config.AppConfig
- AuthController - Class in inha.dayoook_e.auth.api.controller
-
AuthController는 인증 관련 엔드포인트를 처리.
- AuthController() - Constructor for class inha.dayoook_e.auth.api.controller.AuthController
- authenticationManager(AuthenticationConfiguration) - Method in class inha.dayoook_e.common.config.AppConfig
- authenticationProvider() - Method in class inha.dayoook_e.common.config.AppConfig
- AuthMapper - Interface in inha.dayoook_e.auth.api.mapper
-
AuthMapper는 인증과 관련된 데이터 변환 기능을 제공.
- AuthService - Interface in inha.dayoook_e.auth.api.service
- AuthServiceImpl - Class in inha.dayoook_e.auth.api.service
-
AuthServiceImpl은 인증 관련 비즈니스 로직을 처리하는 서비스 클래스.
- AuthServiceImpl() - Constructor for class inha.dayoook_e.auth.api.service.AuthServiceImpl
B
- BAD_REQUEST - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
-
400 : Request, Response 오류
- BaseCode - Interface in inha.dayoook_e.common.code
-
BaseCode는 에러 코드와 이유를 반환하는 메서드를 정의하는 인터페이스.
- BaseEntity - Class in inha.dayoook_e.common
-
BaseEntity는 모든 엔티티의 기본 속성을 정의하는 추상 클래스.
- BaseEntity() - Constructor for class inha.dayoook_e.common.BaseEntity
- BaseEntity.State - Enum Class in inha.dayoook_e.common
-
엔티티의 상태를 정의하는 열거형.
- BaseErrorCode - Interface in inha.dayoook_e.common.code
-
BaseErrorCode는 에러 코드와 이유를 반환하는 메서드를 정의하는 인터페이스.
- BaseException - Exception in inha.dayoook_e.common.exceptions
- BaseException() - Constructor for exception inha.dayoook_e.common.exceptions.BaseException
- BaseResponse<T> - Class in inha.dayoook_e.common
-
BaseResponse는 API 응답을 위한 공통 포맷을 제공하는 클래스.
- BaseResponse() - Constructor for class inha.dayoook_e.common.BaseResponse
- BEGINNER - Enum constant in enum class inha.dayoook_e.user.domain.enums.KoreanLevel
C
- calculateAttendanceRate() - Method in class inha.dayoook_e.lesson.domain.Lesson
- cancel(String) - Method in class inha.dayoook_e.lesson.domain.LessonSchedule
- cancelApplication(User, Integer) - Method in class inha.dayoook_e.application.api.controller.ApplicationController
-
강의 신청 취소 api
- cancelApplication(User, Integer) - Method in interface inha.dayoook_e.application.api.service.ApplicationService
- cancelApplication(User, Integer) - Method in class inha.dayoook_e.application.api.service.ApplicationServiceImpl
-
강의 신청 취소
- CANCELED - Enum constant in enum class inha.dayoook_e.application.domain.enums.Status
- CANCELED - Enum constant in enum class inha.dayoook_e.lesson.domain.enums.Status
- CancelLessonRequest - Record Class in inha.dayoook_e.lesson.api.controller.dto.request
- CancelLessonRequest(String) - Constructor for record class inha.dayoook_e.lesson.api.controller.dto.request.CancelLessonRequest
-
Creates an instance of a
CancelLessonRequest
record class. - cancelLessonSchedule(User, Integer, CancelLessonRequest) - Method in class inha.dayoook_e.lesson.api.controller.LessonController
-
강의 취소 처리
- cancelLessonSchedule(User, Integer, CancelLessonRequest) - Method in interface inha.dayoook_e.lesson.api.service.LessonService
- cancelLessonSchedule(User, Integer, CancelLessonRequest) - Method in class inha.dayoook_e.lesson.api.service.LessonServiceImpl
-
강의 취소 처리
- canWrite(Class<?>, MediaType) - Method in class inha.dayoook_e.common.converter.MultipartJackson2HttpMessageConverter
- canWrite(Type, Class<?>, MediaType) - Method in class inha.dayoook_e.common.converter.MultipartJackson2HttpMessageConverter
- canWrite(MediaType) - Method in class inha.dayoook_e.common.converter.MultipartJackson2HttpMessageConverter
- Category - Class in inha.dayoook_e.game.domain
-
Category 엔티티는 게임 카테고리에 대한 정보.
- Category() - Constructor for class inha.dayoook_e.game.domain.Category
- CategoryJpaRepository - Interface in inha.dayoook_e.game.domain.repository
-
CategoryJpaRepository는 Category 엔티티에 대한 데이터 액세스 기능을 제공.
- changeStatus(Status) - Method in class inha.dayoook_e.application.domain.Application
- changeStatus(Status) - Method in class inha.dayoook_e.application.domain.ApplicationGroup
- complete() - Method in class inha.dayoook_e.lesson.domain.LessonSchedule
- COMPLETE_REWARD - Static variable in class inha.dayoook_e.common.Constant
- COMPLETED - Enum constant in enum class inha.dayoook_e.lesson.domain.enums.Status
- CompleteLessonRequest - Record Class in inha.dayoook_e.lesson.api.controller.dto.request
- CompleteLessonRequest(Integer) - Constructor for record class inha.dayoook_e.lesson.api.controller.dto.request.CompleteLessonRequest
-
Creates an instance of a
CompleteLessonRequest
record class. - completeLessonSchedule(User, Integer, CompleteLessonRequest) - Method in class inha.dayoook_e.lesson.api.controller.LessonController
-
강의 완료 처리
- completeLessonSchedule(User, Integer, CompleteLessonRequest) - Method in interface inha.dayoook_e.lesson.api.service.LessonService
- completeLessonSchedule(User, Integer, CompleteLessonRequest) - Method in class inha.dayoook_e.lesson.api.service.LessonServiceImpl
-
강의 완료 처리
- completeSong() - Method in class inha.dayoook_e.song.domain.TuteeSongProgress
- completeSong(User, Integer) - Method in class inha.dayoook_e.song.api.controller.SongController
-
동요 완료 API
- completeSong(User, Integer) - Method in interface inha.dayoook_e.song.api.service.SongService
- completeSong(User, Integer) - Method in class inha.dayoook_e.song.api.service.SongServiceImpl
-
노래 완료 처리
- completeStory() - Method in class inha.dayoook_e.storybook.domain.TuteeStoryProgress
- completeStorybook(User, Integer) - Method in class inha.dayoook_e.storybook.api.controller.StorybookController
-
동화 완료 API
- completeStorybook(User, Integer) - Method in interface inha.dayoook_e.storybook.api.service.StorybookService
- completeStorybook(User, Integer) - Method in class inha.dayoook_e.storybook.api.service.StorybookServiceImpl
-
동화 완료 처리
- Constant - Class in inha.dayoook_e.common
- Constant() - Constructor for class inha.dayoook_e.common.Constant
- content() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest.PageContent
-
Returns the value of the
content
record component. - content() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchResponse
-
Returns the value of the
content
record component. - COUNTRIES_SEARCH_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- country() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchResponse
-
Returns the value of the
country
record component. - Country - Class in inha.dayoook_e.mapping.domain
- Country() - Constructor for class inha.dayoook_e.mapping.domain.Country
- COUNTRY_NOT_FOUND - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- countryId() - Method in record class inha.dayoook_e.song.api.controller.dto.request.CreateSongRequest
-
Returns the value of the
countryId
record component. - countryId() - Method in record class inha.dayoook_e.song.api.controller.dto.request.SearchCond
-
Returns the value of the
countryId
record component. - countryId() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest
-
Returns the value of the
countryId
record component. - countryId() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.SearchCond
-
Returns the value of the
countryId
record component. - CountryJpaRepository - Interface in inha.dayoook_e.mapping.domain.repository
-
CountryJpaRepository는 Country 엔티티에 대한 데이터 액세스 기능을 제공.
- CREATE_AT - Static variable in class inha.dayoook_e.common.Constant
- created_at() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.MeetingResponse
-
Returns the value of the
created_at
record component. - createdAt() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonMeetingResponse
-
Returns the value of the
createdAt
record component. - createdAt() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonSchedulesResponse
-
Returns the value of the
createdAt
record component. - createdAt() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.SearchTuteeApplicationResponse
-
Returns the value of the
createdAt
record component. - createdAt() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorApplicationResponse
-
Returns the value of the
createdAt
record component. - createLesson(CreateLessonRequest) - Method in interface inha.dayoook_e.lesson.api.service.LessonService
- createLesson(CreateLessonRequest) - Method in class inha.dayoook_e.lesson.api.service.LessonServiceImpl
-
강의 생성
- CreateLessonRequest - Record Class in inha.dayoook_e.lesson.api.controller.dto.request
- CreateLessonRequest(Integer) - Constructor for record class inha.dayoook_e.lesson.api.controller.dto.request.CreateLessonRequest
-
Creates an instance of a
CreateLessonRequest
record class. - createLessonSchedule(User, String, CreateLessonScheduleRequest) - Method in class inha.dayoook_e.lesson.api.controller.LessonController
-
강의 일정 생성
- createLessonSchedule(User, String, CreateLessonScheduleRequest) - Method in interface inha.dayoook_e.lesson.api.service.LessonService
- createLessonSchedule(User, String, CreateLessonScheduleRequest) - Method in class inha.dayoook_e.lesson.api.service.LessonServiceImpl
-
강의 일정 생성
- CreateLessonScheduleRequest - Record Class in inha.dayoook_e.lesson.api.controller.dto.request
- CreateLessonScheduleRequest(Integer) - Constructor for record class inha.dayoook_e.lesson.api.controller.dto.request.CreateLessonScheduleRequest
-
Creates an instance of a
CreateLessonScheduleRequest
record class. - createPoint(User, Integer, String, LocalDateTime) - Method in interface inha.dayoook_e.mapping.api.mapper.MappingMapper
-
포인트 생성
- createSchedule(User, TutorScheduleRequest) - Method in class inha.dayoook_e.tutor.api.controller.TutorController
-
튜터 일정 생성 API
- createSchedule(User, TutorScheduleRequest) - Method in interface inha.dayoook_e.tutor.api.service.TutorService
- createSchedule(User, TutorScheduleRequest) - Method in class inha.dayoook_e.tutor.api.service.TutorServiceImpl
-
튜터 일정 생성
- createSong(User, CreateSongRequest, MultipartFile, MultipartFile) - Method in class inha.dayoook_e.song.api.controller.SongController
-
동요 생성 API
- createSong(User, CreateSongRequest, MultipartFile, MultipartFile) - Method in interface inha.dayoook_e.song.api.service.SongService
- createSong(User, CreateSongRequest, MultipartFile, MultipartFile) - Method in class inha.dayoook_e.song.api.service.SongServiceImpl
-
동요 생성
- CreateSongRequest - Record Class in inha.dayoook_e.song.api.controller.dto.request
- CreateSongRequest(String, String, String, Integer) - Constructor for record class inha.dayoook_e.song.api.controller.dto.request.CreateSongRequest
-
Creates an instance of a
CreateSongRequest
record class. - createSongRequestToSong(CreateSongRequest, Country, String, String) - Method in interface inha.dayoook_e.song.api.mapper.SongMapper
-
CreateSongRequest를 Song 엔티티로 변환
- createStorybook(User, CreateStorybookRequest, MultipartFile, List<MultipartFile>) - Method in class inha.dayoook_e.storybook.api.controller.StorybookController
-
동화 생성 API
- createStorybook(User, CreateStorybookRequest, MultipartFile, List<MultipartFile>) - Method in interface inha.dayoook_e.storybook.api.service.StorybookService
- createStorybook(User, CreateStorybookRequest, MultipartFile, List<MultipartFile>) - Method in class inha.dayoook_e.storybook.api.service.StorybookServiceImpl
-
동화 생성
- createStorybookPageRequestToStorybookPage(CreateStorybookRequest.PageContent, String, Storybook) - Method in interface inha.dayoook_e.storybook.api.mapper.StorybookMapper
-
CreateStorybookRequest.PageContent를 StorybookPage로 변환.
- CreateStorybookRequest - Record Class in inha.dayoook_e.storybook.api.controller.dto.request
- CreateStorybookRequest(String, String, Integer, List<CreateStorybookRequest.PageContent>) - Constructor for record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest
-
Creates an instance of a
CreateStorybookRequest
record class. - CreateStorybookRequest.PageContent - Record Class in inha.dayoook_e.storybook.api.controller.dto.request
- createStorybookRequestToStorybook(CreateStorybookRequest, Country, String, Integer) - Method in interface inha.dayoook_e.storybook.api.mapper.StorybookMapper
-
CreateStorybookRequest를 Storybook으로 변환.
D
- DATABASE_ERROR - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- day() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.DaySchedule
-
Returns the value of the
day
record component. - day() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorScheduleData
-
Returns the value of the
day
record component. - Day - Class in inha.dayoook_e.mapping.domain
-
Day 엔티티는 요일 정보를 나타냄
- Day() - Constructor for class inha.dayoook_e.mapping.domain.Day
- DAY_NOT_FOUND - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- dayId() - Method in record class inha.dayoook_e.application.api.controller.dto.request.TimeSlotRequest
-
Returns the value of the
dayId
record component. - dayId() - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.ScheduleTimeSlot
-
Returns the value of the
dayId
record component. - DayJpaRepository - Interface in inha.dayoook_e.mapping.domain.repository
-
DayJpaRepository는 Day 엔티티에 대한 데이터 액세스 기능을 제공.
- DayoookEApplication - Class in inha.dayoook_e
- DayoookEApplication() - Constructor for class inha.dayoook_e.DayoookEApplication
- DAYS_SEARCH_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- DaySchedule - Record Class in inha.dayoook_e.tutee.api.controller.dto.response
- DaySchedule(int, List<LessonInfo>) - Constructor for record class inha.dayoook_e.tutee.api.controller.dto.response.DaySchedule
-
Creates an instance of a
DaySchedule
record class. - description() - Method in record class inha.dayoook_e.song.api.controller.dto.request.CreateSongRequest
-
Returns the value of the
description
record component. - description() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchPageResponse
-
Returns the value of the
description
record component. - description() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchResponse
-
Returns the value of the
description
record component. - description() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest
-
Returns the value of the
description
record component. - description() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchPageResponse
-
Returns the value of the
description
record component. - description() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchResponse
-
Returns the value of the
description
record component. - description() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchExperienceResponse
-
Returns the value of the
description
record component. - descriptionList() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Returns the value of the
descriptionList
record component. - dirName() - Method in record class inha.dayoook_e.utils.s3.dto.request.S3UploadRequest
-
Returns the value of the
dirName
record component. - doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class inha.dayoook_e.utils.jwt.JwtAuthenticationFilter
- DUPLICATE_APPLICATION - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- DUPLICATE_TIMESLOT - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- DUPLICATION_REQUEST - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
E
- email() - Method in record class inha.dayoook_e.auth.api.controller.dto.request.LoginRequest
-
Returns the value of the
email
record component. - email() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TuteeSignupRequest
-
Returns the value of the
email
record component. - email() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Returns the value of the
email
record component. - EmailUnique - Annotation Interface in inha.dayoook_e.common.validation.annotation
-
유저아이디 중복 검증을 위한 애노테이션.
- EmailUniqueValidator - Class in inha.dayoook_e.common.validation.validator
-
유저 email 중복 검증을 위한 Validator.
- EmailUniqueValidator() - Constructor for class inha.dayoook_e.common.validation.validator.EmailUniqueValidator
- EmailValidator - Class in inha.dayoook_e.common.validation.validator
-
이메일 주소 유효성 검증을 위한 Validator.
- EmailValidator() - Constructor for class inha.dayoook_e.common.validation.validator.EmailValidator
- EMPTY_JWT - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- equals(Object) - Method in record class inha.dayoook_e.application.api.controller.dto.request.ApplyRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.application.api.controller.dto.request.TimeSlotRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.application.api.controller.dto.response.ApplicationResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.auth.api.controller.dto.request.LoginRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.auth.api.controller.dto.response.LoginResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CancelLessonRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CompleteLessonRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CreateLessonRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CreateLessonScheduleRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.LessonSchedulesRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.MeetingRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonMeetingResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonScheduleResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonSchedulesResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.MeetingResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.TuteeInfoResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchAgeGroupResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchCountryResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchDayResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchLanguagesResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchTimeSlotResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.papago.api.controller.dto.request.PapagoRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.papago.api.controller.dto.response.PapagoResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.song.api.controller.dto.request.CreateSongRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.song.api.controller.dto.request.SearchCond
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.song.api.controller.dto.response.LikedTuteeSongProgressResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchPageResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest.PageContent
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.SearchCond
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.LastReadPageStorybookResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.LikedTuteeStorybookProgressResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchPageResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.DaySchedule
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.LessonInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.SearchTuteeApplicationResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.TuteeScheduleResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.ScheduleTimeSlot
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.SearchCond
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.TutorScheduleRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchExperienceResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorApplicationResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorScheduleResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorScheduleData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchPageResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.user.api.controller.dto.request.TuteeSignupRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.user.api.controller.dto.response.SignupResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.user.api.controller.dto.response.TutorInfoResponse
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.user.api.controller.dto.response.UpcomingLessonInfo
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class inha.dayoook_e.utils.s3.dto.request.S3UploadRequest
-
Indicates whether some other object is "equal to" this one.
- ErrorReasonDTO - Class in inha.dayoook_e.common.code
-
ErrorReasonDTO는 에러에 대한 상세 정보를 포함하는 데이터 전송 객체.
- ErrorReasonDTO() - Constructor for class inha.dayoook_e.common.code.ErrorReasonDTO
- ErrorStatus - Enum Class in inha.dayoook_e.common.code.status
-
ErrorStatus는 서버 응답 시 사용되는 에러 코드를 정의.
- event_id() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.MeetingResponse
-
Returns the value of the
event_id
record component. - exception(Exception, WebRequest) - Method in class inha.dayoook_e.common.exceptions.ExceptionAdvice
- ExceptionAdvice - Class in inha.dayoook_e.common.exceptions
- ExceptionAdvice() - Constructor for class inha.dayoook_e.common.exceptions.ExceptionAdvice
- ExceptionHandler - Exception in inha.dayoook_e.common.exceptions.handler
- ExceptionHandler(BaseErrorCode) - Constructor for exception inha.dayoook_e.common.exceptions.handler.ExceptionHandler
- existsByEmailAndState(String, BaseEntity.State) - Method in interface inha.dayoook_e.user.domain.repository.UserJpaRepository
-
사용자 email과 상태를 기반으로 사용자가 존재하는지 확인.
- existsByLessonAndStartAt(Lesson, LocalDateTime) - Method in interface inha.dayoook_e.lesson.domain.repository.LessonScheduleJpaRepository
- Experience - Class in inha.dayoook_e.tutor.domain
-
튜터 경력을 나타내는 엔티티.
- Experience() - Constructor for class inha.dayoook_e.tutor.domain.Experience
- ExperienceJpaRepository - Interface in inha.dayoook_e.tutor.domain.repository
-
ExperienceRepository는 Experience 엔티티에 대한 데이터 액세스 기능을 제공.
- experiences() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Returns the value of the
experiences
record component. - extractClaim(String, Function<Claims, T>) - Method in class inha.dayoook_e.utils.jwt.JwtProvider
-
토큰에서 특정 클레임을 추출.
- extractUsername(String) - Method in class inha.dayoook_e.utils.jwt.JwtProvider
-
JWT 토큰에서 사용자 이름을 추출.
F
- FAILED_TO_RECEIVE_FRAME - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- FILE_CONVERT_ERROR - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- findAllByApplicationGroup_Tutee_IdAndState(Integer, BaseEntity.State) - Method in interface inha.dayoook_e.lesson.domain.repository.LessonJpaRepository
- findAllByIdIn(List<Integer>) - Method in interface inha.dayoook_e.mapping.domain.repository.LanguageJpaRepository
- findAllByLesson_ApplicationGroup_TuteeAndStartAtBetween(User, LocalDateTime, LocalDateTime) - Method in interface inha.dayoook_e.lesson.domain.repository.LessonScheduleJpaRepository
- findAllByTuteeAndStatusAndState(User, Status, BaseEntity.State) - Method in interface inha.dayoook_e.application.domain.repository.ApplicationGroupJpaRepository
- findByApplicationGroupIdAndState(Integer, BaseEntity.State) - Method in interface inha.dayoook_e.lesson.domain.repository.LessonJpaRepository
- findByEmailAndState(String, BaseEntity.State) - Method in interface inha.dayoook_e.user.domain.repository.UserJpaRepository
-
사용자명과 상태를 기반으로 사용자를 찾음.
- findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.dayoook_e.application.domain.repository.ApplicationGroupJpaRepository
- findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.dayoook_e.lesson.domain.repository.LessonJpaRepository
- findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.dayoook_e.song.domain.repository.SongJpaRepository
- findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.dayoook_e.storybook.domain.repository.StorybookJpaRepository
- findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.dayoook_e.user.domain.repository.UserJpaRepository
- findByName(String) - Method in interface inha.dayoook_e.mapping.domain.repository.AgeGroupJpaRepository
- findByName(String) - Method in interface inha.dayoook_e.mapping.domain.repository.CountryJpaRepository
- findByName(String) - Method in interface inha.dayoook_e.mapping.domain.repository.DayJpaRepository
- findByName(String) - Method in interface inha.dayoook_e.mapping.domain.repository.LanguageJpaRepository
- findByStorybook_IdAndPageNumber(Integer, Integer) - Method in interface inha.dayoook_e.storybook.domain.repository.StorybookPageJpaRepository
- findByTime(String) - Method in interface inha.dayoook_e.mapping.domain.repository.TimeSlotJpaRepository
- findByTutee_IdAndSong_Id(Integer, Integer) - Method in interface inha.dayoook_e.song.domain.repository.TuteeSongProgressJpaRepository
- findByTutee_IdAndStorybook_Id(Integer, Integer) - Method in interface inha.dayoook_e.storybook.domain.repository.TuteeStoryProgressJpaRepository
- findByTutor(User, Pageable) - Method in interface inha.dayoook_e.application.domain.repository.ApplicationGroupJpaRepository
- findByTutorAndStatus(User, Status, Pageable) - Method in interface inha.dayoook_e.application.domain.repository.ApplicationGroupJpaRepository
- findByTutorIdNotAndApplicationGroupStatusIn(Integer, List<Status>) - Method in interface inha.dayoook_e.application.domain.repository.ApplicationJpaRepository
- findByuserId(Integer) - Method in interface inha.dayoook_e.tutee.domain.repository.TuteeInfoJpaRepository
- findByUserId(Integer) - Method in interface inha.dayoook_e.tutor.domain.repository.ExperienceJpaRepository
- findByUserId(Integer) - Method in interface inha.dayoook_e.tutor.domain.repository.TutorAgeGroupJpaRepository
- findByUserId(Integer) - Method in interface inha.dayoook_e.tutor.domain.repository.TutorScheduleJpaRepository
- findByUserId(Integer) - Method in interface inha.dayoook_e.user.domain.repository.UserLanguageJpaRepository
- findByUserIdAndIsAvailable(Integer, boolean) - Method in interface inha.dayoook_e.tutor.domain.repository.TutorScheduleJpaRepository
- findFirstByLesson_ApplicationGroup_Tutee_IdAndStatusOrderByIdDesc(Integer, Status) - Method in interface inha.dayoook_e.lesson.domain.repository.LessonScheduleJpaRepository
- findFirstByLessonAndStatusOrderByStartAtDesc(Lesson, Status) - Method in interface inha.dayoook_e.lesson.domain.repository.LessonScheduleJpaRepository
- findSliceByTuteeAndState(User, BaseEntity.State, PageRequest) - Method in interface inha.dayoook_e.application.domain.repository.ApplicationGroupJpaRepository
- findSliceByTuteeAndStatusAndState(User, Status, BaseEntity.State, PageRequest) - Method in interface inha.dayoook_e.application.domain.repository.ApplicationGroupJpaRepository
- flagUrl() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchCountryResponse
-
Returns the value of the
flagUrl
record component. - FLOWER - Enum constant in enum class inha.dayoook_e.tutee.domain.enums.Level
- FORBIDDEN - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- FRUIT - Enum constant in enum class inha.dayoook_e.tutee.domain.enums.Level
G
- Game - Class in inha.dayoook_e.game.domain
-
Game 엔티티는 게임에 대한 정보.
- Game() - Constructor for class inha.dayoook_e.game.domain.Game
- GameController - Class in inha.dayoook_e.game.api.controller
-
GameController는 게임 관련 엔드포인트를 처리.
- GameController() - Constructor for class inha.dayoook_e.game.api.controller.GameController
- GameJpaRepository - Interface in inha.dayoook_e.game.domain.repository
-
GameJpaRepository는 Game 엔티티에 대한 데이터 액세스 기능을 제공.
- GameMapper - Interface in inha.dayoook_e.game.api.mapper
-
GameMapper는 게임과 관련된 데이터 변환 기능을 제공.
- GameService - Interface in inha.dayoook_e.game.api.service
- GameServiceImpl - Class in inha.dayoook_e.game.api.service
-
GameServiceImpl은 게임 관련 비즈니스 로직을 처리하는 서비스 클래스.
- GameServiceImpl() - Constructor for class inha.dayoook_e.game.api.service.GameServiceImpl
- gender() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TuteeSignupRequest
-
Returns the value of the
gender
record component. - gender() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Returns the value of the
gender
record component. - gender() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Returns the value of the
gender
record component. - gender() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TutorInfoResponse
-
Returns the value of the
gender
record component. - generateToken(Map<String, Object>, UserDetails) - Method in class inha.dayoook_e.utils.jwt.JwtProvider
-
주어진 클레임과 사용자 정보를 바탕으로 JWT 토큰을 생성합.
- generateToken(UserDetails) - Method in class inha.dayoook_e.utils.jwt.JwtProvider
-
사용자 정보를 바탕으로 JWT 토큰을 생성.
- getAgeGroups() - Method in class inha.dayoook_e.mapping.api.controller.MappingController
-
연령대 목록 조회 API
- getAgeGroups() - Method in interface inha.dayoook_e.mapping.api.service.MappingService
- getAgeGroups() - Method in class inha.dayoook_e.mapping.api.service.MappingServiceImpl
-
연령대 목록을 조회합니다.
- getAuthorities() - Method in enum class inha.dayoook_e.user.domain.enums.Role
-
역할에 해당하는 권한 리스트를 반환.
- getAuthorities() - Method in class inha.dayoook_e.user.domain.User
- getCountries() - Method in class inha.dayoook_e.mapping.api.controller.MappingController
-
국가 목록 조회 API
- getCountries() - Method in interface inha.dayoook_e.mapping.api.service.MappingService
- getCountries() - Method in class inha.dayoook_e.mapping.api.service.MappingServiceImpl
-
국가 목록을 조회합니다.
- getCurrentAuditor() - Method in class inha.dayoook_e.utils.ApplicationAuditAware
-
현재 인증된 사용자의 ID를 반환.
- getDays() - Method in class inha.dayoook_e.mapping.api.controller.MappingController
-
요일 목록 조회 API
- getDays() - Method in interface inha.dayoook_e.mapping.api.service.MappingService
- getDays() - Method in class inha.dayoook_e.mapping.api.service.MappingServiceImpl
-
요일 목록을 조회합니다.
- getErrorReason() - Method in exception inha.dayoook_e.common.exceptions.BaseException
- getErrorReasonHttpStatus() - Method in exception inha.dayoook_e.common.exceptions.BaseException
- getIssuedAt(String) - Method in class inha.dayoook_e.utils.jwt.JwtProvider
-
토큰 발급 시간을 반환.
- getLanguages() - Method in class inha.dayoook_e.mapping.api.controller.MappingController
-
언어 목록 조회 API
- getLanguages() - Method in interface inha.dayoook_e.mapping.api.service.MappingService
- getLanguages() - Method in class inha.dayoook_e.mapping.api.service.MappingServiceImpl
-
언어 목록을 조회합니다.
- getLesson() - Method in class inha.dayoook_e.application.domain.ApplicationGroup
- getLessonMeetingResponse(User, Integer) - Method in class inha.dayoook_e.lesson.api.controller.LessonController
-
생성된 강의 링크 조회
- getLessonMeetingResponse(User, Integer) - Method in interface inha.dayoook_e.lesson.api.service.LessonService
- getLessonMeetingResponse(User, Integer) - Method in class inha.dayoook_e.lesson.api.service.LessonServiceImpl
-
생성된 강의 링크 조회
- getLessonSchedules(User, LessonSchedulesRequest) - Method in class inha.dayoook_e.lesson.api.controller.LessonController
-
강의 일정 조회
- getLessonSchedules(User, LessonSchedulesRequest) - Method in interface inha.dayoook_e.lesson.api.service.LessonService
- getLessonSchedules(User, LessonSchedulesRequest) - Method in class inha.dayoook_e.lesson.api.service.LessonServiceImpl
-
수업 일정 조회
- getLevel() - Method in enum class inha.dayoook_e.tutee.domain.enums.Level
- getLevel() - Method in enum class inha.dayoook_e.user.domain.enums.KoreanLevel
- getPassword() - Method in class inha.dayoook_e.user.domain.User
- getReason() - Method in interface inha.dayoook_e.common.code.BaseCode
-
에러 메시지와 코드를 포함하는 ReasonDTO를 반환.
- getReason() - Method in interface inha.dayoook_e.common.code.BaseErrorCode
-
에러 메시지와 코드를 포함하는 ErrorReasonDTO를 반환.
- getReason() - Method in enum class inha.dayoook_e.common.code.status.ErrorStatus
-
에러 메시지와 코드를 포함하는 ErrorReasonDTO를 반환.
- getReason() - Method in enum class inha.dayoook_e.common.code.status.SuccessStatus
- getReasonHttpStatus() - Method in interface inha.dayoook_e.common.code.BaseCode
-
HTTP 상태와 에러 메시지, 코드를 포함하는 ReasonDTO를 반환.
- getReasonHttpStatus() - Method in interface inha.dayoook_e.common.code.BaseErrorCode
-
HTTP 상태와 에러 메시지, 코드를 포함하는 ErrorReasonDTO를 반환.
- getReasonHttpStatus() - Method in enum class inha.dayoook_e.common.code.status.ErrorStatus
-
HTTP 상태와 에러 메시지, 코드를 포함하는 ErrorReasonDTO를 반환.
- getReasonHttpStatus() - Method in enum class inha.dayoook_e.common.code.status.SuccessStatus
- getSong(User, Integer) - Method in class inha.dayoook_e.song.api.controller.SongController
-
동요 상세 조회 API
- getSong(User, Integer) - Method in interface inha.dayoook_e.song.api.service.SongService
- getSong(User, Integer) - Method in class inha.dayoook_e.song.api.service.SongServiceImpl
-
동요 상세 조회
- getSongs(User, SearchCond, Integer) - Method in class inha.dayoook_e.song.api.controller.SongController
-
동요 조회 API
- getSongs(User, SearchCond, Integer) - Method in interface inha.dayoook_e.song.api.service.SongService
- getSongs(User, SearchCond, Integer) - Method in class inha.dayoook_e.song.api.service.SongServiceImpl
-
동요 목록 조회
- getStatus() - Method in enum class inha.dayoook_e.lesson.domain.enums.Status
- getStorybook(User, Integer, Integer) - Method in class inha.dayoook_e.storybook.api.controller.StorybookController
-
동화 상세 조회 API
- getStorybook(User, Integer, Integer) - Method in interface inha.dayoook_e.storybook.api.service.StorybookService
- getStorybook(User, Integer, Integer) - Method in class inha.dayoook_e.storybook.api.service.StorybookServiceImpl
-
동화 상세 조회
- getStorybooks(User, SearchCond, Integer) - Method in class inha.dayoook_e.storybook.api.controller.StorybookController
-
동화 조회 API
- getStorybooks(User, SearchCond, Integer) - Method in interface inha.dayoook_e.storybook.api.service.StorybookService
- getStorybooks(User, SearchCond, Integer) - Method in class inha.dayoook_e.storybook.api.service.StorybookServiceImpl
-
동화 목록 조회
- getTimeSlots() - Method in class inha.dayoook_e.mapping.api.controller.MappingController
-
시간대 목록 조회 API
- getTimeSlots() - Method in interface inha.dayoook_e.mapping.api.service.MappingService
- getTimeSlots() - Method in class inha.dayoook_e.mapping.api.service.MappingServiceImpl
-
시간대 목록을 조회합니다.
- getTuteeApplications(User, Integer, Status) - Method in class inha.dayoook_e.tutee.api.controller.TuteeController
-
튜티 신청 내역 조회 API
- getTuteeApplications(User, Integer, Status) - Method in interface inha.dayoook_e.tutee.api.service.TuteeService
- getTuteeApplications(User, Integer, Status) - Method in class inha.dayoook_e.tutee.api.service.TuteeServiceImpl
- getTuteeSchedule(User, Integer, Integer) - Method in class inha.dayoook_e.tutee.api.controller.TuteeController
- getTuteeSchedule(User, Integer, Integer) - Method in interface inha.dayoook_e.tutee.api.service.TuteeService
- getTuteeSchedule(User, Integer, Integer) - Method in class inha.dayoook_e.tutee.api.service.TuteeServiceImpl
-
튜티의 월별 스케줄을 조회합니다.
- getTutor(Integer) - Method in class inha.dayoook_e.tutor.api.controller.TutorController
- getTutor(Integer) - Method in interface inha.dayoook_e.tutor.api.service.TutorService
- getTutor(Integer) - Method in class inha.dayoook_e.tutor.api.service.TutorServiceImpl
-
튜터 조회
- getTutorApplication(User, Integer, Integer, Status) - Method in class inha.dayoook_e.tutor.api.controller.TutorController
- getTutorApplication(User, Integer, Integer, Status) - Method in interface inha.dayoook_e.tutor.api.service.TutorService
- getTutorApplication(User, Integer, Integer, Status) - Method in class inha.dayoook_e.tutor.api.service.TutorServiceImpl
- getTutors(SearchCond, Integer) - Method in class inha.dayoook_e.tutor.api.controller.TutorController
-
튜터 조회 API
- getTutors(SearchCond, Integer) - Method in interface inha.dayoook_e.tutor.api.service.TutorService
- getTutors(SearchCond, Integer) - Method in class inha.dayoook_e.tutor.api.service.TutorServiceImpl
-
튜터 목록 조건 조회
- getTutorSchedule(User, Integer) - Method in class inha.dayoook_e.tutor.api.controller.TutorController
-
튜터 일정 조회 API
- getTutorSchedule(User, Integer) - Method in interface inha.dayoook_e.tutor.api.service.TutorService
- getTutorSchedule(User, Integer) - Method in class inha.dayoook_e.tutor.api.service.TutorServiceImpl
-
튜터 일정 조회
- getUserInfo(User) - Method in class inha.dayoook_e.user.api.controller.UserController
-
fast api 검증용 유저 정보 조회 API
- getUserInfo(User) - Method in interface inha.dayoook_e.user.api.service.UserService
- getUserInfo(User) - Method in class inha.dayoook_e.user.api.service.UserServiceImpl
-
사용자 정보 조회
- getUsername() - Method in class inha.dayoook_e.user.domain.User
- groups() - Element in annotation interface inha.dayoook_e.common.validation.annotation.EmailUnique
- groups() - Element in annotation interface inha.dayoook_e.common.validation.annotation.ValidEmail
- groups() - Element in annotation interface inha.dayoook_e.common.validation.annotation.ValidParameter
- groups() - Element in annotation interface inha.dayoook_e.common.validation.annotation.ValidPassword
H
- handleAccessDeniedException(AccessDeniedException) - Method in class inha.dayoook_e.common.exceptions.ExceptionAdvice
- handleMethodArgumentNotValid(MethodArgumentNotValidException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class inha.dayoook_e.common.exceptions.ExceptionAdvice
- handleMethodArgumentTypeMismatch(MethodArgumentTypeMismatchException) - Method in class inha.dayoook_e.common.exceptions.ExceptionAdvice
- handleNullValueInNestedPathException(NullValueInNestedPathException) - Method in class inha.dayoook_e.common.exceptions.ExceptionAdvice
- hashCode() - Method in record class inha.dayoook_e.application.api.controller.dto.request.ApplyRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.application.api.controller.dto.request.TimeSlotRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.application.api.controller.dto.response.ApplicationResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.auth.api.controller.dto.request.LoginRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.auth.api.controller.dto.response.LoginResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CancelLessonRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CompleteLessonRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CreateLessonRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CreateLessonScheduleRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.LessonSchedulesRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.MeetingRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonMeetingResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonScheduleResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonSchedulesResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.MeetingResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.TuteeInfoResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchAgeGroupResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchCountryResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchDayResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchLanguagesResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchTimeSlotResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.papago.api.controller.dto.request.PapagoRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.papago.api.controller.dto.response.PapagoResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.song.api.controller.dto.request.CreateSongRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.song.api.controller.dto.request.SearchCond
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.song.api.controller.dto.response.LikedTuteeSongProgressResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchPageResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest.PageContent
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.SearchCond
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.LastReadPageStorybookResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.LikedTuteeStorybookProgressResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchPageResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.DaySchedule
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.LessonInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.SearchTuteeApplicationResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.TuteeScheduleResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.ScheduleTimeSlot
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.SearchCond
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.TutorScheduleRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchExperienceResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorApplicationResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorScheduleResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorScheduleData
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchPageResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TuteeSignupRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.user.api.controller.dto.response.SignupResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TutorInfoResponse
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.user.api.controller.dto.response.UpcomingLessonInfo
-
Returns a hash code value for this object.
- hashCode() - Method in record class inha.dayoook_e.utils.s3.dto.request.S3UploadRequest
-
Returns a hash code value for this object.
- HEADER_AUTHORIZATION - Static variable in class inha.dayoook_e.common.Constant
- healthCheck() - Method in class inha.dayoook_e.auth.api.controller.AuthController
-
서버 상태 확인 API
I
- id() - Method in record class inha.dayoook_e.application.api.controller.dto.response.ApplicationResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.auth.api.controller.dto.response.LoginResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CompleteLessonRequest
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CreateLessonRequest
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonMeetingResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonScheduleResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchAgeGroupResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchCountryResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchDayResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchLanguagesResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchTimeSlotResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.song.api.controller.dto.response.LikedTuteeSongProgressResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchPageResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.LastReadPageStorybookResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.LikedTuteeStorybookProgressResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchPageResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.LessonInfo
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.SearchTuteeApplicationResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchExperienceResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorApplicationResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorScheduleResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchPageResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.user.api.controller.dto.response.SignupResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TutorInfoResponse
-
Returns the value of the
id
record component. - id() - Method in record class inha.dayoook_e.user.api.controller.dto.response.UpcomingLessonInfo
-
Returns the value of the
id
record component. - INACTIVE - Enum constant in enum class inha.dayoook_e.common.BaseEntity.State
- inha.dayoook_e - package inha.dayoook_e
- inha.dayoook_e.application.api.controller - package inha.dayoook_e.application.api.controller
- inha.dayoook_e.application.api.controller.dto.request - package inha.dayoook_e.application.api.controller.dto.request
- inha.dayoook_e.application.api.controller.dto.response - package inha.dayoook_e.application.api.controller.dto.response
- inha.dayoook_e.application.api.mapper - package inha.dayoook_e.application.api.mapper
- inha.dayoook_e.application.api.service - package inha.dayoook_e.application.api.service
- inha.dayoook_e.application.domain - package inha.dayoook_e.application.domain
- inha.dayoook_e.application.domain.enums - package inha.dayoook_e.application.domain.enums
- inha.dayoook_e.application.domain.repository - package inha.dayoook_e.application.domain.repository
- inha.dayoook_e.auth.api.controller - package inha.dayoook_e.auth.api.controller
- inha.dayoook_e.auth.api.controller.dto.request - package inha.dayoook_e.auth.api.controller.dto.request
- inha.dayoook_e.auth.api.controller.dto.response - package inha.dayoook_e.auth.api.controller.dto.response
- inha.dayoook_e.auth.api.mapper - package inha.dayoook_e.auth.api.mapper
- inha.dayoook_e.auth.api.service - package inha.dayoook_e.auth.api.service
- inha.dayoook_e.common - package inha.dayoook_e.common
- inha.dayoook_e.common.code - package inha.dayoook_e.common.code
- inha.dayoook_e.common.code.status - package inha.dayoook_e.common.code.status
- inha.dayoook_e.common.config - package inha.dayoook_e.common.config
- inha.dayoook_e.common.converter - package inha.dayoook_e.common.converter
- inha.dayoook_e.common.exceptions - package inha.dayoook_e.common.exceptions
- inha.dayoook_e.common.exceptions.handler - package inha.dayoook_e.common.exceptions.handler
- inha.dayoook_e.common.validation.annotation - package inha.dayoook_e.common.validation.annotation
- inha.dayoook_e.common.validation.validator - package inha.dayoook_e.common.validation.validator
- inha.dayoook_e.game.api.controller - package inha.dayoook_e.game.api.controller
- inha.dayoook_e.game.api.mapper - package inha.dayoook_e.game.api.mapper
- inha.dayoook_e.game.api.service - package inha.dayoook_e.game.api.service
- inha.dayoook_e.game.domain - package inha.dayoook_e.game.domain
- inha.dayoook_e.game.domain.id - package inha.dayoook_e.game.domain.id
- inha.dayoook_e.game.domain.repository - package inha.dayoook_e.game.domain.repository
- inha.dayoook_e.lesson.api.controller - package inha.dayoook_e.lesson.api.controller
- inha.dayoook_e.lesson.api.controller.dto.request - package inha.dayoook_e.lesson.api.controller.dto.request
- inha.dayoook_e.lesson.api.controller.dto.response - package inha.dayoook_e.lesson.api.controller.dto.response
- inha.dayoook_e.lesson.api.mapper - package inha.dayoook_e.lesson.api.mapper
- inha.dayoook_e.lesson.api.service - package inha.dayoook_e.lesson.api.service
- inha.dayoook_e.lesson.domain - package inha.dayoook_e.lesson.domain
- inha.dayoook_e.lesson.domain.enums - package inha.dayoook_e.lesson.domain.enums
- inha.dayoook_e.lesson.domain.repository - package inha.dayoook_e.lesson.domain.repository
- inha.dayoook_e.mapping.api.controller - package inha.dayoook_e.mapping.api.controller
- inha.dayoook_e.mapping.api.controller.dto.response - package inha.dayoook_e.mapping.api.controller.dto.response
- inha.dayoook_e.mapping.api.mapper - package inha.dayoook_e.mapping.api.mapper
- inha.dayoook_e.mapping.api.service - package inha.dayoook_e.mapping.api.service
- inha.dayoook_e.mapping.domain - package inha.dayoook_e.mapping.domain
- inha.dayoook_e.mapping.domain.repository - package inha.dayoook_e.mapping.domain.repository
- inha.dayoook_e.papago.api.controller - package inha.dayoook_e.papago.api.controller
- inha.dayoook_e.papago.api.controller.dto.request - package inha.dayoook_e.papago.api.controller.dto.request
- inha.dayoook_e.papago.api.controller.dto.response - package inha.dayoook_e.papago.api.controller.dto.response
- inha.dayoook_e.papago.api.service - package inha.dayoook_e.papago.api.service
- inha.dayoook_e.song.api.controller - package inha.dayoook_e.song.api.controller
- inha.dayoook_e.song.api.controller.dto.request - package inha.dayoook_e.song.api.controller.dto.request
- inha.dayoook_e.song.api.controller.dto.response - package inha.dayoook_e.song.api.controller.dto.response
- inha.dayoook_e.song.api.mapper - package inha.dayoook_e.song.api.mapper
- inha.dayoook_e.song.api.service - package inha.dayoook_e.song.api.service
- inha.dayoook_e.song.domain - package inha.dayoook_e.song.domain
- inha.dayoook_e.song.domain.id - package inha.dayoook_e.song.domain.id
- inha.dayoook_e.song.domain.repository - package inha.dayoook_e.song.domain.repository
- inha.dayoook_e.storybook.api.controller - package inha.dayoook_e.storybook.api.controller
- inha.dayoook_e.storybook.api.controller.dto.request - package inha.dayoook_e.storybook.api.controller.dto.request
- inha.dayoook_e.storybook.api.controller.dto.response - package inha.dayoook_e.storybook.api.controller.dto.response
- inha.dayoook_e.storybook.api.mapper - package inha.dayoook_e.storybook.api.mapper
- inha.dayoook_e.storybook.api.service - package inha.dayoook_e.storybook.api.service
- inha.dayoook_e.storybook.domain - package inha.dayoook_e.storybook.domain
- inha.dayoook_e.storybook.domain.id - package inha.dayoook_e.storybook.domain.id
- inha.dayoook_e.storybook.domain.repository - package inha.dayoook_e.storybook.domain.repository
- inha.dayoook_e.tutee.api.controller - package inha.dayoook_e.tutee.api.controller
- inha.dayoook_e.tutee.api.controller.dto.response - package inha.dayoook_e.tutee.api.controller.dto.response
- inha.dayoook_e.tutee.api.mapper - package inha.dayoook_e.tutee.api.mapper
- inha.dayoook_e.tutee.api.service - package inha.dayoook_e.tutee.api.service
- inha.dayoook_e.tutee.domain - package inha.dayoook_e.tutee.domain
- inha.dayoook_e.tutee.domain.enums - package inha.dayoook_e.tutee.domain.enums
- inha.dayoook_e.tutee.domain.repository - package inha.dayoook_e.tutee.domain.repository
- inha.dayoook_e.tutor.api.controller - package inha.dayoook_e.tutor.api.controller
- inha.dayoook_e.tutor.api.controller.dto.request - package inha.dayoook_e.tutor.api.controller.dto.request
- inha.dayoook_e.tutor.api.controller.dto.response - package inha.dayoook_e.tutor.api.controller.dto.response
- inha.dayoook_e.tutor.api.mapper - package inha.dayoook_e.tutor.api.mapper
- inha.dayoook_e.tutor.api.service - package inha.dayoook_e.tutor.api.service
- inha.dayoook_e.tutor.domain - package inha.dayoook_e.tutor.domain
- inha.dayoook_e.tutor.domain.id - package inha.dayoook_e.tutor.domain.id
- inha.dayoook_e.tutor.domain.repository - package inha.dayoook_e.tutor.domain.repository
- inha.dayoook_e.user.api.controller - package inha.dayoook_e.user.api.controller
- inha.dayoook_e.user.api.controller.dto.request - package inha.dayoook_e.user.api.controller.dto.request
- inha.dayoook_e.user.api.controller.dto.response - package inha.dayoook_e.user.api.controller.dto.response
- inha.dayoook_e.user.api.mapper - package inha.dayoook_e.user.api.mapper
- inha.dayoook_e.user.api.service - package inha.dayoook_e.user.api.service
- inha.dayoook_e.user.domain - package inha.dayoook_e.user.domain
- inha.dayoook_e.user.domain.enums - package inha.dayoook_e.user.domain.enums
- inha.dayoook_e.user.domain.id - package inha.dayoook_e.user.domain.id
- inha.dayoook_e.user.domain.repository - package inha.dayoook_e.user.domain.repository
- inha.dayoook_e.utils - package inha.dayoook_e.utils
- inha.dayoook_e.utils.jwt - package inha.dayoook_e.utils.jwt
- inha.dayoook_e.utils.s3 - package inha.dayoook_e.utils.s3
- inha.dayoook_e.utils.s3.dto.request - package inha.dayoook_e.utils.s3.dto.request
- init() - Method in class inha.dayoook_e.utils.s3.S3Provider
-
TransferManager 초기화 메서드.
- initialize(EmailUnique) - Method in class inha.dayoook_e.common.validation.validator.EmailUniqueValidator
-
유저 email 중복 검증을 위한 Validator 초기화.
- initialize(ValidEmail) - Method in class inha.dayoook_e.common.validation.validator.EmailValidator
- initialize(ValidParameter) - Method in class inha.dayoook_e.common.validation.validator.ParameterValidator
- initialize(ValidPassword) - Method in class inha.dayoook_e.common.validation.validator.PasswordValidator
- INTERMEDIATE - Enum constant in enum class inha.dayoook_e.user.domain.enums.KoreanLevel
- INTERNAL_SERVER_ERROR - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
-
500 : Database, Server 오류
- introduction() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Returns the value of the
introduction
record component. - introduction() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Returns the value of the
introduction
record component. - INVALID_APPLICATION_STATUS - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- INVALID_DAY_ID - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- INVALID_DAY_NAME - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- INVALID_INPUT_VALUE - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- INVALID_JWT - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- INVALID_JWT_EXPIRED - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- INVALID_JWT_SIGNATURE - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- INVALID_LANGUAGE_ID - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- INVALID_LESSON_STATUS - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- INVALID_PAGE - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- INVALID_ROLE - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- INVALID_TIME_SLOT_ID - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- INVALID_TOKEN - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- INVALID_USER_JWT - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- isAccountNonExpired() - Method in class inha.dayoook_e.user.domain.User
- isAccountNonLocked() - Method in class inha.dayoook_e.user.domain.User
- isAvailable() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorScheduleData
-
Returns the value of the
isAvailable
record component. - isCompleted() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchPageResponse
-
Returns the value of the
isCompleted
record component. - isCompleted() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchResponse
-
Returns the value of the
isCompleted
record component. - isCompleted() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchPageResponse
-
Returns the value of the
isCompleted
record component. - isCredentialsNonExpired() - Method in class inha.dayoook_e.user.domain.User
- isEnabled() - Method in class inha.dayoook_e.user.domain.User
- isTokenValid(String, UserDetails) - Method in class inha.dayoook_e.utils.jwt.JwtProvider
-
토큰이 유효한지 확인.
- isValid(String, ConstraintValidatorContext) - Method in class inha.dayoook_e.common.validation.validator.EmailUniqueValidator
-
유저 email 중복 검증.
- isValid(String, ConstraintValidatorContext) - Method in class inha.dayoook_e.common.validation.validator.EmailValidator
-
이메일 주소 유효성 검증.
- isValid(String, ConstraintValidatorContext) - Method in class inha.dayoook_e.common.validation.validator.ParameterValidator
- isValid(String, ConstraintValidatorContext) - Method in class inha.dayoook_e.common.validation.validator.PasswordValidator
-
비밀번호 유효성 검증.
J
- jwtApi() - Method in class inha.dayoook_e.common.config.SwaggerConfig
- JwtAuthenticationFilter - Class in inha.dayoook_e.utils.jwt
-
JwtAuthenticationFilter는 JWT 기반의 인증을 처리하는 필터.
- JwtAuthenticationFilter() - Constructor for class inha.dayoook_e.utils.jwt.JwtAuthenticationFilter
- JwtProvider - Class in inha.dayoook_e.utils.jwt
-
JwtProvider는 JWT 토큰의 생성 및 검증을 담당하는 클래스.
- JwtProvider() - Constructor for class inha.dayoook_e.utils.jwt.JwtProvider
K
- koreanLevel() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchPageResponse
-
Returns the value of the
koreanLevel
record component. - koreanLevel() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Returns the value of the
koreanLevel
record component. - koreanLevel() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TuteeSignupRequest
-
Returns the value of the
koreanLevel
record component. - koreanLevel() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Returns the value of the
koreanLevel
record component. - koreanLevel() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Returns the value of the
koreanLevel
record component. - koreanLevel() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TutorInfoResponse
-
Returns the value of the
koreanLevel
record component. - KoreanLevel - Enum Class in inha.dayoook_e.user.domain.enums
L
- Language - Class in inha.dayoook_e.mapping.domain
-
Language 엔티티는 언어 정보를 저장
- Language() - Constructor for class inha.dayoook_e.mapping.domain.Language
- languageId() - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.SearchCond
-
Returns the value of the
languageId
record component. - languageIdList() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TuteeSignupRequest
-
Returns the value of the
languageIdList
record component. - languageIdList() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Returns the value of the
languageIdList
record component. - LanguageJpaRepository - Interface in inha.dayoook_e.mapping.domain.repository
-
LanguageJpaRepository는 Language 엔티티에 대한 데이터 액세스 기능을 제공.
- languages() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.SearchTuteeApplicationResponse
-
Returns the value of the
languages
record component. - languages() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorApplicationResponse
-
Returns the value of the
languages
record component. - languages() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchPageResponse
-
Returns the value of the
languages
record component. - languages() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Returns the value of the
languages
record component. - LANGUAGES_SEARCH_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- lastPageNumber() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.LastReadPageStorybookResponse
-
Returns the value of the
lastPageNumber
record component. - lastPageNumber() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchPageResponse
-
Returns the value of the
lastPageNumber
record component. - LastReadPageStorybookResponse - Record Class in inha.dayoook_e.storybook.api.controller.dto.response
- LastReadPageStorybookResponse(Integer, Integer) - Constructor for record class inha.dayoook_e.storybook.api.controller.dto.response.LastReadPageStorybookResponse
-
Creates an instance of a
LastReadPageStorybookResponse
record class. - LEAF - Enum constant in enum class inha.dayoook_e.tutee.domain.enums.Level
- Lesson - Class in inha.dayoook_e.lesson.domain
-
Lesson 강의 엔티티
- Lesson() - Constructor for class inha.dayoook_e.lesson.domain.Lesson
- LESSON_ALREADY_STARTED - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- LESSON_MEETING_GET_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- LESSON_NOT_FOUND - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- LESSON_NOT_STARTED - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- LESSON_SCHEDULE_ALREADY_EXISTS - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- LESSON_SCHEDULE_CANCEL_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- LESSON_SCHEDULE_COMPLETE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- LESSON_SCHEDULE_CREATE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- LESSON_SCHEDULE_GET_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- LESSON_SCHEDULE_NOT_FOUND - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- LessonController - Class in inha.dayoook_e.lesson.api.controller
-
LessonController는 교육 관련 엔드포인트를 처리.
- LessonController() - Constructor for class inha.dayoook_e.lesson.api.controller.LessonController
- lessonId() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CreateLessonScheduleRequest
-
Returns the value of the
lessonId
record component. - lessonId() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonSchedulesResponse
-
Returns the value of the
lessonId
record component. - lessonId() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorApplicationResponse
-
Returns the value of the
lessonId
record component. - LessonInfo - Record Class in inha.dayoook_e.tutee.api.controller.dto.response
- LessonInfo(Integer, String, Integer, String, Status) - Constructor for record class inha.dayoook_e.tutee.api.controller.dto.response.LessonInfo
-
Creates an instance of a
LessonInfo
record class. - LessonJpaRepository - Interface in inha.dayoook_e.lesson.domain.repository
-
LessonJpaRepository는 Lesson 엔티티에 대한 데이터 액세스 기능을 제공.
- LessonMapper - Interface in inha.dayoook_e.lesson.api.mapper
-
LessonMapper는 게임과 관련된 데이터 변환 기능을 제공.
- LessonMeetingResponse - Record Class in inha.dayoook_e.lesson.api.controller.dto.response
- LessonMeetingResponse(Integer, String, LocalDateTime, Status) - Constructor for record class inha.dayoook_e.lesson.api.controller.dto.response.LessonMeetingResponse
-
Creates an instance of a
LessonMeetingResponse
record class. - LessonRecording - Class in inha.dayoook_e.lesson.domain
-
LessonRecording은 수업 녹화 정보를 나타냄.
- LessonRecording() - Constructor for class inha.dayoook_e.lesson.domain.LessonRecording
- LessonRecordingJpaRepository - Interface in inha.dayoook_e.lesson.domain.repository
-
LessonRecordingJpaRepository는 LessonRecording 엔티티에 대한 데이터 액세스 기능을 제공.
- LessonResponse - Record Class in inha.dayoook_e.lesson.api.controller.dto.response
- LessonResponse(Integer) - Constructor for record class inha.dayoook_e.lesson.api.controller.dto.response.LessonResponse
-
Creates an instance of a
LessonResponse
record class. - LessonReview - Class in inha.dayoook_e.lesson.domain
-
LessonReview는 수업 복습을 나타냄.
- LessonReview() - Constructor for class inha.dayoook_e.lesson.domain.LessonReview
- LessonReviewJpaRepository - Interface in inha.dayoook_e.lesson.domain.repository
-
LessonReviewJpaRepository는 LessonReview 엔티티에 대한 데이터 액세스 기능을 제공.
- lessons() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.DaySchedule
-
Returns the value of the
lessons
record component. - LessonSchedule - Class in inha.dayoook_e.lesson.domain
-
LessonSchedule은 수업 일정을 나타내는 엔티티.
- LessonSchedule() - Constructor for class inha.dayoook_e.lesson.domain.LessonSchedule
- lessonScheduleId() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonSchedulesResponse
-
Returns the value of the
lessonScheduleId
record component. - lessonScheduleIds() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.LessonSchedulesRequest
-
Returns the value of the
lessonScheduleIds
record component. - LessonScheduleJpaRepository - Interface in inha.dayoook_e.lesson.domain.repository
-
LessonScheduleJpaRepository는 LessonSchedule 엔티티에 대한 데이터 액세스 기능을 제공.
- LessonScheduleResponse - Record Class in inha.dayoook_e.lesson.api.controller.dto.response
- LessonScheduleResponse(Integer, Status, Boolean, LocalDateTime, String) - Constructor for record class inha.dayoook_e.lesson.api.controller.dto.response.LessonScheduleResponse
-
Creates an instance of a
LessonScheduleResponse
record class. - LessonSchedulesRequest - Record Class in inha.dayoook_e.lesson.api.controller.dto.request
- LessonSchedulesRequest(List<Integer>) - Constructor for record class inha.dayoook_e.lesson.api.controller.dto.request.LessonSchedulesRequest
-
Creates an instance of a
LessonSchedulesRequest
record class. - LessonSchedulesResponse - Record Class in inha.dayoook_e.lesson.api.controller.dto.response
- LessonSchedulesResponse(Integer, Integer, SearchTutorScheduleResponse, LocalDateTime, TuteeInfoResponse) - Constructor for record class inha.dayoook_e.lesson.api.controller.dto.response.LessonSchedulesResponse
-
Creates an instance of a
LessonSchedulesResponse
record class. - LessonService - Interface in inha.dayoook_e.lesson.api.service
- LessonServiceImpl - Class in inha.dayoook_e.lesson.api.service
-
LessonServiceImpl은 교육 관련 비즈니스 로직을 처리하는 서비스 클래스.
- LessonServiceImpl() - Constructor for class inha.dayoook_e.lesson.api.service.LessonServiceImpl
- level() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Returns the value of the
level
record component. - Level - Enum Class in inha.dayoook_e.tutee.domain.enums
-
Level 열거형은 사용자 레벨을 정의.
- liked() - Method in record class inha.dayoook_e.song.api.controller.dto.request.SearchCond
-
Returns the value of the
liked
record component. - liked() - Method in record class inha.dayoook_e.song.api.controller.dto.response.LikedTuteeSongProgressResponse
-
Returns the value of the
liked
record component. - liked() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchPageResponse
-
Returns the value of the
liked
record component. - liked() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchResponse
-
Returns the value of the
liked
record component. - liked() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.SearchCond
-
Returns the value of the
liked
record component. - liked() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.LikedTuteeStorybookProgressResponse
-
Returns the value of the
liked
record component. - liked() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchPageResponse
-
Returns the value of the
liked
record component. - LikedTuteeSongProgressResponse - Record Class in inha.dayoook_e.song.api.controller.dto.response
- LikedTuteeSongProgressResponse(Integer, Boolean) - Constructor for record class inha.dayoook_e.song.api.controller.dto.response.LikedTuteeSongProgressResponse
-
Creates an instance of a
LikedTuteeSongProgressResponse
record class. - LikedTuteeStorybookProgressResponse - Record Class in inha.dayoook_e.storybook.api.controller.dto.response
- LikedTuteeStorybookProgressResponse(Integer, Boolean) - Constructor for record class inha.dayoook_e.storybook.api.controller.dto.response.LikedTuteeStorybookProgressResponse
-
Creates an instance of a
LikedTuteeStorybookProgressResponse
record class. - login(LoginRequest) - Method in class inha.dayoook_e.auth.api.controller.AuthController
- login(LoginRequest) - Method in interface inha.dayoook_e.auth.api.service.AuthService
- login(LoginRequest) - Method in class inha.dayoook_e.auth.api.service.AuthServiceImpl
-
로그인 API
- LOGIN_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- LoginRequest - Record Class in inha.dayoook_e.auth.api.controller.dto.request
-
LoginRequest는 로그인 요청 정보를 담는 DTO 클래스.
- LoginRequest(String, String) - Constructor for record class inha.dayoook_e.auth.api.controller.dto.request.LoginRequest
-
Creates an instance of a
LoginRequest
record class. - LoginResponse - Record Class in inha.dayoook_e.auth.api.controller.dto.response
-
LoginResponse는 로그인 응답 정보를 담는 DTO 클래스.
- LoginResponse(Integer, String, Role) - Constructor for record class inha.dayoook_e.auth.api.controller.dto.response.LoginResponse
-
Creates an instance of a
LoginResponse
record class. - logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in class inha.dayoook_e.utils.jwt.LogoutService
-
사용자가 로그아웃할 때 실행되는 메서드.
- LogoutService - Class in inha.dayoook_e.utils.jwt
-
LogoutService는 사용자가 로그아웃할 때 JWT를 처리하는 서비스.
- LogoutService() - Constructor for class inha.dayoook_e.utils.jwt.LogoutService
- lyrics() - Method in record class inha.dayoook_e.song.api.controller.dto.request.CreateSongRequest
-
Returns the value of the
lyrics
record component. - lyrics() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchResponse
-
Returns the value of the
lyrics
record component.
M
- main(String[]) - Static method in class inha.dayoook_e.DayoookEApplication
- makeAvailable() - Method in class inha.dayoook_e.tutor.domain.TutorSchedule
- makeUnavailable() - Method in class inha.dayoook_e.tutor.domain.TutorSchedule
- MappingController - Class in inha.dayoook_e.mapping.api.controller
-
MappingController은 매핑 관련 엔드포인트를 처리.
- MappingController() - Constructor for class inha.dayoook_e.mapping.api.controller.MappingController
- MappingMapper - Interface in inha.dayoook_e.mapping.api.mapper
-
MappingMapper는 매핑과 관련된 데이터 변환 기능을 제공.
- MappingService - Interface in inha.dayoook_e.mapping.api.service
- MappingServiceImpl - Class in inha.dayoook_e.mapping.api.service
-
MappingServiceImpl은 매핑 관련 비즈니스 로직을 처리하는 서비스 클래스.
- MappingServiceImpl() - Constructor for class inha.dayoook_e.mapping.api.service.MappingServiceImpl
- mediaUrl() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchResponse
-
Returns the value of the
mediaUrl
record component. - MEETING_ROOM_CREATION_FAILED - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- meeting_uri() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.MeetingResponse
-
Returns the value of the
meeting_uri
record component. - MeetingRequest - Record Class in inha.dayoook_e.lesson.api.controller.dto.request
- MeetingRequest(String, String) - Constructor for record class inha.dayoook_e.lesson.api.controller.dto.request.MeetingRequest
-
Creates an instance of a
MeetingRequest
record class. - MeetingResponse - Record Class in inha.dayoook_e.lesson.api.controller.dto.response
- MeetingResponse(String, String, String, String) - Constructor for record class inha.dayoook_e.lesson.api.controller.dto.response.MeetingResponse
-
Creates an instance of a
MeetingResponse
record class. - MeetingRoom - Class in inha.dayoook_e.lesson.domain
- MeetingRoom() - Constructor for class inha.dayoook_e.lesson.domain.MeetingRoom
- MeetingRoomJpaRepository - Interface in inha.dayoook_e.lesson.domain.repository
-
MeetingRoomJpaRepository는 MeetingRoom 엔티티에 대한 데이터 액세스 기능을 제공.
- meetingUri() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonMeetingResponse
-
Returns the value of the
meetingUri
record component. - message() - Method in record class inha.dayoook_e.application.api.controller.dto.request.ApplyRequest
-
Returns the value of the
message
record component. - message() - Element in annotation interface inha.dayoook_e.common.validation.annotation.EmailUnique
- message() - Element in annotation interface inha.dayoook_e.common.validation.annotation.ValidEmail
- message() - Element in annotation interface inha.dayoook_e.common.validation.annotation.ValidParameter
- message() - Element in annotation interface inha.dayoook_e.common.validation.annotation.ValidPassword
- message() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.SearchTuteeApplicationResponse
-
Returns the value of the
message
record component. - message() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorApplicationResponse
-
Returns the value of the
message
record component. - MISSING_AUTH_HEADER - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- month() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.TuteeScheduleResponse
-
Returns the value of the
month
record component. - multipartFileUpload(MultipartFile, S3UploadRequest) - Method in class inha.dayoook_e.utils.s3.S3Provider
-
파일을 S3에 업로드하는 메서드.
- MultipartJackson2HttpMessageConverter - Class in inha.dayoook_e.common.converter
-
MultipartJackson2HttpMessageConverter Multipart 요청을 처리하기 위한 Jackson2HttpMessageConverter
- MultipartJackson2HttpMessageConverter(ObjectMapper) - Constructor for class inha.dayoook_e.common.converter.MultipartJackson2HttpMessageConverter
N
- name() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.TuteeInfoResponse
-
Returns the value of the
name
record component. - name() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchAgeGroupResponse
-
Returns the value of the
name
record component. - name() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchCountryResponse
-
Returns the value of the
name
record component. - name() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchDayResponse
-
Returns the value of the
name
record component. - name() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchLanguagesResponse
-
Returns the value of the
name
record component. - name() - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.SearchCond
-
Returns the value of the
name
record component. - name() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorScheduleResponse
-
Returns the value of the
name
record component. - name() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchPageResponse
-
Returns the value of the
name
record component. - name() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Returns the value of the
name
record component. - name() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TuteeSignupRequest
-
Returns the value of the
name
record component. - name() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Returns the value of the
name
record component. - name() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Returns the value of the
name
record component. - name() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TutorInfoResponse
-
Returns the value of the
name
record component. - name() - Method in record class inha.dayoook_e.user.api.controller.dto.response.UpcomingLessonInfo
-
Returns the value of the
name
record component. - NAME - Static variable in class inha.dayoook_e.common.Constant
- NOT_APPROVED_USER - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- NOT_CREATED - Enum constant in enum class inha.dayoook_e.lesson.domain.enums.Status
- NOT_FIND_DAY - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- NOT_FIND_LESSON - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- NOT_FIND_TIMESLOT - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- NOT_FIND_USER - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
O
- occupation() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Returns the value of the
occupation
record component. - occupation() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Returns the value of the
occupation
record component. - of(BaseCode, T) - Static method in class inha.dayoook_e.common.BaseResponse
-
특정 코드와 함께 요청이 성공한 경우의 응답을 생성.
- OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
-
일반적인 응답
- onFailure(String, String, T) - Static method in class inha.dayoook_e.common.BaseResponse
-
요청이 실패한 경우의 응답을 생성.
- onSuccess(T) - Static method in class inha.dayoook_e.common.BaseResponse
-
요청이 성공한 경우의 응답을 생성.
- onThrowException(BaseException, HttpServletRequest) - Method in class inha.dayoook_e.common.exceptions.ExceptionAdvice
- OpenApi() - Method in class inha.dayoook_e.common.config.SwaggerConfig
P
- PAGE_COUNT_MISMATCH - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- PageContent(Integer, String) - Constructor for record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest.PageContent
-
Creates an instance of a
PageContent
record class. - pageContents() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest
-
Returns the value of the
pageContents
record component. - pageCount() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchPageResponse
-
Returns the value of the
pageCount
record component. - pageCount() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchResponse
-
Returns the value of the
pageCount
record component. - pageNumber() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest.PageContent
-
Returns the value of the
pageNumber
record component. - pageNumber() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchResponse
-
Returns the value of the
pageNumber
record component. - pageUrl() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchResponse
-
Returns the value of the
pageUrl
record component. - PAPAGO_TRANSLATE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- PapagoController - Class in inha.dayoook_e.papago.api.controller
-
PapagoController는 파파고 관련 엔드포인트를 처리.
- PapagoController() - Constructor for class inha.dayoook_e.papago.api.controller.PapagoController
- PapagoRequest - Record Class in inha.dayoook_e.papago.api.controller.dto.request
- PapagoRequest(String, String, String) - Constructor for record class inha.dayoook_e.papago.api.controller.dto.request.PapagoRequest
-
Creates an instance of a
PapagoRequest
record class. - PapagoResponse - Record Class in inha.dayoook_e.papago.api.controller.dto.response
- PapagoResponse(String) - Constructor for record class inha.dayoook_e.papago.api.controller.dto.response.PapagoResponse
-
Creates an instance of a
PapagoResponse
record class. - PapagoService - Interface in inha.dayoook_e.papago.api.service
- PapagoServiceImpl - Class in inha.dayoook_e.papago.api.service
-
PapagoServiceImpl은 파파고 관련 비즈니스 로직을 처리.
- PapagoServiceImpl() - Constructor for class inha.dayoook_e.papago.api.service.PapagoServiceImpl
- ParameterValidator - Class in inha.dayoook_e.common.validation.validator
-
ParameterValidator 파라미터 유효성 검사
- ParameterValidator() - Constructor for class inha.dayoook_e.common.validation.validator.ParameterValidator
- password() - Method in record class inha.dayoook_e.auth.api.controller.dto.request.LoginRequest
-
Returns the value of the
password
record component. - password() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TuteeSignupRequest
-
Returns the value of the
password
record component. - password() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Returns the value of the
password
record component. - PASSWORD_DECRYPTION_ERROR - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- PASSWORD_ENCRYPTION_ERROR - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- passwordEncoder() - Method in class inha.dayoook_e.common.config.AppConfig
- PasswordValidator - Class in inha.dayoook_e.common.validation.validator
-
비밀번호 유효성 검증을 위한 Validator.
- PasswordValidator() - Constructor for class inha.dayoook_e.common.validation.validator.PasswordValidator
- payload() - Element in annotation interface inha.dayoook_e.common.validation.annotation.EmailUnique
- payload() - Element in annotation interface inha.dayoook_e.common.validation.annotation.ValidEmail
- payload() - Element in annotation interface inha.dayoook_e.common.validation.annotation.ValidParameter
- payload() - Element in annotation interface inha.dayoook_e.common.validation.annotation.ValidPassword
- Permission - Enum Class in inha.dayoook_e.user.domain.enums
-
Permission 열거형은 사용자 권한을 정의.
- point() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Returns the value of the
point
record component. - Point - Class in inha.dayoook_e.user.domain
-
포인트 엔티티.
- Point() - Constructor for class inha.dayoook_e.user.domain.Point
- PointJpaRepository - Interface in inha.dayoook_e.user.domain.repository
-
PointJpaRepository는 Point 엔티티에 대한 데이터 액세스 기능을 제공.
- PROFILE_IMAGE_DIR - Static variable in class inha.dayoook_e.common.Constant
- profileUrl() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchPageResponse
-
Returns the value of the
profileUrl
record component. - profileUrl() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Returns the value of the
profileUrl
record component. - profileUrl() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Returns the value of the
profileUrl
record component. - profileUrl() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TutorInfoResponse
-
Returns the value of the
profileUrl
record component.
R
- rating() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchPageResponse
-
Returns the value of the
rating
record component. - rating() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Returns the value of the
rating
record component. - reason() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CancelLessonRequest
-
Returns the value of the
reason
record component. - ReasonDTO - Class in inha.dayoook_e.common.code
-
ReasonDTO는 에러에 대한 상세 정보를 포함하는 데이터 전송 객체.
- ReasonDTO() - Constructor for class inha.dayoook_e.common.code.ReasonDTO
- rejectApplication(User, Integer) - Method in class inha.dayoook_e.application.api.controller.ApplicationController
-
강의 신청 거절 api
- rejectApplication(User, Integer) - Method in interface inha.dayoook_e.application.api.service.ApplicationService
- rejectApplication(User, Integer) - Method in class inha.dayoook_e.application.api.service.ApplicationServiceImpl
-
강의 신청 거절
- REJECTED - Enum constant in enum class inha.dayoook_e.application.domain.enums.Status
- RESPONSE_ERROR - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- restTemplate() - Method in class inha.dayoook_e.common.config.RestTemplateConfig
- RestTemplateConfig - Class in inha.dayoook_e.common.config
- RestTemplateConfig() - Constructor for class inha.dayoook_e.common.config.RestTemplateConfig
- role() - Method in record class inha.dayoook_e.auth.api.controller.dto.response.LoginResponse
-
Returns the value of the
role
record component. - role() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Returns the value of the
role
record component. - role() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TutorInfoResponse
-
Returns the value of the
role
record component. - Role - Enum Class in inha.dayoook_e.user.domain.enums
-
Role 열거형은 사용자 역할을 정의.
- roomUrl() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonScheduleResponse
-
Returns the value of the
roomUrl
record component. - roomUrl() - Method in record class inha.dayoook_e.user.api.controller.dto.response.UpcomingLessonInfo
-
Returns the value of the
roomUrl
record component.
S
- S3_UPLOAD_ERROR - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- S3Config - Class in inha.dayoook_e.common.config
- S3Config() - Constructor for class inha.dayoook_e.common.config.S3Config
- S3Provider - Class in inha.dayoook_e.utils.s3
-
S3Provider는 AWS S3에 파일을 업로드하는 기능을 제공.
- S3Provider() - Constructor for class inha.dayoook_e.utils.s3.S3Provider
- S3UploadRequest - Record Class in inha.dayoook_e.utils.s3.dto.request
- S3UploadRequest(Integer, String) - Constructor for record class inha.dayoook_e.utils.s3.dto.request.S3UploadRequest
-
Creates an instance of a
S3UploadRequest
record class. - schedule() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Returns the value of the
schedule
record component. - SCHEDULE_ALREADY_BOOKED - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- SCHEDULE_NOT_AVAILABLE - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- SCHEDULE_NOT_FOUND - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- SCHEDULED - Enum constant in enum class inha.dayoook_e.lesson.domain.enums.Status
- schedules() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.TuteeScheduleResponse
-
Returns the value of the
schedules
record component. - ScheduleTimeSlot - Record Class in inha.dayoook_e.tutor.api.controller.dto.request
- ScheduleTimeSlot(Integer, Integer) - Constructor for record class inha.dayoook_e.tutor.api.controller.dto.request.ScheduleTimeSlot
-
Creates an instance of a
ScheduleTimeSlot
record class. - scheduleTimeSlots() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.SearchTuteeApplicationResponse
-
Returns the value of the
scheduleTimeSlots
record component. - scheduleTimeSlots() - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.TutorScheduleRequest
-
Returns the value of the
scheduleTimeSlots
record component. - scheduleTimeSlots() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorApplicationResponse
-
Returns the value of the
scheduleTimeSlots
record component. - SearchAgeGroupResponse - Record Class in inha.dayoook_e.mapping.api.controller.dto.response
- SearchAgeGroupResponse(Integer, String) - Constructor for record class inha.dayoook_e.mapping.api.controller.dto.response.SearchAgeGroupResponse
-
Creates an instance of a
SearchAgeGroupResponse
record class. - SearchCond - Record Class in inha.dayoook_e.song.api.controller.dto.request
- SearchCond - Record Class in inha.dayoook_e.storybook.api.controller.dto.request
- SearchCond - Record Class in inha.dayoook_e.tutor.api.controller.dto.request
- SearchCond(Integer, Boolean, String) - Constructor for record class inha.dayoook_e.song.api.controller.dto.request.SearchCond
-
Creates an instance of a
SearchCond
record class. - SearchCond(Integer, Boolean, String) - Constructor for record class inha.dayoook_e.storybook.api.controller.dto.request.SearchCond
-
Creates an instance of a
SearchCond
record class. - SearchCond(List<Integer>, List<Integer>, String) - Constructor for record class inha.dayoook_e.tutor.api.controller.dto.request.SearchCond
-
Creates an instance of a
SearchCond
record class. - SearchCountryResponse - Record Class in inha.dayoook_e.mapping.api.controller.dto.response
- SearchCountryResponse(Integer, String, String) - Constructor for record class inha.dayoook_e.mapping.api.controller.dto.response.SearchCountryResponse
-
Creates an instance of a
SearchCountryResponse
record class. - SearchDayResponse - Record Class in inha.dayoook_e.mapping.api.controller.dto.response
- SearchDayResponse(Integer, String) - Constructor for record class inha.dayoook_e.mapping.api.controller.dto.response.SearchDayResponse
-
Creates an instance of a
SearchDayResponse
record class. - SearchExperienceResponse - Record Class in inha.dayoook_e.tutor.api.controller.dto.response
- SearchExperienceResponse(Integer, String) - Constructor for record class inha.dayoook_e.tutor.api.controller.dto.response.SearchExperienceResponse
-
Creates an instance of a
SearchExperienceResponse
record class. - SearchLanguagesResponse - Record Class in inha.dayoook_e.mapping.api.controller.dto.response
- SearchLanguagesResponse(Integer, String) - Constructor for record class inha.dayoook_e.mapping.api.controller.dto.response.SearchLanguagesResponse
-
Creates an instance of a
SearchLanguagesResponse
record class. - searchSongs(User, SearchCond, Pageable) - Method in class inha.dayoook_e.song.domain.repository.SongQueryRepository
- searchStorybooks(User, SearchCond, Pageable) - Method in class inha.dayoook_e.storybook.domain.repository.StorybookQueryRepository
- SearchTimeSlotResponse - Record Class in inha.dayoook_e.mapping.api.controller.dto.response
- SearchTimeSlotResponse(Integer, String) - Constructor for record class inha.dayoook_e.mapping.api.controller.dto.response.SearchTimeSlotResponse
-
Creates an instance of a
SearchTimeSlotResponse
record class. - SearchTuteeApplicationResponse - Record Class in inha.dayoook_e.tutee.api.controller.dto.response
- SearchTuteeApplicationResponse(Integer, TutorInfoResponse, List<SearchLanguagesResponse>, List<ScheduleTimeSlot>, LocalDateTime, Status, String) - Constructor for record class inha.dayoook_e.tutee.api.controller.dto.response.SearchTuteeApplicationResponse
-
Creates an instance of a
SearchTuteeApplicationResponse
record class. - SearchTutorApplicationResponse - Record Class in inha.dayoook_e.tutor.api.controller.dto.response
- SearchTutorApplicationResponse(Integer, Integer, TuteeInfoResponse, List<SearchLanguagesResponse>, List<ScheduleTimeSlot>, LocalDateTime, Status, String) - Constructor for record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorApplicationResponse
-
Creates an instance of a
SearchTutorApplicationResponse
record class. - searchTutors(SearchCond, Pageable) - Method in class inha.dayoook_e.tutor.domain.repository.TutorQueryRepository
- SearchTutorScheduleResponse - Record Class in inha.dayoook_e.tutor.api.controller.dto.response
- SearchTutorScheduleResponse(Integer, String, List<TutorScheduleData>) - Constructor for record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorScheduleResponse
-
Creates an instance of a
SearchTutorScheduleResponse
record class. - SecurityConfig - Class in inha.dayoook_e.common.config
- SecurityConfig() - Constructor for class inha.dayoook_e.common.config.SecurityConfig
- securityFilterChain(HttpSecurity) - Method in class inha.dayoook_e.common.config.SecurityConfig
- SEEDLING - Enum constant in enum class inha.dayoook_e.tutee.domain.enums.Level
- SERVER_ERROR - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- setLessonSchedule(LessonSchedule) - Method in class inha.dayoook_e.lesson.domain.MeetingRoom
- setOccupation(String) - Method in class inha.dayoook_e.tutor.domain.TutorInfo
- setPassword(String) - Method in class inha.dayoook_e.user.domain.User
- setProfileUrl(String) - Method in class inha.dayoook_e.user.domain.User
- setState(BaseEntity.State) - Method in class inha.dayoook_e.common.BaseEntity
-
엔티티의 상태를 설정.
- setStorybook(Storybook) - Method in class inha.dayoook_e.storybook.domain.StorybookPage
- setUser(User) - Method in class inha.dayoook_e.tutee.domain.TuteeInfo
- setUser(User) - Method in class inha.dayoook_e.tutor.domain.TutorInfo
- shutdown() - Method in class inha.dayoook_e.utils.s3.S3Provider
-
TransferManager 종료 메서드.
- SignupResponse - Record Class in inha.dayoook_e.user.api.controller.dto.response
- SignupResponse(Integer) - Constructor for record class inha.dayoook_e.user.api.controller.dto.response.SignupResponse
-
Creates an instance of a
SignupResponse
record class. - Song - Class in inha.dayoook_e.song.domain
-
Song은 동요 엔티티.
- Song() - Constructor for class inha.dayoook_e.song.domain.Song
- SONG_ALREADY_COMPLETE - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- SONG_COMPLETE - Static variable in class inha.dayoook_e.common.Constant
- SONG_COMPLETE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- SONG_CREATE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- SONG_MEDIA_DIR - Static variable in class inha.dayoook_e.common.Constant
- SONG_NOT_FOUND - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- SONG_SEARCH_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- SONG_SEARCH_PAGE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- SONG_THUMBNAIL_DIR - Static variable in class inha.dayoook_e.common.Constant
- SONG_TOGGLE_LIKE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- SongController - Class in inha.dayoook_e.song.api.controller
-
SongController은 동요 관련 엔드포인트를 처리.
- SongController() - Constructor for class inha.dayoook_e.song.api.controller.SongController
- SongJpaRepository - Interface in inha.dayoook_e.song.domain.repository
-
SongJpaRepository는 Song 엔티티에 대한 데이터 액세스 기능을 제공.
- SongMapper - Interface in inha.dayoook_e.song.api.mapper
-
SongMapper는 동요와 관련된 데이터 변환 기능을 제공.
- SongQueryRepository - Class in inha.dayoook_e.song.domain.repository
-
SongQueryRepository는 노래 조회를 위한 쿼리 메서드를 제공.
- SongQueryRepository() - Constructor for class inha.dayoook_e.song.domain.repository.SongQueryRepository
- SongResponse - Record Class in inha.dayoook_e.song.api.controller.dto.response
- SongResponse(Integer) - Constructor for record class inha.dayoook_e.song.api.controller.dto.response.SongResponse
-
Creates an instance of a
SongResponse
record class. - SongSearchPageResponse - Record Class in inha.dayoook_e.song.api.controller.dto.response
- SongSearchPageResponse(Integer, String, String, String, Boolean, Boolean) - Constructor for record class inha.dayoook_e.song.api.controller.dto.response.SongSearchPageResponse
-
Creates an instance of a
SongSearchPageResponse
record class. - SongSearchResponse - Record Class in inha.dayoook_e.song.api.controller.dto.response
- SongSearchResponse(Integer, String, String, String, String, String, SearchCountryResponse, Boolean, Boolean) - Constructor for record class inha.dayoook_e.song.api.controller.dto.response.SongSearchResponse
-
Creates an instance of a
SongSearchResponse
record class. - SongService - Interface in inha.dayoook_e.song.api.service
- SongServiceImpl - Class in inha.dayoook_e.song.api.service
-
SongServiceImpl은 동요 관련 비즈니스 로직을 처리하는 서비스 클래스.
- SongServiceImpl() - Constructor for class inha.dayoook_e.song.api.service.SongServiceImpl
- songToSongResponse(Song) - Method in interface inha.dayoook_e.song.api.mapper.SongMapper
-
Song 엔티티를 SongResponse로 변환
- songToSongSearchPageResponse(Song, boolean, boolean) - Method in interface inha.dayoook_e.song.api.mapper.SongMapper
-
Song 엔티티를 SongSearchPageResponse로 변환
- songToSongSearchResponse(Song, SearchCountryResponse, boolean, boolean) - Method in interface inha.dayoook_e.song.api.mapper.SongMapper
-
Song 엔티티를 SongSearchResponse로 변환
- source() - Method in record class inha.dayoook_e.papago.api.controller.dto.request.PapagoRequest
-
Returns the value of the
source
record component. - startAt() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonScheduleResponse
-
Returns the value of the
startAt
record component. - startAt() - Method in record class inha.dayoook_e.user.api.controller.dto.response.UpcomingLessonInfo
-
Returns the value of the
startAt
record component. - startTime() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.LessonInfo
-
Returns the value of the
startTime
record component. - state - Variable in class inha.dayoook_e.common.BaseEntity
-
엔티티의 상태로 ACTIVE or INACTIVE.
- status() - Method in record class inha.dayoook_e.application.api.controller.dto.response.ApplicationResponse
-
Returns the value of the
status
record component. - status() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonMeetingResponse
-
Returns the value of the
status
record component. - status() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonScheduleResponse
-
Returns the value of the
status
record component. - status() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.MeetingResponse
-
Returns the value of the
status
record component. - status() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.LessonInfo
-
Returns the value of the
status
record component. - status() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.SearchTuteeApplicationResponse
-
Returns the value of the
status
record component. - status() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorApplicationResponse
-
Returns the value of the
status
record component. - Status - Enum Class in inha.dayoook_e.application.domain.enums
- Status - Enum Class in inha.dayoook_e.lesson.domain.enums
- STEM - Enum constant in enum class inha.dayoook_e.tutee.domain.enums.Level
- Storybook - Class in inha.dayoook_e.storybook.domain
-
Storybook 엔티티는 동화 정보를 나타냄
- Storybook() - Constructor for class inha.dayoook_e.storybook.domain.Storybook
- STORYBOOK_ALREADY_COMPLETE - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- STORYBOOK_COMPLETE - Static variable in class inha.dayoook_e.common.Constant
- STORYBOOK_COMPLETE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- STORYBOOK_CREATE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- STORYBOOK_NOT_FOUND - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- STORYBOOK_PAGE_DIR - Static variable in class inha.dayoook_e.common.Constant
- STORYBOOK_PAGE_NOT_FOUND - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- STORYBOOK_SEARCH_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- STORYBOOK_SEARCH_PAGE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- STORYBOOK_THUMBNAIL_DIR - Static variable in class inha.dayoook_e.common.Constant
- STORYBOOK_TOGGLE_LIKE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- STORYBOOK_UPDATE_LAST_READ_PAGE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- StorybookController - Class in inha.dayoook_e.storybook.api.controller
-
StorybookController은 동화 관련 엔드포인트를 처리.
- StorybookController() - Constructor for class inha.dayoook_e.storybook.api.controller.StorybookController
- StorybookJpaRepository - Interface in inha.dayoook_e.storybook.domain.repository
-
StorybookJpaRepository는 Storybook 엔티티에 대한 데이터 액세스 기능을 제공.
- StorybookMapper - Interface in inha.dayoook_e.storybook.api.mapper
-
StorybookMapper는 동화와 관련된 데이터 변환 기능을 제공.
- StorybookPage - Class in inha.dayoook_e.storybook.domain
-
StorybookPage는 동화 페이지 엔티티.
- StorybookPage() - Constructor for class inha.dayoook_e.storybook.domain.StorybookPage
- StorybookPageJpaRepository - Interface in inha.dayoook_e.storybook.domain.repository
-
StorybookPageJpaRepository는 StorybookPage 엔티티에 대한 데이터 액세스 기능을 제공.
- StorybookQueryRepository - Class in inha.dayoook_e.storybook.domain.repository
-
StorybookQueryRepository는 동화 조회를 위한 쿼리 메서드를 제공.
- StorybookQueryRepository() - Constructor for class inha.dayoook_e.storybook.domain.repository.StorybookQueryRepository
- StorybookResponse - Record Class in inha.dayoook_e.storybook.api.controller.dto.response
- StorybookResponse(Integer) - Constructor for record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookResponse
-
Creates an instance of a
StorybookResponse
record class. - StorybookSearchPageResponse - Record Class in inha.dayoook_e.storybook.api.controller.dto.response
- StorybookSearchPageResponse(Integer, String, String, String, Boolean, Boolean, Integer, Integer) - Constructor for record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchPageResponse
-
Creates an instance of a
StorybookSearchPageResponse
record class. - StorybookSearchResponse - Record Class in inha.dayoook_e.storybook.api.controller.dto.response
- StorybookSearchResponse(Integer, String, String, String, String, Integer, String, Integer) - Constructor for record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchResponse
-
Creates an instance of a
StorybookSearchResponse
record class. - StorybookService - Interface in inha.dayoook_e.storybook.api.service
- StorybookServiceImpl - Class in inha.dayoook_e.storybook.api.service
-
StorybookServiceImpl은 동화 관련 비즈니스 로직을 처리하는 서비스 클래스.
- StorybookServiceImpl() - Constructor for class inha.dayoook_e.storybook.api.service.StorybookServiceImpl
- storybookToStorybookResponse(Storybook) - Method in interface inha.dayoook_e.storybook.api.mapper.StorybookMapper
-
Storybook을 StorybookResponse로 변환.
- storybookToStorybookSearchPageResponse(Storybook, boolean, int, boolean) - Method in interface inha.dayoook_e.storybook.api.mapper.StorybookMapper
-
Storybook을 StorybookSearchPageResponse로 변환.
- storybookToStorybookSearchResponse(Storybook, StorybookPage, Boolean, Integer, Boolean) - Method in interface inha.dayoook_e.storybook.api.mapper.StorybookMapper
-
Storybook을 StorybookSearchResponse로 변환.
- SuccessStatus - Enum Class in inha.dayoook_e.common.code.status
- SwaggerConfig - Class in inha.dayoook_e.common.config
- SwaggerConfig() - Constructor for class inha.dayoook_e.common.config.SwaggerConfig
T
- target() - Method in record class inha.dayoook_e.papago.api.controller.dto.request.PapagoRequest
-
Returns the value of the
target
record component. - text() - Method in record class inha.dayoook_e.papago.api.controller.dto.request.PapagoRequest
-
Returns the value of the
text
record component. - thumbnailUrl() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchPageResponse
-
Returns the value of the
thumbnailUrl
record component. - thumbnailUrl() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchResponse
-
Returns the value of the
thumbnailUrl
record component. - thumbnailUrl() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchPageResponse
-
Returns the value of the
thumbnailUrl
record component. - thumbnailUrl() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchResponse
-
Returns the value of the
thumbnailUrl
record component. - time() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchTimeSlotResponse
-
Returns the value of the
time
record component. - TIME_SLOT_NOT_FOUND - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- TIME_SLOTS_SEARCH_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- timeSlot() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorScheduleData
-
Returns the value of the
timeSlot
record component. - TimeSlot - Class in inha.dayoook_e.mapping.domain
-
TimeSlot 엔티티는 시간대 정보를 나타냄
- TimeSlot() - Constructor for class inha.dayoook_e.mapping.domain.TimeSlot
- TIMESLOT_ALREADY_BOOKED - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- timeSlotId() - Method in record class inha.dayoook_e.application.api.controller.dto.request.TimeSlotRequest
-
Returns the value of the
timeSlotId
record component. - timeSlotId() - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.ScheduleTimeSlot
-
Returns the value of the
timeSlotId
record component. - TimeSlotJpaRepository - Interface in inha.dayoook_e.mapping.domain.repository
-
TimeSlotJpaRepository는 TimeSlot 엔티티에 대한 데이터 액세스 기능을 제공.
- TimeSlotRequest - Record Class in inha.dayoook_e.application.api.controller.dto.request
- TimeSlotRequest(Integer, Integer) - Constructor for record class inha.dayoook_e.application.api.controller.dto.request.TimeSlotRequest
-
Creates an instance of a
TimeSlotRequest
record class. - timeSlots() - Method in record class inha.dayoook_e.application.api.controller.dto.request.ApplyRequest
-
Returns the value of the
timeSlots
record component. - title() - Method in record class inha.dayoook_e.song.api.controller.dto.request.CreateSongRequest
-
Returns the value of the
title
record component. - title() - Method in record class inha.dayoook_e.song.api.controller.dto.request.SearchCond
-
Returns the value of the
title
record component. - title() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchPageResponse
-
Returns the value of the
title
record component. - title() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchResponse
-
Returns the value of the
title
record component. - title() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest
-
Returns the value of the
title
record component. - title() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.SearchCond
-
Returns the value of the
title
record component. - title() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchPageResponse
-
Returns the value of the
title
record component. - title() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchResponse
-
Returns the value of the
title
record component. - toApplication(User, User, Day, TimeSlot, LocalDateTime, Status, String) - Method in interface inha.dayoook_e.application.api.mapper.ApplicationMapper
-
Application 생성
- toApplicationResponse(ApplicationGroup) - Method in interface inha.dayoook_e.application.api.mapper.ApplicationMapper
- toCreateLessonRequest(ApplicationGroup) - Method in interface inha.dayoook_e.lesson.api.mapper.LessonMapper
-
Application을 CreateLessonRequest로 변환해주는 매퍼
- toExperiences(User, List<String>) - Method in interface inha.dayoook_e.tutor.api.mapper.TutorMapper
-
경력 설명 리스트를 Experience 엔티티 리스트로 변환
- toggleLike() - Method in class inha.dayoook_e.song.domain.TuteeSongProgress
- toggleLike() - Method in class inha.dayoook_e.storybook.domain.TuteeStoryProgress
- toggleLike(User, Integer) - Method in class inha.dayoook_e.song.api.controller.SongController
-
좋아요 토글 API
- toggleLike(User, Integer) - Method in interface inha.dayoook_e.song.api.service.SongService
- toggleLike(User, Integer) - Method in class inha.dayoook_e.song.api.service.SongServiceImpl
-
좋아요 토글
- toggleLike(User, Integer) - Method in class inha.dayoook_e.storybook.api.controller.StorybookController
-
동화 좋아요 토글 API
- toggleLike(User, Integer) - Method in interface inha.dayoook_e.storybook.api.service.StorybookService
- toggleLike(User, Integer) - Method in class inha.dayoook_e.storybook.api.service.StorybookServiceImpl
-
좋아요 토글
- TOKEN_NOT_FOUND - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- TOKEN_PREFIX - Static variable in class inha.dayoook_e.common.Constant
- toLesson(ApplicationGroup) - Method in interface inha.dayoook_e.lesson.api.mapper.LessonMapper
- toLessonResponse(Lesson) - Method in interface inha.dayoook_e.lesson.api.mapper.LessonMapper
-
Lesson를 LessonResponse로 변환하는 매퍼
- toLessonSchedule(Lesson, MeetingRoom, LocalDateTime) - Method in interface inha.dayoook_e.lesson.api.mapper.LessonMapper
-
Lesson, MeetingRoom, LocalDateTime을 LessonSchedule로 변환하는 매퍼
- toLessonScheduleResponse(LessonSchedule, MeetingRoom) - Method in interface inha.dayoook_e.lesson.api.mapper.LessonMapper
-
LessonSchedule을 LessonScheduleResponse로 변환하는 매퍼
- toMeetingRequest(String, String) - Method in interface inha.dayoook_e.lesson.api.mapper.LessonMapper
- TOO_EARLY_TO_CREATE_LESSON - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- toScheduleTimeSlot(Integer, Integer) - Method in interface inha.dayoook_e.mapping.api.mapper.MappingMapper
-
ScheduleTimeSlot을 ScheduleTimeSlot으로 변환
- toSearchAgeGroupResponse(TutorAgeGroup) - Method in interface inha.dayoook_e.mapping.api.mapper.MappingMapper
-
연령대 조회 응답 Dto 생성
- toSearchAgeGroupResponse(Integer, String) - Method in interface inha.dayoook_e.mapping.api.mapper.MappingMapper
-
연령대 조회 응답 DTO 생성
- toSearchCountryResponse(Integer, String, String) - Method in interface inha.dayoook_e.mapping.api.mapper.MappingMapper
-
국가 조회 응답 DTO 생성
- toSearchDayResponse(Integer, String) - Method in interface inha.dayoook_e.mapping.api.mapper.MappingMapper
-
요일 조회 응답 DTO 생성
- toSearchExperienceResponse(Experience) - Method in interface inha.dayoook_e.tutor.api.mapper.TutorMapper
-
경력 조회 응답 dto 생성
- toSearchLanguagesResponse(Integer, String) - Method in interface inha.dayoook_e.mapping.api.mapper.MappingMapper
-
언어 조회 응답 DTO 생성
- toSearchTimeSlotResponse(Integer, String) - Method in interface inha.dayoook_e.mapping.api.mapper.MappingMapper
-
시간대 조회 응답 DTO 생성
- toSearchTuteeApplicationResponse(ApplicationGroup, List<SearchLanguagesResponse>, List<ScheduleTimeSlot>) - Method in interface inha.dayoook_e.tutee.api.mapper.TuteeMapper
- toSearchTutorApplicationResponse(ApplicationGroup, TuteeInfoResponse, List<SearchLanguagesResponse>, List<ScheduleTimeSlot>, Integer) - Method in interface inha.dayoook_e.tutor.api.mapper.TutorMapper
-
튜터 신청 조회 응답 Dto 생성
- toSearchTutorScheduleResponse(User, List<TutorScheduleData>) - Method in interface inha.dayoook_e.tutor.api.mapper.TutorMapper
-
튜터 일정 조회 응답 Dto 리스트 생성
- toString() - Method in record class inha.dayoook_e.application.api.controller.dto.request.ApplyRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.application.api.controller.dto.request.TimeSlotRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.application.api.controller.dto.response.ApplicationResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.auth.api.controller.dto.request.LoginRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.auth.api.controller.dto.response.LoginResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CancelLessonRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CompleteLessonRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CreateLessonRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.CreateLessonScheduleRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.LessonSchedulesRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.MeetingRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonMeetingResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonScheduleResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonSchedulesResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.MeetingResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.TuteeInfoResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchAgeGroupResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchCountryResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchDayResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchLanguagesResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.mapping.api.controller.dto.response.SearchTimeSlotResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.papago.api.controller.dto.request.PapagoRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.papago.api.controller.dto.response.PapagoResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.song.api.controller.dto.request.CreateSongRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.song.api.controller.dto.request.SearchCond
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.song.api.controller.dto.response.LikedTuteeSongProgressResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchPageResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.song.api.controller.dto.response.SongSearchResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest.PageContent
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.CreateStorybookRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.storybook.api.controller.dto.request.SearchCond
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.LastReadPageStorybookResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.LikedTuteeStorybookProgressResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchPageResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.storybook.api.controller.dto.response.StorybookSearchResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.DaySchedule
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.LessonInfo
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.SearchTuteeApplicationResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.TuteeScheduleResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.ScheduleTimeSlot
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.SearchCond
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutor.api.controller.dto.request.TutorScheduleRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchExperienceResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorApplicationResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorScheduleResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorScheduleData
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchPageResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TuteeSignupRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.user.api.controller.dto.response.SignupResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TutorInfoResponse
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.user.api.controller.dto.response.UpcomingLessonInfo
-
Returns a string representation of this record class.
- toString() - Method in record class inha.dayoook_e.utils.s3.dto.request.S3UploadRequest
-
Returns a string representation of this record class.
- toTuteeSongProgress(User, Song) - Method in interface inha.dayoook_e.song.api.mapper.SongMapper
-
User와 Song을 TuteeSongProgress로 변환
- toTuteeStoryProgress(User, Storybook) - Method in interface inha.dayoook_e.storybook.api.mapper.StorybookMapper
-
Storybook을 TuteeStoryProgress로 변환.
- toTutorInfoResponse(User) - Method in interface inha.dayoook_e.tutee.api.mapper.TuteeMapper
- toTutorResponse(User) - Method in interface inha.dayoook_e.tutor.api.mapper.TutorMapper
-
튜터 응답 Dto 생성
- toTutorSchedule(User, Day, TimeSlot) - Method in interface inha.dayoook_e.tutor.api.mapper.TutorMapper
- toTutorSchedule(User, Day, TimeSlot, TutorScheduleId, Boolean) - Method in interface inha.dayoook_e.tutor.api.mapper.TutorScheduleMapper
-
TutorSchedule 생성
- toTutorScheduleData(SearchDayResponse, SearchTimeSlotResponse, boolean) - Method in interface inha.dayoook_e.tutor.api.mapper.TutorMapper
-
튜터 일정 조회 응답 Dto 생성
- toTutorScheduleId(Integer, Integer, Integer) - Method in interface inha.dayoook_e.tutor.api.mapper.TutorMapper
- toTutorSearchPageResponse(User, List<SearchLanguagesResponse>, List<SearchAgeGroupResponse>) - Method in interface inha.dayoook_e.tutor.api.mapper.TutorMapper
-
튜터 검색 페이지 응답 Dto 생성
- toTutorSearchResponse(User, TutorInfo, List<SearchLanguagesResponse>, List<SearchAgeGroupResponse>, List<SearchExperienceResponse>, List<ScheduleTimeSlot>) - Method in interface inha.dayoook_e.tutor.api.mapper.TutorMapper
-
튜터 검색 응답 Dto 생성
- toUserLanguages(List<Integer>, User, List<Language>) - Method in interface inha.dayoook_e.user.api.mapper.UserMapper
-
언어 ID 리스트와 User를 UserLanguage 리스트로 변환
- translate(PapagoRequest) - Method in class inha.dayoook_e.papago.api.controller.PapagoController
-
텍스트 번역
- translate(PapagoRequest) - Method in interface inha.dayoook_e.papago.api.service.PapagoService
- translate(PapagoRequest) - Method in class inha.dayoook_e.papago.api.service.PapagoServiceImpl
- translatedText() - Method in record class inha.dayoook_e.papago.api.controller.dto.response.PapagoResponse
-
Returns the value of the
translatedText
record component. - TRANSLATION_FAILED - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- TUTEE - Enum constant in enum class inha.dayoook_e.user.domain.enums.Role
- TUTEE_APPLICATION_SEARCH_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- tutee_email() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.MeetingRequest
-
Returns the value of the
tutee_email
record component. - TUTEE_SCHEDULE_SEARCH_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- TUTEE_SIGNUP_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- TuteeController - Class in inha.dayoook_e.tutee.api.controller
-
TuteeController은 튜티 관련 엔드포인트를 처리.
- TuteeController() - Constructor for class inha.dayoook_e.tutee.api.controller.TuteeController
- TuteeGameProgress - Class in inha.dayoook_e.game.domain
-
TuteeGameProgress 엔티티는 튜티의 게임 진행 상태에 대한 정보.
- TuteeGameProgress() - Constructor for class inha.dayoook_e.game.domain.TuteeGameProgress
- TuteeGameProgressId - Class in inha.dayoook_e.game.domain.id
- TuteeGameProgressId() - Constructor for class inha.dayoook_e.game.domain.id.TuteeGameProgressId
- TuteeGameProgressJpaRepository - Interface in inha.dayoook_e.game.domain.repository
-
TuteeGameProgressJpaRepository는 TuteeGameProgress 엔티티에 대한 데이터 액세스 기능을 제공.
- tuteeId() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.TuteeInfoResponse
-
Returns the value of the
tuteeId
record component. - tuteeInfo() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonSchedulesResponse
-
Returns the value of the
tuteeInfo
record component. - tuteeInfo() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorApplicationResponse
-
Returns the value of the
tuteeInfo
record component. - TuteeInfo - Class in inha.dayoook_e.tutee.domain
-
튜티 정보 엔티티.
- TuteeInfo() - Constructor for class inha.dayoook_e.tutee.domain.TuteeInfo
- TuteeInfoJpaRepository - Interface in inha.dayoook_e.tutee.domain.repository
-
TuteeInfoJpaRepository는 TuteeInfo 엔티티에 대한 데이터 액세스 기능을 제공.
- TuteeInfoResponse - Record Class in inha.dayoook_e.lesson.api.controller.dto.response
- TuteeInfoResponse - Record Class in inha.dayoook_e.user.api.controller.dto.response
- TuteeInfoResponse(Integer, Role, String, String, Boolean, Integer, Integer, Level, KoreanLevel, Double, UpcomingLessonInfo) - Constructor for record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Creates an instance of a
TuteeInfoResponse
record class. - TuteeInfoResponse(Integer, String) - Constructor for record class inha.dayoook_e.lesson.api.controller.dto.response.TuteeInfoResponse
-
Creates an instance of a
TuteeInfoResponse
record class. - TuteeMapper - Interface in inha.dayoook_e.tutee.api.mapper
-
TuteeMapper은 튜티와 관련된 데이터 변환 기능을 제공.
- TuteeScheduleResponse - Record Class in inha.dayoook_e.tutee.api.controller.dto.response
- TuteeScheduleResponse(int, int, List<DaySchedule>) - Constructor for record class inha.dayoook_e.tutee.api.controller.dto.response.TuteeScheduleResponse
-
Creates an instance of a
TuteeScheduleResponse
record class. - TuteeService - Interface in inha.dayoook_e.tutee.api.service
- TuteeServiceImpl - Class in inha.dayoook_e.tutee.api.service
-
TuteeServiceImpl은 튜티 관련 비즈니스 로직을 처리하는 서비스 클래스.
- TuteeServiceImpl() - Constructor for class inha.dayoook_e.tutee.api.service.TuteeServiceImpl
- tuteeSignup(TuteeSignupRequest, MultipartFile) - Method in class inha.dayoook_e.user.api.controller.UserController
-
튜티 회원가입 API
- tuteeSignup(TuteeSignupRequest, MultipartFile) - Method in interface inha.dayoook_e.user.api.service.UserService
- tuteeSignup(TuteeSignupRequest, MultipartFile) - Method in class inha.dayoook_e.user.api.service.UserServiceImpl
-
튜티 회원가입
- TuteeSignupRequest - Record Class in inha.dayoook_e.user.api.controller.dto.request
- TuteeSignupRequest(String, String, String, Integer, Boolean, List<Integer>, KoreanLevel) - Constructor for record class inha.dayoook_e.user.api.controller.dto.request.TuteeSignupRequest
-
Creates an instance of a
TuteeSignupRequest
record class. - TuteeSongProgress - Class in inha.dayoook_e.song.domain
-
TuteeSongProgress 엔티티는 튜티가 들은 동요 진행 상황
- TuteeSongProgress() - Constructor for class inha.dayoook_e.song.domain.TuteeSongProgress
- TuteeSongProgressId - Class in inha.dayoook_e.song.domain.id
- TuteeSongProgressId() - Constructor for class inha.dayoook_e.song.domain.id.TuteeSongProgressId
- TuteeSongProgressJpaRepository - Interface in inha.dayoook_e.song.domain.repository
-
TuteeSongProgressJpaRepository는 TuteeSongProgress 엔티티에 대한 데이터 액세스 기능을 제공.
- tuteeSongProgressToLikedTuteeSongProgressResponse(TuteeSongProgress) - Method in interface inha.dayoook_e.song.api.mapper.SongMapper
-
TuteeSongProgress 엔티티를 LikedTuteeSongProgressResponse로 변환
- TuteeStoryProgress - Class in inha.dayoook_e.storybook.domain
-
TuteeStoryProgress 엔티티는 튜티의 스토리북 진행 정보를 나타냄
- TuteeStoryProgress() - Constructor for class inha.dayoook_e.storybook.domain.TuteeStoryProgress
- TuteeStoryProgressId - Class in inha.dayoook_e.storybook.domain.id
- TuteeStoryProgressId() - Constructor for class inha.dayoook_e.storybook.domain.id.TuteeStoryProgressId
- TuteeStoryProgressJpaRepository - Interface in inha.dayoook_e.storybook.domain.repository
-
TuteeStoryProgressJpaRepository는 TuteeStoryProgress 엔티티에 대한 데이터 액세스 기능을 제공.
- tuteeStoryProgressToLastReadPageStorybookResponse(Storybook, TuteeStoryProgress) - Method in interface inha.dayoook_e.storybook.api.mapper.StorybookMapper
- tuteeStoryProgressToLikedTuteeStorybookProgressResponse(TuteeStoryProgress) - Method in interface inha.dayoook_e.storybook.api.mapper.StorybookMapper
-
TuteeStoryProgress를 LikedTuteeStorybookProgressResponse로 변환.
- TUTOR - Enum constant in enum class inha.dayoook_e.user.domain.enums.Role
- TUTOR_APPLICATION_SEARCH_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- TUTOR_CREATE - Enum constant in enum class inha.dayoook_e.user.domain.enums.Permission
- TUTOR_DELETE - Enum constant in enum class inha.dayoook_e.user.domain.enums.Permission
- tutor_email() - Method in record class inha.dayoook_e.lesson.api.controller.dto.request.MeetingRequest
-
Returns the value of the
tutor_email
record component. - TUTOR_READ - Enum constant in enum class inha.dayoook_e.user.domain.enums.Permission
- TUTOR_SCHEDULE_CREATE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- TUTOR_SCHEDULE_SEARCH_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- TUTOR_SEARCH_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- TUTOR_SEARCH_PAGE_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- TUTOR_SIGNUP_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- TUTOR_UPDATE - Enum constant in enum class inha.dayoook_e.user.domain.enums.Permission
- TutorAgeGroup - Class in inha.dayoook_e.tutor.domain
-
TutorAgeGroup 엔티티는 튜터가 지도 가능한 주연령층 정보를 나타냄
- TutorAgeGroup() - Constructor for class inha.dayoook_e.tutor.domain.TutorAgeGroup
- TutorAgeGroupId - Class in inha.dayoook_e.tutor.domain.id
- TutorAgeGroupId() - Constructor for class inha.dayoook_e.tutor.domain.id.TutorAgeGroupId
- TutorAgeGroupJpaRepository - Interface in inha.dayoook_e.tutor.domain.repository
-
TutorAgeGroupJpaRepository는 TutorAgeGroup 엔티티에 대한 데이터 액세스 기능을 제공.
- TutorController - Class in inha.dayoook_e.tutor.api.controller
-
TutorController는 튜터 관련 엔드포인트를 처리.
- TutorController() - Constructor for class inha.dayoook_e.tutor.api.controller.TutorController
- tutorId() - Method in record class inha.dayoook_e.application.api.controller.dto.request.ApplyRequest
-
Returns the value of the
tutorId
record component. - tutorId() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.LessonInfo
-
Returns the value of the
tutorId
record component. - tutorInfo() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.SearchTuteeApplicationResponse
-
Returns the value of the
tutorInfo
record component. - TutorInfo - Class in inha.dayoook_e.tutor.domain
-
튜터 정보 엔티티.
- TutorInfo() - Constructor for class inha.dayoook_e.tutor.domain.TutorInfo
- TUTORINFO_NOT_FOUND - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- TutorInfoJpaRepository - Interface in inha.dayoook_e.tutor.domain.repository
-
TutorInfoJpaRepository는 TutorInfo 엔티티에 대한 데이터 액세스 기능을 제공.
- TutorInfoResponse - Record Class in inha.dayoook_e.user.api.controller.dto.response
- TutorInfoResponse(Integer, Role, String, String, Boolean, Integer, KoreanLevel) - Constructor for record class inha.dayoook_e.user.api.controller.dto.response.TutorInfoResponse
-
Creates an instance of a
TutorInfoResponse
record class. - TutorMapper - Interface in inha.dayoook_e.tutor.api.mapper
-
TutorMapper은 튜터와 관련된 데이터 변환 기능을 제공.
- tutorName() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.LessonInfo
-
Returns the value of the
tutorName
record component. - TutorQueryRepository - Class in inha.dayoook_e.tutor.domain.repository
- TutorQueryRepository() - Constructor for class inha.dayoook_e.tutor.domain.repository.TutorQueryRepository
- TutorResponse - Record Class in inha.dayoook_e.tutor.api.controller.dto.response
- TutorResponse(Integer) - Constructor for record class inha.dayoook_e.tutor.api.controller.dto.response.TutorResponse
-
Creates an instance of a
TutorResponse
record class. - tutorSchedule() - Method in record class inha.dayoook_e.lesson.api.controller.dto.response.LessonSchedulesResponse
-
Returns the value of the
tutorSchedule
record component. - TutorSchedule - Class in inha.dayoook_e.tutor.domain
-
TutorAgeGroup 엔티티는 튜터가 지도 가능한 주연령층 정보를 나타냄
- TutorSchedule() - Constructor for class inha.dayoook_e.tutor.domain.TutorSchedule
- TutorScheduleData - Record Class in inha.dayoook_e.tutor.api.controller.dto.response
- TutorScheduleData(SearchDayResponse, SearchTimeSlotResponse, Boolean) - Constructor for record class inha.dayoook_e.tutor.api.controller.dto.response.TutorScheduleData
-
Creates an instance of a
TutorScheduleData
record class. - tutorScheduleDataList() - Method in record class inha.dayoook_e.tutor.api.controller.dto.response.SearchTutorScheduleResponse
-
Returns the value of the
tutorScheduleDataList
record component. - TutorScheduleId - Class in inha.dayoook_e.tutor.domain.id
- TutorScheduleId() - Constructor for class inha.dayoook_e.tutor.domain.id.TutorScheduleId
- TutorScheduleJpaRepository - Interface in inha.dayoook_e.tutor.domain.repository
-
TutorScheduleJpaRepository는 TutorSchedule 엔티티에 대한 데이터 액세스 기능을 제공.
- TutorScheduleMapper - Interface in inha.dayoook_e.tutor.api.mapper
-
TutorScheduleMapper은 튜터 스케쥴과 관련된 데이터 변환 기능을 제공.
- TutorScheduleRequest - Record Class in inha.dayoook_e.tutor.api.controller.dto.request
- TutorScheduleRequest(List<ScheduleTimeSlot>) - Constructor for record class inha.dayoook_e.tutor.api.controller.dto.request.TutorScheduleRequest
-
Creates an instance of a
TutorScheduleRequest
record class. - TutorSearchPageResponse - Record Class in inha.dayoook_e.tutor.api.controller.dto.response
- TutorSearchPageResponse(Integer, String, Double, KoreanLevel, String, List<SearchAgeGroupResponse>, List<SearchLanguagesResponse>) - Constructor for record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchPageResponse
-
Creates an instance of a
TutorSearchPageResponse
record class. - TutorSearchResponse - Record Class in inha.dayoook_e.tutor.api.controller.dto.response
- TutorSearchResponse(Integer, String, String, String, Double, KoreanLevel, String, List<SearchAgeGroupResponse>, List<SearchLanguagesResponse>, List<SearchExperienceResponse>, List<ScheduleTimeSlot>) - Constructor for record class inha.dayoook_e.tutor.api.controller.dto.response.TutorSearchResponse
-
Creates an instance of a
TutorSearchResponse
record class. - TutorService - Interface in inha.dayoook_e.tutor.api.service
- TutorServiceImpl - Class in inha.dayoook_e.tutor.api.service
-
TutorServiceImpl은 튜터 관련 비즈니스 로직을 처리하는 서비스 클래스.
- TutorServiceImpl() - Constructor for class inha.dayoook_e.tutor.api.service.TutorServiceImpl
- tutorSignup(TutorSignupRequest, MultipartFile) - Method in class inha.dayoook_e.user.api.controller.UserController
-
튜터 회원가입 API
- tutorSignup(TutorSignupRequest, MultipartFile) - Method in interface inha.dayoook_e.user.api.service.UserService
- tutorSignup(TutorSignupRequest, MultipartFile) - Method in class inha.dayoook_e.user.api.service.UserServiceImpl
-
튜터 회원가입
- TutorSignupRequest - Record Class in inha.dayoook_e.user.api.controller.dto.request
- TutorSignupRequest(String, String, String, Integer, Boolean, List<Integer>, String, String, List<String>, KoreanLevel) - Constructor for record class inha.dayoook_e.user.api.controller.dto.request.TutorSignupRequest
-
Creates an instance of a
TutorSignupRequest
record class.
U
- UNAUTHORIZED - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- UNAUTHORIZED_TUTOR - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- UNEXPECTED_ERROR - Enum constant in enum class inha.dayoook_e.common.code.status.ErrorStatus
- upcomingLesson() - Method in record class inha.dayoook_e.user.api.controller.dto.response.TuteeInfoResponse
-
Returns the value of the
upcomingLesson
record component. - UpcomingLessonInfo - Record Class in inha.dayoook_e.user.api.controller.dto.response
- UpcomingLessonInfo(Integer, String, LocalDateTime, String) - Constructor for record class inha.dayoook_e.user.api.controller.dto.response.UpcomingLessonInfo
-
Creates an instance of a
UpcomingLessonInfo
record class. - updateLastReadPage(User, Integer, Integer) - Method in class inha.dayoook_e.storybook.api.controller.StorybookController
-
마지막 읽은 페이지 업데이트 API
- updateLastReadPage(User, Integer, Integer) - Method in interface inha.dayoook_e.storybook.api.service.StorybookService
- updateLastReadPage(User, Integer, Integer) - Method in class inha.dayoook_e.storybook.api.service.StorybookServiceImpl
-
마지막으로 읽은 페이지 번호 업데이트
- updateLastReadPage(Integer) - Method in class inha.dayoook_e.storybook.domain.TuteeStoryProgress
- User - Class in inha.dayoook_e.user.domain
-
User 엔티티는 애플리케이션의 사용자 정보를 나타냄.
- User() - Constructor for class inha.dayoook_e.user.domain.User
- USER_INFO_OK - Enum constant in enum class inha.dayoook_e.common.code.status.SuccessStatus
- UserController - Class in inha.dayoook_e.user.api.controller
-
UserController은 유저 관련 엔드포인트를 처리.
- UserController() - Constructor for class inha.dayoook_e.user.api.controller.UserController
- userDetailsService() - Method in class inha.dayoook_e.common.config.AppConfig
- userId() - Method in record class inha.dayoook_e.utils.s3.dto.request.S3UploadRequest
-
Returns the value of the
userId
record component. - UserInfoResponse - Interface in inha.dayoook_e.user.api.controller.dto.response
- UserJpaRepository - Interface in inha.dayoook_e.user.domain.repository
-
UserJpaRepository는 User 엔티티에 대한 데이터 액세스 기능을 제공.
- UserLanguage - Class in inha.dayoook_e.user.domain
-
UserLanguage 엔티티는 사용자가 구사 가능한 언어 정보를 나타냄
- UserLanguage() - Constructor for class inha.dayoook_e.user.domain.UserLanguage
- UserLanguageId - Class in inha.dayoook_e.user.domain.id
- UserLanguageId() - Constructor for class inha.dayoook_e.user.domain.id.UserLanguageId
- UserLanguageJpaRepository - Interface in inha.dayoook_e.user.domain.repository
-
UserLanguageJpaRepository는 UserLanguage 엔티티에 대한 데이터 액세스 기능을 제공.
- userLanguageToSearchLanguageResponse(UserLanguage) - Method in interface inha.dayoook_e.mapping.api.mapper.MappingMapper
-
UserLanguage를 언어 검색 응답 Dto로 변환
- UserMapper - Interface in inha.dayoook_e.user.api.mapper
-
UserMapper은 유저와 관련된 데이터 변환 기능을 제공.
- UserService - Interface in inha.dayoook_e.user.api.service
- UserServiceImpl - Class in inha.dayoook_e.user.api.service
-
UserServiceImpl은 유저 관련 비즈니스 로직을 처리하는 서비스 클래스.
- UserServiceImpl() - Constructor for class inha.dayoook_e.user.api.service.UserServiceImpl
- userToLoginResponse(User, String) - Method in interface inha.dayoook_e.auth.api.mapper.AuthMapper
-
User 엔티티를 LoginResponse로 변환
- userToSignupResponse(User) - Method in interface inha.dayoook_e.user.api.mapper.UserMapper
-
User를 SignupResponse로 변환
- userToTuteeInfo(User) - Method in interface inha.dayoook_e.tutee.api.mapper.TuteeMapper
-
User를 TuteeInfo 엔티티로 변환
- userToTuteeInfoResponse(User, TuteeInfo, Double, UpcomingLessonInfo) - Method in interface inha.dayoook_e.user.api.mapper.UserMapper
-
User와 TuteeInfo를 TuteeInfoResponse로 변환
- usertoTuteeSignupRequest(TuteeSignupRequest) - Method in interface inha.dayoook_e.user.api.mapper.UserMapper
-
TuteeSignupRequest를 User 엔티티로 변환
- userToTutorInfo(User, TutorSignupRequest) - Method in interface inha.dayoook_e.tutor.api.mapper.TutorMapper
-
User와 TutorSignupRequest를 TutorInfo로 변환
- userToTutorInfoResponse(User) - Method in interface inha.dayoook_e.user.api.mapper.UserMapper
- usertoTutorSignupRequest(TutorSignupRequest) - Method in interface inha.dayoook_e.user.api.mapper.UserMapper
-
TutorSignupRequest를 User 엔티티로 변환
V
- validation(ConstraintViolationException, WebRequest) - Method in class inha.dayoook_e.common.exceptions.ExceptionAdvice
- ValidEmail - Annotation Interface in inha.dayoook_e.common.validation.annotation
-
이메일 주소 유효성 검증을 위한 애노테이션.
- ValidParameter - Annotation Interface in inha.dayoook_e.common.validation.annotation
-
ValidParameter 파라미터 유효성 검사 어노테이션
- ValidPassword - Annotation Interface in inha.dayoook_e.common.validation.annotation
-
비밀번호 유효성 검증을 위한 애노테이션.
- valueOf(String) - Static method in enum class inha.dayoook_e.application.domain.enums.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class inha.dayoook_e.common.BaseEntity.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class inha.dayoook_e.common.code.status.ErrorStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class inha.dayoook_e.common.code.status.SuccessStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class inha.dayoook_e.lesson.domain.enums.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class inha.dayoook_e.tutee.domain.enums.Level
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class inha.dayoook_e.user.domain.enums.KoreanLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class inha.dayoook_e.user.domain.enums.Permission
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class inha.dayoook_e.user.domain.enums.Role
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class inha.dayoook_e.application.domain.enums.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class inha.dayoook_e.common.BaseEntity.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class inha.dayoook_e.common.code.status.ErrorStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class inha.dayoook_e.common.code.status.SuccessStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class inha.dayoook_e.lesson.domain.enums.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class inha.dayoook_e.tutee.domain.enums.Level
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class inha.dayoook_e.user.domain.enums.KoreanLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class inha.dayoook_e.user.domain.enums.Permission
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class inha.dayoook_e.user.domain.enums.Role
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WebConfig - Class in inha.dayoook_e.common.config
- WebConfig() - Constructor for class inha.dayoook_e.common.config.WebConfig
Y
- year() - Method in record class inha.dayoook_e.tutee.api.controller.dto.response.TuteeScheduleResponse
-
Returns the value of the
year
record component.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form