Index

A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractExcelService - Class in inha.git.statistics.api.service
 
AbstractExcelService() - Constructor for class inha.git.statistics.api.service.AbstractExcelService
 
acceptAt() - Method in record class inha.git.project.api.controller.dto.response.ProjectStarResponses
Returns the value of the acceptAt record component.
acceptAt() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the acceptAt record component.
acceptCompany(User, CompanyAcceptRequest) - Method in class inha.git.admin.api.controller.AssistantApproveController
기업 승인 API
acceptCompany(User, CompanyAcceptRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
acceptCompany(User, CompanyAcceptRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
기업 승인
acceptedAt() - Method in record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Returns the value of the acceptedAt record component.
acceptedAt() - Method in record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
Returns the value of the acceptedAt record component.
acceptPatent(User, PatentAcceptRequest) - Method in class inha.git.admin.api.controller.AdminApproveController
특허 승인 API
acceptPatent(User, PatentAcceptRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
acceptPatent(User, PatentAcceptRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
특허 승인
acceptProfessor(User, ProfessorAcceptRequest) - Method in class inha.git.admin.api.controller.AdminApproveController
교수 승인 API
acceptProfessor(User, ProfessorAcceptRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
acceptProfessor(User, ProfessorAcceptRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
교수 승인
acceptProjectStar(User, ProjectStarAcceptRequest) - Method in class inha.git.admin.api.controller.AdminApproveController
프로젝트 Star 승인 API
acceptProjectStar(User, ProjectStarAcceptRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
acceptProjectStar(User, ProjectStarAcceptRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
프로젝트 Star 승인
ACCESS_KEY - Static variable in class inha.git.common.Constant
 
accessToken() - Method in record class inha.git.auth.api.controller.dto.response.LoginResponse
Returns the value of the accessToken record component.
ACCOUNT_LOCKED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
ACTIVE - Enum constant in enum class inha.git.common.BaseEntity.State
 
addCorsMappings(CorsRegistry) - Method in class inha.git.common.config.WebConfig
 
addDepartment(Department) - Method in class inha.git.user.domain.User
 
addNotice(Notice) - Method in class inha.git.user.domain.User
 
addProject(Project) - Method in class inha.git.field.domain.Field
 
addResourceHandlers(ResourceHandlerRegistry) - Method in class inha.git.common.config.WebConfig
 
adjustCount(User, List<Field>, Semester, Category, Integer, boolean) - Method in interface inha.git.statistics.api.service.StatisticsService
 
adjustCount(User, List<Field>, Semester, Category, Integer, boolean) - Method in class inha.git.statistics.api.service.StatisticsServiceImpl
사용자 통계 정보를 증가시킨다.
ADMIN - Enum constant in enum class inha.git.user.domain.enums.Role
 
ADMIN_CREATE - Enum constant in enum class inha.git.user.domain.enums.Permission
 
ADMIN_DELETE - Enum constant in enum class inha.git.user.domain.enums.Permission
 
ADMIN_READ - Enum constant in enum class inha.git.user.domain.enums.Permission
 
ADMIN_TYPE - Static variable in class inha.git.common.Constant
 
ADMIN_UPDATE - Enum constant in enum class inha.git.user.domain.enums.Permission
 
ADMIN_USER_RANKING_SCORE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
AdminApproveController - Class in inha.git.admin.api.controller
AdminApproveController는 관리자 전용 계정 조회 관련 엔드포인트를 처리.
AdminApproveController() - Constructor for class inha.git.admin.api.controller.AdminApproveController
 
AdminApproveService - Interface in inha.git.admin.api.service
 
AdminApproveServiceImpl - Class in inha.git.admin.api.service
 
AdminApproveServiceImpl() - Constructor for class inha.git.admin.api.service.AdminApproveServiceImpl
 
AdminDemotionRequest - Record Class in inha.git.admin.api.controller.dto.request
 
AdminDemotionRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.AdminDemotionRequest
Creates an instance of a AdminDemotionRequest record class.
AdminMapper - Interface in inha.git.admin.api.mapper
AdminMapper는 관리자 전용 계정 조회 관련 엔드포인트를 처리.
AdminPromotionRequest - Record Class in inha.git.admin.api.controller.dto.request
 
AdminPromotionRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.AdminPromotionRequest
Creates an instance of a AdminPromotionRequest record class.
AdminQueryRepository - Class in inha.git.admin.domain.repository
 
AdminQueryRepository() - Constructor for class inha.git.admin.domain.repository.AdminQueryRepository
 
adminScore() - Method in record class inha.git.admin.api.controller.dto.request.UserRankingScoreRequest
Returns the value of the adminScore record component.
adminScore() - Method in record class inha.git.user.api.controller.dto.response.UserRankingResponse
Returns the value of the adminScore record component.
AdminScoreController - Class in inha.git.admin.api.controller
UserRanking adminScore 컬럼에 관리자 입력값을 넣는 컨트롤러입니다.
AdminScoreController() - Constructor for class inha.git.admin.api.controller.AdminScoreController
 
AdminScoreService - Interface in inha.git.admin.api.service
 
AdminScoreServiceImpl - Class in inha.git.admin.api.service
 
AdminScoreServiceImpl() - Constructor for class inha.git.admin.api.service.AdminScoreServiceImpl
 
AdminSearchController - Class in inha.git.admin.api.controller
AdminApproveController는 관리자 전용 계정 승인 관련 엔드포인트를 처리.
AdminSearchController() - Constructor for class inha.git.admin.api.controller.AdminSearchController
 
AdminSearchService - Interface in inha.git.admin.api.service
 
AdminSearchServiceImpl - Class in inha.git.admin.api.service
 
AdminSearchServiceImpl() - Constructor for class inha.git.admin.api.service.AdminSearchServiceImpl
 
affiliation() - Method in record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Returns the value of the affiliation record component.
affiliation() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentInventorRequest
Returns the value of the affiliation record component.
affiliation() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentInventorRequest
Returns the value of the affiliation record component.
affiliation() - Method in record class inha.git.project.api.controller.dto.response.SearchInventorResponse
Returns the value of the affiliation record component.
affiliation() - Method in record class inha.git.user.api.controller.dto.request.CompanySignupRequest
Returns the value of the affiliation record component.
affiliation() - Method in record class inha.git.user.api.controller.dto.response.SearchCompanyUserResponse
Returns the value of the affiliation record component.
ALLOWED_CONTENT_TYPES - Static variable in class inha.git.utils.file.ValidFile
 
ALREADY_ACCEPTED_COMPANY - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
ALREADY_ACCEPTED_PROFESSOR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
ALREADY_ADMIN - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
ALREADY_APPROVED_REQUEST - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
ALREADY_BLOCKED_USER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
ALREADY_EXIST_USER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
ALREADY_LIKE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
ALREADY_PARTICIPATED_PROBLEM - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
ALREADY_RECOMMENDED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
ALREADY_REGISTERED_PATENT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
ALREADY_REGISTERED_STAR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
ALREADY_REQUESTED_PROBLEM - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
ALREADY_SUBMITTED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
AppConfig - Class in inha.git.common.config
 
AppConfig() - Constructor for class inha.git.common.config.AppConfig
 
applicantEnglishName() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentRequest
Returns the value of the applicantEnglishName record component.
applicantEnglishName() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentRequest
Returns the value of the applicantEnglishName record component.
applicantEnglishName() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the applicantEnglishName record component.
applicantName() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentRequest
Returns the value of the applicantName record component.
applicantName() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentRequest
Returns the value of the applicantName record component.
applicantName() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the applicantName record component.
ApplicationAuditAware - Class in inha.git.utils
ApplicationAuditAware는 스프링 데이터 JPA의 감사 기능을 위한 현재 사용자의 ID를 제공.
ApplicationAuditAware() - Constructor for class inha.git.utils.ApplicationAuditAware
 
applicationDate() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentRequest
Returns the value of the applicationDate record component.
applicationDate() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentRequest
Returns the value of the applicationDate record component.
applicationDate() - Method in record class inha.git.project.api.controller.dto.response.PatentResponses
Returns the value of the applicationDate record component.
applicationDate() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the applicationDate record component.
applicationNumber() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentRequest
Returns the value of the applicationNumber record component.
applicationNumber() - Method in record class inha.git.project.api.controller.dto.request.SearchPatentRequest
Returns the value of the applicationNumber record component.
applicationNumber() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentRequest
Returns the value of the applicationNumber record component.
applicationNumber() - Method in record class inha.git.project.api.controller.dto.response.PatentResponses
Returns the value of the applicationNumber record component.
applicationNumber() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the applicationNumber record component.
APPROVAL - Enum constant in enum class inha.git.problem.domain.enums.ProblemRequestStatus
 
approveRequestTeam(User, ApproveRequestTeamRequest) - Method in class inha.git.team.api.controller.TeamController
팀 가입 요청 승인 API
approveRequestTeam(User, ApproveRequestTeamRequest) - Method in interface inha.git.team.api.service.TeamService
 
approveRequestTeam(User, ApproveRequestTeamRequest) - Method in class inha.git.team.api.service.TeamServiceImpl
팀 가입 요청 승인
ApproveRequestTeamRequest - Record Class in inha.git.team.api.controller.dto.request
 
ApproveRequestTeamRequest(Integer, Integer) - Constructor for record class inha.git.team.api.controller.dto.request.ApproveRequestTeamRequest
Creates an instance of a ApproveRequestTeamRequest record class.
archiveUrl() - Method in record class inha.git.github.api.controller.dto.response.GithubRepositoryResponse
Returns the value of the archiveUrl record component.
Assistant - Class in inha.git.user.domain
Assistant 엔티티는 애플리케이션의 조교 승격 정보를 나타냄.
Assistant() - Constructor for class inha.git.user.domain.Assistant
 
ASSISTANT - Enum constant in enum class inha.git.user.domain.enums.Role
 
ASSISTANT_CREATE - Enum constant in enum class inha.git.user.domain.enums.Permission
 
ASSISTANT_DELETE - Enum constant in enum class inha.git.user.domain.enums.Permission
 
ASSISTANT_PROMOTION_CANCEL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
ASSISTANT_PROMOTION_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
ASSISTANT_READ - Enum constant in enum class inha.git.user.domain.enums.Permission
 
ASSISTANT_TYPE - Static variable in class inha.git.common.Constant
 
ASSISTANT_UPDATE - Enum constant in enum class inha.git.user.domain.enums.Permission
 
AssistantApproveController - Class in inha.git.admin.api.controller
AssistantApproveController는 조교/교수/관리자 전용 계정 조회 관련 엔드포인트를 처리.
AssistantApproveController() - Constructor for class inha.git.admin.api.controller.AssistantApproveController
 
AssistantDemotionRequest - Record Class in inha.git.admin.api.controller.dto.request
 
AssistantDemotionRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.AssistantDemotionRequest
Creates an instance of a AssistantDemotionRequest record class.
AssistantJpaRepository - Interface in inha.git.user.domain.repository
AssistantJpaRepository는 Assistant 엔티티에 대한 데이터 액세스 기능을 제공.
AssistantPromotionRequest - Record Class in inha.git.admin.api.controller.dto.request
 
AssistantPromotionRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.AssistantPromotionRequest
Creates an instance of a AssistantPromotionRequest record class.
attachment() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeResponse
Returns the value of the attachment record component.
ATTACHMENT - Static variable in class inha.git.common.Constant
 
attachments() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns the value of the attachments record component.
auditorAware() - Method in class inha.git.common.config.AppConfig
 
AuthController - Class in inha.git.auth.api.controller
인증 관련 API를 처리하는 컨트롤러입니다.
AuthController() - Constructor for class inha.git.auth.api.controller.AuthController
 
authenticationManager(AuthenticationConfiguration) - Method in class inha.git.common.config.AppConfig
 
authenticationProvider() - Method in class inha.git.common.config.AppConfig
 
AuthMapper - Interface in inha.git.auth.api.mapper
 
author() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportResponse
Returns the value of the author record component.
author() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportsResponse
Returns the value of the author record component.
author() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeResponse
Returns the value of the author record component.
author() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticesResponse
Returns the value of the author record component.
author() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns the value of the author record component.
author() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemsResponse
Returns the value of the author record component.
author() - Method in record class inha.git.project.api.controller.dto.response.CommentWithRepliesResponse
Returns the value of the author record component.
author() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the author record component.
author() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the author record component.
author() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the author record component.
author() - Method in record class inha.git.project.api.controller.dto.response.SearchReplyCommentResponse
Returns the value of the author record component.
author() - Method in record class inha.git.question.api.controller.dto.request.CommentWithRepliesResponse
Returns the value of the author record component.
author() - Method in record class inha.git.question.api.controller.dto.request.SearchReplyCommentResponse
Returns the value of the author record component.
author() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Returns the value of the author record component.
author() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Returns the value of the author record component.
author() - Method in record class inha.git.search.api.controller.dto.response.SearchResponse
Returns the value of the author record component.
author() - Method in record class inha.git.team.api.controller.dto.response.CommentWithRepliesResponse
Returns the value of the author record component.
AuthService - Interface in inha.git.auth.api.service
 
AuthServiceImpl - Class in inha.git.auth.api.service
AuthServiceImpl은 인증 관련 비즈니스 로직을 처리하는 서비스 클래스.
AuthServiceImpl() - Constructor for class inha.git.auth.api.service.AuthServiceImpl
 

B

BAD_REQUEST - Enum constant in enum class inha.git.common.code.status.ErrorStatus
400 : Request, Response 오류
Banner - Class in inha.git.banner.domain
Banner 엔티티는 애플리케이션의 배너 정보를 나타냄.
Banner() - Constructor for class inha.git.banner.domain.Banner
 
BANNER - Static variable in class inha.git.common.Constant
 
BANNER_CREATED_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
BANNER_FILE_EMPTY - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
BANNER_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
BannerController - Class in inha.git.banner.api.controller
BannerController는 banner 관련 엔드포인트를 처리.
BannerController() - Constructor for class inha.git.banner.api.controller.BannerController
 
BannerJpaRepository - Interface in inha.git.banner.domain.repository
BannerJpaRepository는 Banner 엔티티에 대한 데이터 액세스 기능을 제공.
BannerMapper - Interface in inha.git.banner.api.mapper
BannerMapper는 배너 정보를 변환하는 인터페이스.
bannerPathToBanner(User, String) - Method in interface inha.git.banner.api.mapper.BannerMapper
 
BannerResponse - Record Class in inha.git.banner.api.controller.dto.response
 
BannerResponse(Integer, String) - Constructor for record class inha.git.banner.api.controller.dto.response.BannerResponse
Creates an instance of a BannerResponse record class.
BannerService - Interface in inha.git.banner.api.service
 
BannerServiceImpl - Class in inha.git.banner.api.service
BannerServiceImpl은 BannerService 인터페이스를 구현하는 클래스.
BannerServiceImpl() - Constructor for class inha.git.banner.api.service.BannerServiceImpl
 
bannersToBannerResponses(List<Banner>) - Method in interface inha.git.banner.api.mapper.BannerMapper
 
bannerToBannerResponse(Banner) - Method in interface inha.git.banner.api.mapper.BannerMapper
 
BASE_DIR_SOURCE - Static variable in class inha.git.common.Constant
 
BASE_DIR_SOURCE_2 - Static variable in class inha.git.common.Constant
 
BaseCode - Interface in inha.git.common.code
BaseCode는 에러 코드와 이유를 반환하는 메서드를 정의하는 인터페이스.
basedir - Static variable in class inha.git.common.Constant
 
BaseEntity - Class in inha.git.common
BaseEntity는 모든 엔티티의 기본 속성을 정의하는 추상 클래스.
BaseEntity() - Constructor for class inha.git.common.BaseEntity
 
BaseEntity.State - Enum Class in inha.git.common
엔티티의 상태를 정의하는 열거형.
BaseErrorCode - Interface in inha.git.common.code
BaseErrorCode는 에러 코드와 이유를 반환하는 메서드를 정의하는 인터페이스.
BaseException - Exception in inha.git.common.exceptions
 
BaseException(ErrorStatus) - Constructor for exception inha.git.common.exceptions.BaseException
 
BaseResponse<T> - Class in inha.git.common
BaseResponse는 API 응답을 위한 공통 포맷을 제공하는 클래스.
BaseResponse() - Constructor for class inha.git.common.BaseResponse
 
BAT - Static variable in class inha.git.common.Constant
 
BATCH_STATISTICS_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
BatchCollegeStatisticsResponse - Record Class in inha.git.statistics.api.controller.dto.response
 
BatchCollegeStatisticsResponse(SearchCollegeResponse, List<SemesterStatistics>) - Constructor for record class inha.git.statistics.api.controller.dto.response.BatchCollegeStatisticsResponse
Creates an instance of a BatchCollegeStatisticsResponse record class.
BatchStatisticsQueryRepository - Class in inha.git.statistics.domain.repository
 
BatchStatisticsQueryRepository() - Constructor for class inha.git.statistics.domain.repository.BatchStatisticsQueryRepository
 
belongTeamNumber() - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Returns the value of the belongTeamNumber record component.
BLOCKED_USER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
blockUser(User, UserBlockRequest) - Method in class inha.git.admin.api.controller.AdminApproveController
유저 차단 API
blockUser(User, UserBlockRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
blockUser(User, UserBlockRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
유저 차단
BUG_REPORT_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
BUG_REPORT_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
BUG_REPORT_GET_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
BUG_REPORT_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
BUG_REPORT_STATE_CHANGE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
BUG_REPORT_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
BugReport - Class in inha.git.bug_report.domain
BugReport 엔티티는 애플리케이션의 버그 제보 정보를 나타냄.
BugReport() - Constructor for class inha.git.bug_report.domain.BugReport
 
BugReportController - Class in inha.git.bug_report.api.controller
BugReportController는 버그 제보 관련 엔드포인트를 처리.
BugReportController() - Constructor for class inha.git.bug_report.api.controller.BugReportController
 
BugReportJpaRepository - Interface in inha.git.bug_report.domain.repository
BugReportJpaRepository는 BugReport 엔티티에 대한 데이터 액세스 기능을 제공.
BugReportMapper - Interface in inha.git.bug_report.api.mapper
BugReportMapper는 버그 제보를 변환하는 인터페이스.
BugReportQueryRepository - Class in inha.git.bug_report.domain.repository
 
BugReportQueryRepository() - Constructor for class inha.git.bug_report.domain.repository.BugReportQueryRepository
 
BugReportResponse - Record Class in inha.git.bug_report.api.controller.dto.response
 
BugReportResponse(Integer) - Constructor for record class inha.git.bug_report.api.controller.dto.response.BugReportResponse
Creates an instance of a BugReportResponse record class.
BugReportService - Interface in inha.git.bug_report.api.service
 
BugReportServiceImpl - Class in inha.git.bug_report.api.service
BugReportServiceImpl은 BugReportService 인터페이스를 구현하는 클래스.
BugReportServiceImpl() - Constructor for class inha.git.bug_report.api.service.BugReportServiceImpl
 
bugReportToBugReportResponse(BugReport) - Method in interface inha.git.bug_report.api.mapper.BugReportMapper
bugReportToBugReportResponse는 BugReport를 BugReportResponse로 변환하는 메소드.
bugReportToSearchBugReportResponse(BugReport, SearchUserResponse) - Method in interface inha.git.bug_report.api.mapper.BugReportMapper
bugReportToSearchBugReportResponse는 BugReport를 SearchBugReportResponse로 변환하는 메소드.
bugStatus() - Method in record class inha.git.admin.api.controller.dto.request.ChangeBugReportStateRequest
Returns the value of the bugStatus record component.
bugStatus() - Method in record class inha.git.bug_report.api.controller.dto.request.SearchBugReportCond
Returns the value of the bugStatus record component.
bugStatus() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportResponse
Returns the value of the bugStatus record component.
bugStatus() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportsResponse
Returns the value of the bugStatus record component.
BugStatus - Enum Class in inha.git.bug_report.domain.enums
 
BUILD - Static variable in class inha.git.common.Constant
 

C

cancelCompany(User, CompanyCancelRequest) - Method in class inha.git.admin.api.controller.AssistantApproveController
기업 승인 취소 API
cancelCompany(User, CompanyCancelRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
cancelCompany(User, CompanyCancelRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
기업 승인 취소
cancelFoundingRecommend(User, RecommendRequest) - Method in class inha.git.project.api.controller.ProjectRecommendController
프로젝트 창업 추천 취소 API
cancelPatent(User, PatentCancelRequest) - Method in class inha.git.admin.api.controller.AdminApproveController
특허 승인 취소 API
cancelPatent(User, PatentCancelRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
cancelPatent(User, PatentCancelRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
특허 취소
cancelPatentRecommend(User, RecommendRequest) - Method in class inha.git.project.api.controller.ProjectRecommendController
프로젝트 좋아요 취소 API
cancelProfessor(User, ProfessorCancelRequest) - Method in class inha.git.admin.api.controller.AdminApproveController
교수 승인 취소 API
cancelProfessor(User, ProfessorCancelRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
cancelProfessor(User, ProfessorCancelRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
 
cancelProjectFoundingRecommend(User, RecommendRequest) - Method in interface inha.git.project.api.service.recommend.ProjectRecommendService
 
cancelProjectFoundingRecommend(User, RecommendRequest) - Method in class inha.git.project.api.service.recommend.ProjectRecommendServiceImpl
프로젝트 창업 추천 취소
cancelProjectLike(User, RecommendRequest) - Method in interface inha.git.project.api.service.recommend.ProjectRecommendService
 
cancelProjectLike(User, RecommendRequest) - Method in class inha.git.project.api.service.recommend.ProjectRecommendServiceImpl
프로젝트 좋아요 취소
cancelProjectRegistrationRecommend(User, RecommendRequest) - Method in interface inha.git.project.api.service.recommend.ProjectRecommendService
 
cancelProjectRegistrationRecommend(User, RecommendRequest) - Method in class inha.git.project.api.service.recommend.ProjectRecommendServiceImpl
프로젝트 등록 추천 취소
cancelProjectStar(User, ProjectStarCancelRequest) - Method in class inha.git.admin.api.controller.AdminApproveController
프로젝트 Star 승인 취소 API
cancelProjectStar(User, ProjectStarCancelRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
cancelProjectStar(User, ProjectStarCancelRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
프로젝트 Star 승인 취소
cancelRegistrationRecommend(User, RecommendRequest) - Method in class inha.git.project.api.controller.ProjectRecommendController
프로젝트 등록 추천 취소 API
CANNOT_BLOCK_ADMIN - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
CANNOT_DELETE_REPORT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
CANNOT_REPORT_MYSELF - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
canWrite(Class<?>, MediaType) - Method in class inha.git.common.converter.MultipartJackson2HttpMessageConverter
 
canWrite(Type, Class<?>, MediaType) - Method in class inha.git.common.converter.MultipartJackson2HttpMessageConverter
 
canWrite(MediaType) - Method in class inha.git.common.converter.MultipartJackson2HttpMessageConverter
 
categoriesToSearchCategoryResponses(List<Category>) - Method in interface inha.git.category.mapper.CategoryMapper
 
category() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the category record component.
category() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the category record component.
category() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the category record component.
category() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Returns the value of the category record component.
category() - Method in record class inha.git.statistics.api.controller.dto.response.ProjectStatisticsResponse
Returns the value of the category record component.
category() - Method in record class inha.git.statistics.api.controller.dto.response.QuestionStatisticsResponse
Returns the value of the category record component.
Category - Class in inha.git.category.domain
Category 엔티티는 애플리케이션의 교과 / 비교과 / 기타 정보를 나타냄.
Category() - Constructor for class inha.git.category.domain.Category
 
CATEGORY_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
CATEGORY_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
CATEGORY_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
CATEGORY_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
CATEGORY_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
CategoryController - Class in inha.git.category.controller
카테고리(교과/비교과/기타) 관련 API를 처리하는 컨트롤러입니다.
CategoryController() - Constructor for class inha.git.category.controller.CategoryController
 
categoryIdx() - Method in record class inha.git.project.api.controller.dto.request.CreateGithubProjectRequest
Returns the value of the categoryIdx record component.
categoryIdx() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectRequest
Returns the value of the categoryIdx record component.
categoryIdx() - Method in record class inha.git.project.api.controller.dto.request.SearchProjectCond
Returns the value of the categoryIdx record component.
categoryIdx() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectRequest
Returns the value of the categoryIdx record component.
categoryIdx() - Method in record class inha.git.question.api.controller.dto.request.SearchQuestionCond
Returns the value of the categoryIdx record component.
categoryIdx() - Method in record class inha.git.statistics.api.controller.dto.request.SearchCond
Returns the value of the categoryIdx record component.
CategoryJpaRepository - Interface in inha.git.category.domain.repository
CategoryJpaRepository는 Category 엔티티에 대한 데이터 액세스 기능을 제공.
CategoryMapper - Interface in inha.git.category.mapper
CategoryMapper는 Category 엔티티와 관련된 데이터 변환 기능을 제공.
CategoryNameUnique - Annotation Interface in inha.git.common.validation.annotation
카테고리 이름 중복 검증을 위한 Annotation.
CategoryNameUniqueValidator - Class in inha.git.common.validation.validator
카테고리 이름 중복 검증을 위한 Validator.
CategoryNameUniqueValidator() - Constructor for class inha.git.common.validation.validator.CategoryNameUniqueValidator
 
CategoryService - Interface in inha.git.category.service
 
CategoryServiceImpl - Class in inha.git.category.service
카테고리 관련 비즈니스 로직을 처리하는 서비스 구현체입니다.
CategoryServiceImpl() - Constructor for class inha.git.category.service.CategoryServiceImpl
 
categoryToCategoryResponse(Category) - Method in interface inha.git.category.mapper.CategoryMapper
 
CHANGE_PASSWORD_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
changeBugReportState(User, Integer, ChangeBugReportStateRequest) - Method in class inha.git.admin.api.controller.AdminApproveController
버그 제보 상태 변경 API
changeBugReportState(User, Integer, ChangeBugReportStateRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
changeBugReportState(User, Integer, ChangeBugReportStateRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
버그 제보 상태 변경
ChangeBugReportStateRequest - Record Class in inha.git.admin.api.controller.dto.request
 
ChangeBugReportStateRequest(BugStatus) - Constructor for record class inha.git.admin.api.controller.dto.request.ChangeBugReportStateRequest
Creates an instance of a ChangeBugReportStateRequest record class.
changePassword(ChangePasswordRequest) - Method in interface inha.git.auth.api.service.AuthService
 
changePassword(ChangePasswordRequest) - Method in class inha.git.auth.api.service.AuthServiceImpl
비밀번호 찾기 후 새로운 비밀번호로 변경하는 서비스입니다.
changePassword(User, UpdatePwRequest) - Method in class inha.git.user.api.controller.UserController
로그인한 사용자의 비밀번호를 변경합니다.
changePassword(Integer, UpdatePwRequest) - Method in interface inha.git.user.api.service.UserService
 
changePassword(Integer, UpdatePwRequest) - Method in class inha.git.user.api.service.UserServiceImpl
비밀번호 변경
ChangePasswordRequest - Record Class in inha.git.auth.api.controller.dto.request
 
ChangePasswordRequest(String, String) - Constructor for record class inha.git.auth.api.controller.dto.request.ChangePasswordRequest
Creates an instance of a ChangePasswordRequest record class.
CLASS - Static variable in class inha.git.common.Constant
 
code() - Method in record class inha.git.common.code.ErrorReasonDTO
Returns the value of the code record component.
code() - Method in record class inha.git.common.code.ReasonDTO
Returns the value of the code record component.
college() - Method in record class inha.git.statistics.api.controller.dto.response.BatchCollegeStatisticsResponse
Returns the value of the college record component.
college() - Method in record class inha.git.statistics.api.controller.dto.response.ProjectStatisticsResponse
Returns the value of the college record component.
college() - Method in record class inha.git.statistics.api.controller.dto.response.QuestionStatisticsResponse
Returns the value of the college record component.
College - Class in inha.git.college.domain
Field 엔티티는 애플리케이션의 필드 정보를 나타냄.
College() - Constructor for class inha.git.college.domain.College
 
COLLEGE - Enum constant in enum class inha.git.statistics.domain.enums.StatisticsType
 
COLLEGE_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
COLLEGE_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
COLLEGE_DETAIL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
COLLEGE_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
COLLEGE_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
COLLEGE_STATISTICS_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
COLLEGE_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
CollegeController - Class in inha.git.college.controller
단과대학 관련 API를 처리하는 컨트롤러입니다.
CollegeController() - Constructor for class inha.git.college.controller.CollegeController
 
collegeId() - Method in record class inha.git.statistics.api.controller.dto.data.CollegeStatisticsData
Returns the value of the collegeId record component.
collegeId() - Method in record class inha.git.statistics.api.controller.dto.response.CollegeStatisticsData
Returns the value of the collegeId record component.
collegeIdx() - Method in record class inha.git.department.api.controller.dto.request.CreateDepartmentRequest
Returns the value of the collegeIdx record component.
collegeIdx() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectTeamMemberRequest
Returns the value of the collegeIdx record component.
collegeIdx() - Method in record class inha.git.project.api.controller.dto.request.SearchProjectCond
Returns the value of the collegeIdx record component.
collegeIdx() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectTeamMemberRequest
Returns the value of the collegeIdx record component.
collegeIdx() - Method in record class inha.git.project.api.controller.dto.response.SearchTeamMemberResponse
Returns the value of the collegeIdx record component.
collegeIdx() - Method in record class inha.git.question.api.controller.dto.request.SearchQuestionCond
Returns the value of the collegeIdx record component.
collegeIdx() - Method in record class inha.git.statistics.api.controller.dto.request.SearchCond
Returns the value of the collegeIdx record component.
CollegeJpaRepository - Interface in inha.git.college.domain.repository
CollegeJpaRepository는 College 엔티티에 대한 데이터 액세스 기능을 제공.
CollegeMapper - Interface in inha.git.college.mapper
CollegeMapper는 College 엔티티와 관련된 데이터 변환 기능을 제공.
collegeName() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectTeamMemberRequest
Returns the value of the collegeName record component.
collegeName() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectTeamMemberRequest
Returns the value of the collegeName record component.
collegeName() - Method in record class inha.git.project.api.controller.dto.response.SearchTeamMemberResponse
Returns the value of the collegeName record component.
CollegeNameFormatValidator - Class in inha.git.common.validation.validator
단과대 이름이 한글로 되어 있고 "대학"으로 끝나는지 검증하기 위한 Validator.
CollegeNameFormatValidator() - Constructor for class inha.git.common.validation.validator.CollegeNameFormatValidator
 
CollegeNameUnique - Annotation Interface in inha.git.common.validation.annotation
 
CollegeNameUniqueValidator - Class in inha.git.common.validation.validator
단과대 이름 중복 검증을 위한 Validator.
CollegeNameUniqueValidator() - Constructor for class inha.git.common.validation.validator.CollegeNameUniqueValidator
 
CollegeService - Interface in inha.git.college.service
 
CollegeServiceImpl - Class in inha.git.college.service
단과대학 관련 비즈니스 로직을 처리하는 서비스 구현체입니다.
CollegeServiceImpl() - Constructor for class inha.git.college.service.CollegeServiceImpl
 
CollegeStatisticsData - Record Class in inha.git.statistics.api.controller.dto.data
 
CollegeStatisticsData - Record Class in inha.git.statistics.api.controller.dto.response
 
CollegeStatisticsData(Integer, Integer, Integer, Integer, Integer, Integer) - Constructor for record class inha.git.statistics.api.controller.dto.data.CollegeStatisticsData
Creates an instance of a CollegeStatisticsData record class.
CollegeStatisticsData(Integer, Integer, Integer, Integer, Integer, Integer) - Constructor for record class inha.git.statistics.api.controller.dto.response.CollegeStatisticsData
Creates an instance of a CollegeStatisticsData record class.
collegesToSearchCollegeResponses(List<College>) - Method in interface inha.git.college.mapper.CollegeMapper
 
collegeToSearchCollegeResponse(College) - Method in interface inha.git.college.mapper.CollegeMapper
 
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class inha.git.common.exceptions.handler.CustomAuthenticationEntryPoint
 
commentCount() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the commentCount record component.
commentCount() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the commentCount record component.
commentCount() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Returns the value of the commentCount record component.
commentIdx() - Method in record class inha.git.project.api.controller.dto.request.CreateReplyCommentRequest
Returns the value of the commentIdx record component.
commentIdx() - Method in record class inha.git.question.api.controller.dto.request.CreateReplyCommentRequest
Returns the value of the commentIdx record component.
commentIdx() - Method in record class inha.git.team.api.controller.dto.request.CreateReplyCommentRequest
Returns the value of the commentIdx record component.
CommentLikeRequest - Record Class in inha.git.project.api.controller.dto.request
 
CommentLikeRequest - Record Class in inha.git.question.api.controller.dto.request
 
CommentLikeRequest(Integer) - Constructor for record class inha.git.project.api.controller.dto.request.CommentLikeRequest
Creates an instance of a CommentLikeRequest record class.
CommentLikeRequest(Integer) - Constructor for record class inha.git.question.api.controller.dto.request.CommentLikeRequest
Creates an instance of a CommentLikeRequest record class.
CommentResponse - Record Class in inha.git.project.api.controller.dto.response
 
CommentResponse - Record Class in inha.git.question.api.controller.dto.response
 
CommentResponse(Integer) - Constructor for record class inha.git.project.api.controller.dto.response.CommentResponse
Creates an instance of a CommentResponse record class.
CommentResponse(Integer) - Constructor for record class inha.git.question.api.controller.dto.response.CommentResponse
Creates an instance of a CommentResponse record class.
CommentWithRepliesResponse - Record Class in inha.git.project.api.controller.dto.response
 
CommentWithRepliesResponse - Record Class in inha.git.question.api.controller.dto.request
 
CommentWithRepliesResponse - Record Class in inha.git.team.api.controller.dto.response
 
CommentWithRepliesResponse(Integer, String, SearchUserResponse, LocalDateTime, List<SearchReplyCommentResponse>) - Constructor for record class inha.git.team.api.controller.dto.response.CommentWithRepliesResponse
Creates an instance of a CommentWithRepliesResponse record class.
CommentWithRepliesResponse(Integer, String, SearchUserResponse, LocalDateTime, Integer, Boolean, List<SearchReplyCommentResponse>) - Constructor for record class inha.git.project.api.controller.dto.response.CommentWithRepliesResponse
Creates an instance of a CommentWithRepliesResponse record class.
CommentWithRepliesResponse(Integer, String, SearchUserResponse, LocalDateTime, Integer, Boolean, List<SearchReplyCommentResponse>) - Constructor for record class inha.git.question.api.controller.dto.request.CommentWithRepliesResponse
Creates an instance of a CommentWithRepliesResponse record class.
Company - Class in inha.git.user.domain
Company 엔티티는 애플리케이션의 기업 증명 정보를 나타냄.
Company() - Constructor for class inha.git.user.domain.Company
 
COMPANY - Enum constant in enum class inha.git.user.domain.enums.Role
 
COMPANY_ACCEPT_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
COMPANY_CANCEL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
COMPANY_CANNOT_CREATE_PROJECT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
COMPANY_CANNOT_CREATE_QUESTION - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
COMPANY_CANNOT_CREATE_TEAM - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
COMPANY_CANNOT_JOIN_TEAM - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
COMPANY_CREATE - Enum constant in enum class inha.git.user.domain.enums.Permission
 
COMPANY_DELETE - Enum constant in enum class inha.git.user.domain.enums.Permission
 
COMPANY_PROFESSOR_CANNOT_PARTICIPATE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
COMPANY_READ - Enum constant in enum class inha.git.user.domain.enums.Permission
 
COMPANY_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
COMPANY_SIGN_UP_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
COMPANY_SIGN_UP_TYPE - Static variable in class inha.git.common.Constant
 
COMPANY_TYPE - Static variable in class inha.git.common.Constant
 
COMPANY_UPDATE - Enum constant in enum class inha.git.user.domain.enums.Permission
 
CompanyAcceptRequest - Record Class in inha.git.admin.api.controller.dto.request
 
CompanyAcceptRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.CompanyAcceptRequest
Creates an instance of a CompanyAcceptRequest record class.
CompanyCancelRequest - Record Class in inha.git.admin.api.controller.dto.request
 
CompanyCancelRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.CompanyCancelRequest
Creates an instance of a CompanyCancelRequest record class.
CompanyJpaRepository - Interface in inha.git.user.domain.repository
CompanyJpaRepository는 Company 엔티티에 대한 데이터 액세스 기능을 제공.
CompanyService - Interface in inha.git.user.api.service
 
CompanyServiceImpl - Class in inha.git.user.api.service
기업 관련 비즈니스 로직을 처리하는 서비스 구현체입니다.
CompanyServiceImpl() - Constructor for class inha.git.user.api.service.CompanyServiceImpl
 
companySignup(CompanySignupRequest, MultipartFile) - Method in class inha.git.user.api.controller.UserController
기업 회원가입을 처리합니다.
companySignup(CompanySignupRequest, MultipartFile) - Method in interface inha.git.user.api.service.CompanyService
 
companySignup(CompanySignupRequest, MultipartFile) - Method in class inha.git.user.api.service.CompanyServiceImpl
기업 회원가입을 처리합니다.
CompanySignupRequest - Record Class in inha.git.user.api.controller.dto.request
SignupRequest는 회원 가입 요청 정보를 담는 DTO 클래스.
CompanySignupRequest(String, String, String, String) - Constructor for record class inha.git.user.api.controller.dto.request.CompanySignupRequest
Creates an instance of a CompanySignupRequest record class.
companySignupRequestToCompany(CompanySignupRequest, String) - Method in interface inha.git.user.api.mapper.UserMapper
CompanySignupRequest를 Company로 변환하는 메서드 정의
companySignupRequestToUser(CompanySignupRequest) - Method in interface inha.git.user.api.mapper.UserMapper
CompanySignupRequest를 User로 변환하는 메서드 정의
CompanySignupResponse - Record Class in inha.git.user.api.controller.dto.response
CompanySignupResponse는 회원 가입 응답 정보를 담는 DTO 클래스.
CompanySignupResponse(Integer) - Constructor for record class inha.git.user.api.controller.dto.response.CompanySignupResponse
Creates an instance of a CompanySignupResponse record class.
COMPLETE - Enum constant in enum class inha.git.problem.domain.enums.ProblemRequestStatus
 
COMPLETED - Enum constant in enum class inha.git.problem.domain.enums.ProblemStatus
 
CONFIRMED - Enum constant in enum class inha.git.bug_report.domain.enums.BugStatus
 
CONFIRMING - Enum constant in enum class inha.git.bug_report.domain.enums.BugStatus
 
Constant - Class in inha.git.common
 
Constant() - Constructor for class inha.git.common.Constant
 
content() - Method in record class inha.git.github.api.controller.dto.response.GithubFileContentResponse
Returns the value of the content record component.
contents() - Method in record class inha.git.bug_report.api.controller.dto.request.CreateBugReportRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.bug_report.api.controller.dto.request.UpdateBugReportRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportResponse
Returns the value of the contents record component.
contents() - Method in record class inha.git.notice.api.controller.dto.request.CreateNoticeRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.notice.api.controller.dto.request.UpdateNoticeRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeResponse
Returns the value of the contents record component.
contents() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.problem.api.controller.dto.request.CreateRequestProblemRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.problem.api.controller.dto.request.UpdateRequestProblemRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns the value of the contents record component.
contents() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Returns the value of the contents record component.
contents() - Method in record class inha.git.project.api.controller.dto.request.CreateCommentRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.project.api.controller.dto.request.CreateGithubProjectRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.project.api.controller.dto.request.CreateReplyCommentRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.project.api.controller.dto.request.UpdateCommentRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.project.api.controller.dto.request.UpdateReplyCommentRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.project.api.controller.dto.response.CommentWithRepliesResponse
Returns the value of the contents record component.
contents() - Method in record class inha.git.project.api.controller.dto.response.SearchFileDetailResponse
Returns the value of the contents record component.
contents() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the contents record component.
contents() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the contents record component.
contents() - Method in record class inha.git.project.api.controller.dto.response.SearchReplyCommentResponse
Returns the value of the contents record component.
contents() - Method in record class inha.git.question.api.controller.dto.request.CommentWithRepliesResponse
Returns the value of the contents record component.
contents() - Method in record class inha.git.question.api.controller.dto.request.CreateCommentRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.question.api.controller.dto.request.CreateQuestionRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.question.api.controller.dto.request.CreateReplyCommentRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.question.api.controller.dto.request.SearchReplyCommentResponse
Returns the value of the contents record component.
contents() - Method in record class inha.git.question.api.controller.dto.request.UpdateCommentRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.question.api.controller.dto.request.UpdateQuestionRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.question.api.controller.dto.request.UpdateReplyCommentRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Returns the value of the contents record component.
contents() - Method in record class inha.git.team.api.controller.dto.request.CreateCommentRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.team.api.controller.dto.request.CreateReplyCommentRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.team.api.controller.dto.request.CreateTeamPostRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.team.api.controller.dto.request.UpdateCommentRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.team.api.controller.dto.request.UpdateReplyCommentRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.team.api.controller.dto.request.UpdateTeamPostRequest
Returns the value of the contents record component.
contents() - Method in record class inha.git.team.api.controller.dto.response.CommentWithRepliesResponse
Returns the value of the contents record component.
contents() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostResponse
Returns the value of the contents record component.
countAcceptedByProjectId(Integer) - Method in interface inha.git.project.domain.repository.ProjectPatentJpaRepository
 
countByProject_Id(Integer) - Method in interface inha.git.mapping.domain.repository.FoundingRecommendJpaRepository
 
countByProject_Id(Integer) - Method in interface inha.git.mapping.domain.repository.ProjectLikeJpaRepository
 
countByProject_Id(Integer) - Method in interface inha.git.mapping.domain.repository.RegistrationRecommendJpaRepository
 
countByProject_UserAndProject_SemesterAndProject_ProjectFields_FieldAndProject_State(User, Semester, Field, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectPatentJpaRepository
 
countByUserAndSemesterAndProjectFields_FieldAndState(User, Semester, Field, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectJpaRepository
 
countByUserAndSemesterAndQuestionFields_FieldAndState(User, Semester, Field, BaseEntity.State) - Method in interface inha.git.question.domain.repository.QuestionJpaRepository
 
CREATE_AT - Static variable in class inha.git.common.Constant
 
createAt() - Method in record class inha.git.project.api.controller.dto.response.PatentResponses
Returns the value of the createAt record component.
createAt() - Method in record class inha.git.team.api.controller.dto.response.SearchRequestResponse
Returns the value of the createAt record component.
createBanner(User, CreateBannerRequest) - Method in class inha.git.banner.api.controller.BannerController
배너 생성
createBanner(User, CreateBannerRequest) - Method in interface inha.git.banner.api.service.BannerService
 
createBanner(User, CreateBannerRequest) - Method in class inha.git.banner.api.service.BannerServiceImpl
배너 생성
createBanner(User, MultipartFile) - Method in class inha.git.image.api.controller.ImageController
이미지 생성 API
CreateBannerRequest - Record Class in inha.git.banner.api.controller.dto.request
 
CreateBannerRequest(MultipartFile) - Constructor for record class inha.git.banner.api.controller.dto.request.CreateBannerRequest
Creates an instance of a CreateBannerRequest record class.
createBugReport(User, CreateBugReportRequest) - Method in class inha.git.bug_report.api.controller.BugReportController
버그 제보 API
createBugReport(User, CreateBugReportRequest) - Method in interface inha.git.bug_report.api.service.BugReportService
 
createBugReport(User, CreateBugReportRequest) - Method in class inha.git.bug_report.api.service.BugReportServiceImpl
createBugReport는 버그 제보를 생성하는 메소드.
CreateBugReportRequest - Record Class in inha.git.bug_report.api.controller.dto.request
 
CreateBugReportRequest(String, String) - Constructor for record class inha.git.bug_report.api.controller.dto.request.CreateBugReportRequest
Creates an instance of a CreateBugReportRequest record class.
createBugReportRequestToBugReport(User, CreateBugReportRequest) - Method in interface inha.git.bug_report.api.mapper.BugReportMapper
createBugReportRequestToBugReport는 CreateBugReportRequest를 BugReport로 변환하는 메소드.
createCategory(User, CreateCategoryRequest) - Method in class inha.git.category.controller.CategoryController
새로운 카테고리를 생성합니다.
createCategory(User, CreateCategoryRequest) - Method in interface inha.git.category.service.CategoryService
 
createCategory(User, CreateCategoryRequest) - Method in class inha.git.category.service.CategoryServiceImpl
새로운 카테고리를 생성하는 서비스입니다.
CreateCategoryRequest - Record Class in inha.git.category.controller.dto.request
 
CreateCategoryRequest(String) - Constructor for record class inha.git.category.controller.dto.request.CreateCategoryRequest
Creates an instance of a CreateCategoryRequest record class.
createCategoryRequestToSemester(CreateCategoryRequest) - Method in interface inha.git.category.mapper.CategoryMapper
 
createCollege(User, CreateCollegeRequest) - Method in class inha.git.college.controller.CollegeController
새로운 단과대학을 생성합니다.
createCollege(User, CreateCollegeRequest) - Method in interface inha.git.college.service.CollegeService
 
createCollege(User, CreateCollegeRequest) - Method in class inha.git.college.service.CollegeServiceImpl
새로운 단과대학을 생성합니다.
CreateCollegeRequest - Record Class in inha.git.college.controller.dto.request
 
CreateCollegeRequest(String) - Constructor for record class inha.git.college.controller.dto.request.CreateCollegeRequest
Creates an instance of a CreateCollegeRequest record class.
createCollegeRequestToCollege(CreateCollegeRequest) - Method in interface inha.git.college.mapper.CollegeMapper
CreateCollegeRequest를 College 엔티티로 변환
createComment(User, CreateCommentRequest) - Method in class inha.git.project.api.controller.ProjectCommentController
프로젝트 댓글 생성 API
createComment(User, CreateCommentRequest) - Method in interface inha.git.project.api.service.comment.comment.ProjectCommentCommandService
 
createComment(User, CreateCommentRequest) - Method in class inha.git.project.api.service.comment.comment.ProjectCommentCommandServiceImpl
댓글 생성
createComment(User, CreateCommentRequest) - Method in class inha.git.question.api.controller.QuestionCommentController
질문 댓글 생성 API
createComment(User, CreateCommentRequest) - Method in interface inha.git.question.api.service.QuestionCommentService
 
createComment(User, CreateCommentRequest) - Method in class inha.git.question.api.service.QuestionCommentServiceImpl
댓글 생성
createComment(User, CreateCommentRequest) - Method in class inha.git.team.api.controller.TeamCommentController
팀 게시글 댓글 생성 API
createComment(User, CreateCommentRequest) - Method in interface inha.git.team.api.service.TeamCommentService
 
createComment(User, CreateCommentRequest) - Method in class inha.git.team.api.service.TeamCommentServiceImpl
팀 게시글 댓글 생성
CreateCommentRequest - Record Class in inha.git.project.api.controller.dto.request
 
CreateCommentRequest - Record Class in inha.git.question.api.controller.dto.request
 
CreateCommentRequest - Record Class in inha.git.team.api.controller.dto.request
 
CreateCommentRequest(Integer, String) - Constructor for record class inha.git.project.api.controller.dto.request.CreateCommentRequest
Creates an instance of a CreateCommentRequest record class.
CreateCommentRequest(Integer, String) - Constructor for record class inha.git.question.api.controller.dto.request.CreateCommentRequest
Creates an instance of a CreateCommentRequest record class.
CreateCommentRequest(Integer, String) - Constructor for record class inha.git.team.api.controller.dto.request.CreateCommentRequest
Creates an instance of a CreateCommentRequest record class.
createdAt() - Method in record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.admin.api.controller.dto.response.SearchStudentResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.admin.api.controller.dto.response.SearchUserResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportsResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticesResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemsResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemsResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.project.api.controller.dto.response.CommentWithRepliesResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.project.api.controller.dto.response.ProjectStarResponses
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.project.api.controller.dto.response.SearchReplyCommentResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.question.api.controller.dto.request.CommentWithRepliesResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.question.api.controller.dto.request.SearchReplyCommentResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.report.api.controller.dto.response.SearchReportResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.search.api.controller.dto.response.SearchResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.team.api.controller.dto.response.CommentWithRepliesResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.team.api.controller.dto.response.SearchMyTeamsResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostsResponse
Returns the value of the createdAt record component.
createdAt() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamResponse
Returns the value of the createdAt record component.
createDepartment(User, CreateDepartmentRequest) - Method in class inha.git.department.api.controller.DepartmentController
새로운 학과를 생성합니다.
createDepartment(User, CreateDepartmentRequest) - Method in interface inha.git.department.api.service.DepartmentService
 
createDepartment(User, CreateDepartmentRequest) - Method in class inha.git.department.api.service.DepartmentServiceImpl
새로운 학과를 생성합니다.
CreateDepartmentRequest - Record Class in inha.git.department.api.controller.dto.request
 
CreateDepartmentRequest(Integer, String) - Constructor for record class inha.git.department.api.controller.dto.request.CreateDepartmentRequest
Creates an instance of a CreateDepartmentRequest record class.
createDepartmentRequestToDepartment(CreateDepartmentRequest, College) - Method in interface inha.git.department.api.mapper.DepartmentMapper
CreateDepartmentRequest를 Department 엔티티로 변환
createField(User, CreateFieldRequest) - Method in class inha.git.field.api.controller.FieldController
새로운 분야를 생성합니다.
createField(User, CreateFieldRequest) - Method in interface inha.git.field.api.service.FieldService
 
createField(User, CreateFieldRequest) - Method in class inha.git.field.api.service.FieldServiceImpl
새로운 분야를 생성합니다.
CreateFieldRequest - Record Class in inha.git.field.api.controller.dto.request
 
CreateFieldRequest(String) - Constructor for record class inha.git.field.api.controller.dto.request.CreateFieldRequest
Creates an instance of a CreateFieldRequest record class.
createFieldRequestToField(CreateFieldRequest) - Method in interface inha.git.field.api.mapper.FieldMapper
CreateFieldRequest를 Field 엔티티로 변환
createGithubProject(User, CreateGithubProjectRequest) - Method in class inha.git.project.api.controller.ProjectController
GitHub 프로젝트 생성
createGithubProject(User, CreateGithubProjectRequest) - Method in interface inha.git.project.api.service.github.GithubProjectService
 
createGithubProject(User, CreateGithubProjectRequest) - Method in class inha.git.project.api.service.github.GithubProjectServiceImpl
깃허브 프로젝트 생성
CreateGithubProjectRequest - Record Class in inha.git.project.api.controller.dto.request
 
CreateGithubProjectRequest(String, String, String, List<Integer>, String, Integer, Integer, Boolean) - Constructor for record class inha.git.project.api.controller.dto.request.CreateGithubProjectRequest
Creates an instance of a CreateGithubProjectRequest record class.
createGithubProjectRequestToProject(CreateGithubProjectRequest, User, Semester, Category) - Method in interface inha.git.project.api.mapper.ProjectMapper
CreateGithubProjectRequest를 Project 엔티티로 변환
createHeaders(Row, Workbook) - Method in class inha.git.statistics.api.service.AbstractExcelService
 
createHeaderStyle(Workbook) - Method in class inha.git.statistics.api.service.AbstractExcelService
 
createImage(User, MultipartFile) - Method in interface inha.git.image.api.service.ImageService
 
createImage(User, MultipartFile) - Method in class inha.git.image.api.service.ImageServiceImpl
이미지 생성
createNotice(User, CreateNoticeRequest, List<MultipartFile>) - Method in class inha.git.notice.api.controller.NoticeController
새로운 공지사항을 생성합니다.
createNotice(User, CreateNoticeRequest, List<MultipartFile>) - Method in interface inha.git.notice.api.service.NoticeService
 
createNotice(User, CreateNoticeRequest, List<MultipartFile>) - Method in class inha.git.notice.api.service.NoticeServiceImpl
새로운 공지사항을 생성합니다.
createNoticeAttachmentRequestToNoticeAttachment(String, String, Notice) - Method in interface inha.git.notice.api.mapper.NoticeMapper
CreateNoticeRequest를 Notice 엔티티로 변환
CreateNoticeRequest - Record Class in inha.git.notice.api.controller.dto.request
 
CreateNoticeRequest(String, String) - Constructor for record class inha.git.notice.api.controller.dto.request.CreateNoticeRequest
Creates an instance of a CreateNoticeRequest record class.
createNoticeRequestToNotice(User, CreateNoticeRequest) - Method in interface inha.git.notice.api.mapper.NoticeMapper
CreateNoticeRequest를 Notice 엔티티로 변환
createPatent(User, CreatePatentRequest, MultipartFile) - Method in class inha.git.project.api.controller.ProjectPatentController
특허 등록 API
createPatent(User, CreatePatentRequest, MultipartFile) - Method in interface inha.git.project.api.service.patent.ProjectPatentService
 
createPatent(User, CreatePatentRequest, MultipartFile) - Method in class inha.git.project.api.service.patent.ProjectPatentServiceImpl
특허 정보를 등록합니다.
CreatePatentInventorRequest - Record Class in inha.git.project.api.controller.dto.request
 
CreatePatentInventorRequest(String, String, String, String, Boolean, String, String) - Constructor for record class inha.git.project.api.controller.dto.request.CreatePatentInventorRequest
Creates an instance of a CreatePatentInventorRequest record class.
CreatePatentRequest - Record Class in inha.git.project.api.controller.dto.request
 
CreatePatentRequest(Integer, String, PatentType, String, String, String, String, String, List<CreatePatentInventorRequest>) - Constructor for record class inha.git.project.api.controller.dto.request.CreatePatentRequest
Creates an instance of a CreatePatentRequest record class.
createProblem(User, CreateProblemRequest, List<MultipartFile>) - Method in class inha.git.problem.api.controller.ProblemController
문제 생성 API
createProblem(User, CreateProblemRequest, List<MultipartFile>) - Method in interface inha.git.problem.api.service.ProblemService
 
createProblem(User, CreateProblemRequest, List<MultipartFile>) - Method in class inha.git.problem.api.service.ProblemServiceImpl
문제 생성
CreateProblemApproveRequest - Record Class in inha.git.problem.api.controller.dto.request
 
CreateProblemApproveRequest(Integer) - Constructor for record class inha.git.problem.api.controller.dto.request.CreateProblemApproveRequest
Creates an instance of a CreateProblemApproveRequest record class.
createProblemAttachmentRequestToProblemAttachment(String, String, Problem) - Method in interface inha.git.problem.api.mapper.ProblemMapper
 
createProblemField(Problem, Field) - Method in interface inha.git.problem.api.mapper.ProblemMapper
 
CreateProblemParticipantRequest - Record Class in inha.git.problem.api.controller.dto.request
 
CreateProblemParticipantRequest(String, Boolean, String, String, Grade, Integer) - Constructor for record class inha.git.problem.api.controller.dto.request.CreateProblemParticipantRequest
Creates an instance of a CreateProblemParticipantRequest record class.
CreateProblemRequest - Record Class in inha.git.problem.api.controller.dto.request
 
CreateProblemRequest(String, String, String, List<Integer>) - Constructor for record class inha.git.problem.api.controller.dto.request.CreateProblemRequest
Creates an instance of a CreateProblemRequest record class.
createProblemRequestToProblem(User, CreateProblemRequest) - Method in interface inha.git.problem.api.mapper.ProblemMapper
 
createProject(User, CreateProjectRequest, MultipartFile) - Method in class inha.git.project.api.controller.ProjectController
프로젝트 생성
createProject(User, CreateProjectRequest, MultipartFile) - Method in interface inha.git.project.api.service.command.ProjectCommandService
 
createProject(User, CreateProjectRequest, MultipartFile) - Method in class inha.git.project.api.service.command.ProjectCommandServiceImpl
프로젝트 생성
createProjectCommentLike(User, ProjectComment) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
createProjectField(Project, Field) - Method in interface inha.git.project.api.mapper.ProjectMapper
ProjectField 엔티티 생성
createProjectFoundingRecommend(User, RecommendRequest) - Method in interface inha.git.project.api.service.recommend.ProjectRecommendService
 
createProjectFoundingRecommend(User, RecommendRequest) - Method in class inha.git.project.api.service.recommend.ProjectRecommendServiceImpl
프로젝트 창업 추천
createProjectFoundingRecommend(User, Project) - Method in interface inha.git.project.api.mapper.ProjectMapper
FoundingRecommend 엔티티 생성
createProjectLike(User, RecommendRequest) - Method in interface inha.git.project.api.service.recommend.ProjectRecommendService
 
createProjectLike(User, RecommendRequest) - Method in class inha.git.project.api.service.recommend.ProjectRecommendServiceImpl
프로젝트 좋아요 추천
createProjectLike(User, Project) - Method in interface inha.git.project.api.mapper.ProjectMapper
좋아요 엔티티 생성
createProjectRegistrationRecommend(User, RecommendRequest) - Method in interface inha.git.project.api.service.recommend.ProjectRecommendService
 
createProjectRegistrationRecommend(User, RecommendRequest) - Method in class inha.git.project.api.service.recommend.ProjectRecommendServiceImpl
프로젝트 등록 추천
createProjectRegistrationRecommend(User, Project) - Method in interface inha.git.project.api.mapper.ProjectMapper
등록 추천 엔티티 생성
createProjectReplyCommentLike(User, ProjectReplyComment) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
CreateProjectRequest - Record Class in inha.git.project.api.controller.dto.request
 
CreateProjectRequest(String, String, String, List<Integer>, Integer, Integer, Boolean, List<CreateProjectTeamMemberRequest>) - Constructor for record class inha.git.project.api.controller.dto.request.CreateProjectRequest
Creates an instance of a CreateProjectRequest record class.
createProjectRequestToProject(CreateProjectRequest, User, Semester, Category) - Method in interface inha.git.project.api.mapper.ProjectMapper
CreateProjectRequest를 Project 엔티티로 변환
createProjectStar(User, ProjectStarAcceptRequest) - Method in interface inha.git.project.api.service.star.ProjectStarService
 
createProjectStar(User, ProjectStarAcceptRequest) - Method in class inha.git.project.api.service.star.ProjectStarServiceImpl
Star 게시글을 등록합니다.
CreateProjectTeamMemberRequest - Record Class in inha.git.project.api.controller.dto.request
 
CreateProjectTeamMemberRequest(String, String, String, String, String, Integer, Integer) - Constructor for record class inha.git.project.api.controller.dto.request.CreateProjectTeamMemberRequest
Creates an instance of a CreateProjectTeamMemberRequest record class.
createProjectUpload(String, String, Project) - Method in interface inha.git.project.api.mapper.ProjectMapper
Project 엔티티를 UpdateProjectResponse로 변환
createQuestion(User, CreateQuestionRequest) - Method in class inha.git.question.api.controller.QuestionController
질문 생성(기업제외) API
createQuestion(User, CreateQuestionRequest) - Method in interface inha.git.question.api.service.QuestionService
 
createQuestion(User, CreateQuestionRequest) - Method in class inha.git.question.api.service.QuestionServiceImpl
질문 생성
createQuestionCommentLike(User, QuestionComment) - Method in interface inha.git.question.api.mapper.QuestionMapper
 
createQuestionField(Question, Field) - Method in interface inha.git.question.api.mapper.QuestionMapper
QuestionField를 생성합니다.
createQuestionLike(User, LikeRequest) - Method in interface inha.git.question.api.service.QuestionService
 
createQuestionLike(User, LikeRequest) - Method in class inha.git.question.api.service.QuestionServiceImpl
질문 좋아요 생성
createQuestionLike(User, Question) - Method in interface inha.git.question.api.mapper.QuestionMapper
QuestionLike를 생성합니다.
createQuestionReplyCommentLike(User, QuestionReplyComment) - Method in interface inha.git.question.api.mapper.QuestionMapper
QuestionReplyCommentLike를 생성합니다.
CreateQuestionRequest - Record Class in inha.git.question.api.controller.dto.request
 
CreateQuestionRequest(String, String, String, List<Integer>, Integer) - Constructor for record class inha.git.question.api.controller.dto.request.CreateQuestionRequest
Creates an instance of a CreateQuestionRequest record class.
createQuestionRequestToQuestion(CreateQuestionRequest, User, Semester, Category) - Method in interface inha.git.question.api.mapper.QuestionMapper
CreateQuestionRequest를 Question으로 변환합니다.
createReply(User, CreateReplyCommentRequest) - Method in class inha.git.project.api.controller.ProjectCommentController
프로젝트 댓글 답글 생성 API
createReply(User, CreateReplyCommentRequest) - Method in interface inha.git.project.api.service.comment.reply.ProjectReplyCommentCommandService
 
createReply(User, CreateReplyCommentRequest) - Method in class inha.git.project.api.service.comment.reply.ProjectReplyCommentCommandServiceImpl
답글 생성
createReplyComment(User, CreateReplyCommentRequest) - Method in class inha.git.question.api.controller.QuestionCommentController
질문 댓글 답글 생성 API
createReplyComment(User, CreateReplyCommentRequest) - Method in interface inha.git.question.api.service.QuestionCommentService
 
createReplyComment(User, CreateReplyCommentRequest) - Method in class inha.git.question.api.service.QuestionCommentServiceImpl
답글 생성
createReplyComment(User, CreateReplyCommentRequest) - Method in class inha.git.team.api.controller.TeamCommentController
 
createReplyComment(User, CreateReplyCommentRequest) - Method in interface inha.git.team.api.service.TeamCommentService
 
createReplyComment(User, CreateReplyCommentRequest) - Method in class inha.git.team.api.service.TeamCommentServiceImpl
팀 게시글 대댓글 생성
CreateReplyCommentRequest - Record Class in inha.git.project.api.controller.dto.request
 
CreateReplyCommentRequest - Record Class in inha.git.question.api.controller.dto.request
 
CreateReplyCommentRequest - Record Class in inha.git.team.api.controller.dto.request
 
CreateReplyCommentRequest(Integer, String) - Constructor for record class inha.git.project.api.controller.dto.request.CreateReplyCommentRequest
Creates an instance of a CreateReplyCommentRequest record class.
CreateReplyCommentRequest(Integer, String) - Constructor for record class inha.git.question.api.controller.dto.request.CreateReplyCommentRequest
Creates an instance of a CreateReplyCommentRequest record class.
CreateReplyCommentRequest(Integer, String) - Constructor for record class inha.git.team.api.controller.dto.request.CreateReplyCommentRequest
Creates an instance of a CreateReplyCommentRequest record class.
createReport(User, CreateReportRequest) - Method in class inha.git.report.api.controller.RepportController
신고 API
createReport(User, CreateReportRequest) - Method in interface inha.git.report.api.service.ReportService
 
createReport(User, CreateReportRequest) - Method in class inha.git.report.api.service.ReportServiceImpl
신고 생성
CreateReportRequest - Record Class in inha.git.report.api.controller.dto.request
 
CreateReportRequest(Integer, Integer, Integer, String) - Constructor for record class inha.git.report.api.controller.dto.request.CreateReportRequest
Creates an instance of a CreateReportRequest record class.
createReportRequestToReport(User, User, CreateReportRequest, ReportType, ReportReason) - Method in interface inha.git.report.api.mapper.ReportMapper
CreateReportRequest를 Report 엔티티로 변환
CreateRequestProblemRequest - Record Class in inha.git.problem.api.controller.dto.request
 
CreateRequestProblemRequest(String, String, String, List<CreateProblemParticipantRequest>) - Constructor for record class inha.git.problem.api.controller.dto.request.CreateRequestProblemRequest
Creates an instance of a CreateRequestProblemRequest record class.
createRequestTeamUser(User, Team) - Method in interface inha.git.team.api.mapper.TeamMapper
요청된 팀 사용자를 생성.
createSemester(User, CreateSemesterRequest) - Method in class inha.git.semester.controller.SemesterController
새로운 학기를 생성합니다.
createSemester(User, CreateSemesterRequest) - Method in interface inha.git.semester.service.SemesterService
 
createSemester(User, CreateSemesterRequest) - Method in class inha.git.semester.service.SemesterServiceImpl
새로운 학기를 생성합니다.
CreateSemesterRequest - Record Class in inha.git.semester.controller.dto.request
 
CreateSemesterRequest(String) - Constructor for record class inha.git.semester.controller.dto.request.CreateSemesterRequest
Creates an instance of a CreateSemesterRequest record class.
createSemesterRequestToSemester(CreateSemesterRequest) - Method in interface inha.git.semester.mapper.SemesterMapper
 
createTeam(User, CreateTeamRequest) - Method in class inha.git.team.api.controller.TeamController
팀 생성 API
createTeam(User, CreateTeamRequest) - Method in interface inha.git.team.api.service.TeamService
 
createTeam(User, CreateTeamRequest) - Method in class inha.git.team.api.service.TeamServiceImpl
팀 생성
createTeamPost(Team, CreateTeamPostRequest) - Method in interface inha.git.team.api.mapper.TeamMapper
팀 게시글을 생성.
createTeamPost(User, CreateTeamPostRequest) - Method in class inha.git.team.api.controller.TeamPostController
팀 게시글 생성 API
createTeamPost(User, CreateTeamPostRequest) - Method in interface inha.git.team.api.service.TeamPostService
 
createTeamPost(User, CreateTeamPostRequest) - Method in class inha.git.team.api.service.TeamPostServiceImpl
팀 게시글을 생성
CreateTeamPostRequest - Record Class in inha.git.team.api.controller.dto.request
 
CreateTeamPostRequest(String, String, Integer) - Constructor for record class inha.git.team.api.controller.dto.request.CreateTeamPostRequest
Creates an instance of a CreateTeamPostRequest record class.
CreateTeamRequest - Record Class in inha.git.team.api.controller.dto.request
 
CreateTeamRequest(String, Integer) - Constructor for record class inha.git.team.api.controller.dto.request.CreateTeamRequest
Creates an instance of a CreateTeamRequest record class.
CreateTeamRequestProblemRequest - Record Class in inha.git.problem.api.controller.dto.request
 
CreateTeamRequestProblemRequest(Integer, Integer) - Constructor for record class inha.git.problem.api.controller.dto.request.CreateTeamRequestProblemRequest
Creates an instance of a CreateTeamRequestProblemRequest record class.
createTeamRequestToTeam(CreateTeamRequest, User) - Method in interface inha.git.team.api.mapper.TeamMapper
CreateTeamRequest를 Team 엔티티로 변환.
createTeamUser(User, Team) - Method in interface inha.git.team.api.mapper.TeamMapper
팀 사용자를 생성.
currentMember() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamResponse
Returns the value of the currentMember record component.
CURRICULUM - Static variable in class inha.git.common.Constant
 
CustomAccessDeniedHandler - Class in inha.git.common.exceptions.handler
 
CustomAccessDeniedHandler() - Constructor for class inha.git.common.exceptions.handler.CustomAccessDeniedHandler
 
CustomAuthenticationEntryPoint - Class in inha.git.common.exceptions.handler
 
CustomAuthenticationEntryPoint() - Constructor for class inha.git.common.exceptions.handler.CustomAuthenticationEntryPoint
 

D

DATABASE_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
decreaseCommentCount() - Method in class inha.git.project.domain.Project
 
decreaseCommentCount() - Method in class inha.git.question.domain.Question
 
decreaseCurrentMemberNumber() - Method in class inha.git.team.domain.Team
 
decreaseParticipantCount() - Method in class inha.git.problem.domain.Problem
 
decreaseReportCount() - Method in class inha.git.user.domain.User
 
decrementGithubProjectCount() - Method in class inha.git.statistics.domain.Statistics
 
decrementLocalProjectCount() - Method in class inha.git.statistics.domain.Statistics
 
decrementPatentCount() - Method in class inha.git.statistics.domain.Statistics
 
decrementPatentParticipation() - Method in class inha.git.statistics.domain.Statistics
 
decrementProjectParticipation() - Method in class inha.git.statistics.domain.Statistics
 
decrementQuestionCount() - Method in class inha.git.statistics.domain.Statistics
 
decrementQuestionParticipation() - Method in class inha.git.statistics.domain.Statistics
 
defaultBranch() - Method in record class inha.git.github.api.controller.dto.response.GithubRepositoryResponse
Returns the value of the defaultBranch record component.
deleteAllByProject(Project) - Method in interface inha.git.project.domain.repository.ProjectTeamMemberJpaRepository
 
deleteAllByProjectPatent(ProjectPatent) - Method in interface inha.git.project.domain.repository.ProjectPatentInventorJpaRepository
 
deleteBugReport(User, Integer) - Method in class inha.git.bug_report.api.controller.BugReportController
버그 제보 삭제 API
deleteBugReport(User, Integer) - Method in interface inha.git.bug_report.api.service.BugReportService
 
deleteBugReport(User, Integer) - Method in class inha.git.bug_report.api.service.BugReportServiceImpl
deleteBugReport는 버그 제보를 삭제하는 메소드.
deleteByProblem(Problem) - Method in interface inha.git.mapping.domain.repository.ProblemFieldJpaRepository
 
deleteByProblemAndFieldId(Problem, Integer) - Method in interface inha.git.mapping.domain.repository.ProblemFieldJpaRepository
 
deleteByProject(Project) - Method in interface inha.git.mapping.domain.repository.ProjectFieldJpaRepository
 
deleteByProject_Id(Integer) - Method in interface inha.git.project.domain.repository.ProjectStarJpaRepository
 
deleteByProjectAndFieldId(Project, Integer) - Method in interface inha.git.mapping.domain.repository.ProjectFieldJpaRepository
 
deleteByQuestion(Question) - Method in interface inha.git.mapping.domain.repository.QuestionFieldJpaRepository
 
deleteByUserAndProject(User, Project) - Method in interface inha.git.mapping.domain.repository.FoundingRecommendJpaRepository
 
deleteByUserAndProject(User, Project) - Method in interface inha.git.mapping.domain.repository.ProjectLikeJpaRepository
 
deleteByUserAndProject(User, Project) - Method in interface inha.git.mapping.domain.repository.RegistrationRecommendJpaRepository
 
deleteByUserAndProjectComment(User, ProjectComment) - Method in interface inha.git.mapping.domain.repository.ProjectCommentLikeJpaRepository
 
deleteByUserAndProjectReplyComment(User, ProjectReplyComment) - Method in interface inha.git.mapping.domain.repository.ProjectReplyCommentLikeJpaRepository
 
deleteByUserAndQuestion(User, Question) - Method in interface inha.git.mapping.domain.repository.QuestionLikeJpaRepository
 
deleteByUserAndQuestionComment(User, QuestionComment) - Method in interface inha.git.mapping.domain.repository.QuestionCommentLikeJpaRepository
 
deleteByUserAndQuestionReplyComment(User, QuestionReplyComment) - Method in interface inha.git.mapping.domain.repository.QuestionReplyCommentLikeJpaRepository
 
deleteCategory(User, Integer) - Method in class inha.git.category.controller.CategoryController
카테고리를 소프트 삭제(상태 변경) 처리합니다.
deleteCategory(User, Integer) - Method in interface inha.git.category.service.CategoryService
 
deleteCategory(User, Integer) - Method in class inha.git.category.service.CategoryServiceImpl
카테고리를 삭제(비활성화) 처리하는 서비스입니다.
deleteCollege(User, Integer) - Method in class inha.git.college.controller.CollegeController
단과대학을 삭제(비활성화) 처리합니다.
deleteCollege(User, Integer) - Method in interface inha.git.college.service.CollegeService
 
deleteCollege(User, Integer) - Method in class inha.git.college.service.CollegeServiceImpl
단과대학을 삭제(비활성화) 처리합니다.
deleteComment(User, Integer) - Method in class inha.git.project.api.controller.ProjectCommentController
프로젝트 댓글 삭제 API
deleteComment(User, Integer) - Method in interface inha.git.project.api.service.comment.comment.ProjectCommentCommandService
 
deleteComment(User, Integer) - Method in class inha.git.project.api.service.comment.comment.ProjectCommentCommandServiceImpl
댓글 삭제
deleteComment(User, Integer) - Method in class inha.git.question.api.controller.QuestionCommentController
질문 댓글 삭제 API
deleteComment(User, Integer) - Method in interface inha.git.question.api.service.QuestionCommentService
 
deleteComment(User, Integer) - Method in class inha.git.question.api.service.QuestionCommentServiceImpl
댓글 삭제
deleteComment(User, Integer) - Method in class inha.git.team.api.controller.TeamCommentController
팀 게시글 댓글 삭제 API
deleteComment(User, Integer) - Method in interface inha.git.team.api.service.TeamCommentService
 
deleteComment(User, Integer) - Method in class inha.git.team.api.service.TeamCommentServiceImpl
팀 게시글 댓글 삭제
deletedAt() - Method in record class inha.git.report.api.controller.dto.response.SearchReportResponse
Returns the value of the deletedAt record component.
deleteDepartment(User, Integer) - Method in class inha.git.department.api.controller.DepartmentController
학과를 삭제(비활성화) 처리합니다.
deleteDepartment(User, Integer) - Method in interface inha.git.department.api.service.DepartmentService
 
deleteDepartment(User, Integer) - Method in class inha.git.department.api.service.DepartmentServiceImpl
학과를 삭제(비활성화) 처리합니다.
deleteDirectory(String) - Static method in class inha.git.utils.file.FilePath
디렉토리 삭제
deleteField(User, Integer) - Method in class inha.git.field.api.controller.FieldController
분야를 삭제(비활성화) 처리합니다.
deleteField(User, Integer) - Method in interface inha.git.field.api.service.FieldService
 
deleteField(User, Integer) - Method in class inha.git.field.api.service.FieldServiceImpl
분야를 삭제(비활성화) 처리합니다.
deleteFile(String) - Static method in class inha.git.utils.file.FilePath
파일 삭제
deleteNotice(User, Integer) - Method in class inha.git.notice.api.controller.NoticeController
공지사항을 삭제(비활성화) 처리합니다.
deleteNotice(User, Integer) - Method in interface inha.git.notice.api.service.NoticeService
 
deleteNotice(User, Integer) - Method in class inha.git.notice.api.service.NoticeServiceImpl
공지사항을 삭제(비활성화) 처리합니다.
deletePatent(User, Integer) - Method in class inha.git.project.api.controller.ProjectPatentController
특허 삭제 API
deletePatent(User, Integer) - Method in interface inha.git.project.api.service.patent.ProjectPatentService
 
deletePatent(User, Integer) - Method in class inha.git.project.api.service.patent.ProjectPatentServiceImpl
특허 삭제 메서드
deleteProblem(User, Integer) - Method in class inha.git.problem.api.controller.ProblemController
문제 삭제 API
deleteProblem(User, Integer) - Method in interface inha.git.problem.api.service.ProblemService
 
deleteProblem(User, Integer) - Method in class inha.git.problem.api.service.ProblemServiceImpl
문제 삭제
deleteProject(User, Integer) - Method in class inha.git.project.api.controller.ProjectController
프로젝트 삭제
deleteProject(User, Integer) - Method in interface inha.git.project.api.service.command.ProjectCommandService
 
deleteProject(User, Integer) - Method in class inha.git.project.api.service.command.ProjectCommandServiceImpl
프로젝트 삭제
deleteProjectStar(User, Integer) - Method in interface inha.git.project.api.service.star.ProjectStarService
 
deleteProjectStar(User, Integer) - Method in class inha.git.project.api.service.star.ProjectStarServiceImpl
프로젝트 Star 삭제 메서드
deleteQuestion(User, Integer) - Method in class inha.git.question.api.controller.QuestionController
질문 삭제 API
deleteQuestion(User, Integer) - Method in interface inha.git.question.api.service.QuestionService
 
deleteQuestion(User, Integer) - Method in class inha.git.question.api.service.QuestionServiceImpl
질문 삭제
deleteReply(User, Integer) - Method in class inha.git.project.api.controller.ProjectCommentController
프로젝트 댓글 답글 삭제 API
deleteReply(User, Integer) - Method in interface inha.git.project.api.service.comment.reply.ProjectReplyCommentCommandService
 
deleteReply(User, Integer) - Method in class inha.git.project.api.service.comment.reply.ProjectReplyCommentCommandServiceImpl
답글 삭제
deleteReplyComment(User, Integer) - Method in class inha.git.question.api.controller.QuestionCommentController
질문 댓글 답글 삭제 API
deleteReplyComment(User, Integer) - Method in interface inha.git.question.api.service.QuestionCommentService
 
deleteReplyComment(User, Integer) - Method in class inha.git.question.api.service.QuestionCommentServiceImpl
답글 삭제
deleteReplyComment(User, Integer) - Method in class inha.git.team.api.controller.TeamCommentController
팀 게시글 대댓글 삭제 API
deleteReplyComment(User, Integer) - Method in interface inha.git.team.api.service.TeamCommentService
 
deleteReplyComment(User, Integer) - Method in class inha.git.team.api.service.TeamCommentServiceImpl
팀 게시글 대댓글 삭제
deleteReport(User, Integer) - Method in class inha.git.report.api.controller.RepportController
신고 취소/삭제 API
deleteReport(User, Integer) - Method in interface inha.git.report.api.service.ReportService
 
deleteReport(User, Integer) - Method in class inha.git.report.api.service.ReportServiceImpl
신고 삭제
deleteRequestProblem(User, Integer) - Method in class inha.git.problem.api.controller.ProblemRequestController
 
deleteRequestProblem(User, Integer) - Method in interface inha.git.problem.api.service.ProblemRequestService
 
deleteRequestProblem(User, Integer) - Method in class inha.git.problem.api.service.ProblemRequestServiceImpl
 
deleteSemester(User, Integer) - Method in class inha.git.semester.controller.SemesterController
학기를 삭제(비활성화) 처리합니다.
deleteSemester(User, Integer) - Method in interface inha.git.semester.service.SemesterService
 
deleteSemester(User, Integer) - Method in class inha.git.semester.service.SemesterServiceImpl
학기를 삭제(비활성화) 처리합니다.
deleteTeam(User, Integer) - Method in class inha.git.team.api.controller.TeamController
팀 삭제 API
deleteTeam(User, Integer) - Method in interface inha.git.team.api.service.TeamService
 
deleteTeam(User, Integer) - Method in class inha.git.team.api.service.TeamServiceImpl
팀 삭제
deleteTeamPost(User, Integer) - Method in class inha.git.team.api.controller.TeamPostController
팀 게시글 삭제 API
deleteTeamPost(User, Integer) - Method in interface inha.git.team.api.service.TeamPostService
 
deleteTeamPost(User, Integer) - Method in class inha.git.team.api.service.TeamPostServiceImpl
팀 게시글을 삭제
deleteValueOps(String) - Method in class inha.git.utils.RedisProvider
키에 대한 값을 삭제하는 메서드.
demotion(User, AdminDemotionRequest) - Method in class inha.git.admin.api.controller.AdminApproveController
관리자 승격 취소 API
demotion(User, AdminDemotionRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
demotion(User, AdminDemotionRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
관리자 권한 박탈
DEMOTION_CREATED - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
demotionStudent(User, AssistantDemotionRequest) - Method in class inha.git.admin.api.controller.AssistantApproveController
학생 승인 취소 API
demotionStudent(User, AssistantDemotionRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
demotionStudent(User, AssistantDemotionRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
조교 승격 취소
department() - Method in record class inha.git.problem.api.controller.dto.response.ProblemParticipantResponse
Returns the value of the department record component.
department() - Method in record class inha.git.statistics.api.controller.dto.response.ProjectStatisticsResponse
Returns the value of the department record component.
department() - Method in record class inha.git.statistics.api.controller.dto.response.QuestionStatisticsResponse
Returns the value of the department record component.
Department - Class in inha.git.department.domain
Department 엔티티는 애플리케이션의 학과 정보를 나타냄.
Department() - Constructor for class inha.git.department.domain.Department
 
DEPARTMENT - Enum constant in enum class inha.git.statistics.domain.enums.StatisticsType
 
DEPARTMENT_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
DEPARTMENT_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
DEPARTMENT_NOT_BELONG_TO_COLLEGE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
DEPARTMENT_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
DEPARTMENT_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
DEPARTMENT_STATISTICS_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
DEPARTMENT_STATISTICS_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
DEPARTMENT_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
DepartmentController - Class in inha.git.department.api.controller
학과 관련 API를 처리하는 컨트롤러입니다.
DepartmentController() - Constructor for class inha.git.department.api.controller.DepartmentController
 
departmentId() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemParticipantRequest
Returns the value of the departmentId record component.
departmentId() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemParticipantRequest
Returns the value of the departmentId record component.
departmentIdList() - Method in record class inha.git.user.api.controller.dto.request.ProfessorSignupRequest
Returns the value of the departmentIdList record component.
departmentIdList() - Method in record class inha.git.user.api.controller.dto.request.StudentSignupRequest
Returns the value of the departmentIdList record component.
departmentIdx() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectTeamMemberRequest
Returns the value of the departmentIdx record component.
departmentIdx() - Method in record class inha.git.project.api.controller.dto.request.SearchProjectCond
Returns the value of the departmentIdx record component.
departmentIdx() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectTeamMemberRequest
Returns the value of the departmentIdx record component.
departmentIdx() - Method in record class inha.git.project.api.controller.dto.response.SearchTeamMemberResponse
Returns the value of the departmentIdx record component.
departmentIdx() - Method in record class inha.git.question.api.controller.dto.request.SearchQuestionCond
Returns the value of the departmentIdx record component.
departmentIdx() - Method in record class inha.git.statistics.api.controller.dto.request.SearchCond
Returns the value of the departmentIdx record component.
DepartmentJpaRepository - Interface in inha.git.department.domain.repository
DepartmentJpaRepository는 Department 엔티티에 대한 데이터 액세스 기능을 제공.
departmentList() - Method in record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
Returns the value of the departmentList record component.
departmentList() - Method in record class inha.git.admin.api.controller.dto.response.SearchStudentResponse
Returns the value of the departmentList record component.
departmentList() - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Returns the value of the departmentList record component.
DepartmentMapper - Interface in inha.git.department.api.mapper
DepartmentMapper는 Department 엔티티와 관련된 데이터 변환 기능을 제공.
departmentName() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectTeamMemberRequest
Returns the value of the departmentName record component.
departmentName() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectTeamMemberRequest
Returns the value of the departmentName record component.
departmentName() - Method in record class inha.git.project.api.controller.dto.response.SearchTeamMemberResponse
Returns the value of the departmentName record component.
departmentName() - Method in record class inha.git.user.api.controller.dto.response.UserRankingResponse
Returns the value of the departmentName record component.
DepartmentNameFormatValidator - Class in inha.git.common.validation.validator
학과 이름이 한글로 되어 있고 "과"로 끝나는지 검증하기 위한 Validator.
DepartmentNameFormatValidator() - Constructor for class inha.git.common.validation.validator.DepartmentNameFormatValidator
 
DepartmentNameUnique - Annotation Interface in inha.git.common.validation.annotation
학과 이름 중복 검증을 위한 애노테이션.
DepartmentNameUniqueValidator - Class in inha.git.common.validation.validator
학과 이름 중복 검증을 위한 Validator.
DepartmentNameUniqueValidator() - Constructor for class inha.git.common.validation.validator.DepartmentNameUniqueValidator
 
DepartmentService - Interface in inha.git.department.api.service
 
DepartmentServiceImpl - Class in inha.git.department.api.service
학과 관련 비즈니스 로직을 처리하는 서비스 구현체입니다.
DepartmentServiceImpl() - Constructor for class inha.git.department.api.service.DepartmentServiceImpl
 
departmentsToSearchDepartmentResponses(List<Department>) - Method in interface inha.git.department.api.mapper.DepartmentMapper
 
departmentsToSearchDepartmentResponses(List<Department>) - Method in interface inha.git.user.api.mapper.UserMapper
Department 엔티티 목록을 SearchDepartmentResponse 목록으로 변환하는 메서드 정의
departmentToSearchDepartmentResponse(Department) - Method in interface inha.git.department.api.mapper.DepartmentMapper
 
departmentToSearchDepartmentResponse(Department) - Method in interface inha.git.user.api.mapper.UserMapper
Department 엔티티를 SearchDepartmentResponse로 변환하는 메서드 정의
description() - Method in record class inha.git.report.api.controller.dto.request.CreateReportRequest
Returns the value of the description record component.
description() - Method in record class inha.git.report.api.controller.dto.response.SearchReportResponse
Returns the value of the description record component.
DIR - Static variable in class inha.git.common.Constant
 
DIRECTORY - Static variable in class inha.git.common.Constant
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class inha.git.utils.jwt.JwtAuthenticationFilter
 
downloadProjectFile(User, Integer, String) - Method in class inha.git.project.api.controller.ProjectController
프로젝트 파일 다운로드/미리보기 API
downloadProjectFile(User, Integer, String) - Method in interface inha.git.project.api.service.query.ProjectQueryService
 
downloadProjectFile(User, Integer, String) - Method in class inha.git.project.api.service.query.ProjectQueryServiceImpl
 
downloadUrl() - Method in record class inha.git.github.api.controller.dto.response.GithubItemResponse
Returns the value of the downloadUrl record component.
DS_STORE - Static variable in class inha.git.common.Constant
 
DSYM - Static variable in class inha.git.common.Constant
 
DUPLICATE_EMAIL - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
DUPLICATE_PROBLEM_SUBMISSION - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
DUPLICATE_REPORT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
DUPLICATION_REQUEST - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
duration() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemRequest
Returns the value of the duration record component.
duration() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemRequest
Returns the value of the duration record component.
duration() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns the value of the duration record component.
duration() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemsResponse
Returns the value of the duration record component.

E

email() - Method in record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Returns the value of the email record component.
email() - Method in record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
Returns the value of the email record component.
email() - Method in record class inha.git.admin.api.controller.dto.response.SearchStudentResponse
Returns the value of the email record component.
email() - Method in record class inha.git.admin.api.controller.dto.response.SearchUserResponse
Returns the value of the email record component.
email() - Method in record class inha.git.auth.api.controller.dto.request.ChangePasswordRequest
Returns the value of the email record component.
email() - Method in record class inha.git.auth.api.controller.dto.request.EmailCheckRequest
Returns the value of the email record component.
email() - Method in record class inha.git.auth.api.controller.dto.request.EmailRequest
Returns the value of the email record component.
email() - Method in record class inha.git.auth.api.controller.dto.request.FindPasswordCheckRequest
Returns the value of the email record component.
email() - Method in record class inha.git.auth.api.controller.dto.request.FindPasswordRequest
Returns the value of the email record component.
email() - Method in record class inha.git.auth.api.controller.dto.request.LoginRequest
Returns the value of the email record component.
email() - Method in record class inha.git.auth.api.controller.dto.response.FindEmailResponse
Returns the value of the email record component.
email() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemParticipantRequest
Returns the value of the email record component.
email() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemParticipantRequest
Returns the value of the email record component.
email() - Method in record class inha.git.problem.api.controller.dto.response.ProblemParticipantResponse
Returns the value of the email record component.
email() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentInventorRequest
Returns the value of the email record component.
email() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectTeamMemberRequest
Returns the value of the email record component.
email() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentInventorRequest
Returns the value of the email record component.
email() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectTeamMemberRequest
Returns the value of the email record component.
email() - Method in record class inha.git.project.api.controller.dto.response.SearchInventorResponse
Returns the value of the email record component.
email() - Method in record class inha.git.project.api.controller.dto.response.SearchTeamMemberResponse
Returns the value of the email record component.
email() - Method in record class inha.git.team.api.controller.dto.response.SearchRequestResponse
Returns the value of the email record component.
email() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamUserResponse
Returns the value of the email record component.
email() - Method in record class inha.git.user.api.controller.dto.request.CompanySignupRequest
Returns the value of the email record component.
email() - Method in record class inha.git.user.api.controller.dto.request.ProfessorSignupRequest
Returns the value of the email record component.
email() - Method in record class inha.git.user.api.controller.dto.request.StudentSignupRequest
Returns the value of the email record component.
email() - Method in record class inha.git.user.api.controller.dto.response.SearchCompanyUserResponse
Returns the value of the email record component.
email() - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Returns the value of the email record component.
EMAIL_ALREADY_EXIST - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
EMAIL_AUTH_ALREADY - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
EMAIL_AUTH_EXPIRED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
EMAIL_AUTH_FAIL - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
EMAIL_AUTH_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
EMAIL_AUTH_NOT_MATCH - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
EMAIL_AUTH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
EMAIL_CONTENT - Static variable in class inha.git.common.Constant
 
EMAIL_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
EMAIL_SEND_FAIL - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
EMAIL_SEND_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
EMAIL_TITLE - Static variable in class inha.git.common.Constant
 
emailAuth(String, String) - Method in interface inha.git.auth.api.service.MailService
 
emailAuth(String, String) - Method in class inha.git.auth.api.service.MailServiceImpl
이메일 인증을 처리합니다.
EmailCheckRequest - Record Class in inha.git.auth.api.controller.dto.request
 
EmailCheckRequest(String, Integer, String) - Constructor for record class inha.git.auth.api.controller.dto.request.EmailCheckRequest
Creates an instance of a EmailCheckRequest record class.
EmailDomain - Class in inha.git.user.domain
 
EmailDomain() - Constructor for class inha.git.user.domain.EmailDomain
 
EmailDomainJpaRepository - Interface in inha.git.user.domain.repository
EmailDomainJpaRepository는 EmailDomain 엔티티에 대한 데이터 액세스 기능을 제공.
EmailDomainService - Interface in inha.git.user.api.service
 
EmailDomainServiceImpl - Class in inha.git.user.api.service
EmailDomainServiceImpl은 이메일 도메인 관련 비즈니스 로직을 처리하는 서비스 클래스.
EmailDomainServiceImpl() - Constructor for class inha.git.user.api.service.EmailDomainServiceImpl
 
EmailMapperUtil - Class in inha.git.utils
 
EmailMapperUtil() - Constructor for class inha.git.utils.EmailMapperUtil
 
EmailRequest - Record Class in inha.git.auth.api.controller.dto.request
 
EmailRequest(String, Integer) - Constructor for record class inha.git.auth.api.controller.dto.request.EmailRequest
Creates an instance of a EmailRequest record class.
EmailUnique - Annotation Interface in inha.git.common.validation.annotation
유저아이디 중복 검증을 위한 애노테이션.
EmailUniqueValidator - Class in inha.git.common.validation.validator
유저 email 중복 검증을 위한 Validator.
EmailUniqueValidator() - Constructor for class inha.git.common.validation.validator.EmailUniqueValidator
 
EmailValidator - Class in inha.git.common.validation.validator
이메일 주소 유효성 검증을 위한 Validator.
EmailValidator() - Constructor for class inha.git.common.validation.validator.EmailValidator
 
EMPTY_JWT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
encoding() - Method in record class inha.git.github.api.controller.dto.response.GithubFileContentResponse
Returns the value of the encoding record component.
englishName() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentInventorRequest
Returns the value of the englishName record component.
englishName() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentInventorRequest
Returns the value of the englishName record component.
englishName() - Method in record class inha.git.project.api.controller.dto.response.SearchInventorResponse
Returns the value of the englishName record component.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.AdminDemotionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.AdminPromotionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.AssistantDemotionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.AssistantPromotionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.ChangeBugReportStateRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.CompanyAcceptRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.CompanyCancelRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.PatentAcceptRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.PatentCancelRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.ProfessorAcceptRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.ProfessorCancelRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.ProjectStarAcceptRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.ProjectStarCancelRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.SearchReportCond
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.UserBlockRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.UserRankingScoreRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.request.UserUnblockRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.response.SearchDepartmentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.response.SearchStudentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.response.SearchUserResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.admin.api.controller.dto.response.UserRankingScoreResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.auth.api.controller.dto.request.ChangePasswordRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.auth.api.controller.dto.request.EmailCheckRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.auth.api.controller.dto.request.EmailRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.auth.api.controller.dto.request.FindEmailRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.auth.api.controller.dto.request.FindPasswordCheckRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.auth.api.controller.dto.request.FindPasswordRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.auth.api.controller.dto.request.LoginRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.auth.api.controller.dto.response.FindEmailResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.auth.api.controller.dto.response.LoginResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.banner.api.controller.dto.request.CreateBannerRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.banner.api.controller.dto.response.BannerResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.bug_report.api.controller.dto.request.CreateBugReportRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.bug_report.api.controller.dto.request.SearchBugReportCond
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.bug_report.api.controller.dto.request.UpdateBugReportRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.bug_report.api.controller.dto.response.BugReportResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.category.controller.dto.request.CreateCategoryRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.category.controller.dto.request.UpdateCategoryRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.category.controller.dto.response.SearchCategoryResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.college.controller.dto.request.CreateCollegeRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.college.controller.dto.request.UpdateCollegeRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.college.controller.dto.response.SearchCollegeResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.common.code.ErrorReasonDTO
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.common.code.ReasonDTO
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.department.api.controller.dto.request.CreateDepartmentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.department.api.controller.dto.request.UpdateDepartmentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.field.api.controller.dto.request.CreateFieldRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.field.api.controller.dto.request.UpdateFieldRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.field.api.controller.dto.response.SearchFieldResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.github.api.controller.dto.request.GitubTokenResquest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.github.api.controller.dto.response.GithubFileContentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.github.api.controller.dto.response.GithubItemResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.github.api.controller.dto.response.GithubRepositoryResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.image.api.controller.dto.response.ImageResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.notice.api.controller.dto.request.CreateNoticeRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.notice.api.controller.dto.request.UpdateNoticeRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeAttachmentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticesResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeUserResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemApproveRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemParticipantRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.request.CreateRequestProblemRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.request.CreateTeamRequestProblemRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemParticipantRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.request.UpdateRequestProblemRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.response.ProblemParticipantResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.response.ProblemResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.response.ProblemSubmitResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.response.RequestProblemResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemAttachmentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemSubmitResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.problem.api.controller.dto.response.SearchUserRequestProblemResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.CommentLikeRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.CreateCommentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.CreateGithubProjectRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.CreatePatentInventorRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.CreatePatentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.CreateProjectRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.CreateProjectTeamMemberRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.CreateReplyCommentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.RecommendRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.SearchPatentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.SearchProjectCond
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.UpdateCommentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentInventorRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectTeamMemberRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.request.UpdateReplyCommentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.CommentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.CommentWithRepliesResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.PatentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.PatentResponses
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.ProjectResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.ProjectStarResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.ProjectStarResponses
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.ReplyCommentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchDirectoryResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchFieldResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchFileDetailResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchInventorResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchPatentSummaryResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchProjectPatentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchRecommendCount
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchRecommendState
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchReplyCommentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchTeamMemberResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.project.api.controller.dto.response.SearchUserResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.request.CommentLikeRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.request.CommentWithRepliesResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.request.CreateCommentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.request.CreateQuestionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.request.CreateReplyCommentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.request.LikeRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.request.SearchQuestionCond
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.request.SearchReplyCommentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.request.UpdateCommentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.request.UpdateQuestionRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.request.UpdateReplyCommentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.response.CommentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.response.QuestionResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.response.ReplyCommentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.response.SearchLikeState
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.report.api.controller.dto.request.CreateReportRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.report.api.controller.dto.response.ReportReasonResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.report.api.controller.dto.response.ReportResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.report.api.controller.dto.response.ReportTypeResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.report.api.controller.dto.response.SearchReportResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.search.api.controller.dto.response.SearchResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.semester.controller.dto.request.CreateSemesterRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.semester.controller.dto.request.UpdateSemesterRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.semester.controller.dto.response.SearchSemesterResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.statistics.api.controller.dto.data.CollegeStatisticsData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.statistics.api.controller.dto.data.StatisticsCounts
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.statistics.api.controller.dto.request.SearchCond
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.statistics.api.controller.dto.response.BatchCollegeStatisticsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.statistics.api.controller.dto.response.CollegeStatisticsData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.statistics.api.controller.dto.response.HomeStatisticsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.statistics.api.controller.dto.response.PatentStatisticsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.statistics.api.controller.dto.response.ProblemStatisticsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.statistics.api.controller.dto.response.ProjectStatisticsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.statistics.api.controller.dto.response.QuestionStatisticsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.statistics.api.controller.dto.response.SemesterStatistics
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.statistics.api.controller.dto.response.TeamStatisticsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.request.ApproveRequestTeamRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.request.CreateCommentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.request.CreateReplyCommentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.request.CreateTeamPostRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.request.CreateTeamRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.request.RequestTeamRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.request.UpdateCommentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.request.UpdateReplyCommentRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.request.UpdateTeamPostRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.request.UpdateTeamRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.response.CommentWithRepliesResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.response.SearchMyTeamsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.response.SearchRequestResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostTeamResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.response.SearchTeamResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.response.SearchTeamsResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.response.SearchTeamUserResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.response.TeamCommentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.response.TeamPostResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.response.TeamReplyCommentResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.team.api.controller.dto.response.TeamResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.user.api.controller.dto.request.CompanySignupRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.user.api.controller.dto.request.ProfessorSignupRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.user.api.controller.dto.request.StudentSignupRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.user.api.controller.dto.request.UpdatePwRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.user.api.controller.dto.response.CompanySignupResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.user.api.controller.dto.response.ProfessorSignupResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.user.api.controller.dto.response.SearchCompanyUserResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.user.api.controller.dto.response.StudentSignupResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.user.api.controller.dto.response.UserRankingResponse
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class inha.git.user.api.controller.dto.response.UserResponse
Indicates whether some other object is "equal to" this one.
ErrorReasonDTO - Record Class in inha.git.common.code
ErrorReasonDTO는 에러에 대한 상세 정보를 포함하는 데이터 전송 객체.
ErrorReasonDTO(HttpStatus, boolean, String, String) - Constructor for record class inha.git.common.code.ErrorReasonDTO
Creates an instance of a ErrorReasonDTO record class.
ErrorStatus - Enum Class in inha.git.common.code.status
ErrorStatus는 서버 응답 시 사용되는 에러 코드를 정의.
evidence() - Method in record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Returns the value of the evidence record component.
evidence() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the evidence record component.
EVIDENCE - Static variable in class inha.git.common.Constant
 
evidenceName() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the evidenceName record component.
EXCEL_CREATE_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
excelServices(ProjectExcelService, PatentExcelService, QuestionExcelService) - Method in class inha.git.common.config.AppConfig
 
ExcelType - Enum Class in inha.git.statistics.domain.enums
 
exception(Exception, WebRequest) - Method in class inha.git.common.exceptions.ExceptionAdvice
 
ExceptionAdvice - Class in inha.git.common.exceptions
 
ExceptionAdvice() - Constructor for class inha.git.common.exceptions.ExceptionAdvice
 
ExceptionHandler - Exception in inha.git.common.exceptions.handler
 
ExceptionHandler(BaseErrorCode) - Constructor for exception inha.git.common.exceptions.handler.ExceptionHandler
 
EXCESS - Enum constant in enum class inha.git.problem.domain.enums.Grade
 
EXIST_PHONE_NUMBER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
existsByEmailAndState(String, BaseEntity.State) - Method in interface inha.git.user.domain.repository.UserJpaRepository
 
existsByName(String) - Method in interface inha.git.team.domain.repository.TeamJpaRepository
 
existsByNameAndState(String, BaseEntity.State) - Method in interface inha.git.category.domain.repository.CategoryJpaRepository
 
existsByNameAndState(String, BaseEntity.State) - Method in interface inha.git.college.domain.repository.CollegeJpaRepository
 
existsByNameAndState(String, BaseEntity.State) - Method in interface inha.git.department.domain.repository.DepartmentJpaRepository
 
existsByNameAndState(String, BaseEntity.State) - Method in interface inha.git.field.domain.repository.FieldJpaRepository
 
existsByNameAndState(String, BaseEntity.State) - Method in interface inha.git.semester.domain.repository.SemesterJpaRepository
 
existsByProblemAndUserAndState(Problem, User, BaseEntity.State) - Method in interface inha.git.problem.domain.repository.ProblemRequestJpaRepository
 
existsByProblemRequest(ProblemRequest) - Method in interface inha.git.problem.domain.repository.ProblemSubmitJpaRepository
 
existsByProjectCommentAndState(ProjectComment, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectReplyCommentJpaRepository
 
existsByQuestionCommentAndState(QuestionComment, BaseEntity.State) - Method in interface inha.git.question.domain.repository.QuestionReplyCommentJpaRepository
 
existsByReporterIdAndReportedUserIdAndReportedIdAndReportTypeAndState(Integer, Integer, Integer, ReportType, BaseEntity.State) - Method in interface inha.git.report.domain.repository.ReportJpaRepository
 
existsByTeamAndUser(Team, User) - Method in interface inha.git.mapping.domain.repository.TeamUserJpaRepository
 
existsByUserAndProject(User, Project) - Method in interface inha.git.mapping.domain.repository.FoundingRecommendJpaRepository
 
existsByUserAndProject(User, Project) - Method in interface inha.git.mapping.domain.repository.ProjectLikeJpaRepository
 
existsByUserAndProject(User, Project) - Method in interface inha.git.mapping.domain.repository.RegistrationRecommendJpaRepository
 
existsByUserAndProjectComment(User, ProjectComment) - Method in interface inha.git.mapping.domain.repository.ProjectCommentLikeJpaRepository
 
existsByUserAndProjectReplyComment(User, ProjectReplyComment) - Method in interface inha.git.mapping.domain.repository.ProjectReplyCommentLikeJpaRepository
 
existsByUserAndQuestion(User, Question) - Method in interface inha.git.mapping.domain.repository.QuestionLikeJpaRepository
 
existsByUserAndQuestionComment(User, QuestionComment) - Method in interface inha.git.mapping.domain.repository.QuestionCommentLikeJpaRepository
 
existsByUserAndQuestionReplyComment(User, QuestionReplyComment) - Method in interface inha.git.mapping.domain.repository.QuestionReplyCommentLikeJpaRepository
 
existsByUserIdAndQuestionIdAndDeletedatIsNull(Integer, Integer) - Method in interface inha.git.question.domain.repository.QuestionCommentJpaRepository
 
existsByUserIdAndQuestionIdAndDeletedatIsNull(Integer, Integer) - Method in interface inha.git.question.domain.repository.QuestionReplyCommentJpaRepository
 
existsByUserNumberAndState(String, BaseEntity.State) - Method in interface inha.git.user.domain.repository.UserJpaRepository
 
exitTeam(User, Integer) - Method in class inha.git.team.api.controller.TeamController
팀 탈퇴 API
exitTeam(User, Integer) - Method in interface inha.git.team.api.service.TeamService
 
exitTeam(User, Integer) - Method in class inha.git.team.api.service.TeamServiceImpl
팀 탈퇴
expireValues(String) - Method in class inha.git.utils.RedisProvider
키에 대한 만료 시간을 설정하는 메서드.
exportToExcel(User, HttpServletResponse, ExcelType, StatisticsType, Integer, Integer) - Method in class inha.git.statistics.api.controller.StatisticsController
엑셀 다운로드 API
exportToExcelFile(HttpServletResponse, StatisticsType, Integer, Integer) - Method in class inha.git.statistics.api.service.AbstractExcelService
 
exportToExcelFile(HttpServletResponse, StatisticsType, Integer, Integer) - Method in interface inha.git.statistics.api.service.StatisticsExcelService
 
exportToExcelFile(HttpServletResponse, StatisticsType, Integer, Integer) - Method in class inha.git.statistics.api.service.StatisticsExcelServiceImpl
 
extractClaim(String, Function<Claims, T>) - Method in class inha.git.utils.jwt.JwtProvider
토큰에서 특정 클레임을 추출.
extractFileContent(Path) - Method in class inha.git.project.api.service.query.ProjectQueryServiceImpl
 
extractUsername(String) - Method in class inha.git.utils.jwt.JwtProvider
JWT 토큰에서 사용자 이름을 추출.

F

FAILED_TO_CONVERT_MULTIPARTFILE_RESOURCE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FAILED_TO_GET_GITHUB_REPOSITORIES - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FAILED_TO_LOGIN - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FAILED_TO_RECEIVE_FRAME - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
field() - Method in record class inha.git.statistics.api.controller.dto.response.ProjectStatisticsResponse
Returns the value of the field record component.
field() - Method in record class inha.git.statistics.api.controller.dto.response.QuestionStatisticsResponse
Returns the value of the field record component.
Field - Class in inha.git.field.domain
Field 엔티티는 애플리케이션의 필드 정보를 나타냄.
Field() - Constructor for class inha.git.field.domain.Field
 
FIELD - Static variable in class inha.git.common.Constant
 
FIELD_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
FIELD_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
FIELD_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FIELD_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
FIELD_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
FieldController - Class in inha.git.field.api.controller
분야 관련 API를 처리하는 컨트롤러입니다.
FieldController() - Constructor for class inha.git.field.api.controller.FieldController
 
fieldIdx() - Method in record class inha.git.project.api.controller.dto.request.SearchProjectCond
Returns the value of the fieldIdx record component.
fieldIdx() - Method in record class inha.git.question.api.controller.dto.request.SearchQuestionCond
Returns the value of the fieldIdx record component.
fieldIdx() - Method in record class inha.git.statistics.api.controller.dto.request.SearchCond
Returns the value of the fieldIdx record component.
fieldIdxList() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemRequest
Returns the value of the fieldIdxList record component.
fieldIdxList() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemRequest
Returns the value of the fieldIdxList record component.
fieldIdxList() - Method in record class inha.git.project.api.controller.dto.request.CreateGithubProjectRequest
Returns the value of the fieldIdxList record component.
fieldIdxList() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectRequest
Returns the value of the fieldIdxList record component.
fieldIdxList() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectRequest
Returns the value of the fieldIdxList record component.
fieldIdxList() - Method in record class inha.git.question.api.controller.dto.request.CreateQuestionRequest
Returns the value of the fieldIdxList record component.
fieldIdxList() - Method in record class inha.git.question.api.controller.dto.request.UpdateQuestionRequest
Returns the value of the fieldIdxList record component.
FieldJpaRepository - Interface in inha.git.field.domain.repository
FieldJpaRepository는 Field 엔티티에 대한 데이터 액세스 기능을 제공.
fieldList() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns the value of the fieldList record component.
fieldList() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemsResponse
Returns the value of the fieldList record component.
fieldList() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the fieldList record component.
fieldList() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the fieldList record component.
fieldList() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the fieldList record component.
fieldList() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Returns the value of the fieldList record component.
fieldList() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Returns the value of the fieldList record component.
fieldList() - Method in record class inha.git.search.api.controller.dto.response.SearchResponse
Returns the value of the fieldList record component.
FieldMapper - Interface in inha.git.field.api.mapper
FieldMapper는 Field 엔티티와 관련된 데이터 변환 기능을 제공.
FieldNameLanguage - Annotation Interface in inha.git.common.validation.annotation
FieldNameLanguage 어노테이션은 한글 또는 영어로만 구성되어 있는지 검사하는 어노테이션
FieldNameLanguageValidator - Class in inha.git.common.validation.validator
FieldNameLanguageValidator는 FieldNameLanguage 어노테이션의 유효성 검사를 수행하는 클래스.
FieldNameLanguageValidator() - Constructor for class inha.git.common.validation.validator.FieldNameLanguageValidator
 
FieldNameUnique - Annotation Interface in inha.git.common.validation.annotation
분야 이름 중복 검증을 위한 애노테이션.
FieldNameUniqueValidator - Class in inha.git.common.validation.validator
분야 이름 중복 검증을 위한 Validator.
FieldNameUniqueValidator() - Constructor for class inha.git.common.validation.validator.FieldNameUniqueValidator
 
FieldService - Interface in inha.git.field.api.service
 
FieldServiceImpl - Class in inha.git.field.api.service
FieldService 인터페이스를 구현하는 서비스 클래스입니다.
FieldServiceImpl() - Constructor for class inha.git.field.api.service.FieldServiceImpl
 
fieldsToSearchFieldResponses(List<Field>) - Method in interface inha.git.field.api.mapper.FieldMapper
Field 엔티티 목록을 SearchFieldResponse 목록으로 변환
fieldToSearchFieldResponse(Field) - Method in interface inha.git.field.api.mapper.FieldMapper
Field 엔티티를 SearchFieldResponse로 변환
file() - Method in record class inha.git.banner.api.controller.dto.request.CreateBannerRequest
Returns the value of the file record component.
FILE - Static variable in class inha.git.common.Constant
 
FILE_COMPRESS_FAIL - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FILE_CONVERT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FILE_DELETE_FAIL - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FILE_INVALID_NAME - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FILE_INVALID_TYPE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FILE_MAX_FILES - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FILE_MAX_SIZE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FILE_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FILE_NOT_ZIP - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FILE_PROCESS_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
FILE_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
FILE_UNZIP_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
fileList() - Method in record class inha.git.project.api.controller.dto.response.SearchDirectoryResponse
Returns the value of the fileList record component.
filePath() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the filePath record component.
FilePath - Class in inha.git.utils.file
FilePath는 파일을 저장하고 저장된 파일의 경로를 반환하는 클래스.
FilePath() - Constructor for class inha.git.utils.file.FilePath
 
fileUrl() - Method in record class inha.git.project.api.controller.dto.response.SearchFileDetailResponse
Returns the value of the fileUrl record component.
filterActiveReplies(List<TeamReplyComment>) - Method in interface inha.git.team.api.mapper.TeamMapper
TeamComment 목록을 CommentResponse 목록으로 변환.
FIND_EMAIL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
FIND_PASSWORD_CONTENT - Static variable in class inha.git.common.Constant
 
FIND_PASSWORD_EMAIL_AUTH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
FIND_PASSWORD_EMAIL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
FIND_PASSWORD_TITLE - Static variable in class inha.git.common.Constant
 
findAllAcceptedPatents(Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectPatentJpaRepository
 
findAllAcceptedPatentsByCollege(Integer, Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectPatentJpaRepository
 
findAllAcceptedPatentsByDepartment(Integer, Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectPatentJpaRepository
 
findAllAcceptedPatentsByUser(Integer, Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectPatentJpaRepository
 
findAllByCollegeAndState(College, BaseEntity.State) - Method in interface inha.git.department.domain.repository.DepartmentJpaRepository
 
findAllByProjectAndStateOrderByIdAsc(Project, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectCommentJpaRepository
 
findAllByProjectOrderByIdDesc(Project) - Method in interface inha.git.project.domain.repository.ProjectTeamMemberJpaRepository
 
findAllByProjectPatentOrderByMainInventorDesc(ProjectPatent) - Method in interface inha.git.project.domain.repository.ProjectPatentInventorJpaRepository
 
findAllByQuestionAndStateOrderByIdAsc(Question, BaseEntity.State) - Method in interface inha.git.question.domain.repository.QuestionCommentJpaRepository
 
findAllByState(BaseEntity.State) - Method in interface inha.git.banner.domain.repository.BannerJpaRepository
 
findAllByState(BaseEntity.State) - Method in interface inha.git.category.domain.repository.CategoryJpaRepository
 
findAllByState(BaseEntity.State) - Method in interface inha.git.college.domain.repository.CollegeJpaRepository
 
findAllByState(BaseEntity.State) - Method in interface inha.git.department.domain.repository.DepartmentJpaRepository
 
findAllByState(BaseEntity.State) - Method in interface inha.git.field.domain.repository.FieldJpaRepository
 
findAllByState(BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectStarJpaRepository
 
findAllByState(BaseEntity.State) - Method in interface inha.git.semester.domain.repository.SemesterJpaRepository
 
findAllByState(BaseEntity.State) - Method in interface inha.git.user.domain.repository.UserJpaRepository
 
findAllByState(BaseEntity.State, Sort) - Method in interface inha.git.category.domain.repository.CategoryJpaRepository
 
findAllByState(BaseEntity.State, Sort) - Method in interface inha.git.semester.domain.repository.SemesterJpaRepository
 
findAllByState(Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectJpaRepository
 
findAllByStateOrderByCreatedAtDesc(BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectStarJpaRepository
 
findAllByStateOrderById(BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectJpaRepository
 
findAllByTeamPostAndStateOrderByIdAsc(TeamPost, BaseEntity.State) - Method in interface inha.git.team.domain.repository.TeamCommentJpaRepository
 
findAllByUserCollegeIdAndState(Integer, Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectJpaRepository
 
findAllByUserDepartmentIdAndState(Integer, Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectJpaRepository
 
findAllByUserIdAndState(Integer, Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectJpaRepository
 
findAllQuestions(Integer, BaseEntity.State) - Method in interface inha.git.question.domain.repository.QuestionJpaRepository
 
findAllQuestionsByCollege(Integer, Integer, BaseEntity.State) - Method in interface inha.git.question.domain.repository.QuestionJpaRepository
 
findAllQuestionsByDepartment(Integer, Integer, BaseEntity.State) - Method in interface inha.git.question.domain.repository.QuestionJpaRepository
 
findAllQuestionsByUser(Integer, Integer, BaseEntity.State) - Method in interface inha.git.question.domain.repository.QuestionJpaRepository
 
findByAcceptAtIsNotNullAndStateOrderByCreatedAtDesc(BaseEntity.State, Pageable) - Method in interface inha.git.project.domain.repository.ProjectPatentJpaRepository
 
findByAcceptAtIsNotNullAndStateOrderByCreatedAtDesc(BaseEntity.State, Pageable) - Method in interface inha.git.project.domain.repository.ProjectStarJpaRepository
 
findByApplicationNumberAndState(String, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectPatentJpaRepository
 
findByCategoryIdAndStatisticsType(Long, StatisticsType) - Method in interface inha.git.statistics.domain.repository.StatisticsJpaRepository
 
findByDepartments_IdAndState(Integer, BaseEntity.State) - Method in interface inha.git.college.domain.repository.CollegeJpaRepository
 
findByEmail(String) - Method in interface inha.git.user.domain.repository.UserJpaRepository
 
findByEmailAndState(String, BaseEntity.State) - Method in interface inha.git.user.domain.repository.UserJpaRepository
 
findByFieldIdAndStatisticsType(Long, StatisticsType) - Method in interface inha.git.statistics.domain.repository.StatisticsJpaRepository
 
findById(Integer) - Method in interface inha.git.user.domain.repository.UserRankingJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.bug_report.domain.repository.BugReportJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.category.domain.repository.CategoryJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.college.domain.repository.CollegeJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.department.domain.repository.DepartmentJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.field.domain.repository.FieldJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.notice.domain.repository.NoticeJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.problem.domain.repository.ProblemJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.problem.domain.repository.ProblemRequestJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectCommentJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectPatentJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectReplyCommentJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectStarJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.question.domain.repository.QuestionCommentJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.question.domain.repository.QuestionJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.question.domain.repository.QuestionReplyCommentJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.report.domain.repository.ReportJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.semester.domain.repository.SemesterJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.team.domain.repository.TeamCommentJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.team.domain.repository.TeamJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.team.domain.repository.TeamPostJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.team.domain.repository.TeamReplyCommentJpaRepository
 
findByIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.user.domain.repository.UserJpaRepository
 
findByIdAndStateWithPessimisticLock(Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectCommentJpaRepository
 
findByIdAndStateWithPessimisticLock(Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectJpaRepository
 
findByIdAndStateWithPessimisticLock(Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectReplyCommentJpaRepository
 
findByIdAndStateWithPessimisticLock(Integer, BaseEntity.State) - Method in interface inha.git.question.domain.repository.QuestionCommentJpaRepository
 
findByIdAndStateWithPessimisticLock(Integer, BaseEntity.State) - Method in interface inha.git.question.domain.repository.QuestionJpaRepository
 
findByIdAndStateWithPessimisticLock(Integer, BaseEntity.State) - Method in interface inha.git.question.domain.repository.QuestionReplyCommentJpaRepository
 
findByIdWithInventors(Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectPatentJpaRepository
 
findByIdWithTeamMembers(Integer) - Method in interface inha.git.project.domain.repository.ProjectJpaRepository
 
findByName(String) - Method in interface inha.git.college.domain.repository.CollegeJpaRepository
 
findByName(String) - Method in interface inha.git.department.domain.repository.DepartmentJpaRepository
 
findByName(String) - Method in interface inha.git.report.domain.repository.ReportReasonJpaRepository
 
findByName(String) - Method in interface inha.git.report.domain.repository.ReportTypeJpaRepository
 
findByNameAndState(String, BaseEntity.State) - Method in interface inha.git.category.domain.repository.CategoryJpaRepository
 
findByNameAndState(String, BaseEntity.State) - Method in interface inha.git.field.domain.repository.FieldJpaRepository
 
findByNameAndState(String, BaseEntity.State) - Method in interface inha.git.semester.domain.repository.SemesterJpaRepository
 
findByProblem(Problem) - Method in interface inha.git.mapping.domain.repository.ProblemFieldJpaRepository
 
findByProblemAndFieldId(Problem, Integer) - Method in interface inha.git.mapping.domain.repository.ProblemFieldJpaRepository
 
findByProblemAndState(Problem, BaseEntity.State, Pageable) - Method in interface inha.git.problem.domain.repository.ProblemRequestJpaRepository
 
findByProblemAndStateAndProblemRequestStatus(Problem, BaseEntity.State, ProblemRequestStatus, Pageable) - Method in interface inha.git.problem.domain.repository.ProblemRequestJpaRepository
 
findByProblemIdAndUserAndState(Integer, User, BaseEntity.State) - Method in interface inha.git.problem.domain.repository.ProblemRequestJpaRepository
 
findByProblemRequest_Problem_Id(Integer, Pageable) - Method in interface inha.git.problem.domain.repository.ProblemSubmitJpaRepository
 
findByProject(Project) - Method in interface inha.git.mapping.domain.repository.ProjectFieldJpaRepository
 
findByProject(Project) - Method in interface inha.git.project.domain.repository.ProjectTeamMemberJpaRepository
 
findByProject_Id(Integer) - Method in interface inha.git.project.domain.repository.ProjectStarJpaRepository
 
findByProject_IdAndState(Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectStarJpaRepository
 
findByProjectAndFieldId(Project, Integer) - Method in interface inha.git.mapping.domain.repository.ProjectFieldJpaRepository
 
findByProjectIdAndState(Integer, BaseEntity.State) - Method in interface inha.git.project.domain.repository.ProjectUploadJpaRepository
 
findByProjectPatentId(Integer) - Method in interface inha.git.project.domain.repository.ProjectPatentInventorJpaRepository
 
findByQuestion(Question) - Method in interface inha.git.mapping.domain.repository.QuestionFieldJpaRepository
 
findByQuestionAndFieldId(Question, Integer) - Method in interface inha.git.mapping.domain.repository.QuestionFieldJpaRepository
 
findBySemesterIdAndStatisticsType(Long, StatisticsType) - Method in interface inha.git.statistics.domain.repository.StatisticsJpaRepository
 
findByStatisticsTypeAndTargetId(StatisticsType, Long) - Method in interface inha.git.statistics.domain.repository.StatisticsJpaRepository
 
findByStatisticsTypeAndTargetIdAndSemesterIdAndFieldIdAndCategoryIdWithPessimisticLock(StatisticsType, Long, Long, Long, Long) - Method in interface inha.git.statistics.domain.repository.StatisticsJpaRepository
 
findByTeam(Team) - Method in interface inha.git.mapping.domain.repository.TeamUserJpaRepository
 
findByTeamAndAcceptedAtIsNull(Team, Pageable) - Method in interface inha.git.mapping.domain.repository.TeamUserJpaRepository
 
findByUser(User) - Method in interface inha.git.user.domain.repository.UserRankingJpaRepository
 
findByUserAndStateOrderByCreatedAtDesc(User, BaseEntity.State) - Method in interface inha.git.team.domain.repository.TeamJpaRepository
 
findByUserAndTeam(User, Team) - Method in interface inha.git.mapping.domain.repository.TeamUserJpaRepository
 
findByUserId(Integer) - Method in interface inha.git.mapping.domain.repository.UserDepartmentJpaRepository
 
findByUserId(Integer) - Method in interface inha.git.user.domain.repository.CompanyJpaRepository
 
findByUserId(Integer) - Method in interface inha.git.user.domain.repository.ProfessorJpaRepository
 
findByUserNumberAndName(String, String) - Method in interface inha.git.user.domain.repository.UserJpaRepository
 
findByUserTypeAndEmailDomain(Integer, String) - Method in interface inha.git.user.domain.repository.EmailDomainJpaRepository
 
findEmail(FindEmailRequest) - Method in class inha.git.auth.api.controller.AuthController
학번과 이름으로 사용자의 이메일(아이디)을 찾습니다.
findEmail(FindEmailRequest) - Method in interface inha.git.auth.api.service.AuthService
 
findEmail(FindEmailRequest) - Method in class inha.git.auth.api.service.AuthServiceImpl
학번과 이름으로 사용자의 이메일을 찾는 서비스입니다.
FindEmailRequest - Record Class in inha.git.auth.api.controller.dto.request
 
FindEmailRequest(String, String) - Constructor for record class inha.git.auth.api.controller.dto.request.FindEmailRequest
Creates an instance of a FindEmailRequest record class.
FindEmailResponse - Record Class in inha.git.auth.api.controller.dto.response
 
FindEmailResponse(String) - Constructor for record class inha.git.auth.api.controller.dto.response.FindEmailResponse
Creates an instance of a FindEmailResponse record class.
findPassword(ChangePasswordRequest) - Method in class inha.git.auth.api.controller.AuthController
이메일 인증 후 새로운 비밀번호로 변경합니다.
FindPasswordCheckRequest - Record Class in inha.git.auth.api.controller.dto.request
 
FindPasswordCheckRequest(String, String) - Constructor for record class inha.git.auth.api.controller.dto.request.FindPasswordCheckRequest
Creates an instance of a FindPasswordCheckRequest record class.
findPasswordMailSend(FindPasswordRequest) - Method in class inha.git.auth.api.controller.AuthController
비밀번호 찾기를 위한 이메일 인증번호를 발송합니다.
findPasswordMailSend(FindPasswordRequest) - Method in interface inha.git.auth.api.service.MailService
 
findPasswordMailSend(FindPasswordRequest) - Method in class inha.git.auth.api.service.MailServiceImpl
비밀번호 찾기를 위한 인증 이메일을 전송합니다.
findPasswordMailSendCheck(FindPasswordCheckRequest) - Method in class inha.git.auth.api.controller.AuthController
비밀번호 찾기를 위해 발송된 인증번호를 검증합니다.
findPasswordMailSendCheck(FindPasswordCheckRequest) - Method in interface inha.git.auth.api.service.MailService
 
findPasswordMailSendCheck(FindPasswordCheckRequest) - Method in class inha.git.auth.api.service.MailServiceImpl
비밀번호 찾기 이메일 인증번호를 검증합니다.
FindPasswordRequest - Record Class in inha.git.auth.api.controller.dto.request
 
FindPasswordRequest(String) - Constructor for record class inha.git.auth.api.controller.dto.request.FindPasswordRequest
Creates an instance of a FindPasswordRequest record class.
findPatentsWithInventors(List<ProjectPatent>) - Method in interface inha.git.project.domain.repository.ProjectPatentJpaRepository
 
findProjectFieldsByProjectIds(List<Integer>) - Method in interface inha.git.project.domain.repository.ProjectJpaRepository
 
findProjectIdByProblemRequestId(Integer) - Method in interface inha.git.problem.domain.repository.ProblemSubmitJpaRepository
 
findTop10ByOrderByTotalScoreDesc() - Method in interface inha.git.user.domain.repository.UserRankingJpaRepository
 
FIRST - Enum constant in enum class inha.git.problem.domain.enums.Grade
 
FORBIDDEN - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
founding() - Method in record class inha.git.project.api.controller.dto.response.SearchRecommendCount
Returns the value of the founding record component.
founding() - Method in record class inha.git.project.api.controller.dto.response.SearchRecommendState
Returns the value of the founding record component.
FOUNDING_RECOMMEND_CANCEL_SUCCESS - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
FOUNDING_RECOMMEND_SUCCESS - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
FoundingRecommend - Class in inha.git.mapping.domain
FoundingRecommend 엔티티는 애플리케이션의 창업 추천 매핑 정보를 나타냄.
FoundingRecommend() - Constructor for class inha.git.mapping.domain.FoundingRecommend
 
FoundingRecommendId - Class in inha.git.mapping.domain.id
FoundingRecommendId FoundingRecommend 엔티티의 복합키를 나타냄.
FoundingRecommendId() - Constructor for class inha.git.mapping.domain.id.FoundingRecommendId
 
FoundingRecommendJpaRepository - Interface in inha.git.mapping.domain.repository
FoundingRecommendJpaRepository는 FoundingRecommend 엔티티에 대한 데이터 액세스 기능을 제공.
FOURTH - Enum constant in enum class inha.git.problem.domain.enums.Grade
 
from(Category) - Static method in record class inha.git.category.controller.dto.response.SearchCategoryResponse
 
from(ProjectField) - Static method in record class inha.git.project.api.controller.dto.response.SearchFieldResponse
 
from(ProjectPatent) - Static method in record class inha.git.project.api.controller.dto.response.SearchPatentSummaryResponse
 
from(Semester) - Static method in record class inha.git.semester.controller.dto.response.SearchSemesterResponse
 
from(User) - Static method in record class inha.git.project.api.controller.dto.response.SearchUserResponse
 
from(UserRanking) - Static method in record class inha.git.user.api.controller.dto.response.UserRankingResponse
 
fullName() - Method in record class inha.git.github.api.controller.dto.response.GithubRepositoryResponse
Returns the value of the fullName record component.

G

generateRefreshToken(UserDetails) - Method in class inha.git.utils.jwt.JwtProvider
사용자 정보를 바탕으로 리프레시 토큰을 생성.
generateToken(Map<String, Object>, UserDetails) - Method in class inha.git.utils.jwt.JwtProvider
주어진 클레임과 사용자 정보를 바탕으로 JWT 토큰을 생성합.
generateToken(UserDetails) - Method in class inha.git.utils.jwt.JwtProvider
사용자 정보를 바탕으로 JWT 토큰을 생성.
getAdminBugReports(SearchBugReportCond, Integer) - Method in interface inha.git.admin.api.service.AdminSearchService
 
getAdminBugReports(SearchBugReportCond, Integer) - Method in class inha.git.admin.api.service.AdminSearchServiceImpl
관리자 버그 제보 조회
getAdminBugReports(User, SearchBugReportCond, Integer) - Method in class inha.git.admin.api.controller.AdminSearchController
버그 제보 조회 API
getAdminCompanies(User, String, Integer) - Method in class inha.git.admin.api.controller.AdminSearchController
관리자 전용 기업 검색 API
getAdminCompanies(String, Integer) - Method in interface inha.git.admin.api.service.AdminSearchService
 
getAdminCompanies(String, Integer) - Method in class inha.git.admin.api.service.AdminSearchServiceImpl
관리자 회사 조회
getAdminProfessors(User, String, Integer) - Method in class inha.git.admin.api.controller.AdminSearchController
관리자 전용 교수 검색 API
getAdminProfessors(String, Integer) - Method in interface inha.git.admin.api.service.AdminSearchService
 
getAdminProfessors(String, Integer) - Method in class inha.git.admin.api.service.AdminSearchServiceImpl
관리자 교수 조회
getAdminReports(SearchReportCond, Integer) - Method in interface inha.git.admin.api.service.AdminSearchService
 
getAdminReports(SearchReportCond, Integer) - Method in class inha.git.admin.api.service.AdminSearchServiceImpl
관리자 신고 조회
getAdminReports(User, SearchReportCond, Integer) - Method in class inha.git.admin.api.controller.AdminSearchController
신고 조회 API
getAdminStudents(User, String, Integer) - Method in class inha.git.admin.api.controller.AdminSearchController
관리자 전용 학생 검색 API
getAdminStudents(String, Integer) - Method in interface inha.git.admin.api.service.AdminSearchService
 
getAdminStudents(String, Integer) - Method in class inha.git.admin.api.service.AdminSearchServiceImpl
관리자 학생 조회
getAdminUser(User, Integer) - Method in class inha.git.admin.api.controller.AdminSearchController
특정 유저 조회 API
getAdminUser(Integer) - Method in interface inha.git.admin.api.service.AdminSearchService
 
getAdminUser(Integer) - Method in class inha.git.admin.api.service.AdminSearchServiceImpl
관리자 사용자 조회
getAdminUsers(User, String, Integer) - Method in class inha.git.admin.api.controller.AdminSearchController
관리자 전용 유저 검색 API
getAdminUsers(String, Integer) - Method in interface inha.git.admin.api.service.AdminSearchService
 
getAdminUsers(String, Integer) - Method in class inha.git.admin.api.service.AdminSearchServiceImpl
관리자 사용자 조회
getAllComments(User, Integer) - Method in class inha.git.project.api.controller.ProjectCommentController
 
getAllComments(User, Integer) - Method in class inha.git.question.api.controller.QuestionCommentController
특정 질문 댓글 전체 조회 API
getAllCommentsByProjectIdx(User, Integer) - Method in interface inha.git.project.api.service.comment.query.ProjectCommentQueryService
 
getAllCommentsByProjectIdx(User, Integer) - Method in class inha.git.project.api.service.comment.query.ProjectCommentQueryServiceImpl
특정 프로젝트 댓글 전체 조회
getAllCommentsByQuestionIdx(User, Integer) - Method in interface inha.git.question.api.service.QuestionCommentService
 
getAllCommentsByQuestionIdx(User, Integer) - Method in class inha.git.question.api.service.QuestionCommentServiceImpl
특정 질문 댓글 전체 조회
getAllCommentsByTeamPostIdx(Integer) - Method in class inha.git.team.api.controller.TeamCommentController
특정 팀 게시글 댓글 전체 조회 API
getAllCommentsByTeamPostIdx(Integer) - Method in interface inha.git.team.api.service.TeamCommentService
 
getAllCommentsByTeamPostIdx(Integer) - Method in class inha.git.team.api.service.TeamCommentServiceImpl
팀 게시글 댓글 전체 조회
getArchiveUrl(GHRepository) - Method in interface inha.git.github.api.mapper.GithubMapper
 
getAuthorities() - Method in enum class inha.git.user.domain.enums.Role
역할에 해당하는 권한 리스트를 반환.
getAuthorities() - Method in class inha.git.user.domain.User
 
getBanners() - Method in class inha.git.banner.api.controller.BannerController
배너 전체 조회
getBanners() - Method in interface inha.git.banner.api.service.BannerService
 
getBanners() - Method in class inha.git.banner.api.service.BannerServiceImpl
배너 목록 조회
getBatchStatistics() - Method in class inha.git.statistics.api.controller.StatisticsController
단과대별 학기별 통계 일괄 조회 API
getBatchStatistics() - Method in interface inha.git.statistics.api.service.StatisticsService
 
getBatchStatistics() - Method in class inha.git.statistics.api.service.StatisticsServiceImpl
단과대별 학기별 통계를 조회한다.
getBatchStatistics() - Method in class inha.git.statistics.domain.repository.BatchStatisticsQueryRepository
 
getBugReport(User, Integer) - Method in class inha.git.bug_report.api.controller.BugReportController
버그 제보 목록 조회 API
getBugReport(User, Integer) - Method in interface inha.git.bug_report.api.service.BugReportService
 
getBugReport(User, Integer) - Method in class inha.git.bug_report.api.service.BugReportServiceImpl
getBugReport는 버그 제보를 조회하는 메소드.
getCategories() - Method in class inha.git.category.controller.CategoryController
전체 카테고리 목록을 이름 기준으로 오름차순 조회합니다.
getCategories() - Method in interface inha.git.category.service.CategoryService
 
getCategories() - Method in class inha.git.category.service.CategoryServiceImpl
모든 활성 상태 카테고리를 조회합니다.
getCollege(Integer) - Method in class inha.git.college.controller.CollegeController
특정 학과가 속한 단과대학을 조회합니다.
getCollege(Integer) - Method in interface inha.git.college.service.CollegeService
 
getCollege(Integer) - Method in class inha.git.college.service.CollegeServiceImpl
특정 학과가 속한 단과대학을 조회합니다.
getColleges() - Method in class inha.git.college.controller.CollegeController
모든 단과대학 목록을 조회합니다.
getColleges() - Method in interface inha.git.college.service.CollegeService
 
getColleges() - Method in class inha.git.college.service.CollegeServiceImpl
모든 활성화된 단과대학을 조회합니다.
getCondProjects(SearchProjectCond, Integer, Integer) - Method in class inha.git.project.api.controller.ProjectController
프로젝트 조건 조회 API
getCondProjects(SearchProjectCond, Integer, Integer) - Method in interface inha.git.project.api.service.query.ProjectQueryService
 
getCondProjects(SearchProjectCond, Integer, Integer) - Method in class inha.git.project.api.service.query.ProjectQueryServiceImpl
프로젝트 조건 조회
getCondProjects(SearchProjectCond, Pageable) - Method in class inha.git.project.domain.repository.ProjectQueryRepository
조건에 따른 프로젝트 목록 조회
getCondQuestions(SearchQuestionCond, Integer, Integer) - Method in interface inha.git.question.api.service.QuestionService
 
getCondQuestions(SearchQuestionCond, Integer, Integer) - Method in class inha.git.question.api.service.QuestionServiceImpl
질문 조건 조회
getCondQuestions(SearchQuestionCond, Pageable) - Method in class inha.git.question.domain.repository.QuestionQueryRepository
질문 조건 조회
getCondQuestions(Integer, Integer, SearchQuestionCond) - Method in class inha.git.question.api.controller.QuestionController
질문 조건 조회 API
getCurrentAuditor() - Method in class inha.git.utils.ApplicationAuditAware
현재 인증된 사용자의 ID를 반환.
getData(StatisticsType, Integer, Integer) - Method in class inha.git.statistics.api.service.AbstractExcelService
 
getData(StatisticsType, Integer, Integer) - Method in class inha.git.statistics.api.service.PatentExcelService
 
getData(StatisticsType, Integer, Integer) - Method in class inha.git.statistics.api.service.ProjectExcelService
 
getData(StatisticsType, Integer, Integer) - Method in class inha.git.statistics.api.service.QuestionExcelService
 
getDepartments(Integer) - Method in class inha.git.department.api.controller.DepartmentController
학과 목록을 조회합니다.
getDepartments(Integer) - Method in interface inha.git.department.api.service.DepartmentService
 
getDepartments(Integer) - Method in class inha.git.department.api.service.DepartmentServiceImpl
학과 목록을 조회합니다.
getDescription() - Method in enum class inha.git.project.domain.enums.PatentType
 
getDescription() - Method in enum class inha.git.statistics.domain.enums.StatisticsType
 
getErrorReason() - Method in exception inha.git.common.exceptions.BaseException
 
getErrorReasonHttpStatus() - Method in exception inha.git.common.exceptions.BaseException
 
getFields() - Method in class inha.git.field.api.controller.FieldController
 
getFields() - Method in interface inha.git.field.api.service.FieldService
 
getFields() - Method in class inha.git.field.api.service.FieldServiceImpl
활성화된 모든 분야를 조회합니다.
getFileName() - Method in class inha.git.statistics.api.service.AbstractExcelService
 
getFileName() - Method in class inha.git.statistics.api.service.PatentExcelService
 
getFileName() - Method in class inha.git.statistics.api.service.ProjectExcelService
 
getFileName() - Method in class inha.git.statistics.api.service.QuestionExcelService
 
getGithubFileContent(User, String, String, String, String) - Method in class inha.git.github.api.service.GithubServiceImpl
Github 파일 내용을 조회합니다.
getGithubFiles(User, Integer, String) - Method in interface inha.git.github.api.service.GithubService
 
getGithubFiles(User, Integer, String) - Method in class inha.git.github.api.service.GithubServiceImpl
프로젝트의 Github 파일 목록을 조회합니다.
getGithubRepositories(User) - Method in class inha.git.github.api.controller.GithubController
사용자의 Github 레포지토리 목록을 조회합니다.
getGithubRepositories(User) - Method in interface inha.git.github.api.service.GithubService
 
getGithubRepositories(User) - Method in class inha.git.github.api.service.GithubServiceImpl
사용자의 Github 레포지토리 목록을 조회합니다.
getGrade() - Method in enum class inha.git.problem.domain.enums.Grade
 
getHeaders() - Method in class inha.git.statistics.api.service.AbstractExcelService
 
getHeaders() - Method in class inha.git.statistics.api.service.PatentExcelService
 
getHeaders() - Method in class inha.git.statistics.api.service.ProjectExcelService
 
getHeaders() - Method in class inha.git.statistics.api.service.QuestionExcelService
 
getIdColumnName() - Method in enum class inha.git.statistics.domain.enums.StatisticsType
 
getIssuedAt(String) - Method in class inha.git.utils.jwt.JwtProvider
토큰 발급 시간을 반환.
getLoginUser(User) - Method in class inha.git.user.api.controller.UserController
현재 로그인한 사용자의 상세 정보를 조회합니다.
getMajor() - Method in class inha.git.user.domain.User
 
getMyTeams(User) - Method in class inha.git.team.api.controller.TeamController
내가 생성한 팀 목록 가져오기 API
getMyTeams(User) - Method in interface inha.git.team.api.service.TeamService
 
getMyTeams(User) - Method in class inha.git.team.api.service.TeamServiceImpl
내가 생성한 팀 목록 가져오기
getName() - Method in record class inha.git.project.api.controller.dto.response.SearchDirectoryResponse
 
getName() - Method in record class inha.git.project.api.controller.dto.response.SearchFileDetailResponse
 
getName() - Method in interface inha.git.project.api.controller.dto.response.SearchFileResponse
 
getNotice(Integer) - Method in class inha.git.notice.api.controller.NoticeController
특정 공지사항의 상세 정보를 조회합니다.
getNotice(Integer) - Method in interface inha.git.notice.api.service.NoticeService
 
getNotice(Integer) - Method in class inha.git.notice.api.service.NoticeServiceImpl
특정 공지사항의 상세 정보를 조회합니다.
getNotices(Integer, Integer) - Method in class inha.git.notice.api.controller.NoticeController
전체 공지사항을 페이징하여 조회합니다.
getNotices(Integer, Integer) - Method in interface inha.git.notice.api.service.NoticeService
 
getNotices(Integer, Integer) - Method in class inha.git.notice.api.service.NoticeServiceImpl
공지사항 목록을 페이징하여 조회합니다.
getNotices(Pageable) - Method in class inha.git.notice.domain.repository.NoticeQueryRepository
공지사항 목록 조회
getPassword() - Method in class inha.git.user.domain.User
 
getPatentStatistics() - Method in class inha.git.statistics.api.controller.StatisticsController
특허 통계 조회 API
getPatentStatistics() - Method in interface inha.git.statistics.api.service.StatisticsService
 
getPatentStatistics() - Method in class inha.git.statistics.api.service.StatisticsServiceImpl
특허 통계 정보를 조회한다.
getPatentStatistics() - Method in class inha.git.statistics.domain.repository.PatentStatisticsQueryRepository
 
getProblem(User, Integer) - Method in class inha.git.problem.api.controller.ProblemController
문제 상세 조회 API
getProblem(User, Integer) - Method in interface inha.git.problem.api.service.ProblemService
 
getProblem(User, Integer) - Method in class inha.git.problem.api.service.ProblemServiceImpl
문제 상세 조회
getProblems(Integer, Integer) - Method in class inha.git.problem.api.controller.ProblemController
문제 목록 조회 API
getProblems(Integer, Integer) - Method in interface inha.git.problem.api.service.ProblemService
 
getProblems(Integer, Integer) - Method in class inha.git.problem.api.service.ProblemServiceImpl
문제 목록 조회
getProblems(Pageable) - Method in class inha.git.problem.domain.repository.ProblemQueryRepository
 
getProblemSubmits(User, Integer, Integer, Integer) - Method in class inha.git.problem.api.controller.ProblemSubmitController
문제 제출 조회 API
getProblemSubmits(User, Integer, Integer, Integer) - Method in interface inha.git.problem.api.service.ProblemSubmitService
 
getProblemSubmits(User, Integer, Integer, Integer) - Method in class inha.git.problem.api.service.ProblemSubmitServiceImpl
문제 제출 목록 조회
getProfessorStudents(User, String, Integer) - Method in class inha.git.user.api.controller.ProfessorController
교수 전용 학생 검색 API
getProfessorStudents(String, Integer) - Method in interface inha.git.user.api.service.ProfessorService
 
getProfessorStudents(String, Integer) - Method in class inha.git.user.api.service.ProfessorServiceImpl
교수 학생 조회
getProject(User, Integer) - Method in class inha.git.project.api.controller.ProjectController
프로젝트 상세 조회 API
getProject(User, Integer) - Method in interface inha.git.project.api.service.query.ProjectQueryService
 
getProject(User, Integer) - Method in class inha.git.project.api.service.query.ProjectQueryServiceImpl
프로젝트 상세 조회
getProjectFile(User, Integer, String) - Method in class inha.git.project.api.controller.ProjectController
프로젝트 파일 조회 API
getProjectFileByIdx(User, Integer, String) - Method in interface inha.git.project.api.service.query.ProjectQueryService
 
getProjectFileByIdx(User, Integer, String) - Method in class inha.git.project.api.service.query.ProjectQueryServiceImpl
프로젝트 파일 조회
getProjectStatistics(SearchCond) - Method in class inha.git.statistics.api.controller.StatisticsController
프로젝트 통계 조회 API
getProjectStatistics(SearchCond) - Method in interface inha.git.statistics.api.service.StatisticsService
 
getProjectStatistics(SearchCond) - Method in class inha.git.statistics.api.service.StatisticsServiceImpl
프로젝트 통계 정보를 조회한다.
getProjectStatistics(SearchCond) - Method in class inha.git.statistics.domain.repository.ProjectStatisticsQueryRepository
 
getQuestion(User, Integer) - Method in class inha.git.question.api.controller.QuestionController
질문 상세 조회 API
getQuestion(User, Integer) - Method in interface inha.git.question.api.service.QuestionService
 
getQuestion(User, Integer) - Method in class inha.git.question.api.service.QuestionServiceImpl
질문 상세 조회
getQuestions(Integer, Integer) - Method in class inha.git.question.api.controller.QuestionController
전체 질문을 페이징하여 조회합니다.
getQuestions(Integer, Integer) - Method in interface inha.git.question.api.service.QuestionService
 
getQuestions(Integer, Integer) - Method in class inha.git.question.api.service.QuestionServiceImpl
전체 질문을 페이징하여 조회합니다.
getQuestions(Pageable) - Method in class inha.git.question.domain.repository.QuestionQueryRepository
질문 목록 조회
getQuestionStatistics(SearchCond) - Method in class inha.git.statistics.api.controller.StatisticsController
질문 통계 조회 API
getQuestionStatistics(SearchCond) - Method in interface inha.git.statistics.api.service.StatisticsService
 
getQuestionStatistics(SearchCond) - Method in class inha.git.statistics.api.service.StatisticsServiceImpl
질문 통계 정보를 조회한다.
getQuestionStatistics(SearchCond) - Method in class inha.git.statistics.domain.repository.QuestionStatisticsQueryRepository
질문 통계 조회
getReason() - Method in interface inha.git.common.code.BaseCode
에러 메시지와 코드를 포함하는 ReasonDTO를 반환.
getReason() - Method in interface inha.git.common.code.BaseErrorCode
에러 메시지와 코드를 포함하는 ErrorReasonDTO를 반환.
getReason() - Method in enum class inha.git.common.code.status.ErrorStatus
에러 메시지와 코드를 포함하는 ErrorReasonDTO를 반환.
getReason() - Method in enum class inha.git.common.code.status.SuccessStatus
 
getReasonHttpStatus() - Method in interface inha.git.common.code.BaseCode
HTTP 상태와 에러 메시지, 코드를 포함하는 ReasonDTO를 반환.
getReasonHttpStatus() - Method in interface inha.git.common.code.BaseErrorCode
HTTP 상태와 에러 메시지, 코드를 포함하는 ErrorReasonDTO를 반환.
getReasonHttpStatus() - Method in enum class inha.git.common.code.status.ErrorStatus
HTTP 상태와 에러 메시지, 코드를 포함하는 ErrorReasonDTO를 반환.
getReasonHttpStatus() - Method in enum class inha.git.common.code.status.SuccessStatus
 
getReportReasons() - Method in class inha.git.report.api.controller.RepportController
신고 원인 조회 API
getReportReasons() - Method in interface inha.git.report.api.service.ReportService
 
getReportReasons() - Method in class inha.git.report.api.service.ReportServiceImpl
신고 원인 조회
getReportTypes() - Method in class inha.git.report.api.controller.RepportController
신고 타입 조회 API
getReportTypes() - Method in interface inha.git.report.api.service.ReportService
 
getReportTypes() - Method in class inha.git.report.api.service.ReportServiceImpl
신고 타입 조회
getRepositoryContents(User, Integer, String) - Method in class inha.git.github.api.controller.GithubController
Github 레포지토리의 내용을 조회합니다.
getRequestProblem(User, Integer, Integer) - Method in class inha.git.problem.api.controller.ProblemRequestController
문제 신청 조회 API
getRequestProblem(User, Integer, Integer) - Method in interface inha.git.problem.api.service.ProblemRequestService
 
getRequestProblem(User, Integer, Integer) - Method in class inha.git.problem.api.service.ProblemRequestServiceImpl
문제 신청 조회
getRequestProblems(User, ProblemRequestStatus, Integer, Integer, Integer) - Method in interface inha.git.problem.api.service.ProblemRequestService
 
getRequestProblems(User, ProblemRequestStatus, Integer, Integer, Integer) - Method in class inha.git.problem.api.service.ProblemRequestServiceImpl
문제 신청 목록 조회
getRequestProblems(User, Integer, ProblemRequestStatus, Integer, Integer) - Method in class inha.git.problem.api.controller.ProblemRequestController
문제 신청 목록 조회 API
getRequestTeams(User, Integer, Integer) - Method in class inha.git.team.api.controller.TeamController
팀 가입 요청 목록 조회 API
getRequestTeams(User, Integer, Integer) - Method in interface inha.git.team.api.service.TeamService
 
getRequestTeams(User, Integer, Integer) - Method in class inha.git.team.api.service.TeamServiceImpl
팀 가입 요청 목록 가져오기
getSemesters() - Method in class inha.git.semester.controller.SemesterController
전체 학기 목록을 조회합니다.
getSemesters() - Method in interface inha.git.semester.service.SemesterService
 
getSemesters() - Method in class inha.git.semester.service.SemesterServiceImpl
활성화된 모든 학기를 조회합니다.
getSheetName() - Method in class inha.git.statistics.api.service.AbstractExcelService
 
getSheetName() - Method in class inha.git.statistics.api.service.PatentExcelService
 
getSheetName() - Method in class inha.git.statistics.api.service.ProjectExcelService
 
getSheetName() - Method in class inha.git.statistics.api.service.QuestionExcelService
 
getStatus() - Method in enum class inha.git.bug_report.domain.enums.BugStatus
 
getStatus() - Method in enum class inha.git.problem.domain.enums.ProblemRequestStatus
 
getStatus() - Method in enum class inha.git.problem.domain.enums.ProblemStatus
 
getTeam(Integer) - Method in class inha.git.team.api.controller.TeamController
팀 목록 가져오기 API
getTeam(Integer) - Method in interface inha.git.team.api.service.TeamService
 
getTeam(Integer) - Method in class inha.git.team.api.service.TeamServiceImpl
팀 가져오기
getTeamPost(Integer) - Method in class inha.git.team.api.controller.TeamPostController
팀 게시글 상세 조회 API
getTeamPost(Integer) - Method in interface inha.git.team.api.service.TeamPostService
 
getTeamPost(Integer) - Method in class inha.git.team.api.service.TeamPostServiceImpl
팀 게시글 상세 조회
getTeamPosts(Integer) - Method in class inha.git.team.api.controller.TeamPostController
팀 게시글 전체 조회 API
getTeamPosts(Integer) - Method in interface inha.git.team.api.service.TeamPostService
 
getTeamPosts(Integer) - Method in class inha.git.team.api.service.TeamPostServiceImpl
팀 게시글 전체 조회
getTeamPosts(Pageable) - Method in class inha.git.team.domain.repository.TeamPostQueryRepository
팀 게시글 목록 조회
getTop10Rankings() - Method in class inha.git.user.api.controller.UserRankingController
상위 10명의 사용자 랭킹 정보를 반환합니다.
getType() - Method in record class inha.git.project.api.controller.dto.response.SearchDirectoryResponse
 
getType() - Method in record class inha.git.project.api.controller.dto.response.SearchFileDetailResponse
 
getType() - Method in interface inha.git.project.api.controller.dto.response.SearchFileResponse
 
getUser(Integer) - Method in class inha.git.user.api.controller.UserController
특정 사용자의 상세 정보를 조회합니다.
getUser(Integer) - Method in interface inha.git.user.api.service.UserService
 
getUser(Integer) - Method in class inha.git.user.api.service.UserServiceImpl
사용자 정보 조회
getUserBugReports(User, Integer, SearchBugReportCond, Integer) - Method in class inha.git.user.api.controller.UserController
특정 사용자가 작성한 버그 제보 목록을 조회합니다.
getUserBugReports(User, Integer, SearchBugReportCond, Integer) - Method in interface inha.git.user.api.service.UserService
 
getUserBugReports(User, Integer, SearchBugReportCond, Integer) - Method in class inha.git.user.api.service.UserServiceImpl
사용자 버그 리포트 조회
getUserBugReports(Integer, SearchBugReportCond, Pageable) - Method in class inha.git.bug_report.domain.repository.BugReportQueryRepository
특정 사용자의 버그 리포트 목록 조회
getUsername() - Method in class inha.git.user.domain.User
 
getUserProblems(User, Integer, Integer) - Method in class inha.git.user.api.controller.UserController
특정 사용자가 업로드한 문제 목록을 조회합니다.
getUserProblems(User, Integer, Integer) - Method in interface inha.git.user.api.service.UserService
 
getUserProblems(User, Integer, Integer) - Method in class inha.git.user.api.service.UserServiceImpl
사용자 문제 조회
getUserProblems(Integer, Pageable) - Method in class inha.git.problem.domain.repository.ProblemQueryRepository
 
getUserProblemsParticipating(User, Integer, Integer) - Method in class inha.git.user.api.controller.UserController
특정 사용자가 참여중인 문제 목록을 조회합니다.
getUserProblemsParticipating(User, Integer, Integer) - Method in interface inha.git.user.api.service.UserService
 
getUserProblemsParticipating(User, Integer, Integer) - Method in class inha.git.user.api.service.UserServiceImpl
사용자 문제 조회
getUserProblemsParticipating(Integer, Pageable) - Method in class inha.git.problem.domain.repository.ProblemQueryRepository
 
getUserProjects(User, Integer, Integer) - Method in class inha.git.user.api.controller.UserController
특정 사용자가 참여중인 프로젝트 목록을 조회합니다.
getUserProjects(User, Integer, Integer) - Method in interface inha.git.user.api.service.UserService
 
getUserProjects(User, Integer, Integer) - Method in class inha.git.user.api.service.UserServiceImpl
사용자 프로젝트 조회
getUserProjects(Integer, Pageable) - Method in class inha.git.project.domain.repository.ProjectQueryRepository
특정 유저의 프로젝트 목록 조회
getUserQuestions(User, Integer, Integer) - Method in class inha.git.user.api.controller.UserController
특정 사용자가 작성한 질문 목록을 조회합니다.
getUserQuestions(User, Integer, Integer) - Method in interface inha.git.user.api.service.UserService
 
getUserQuestions(User, Integer, Integer) - Method in class inha.git.user.api.service.UserServiceImpl
사용자 질문 조회
getUserQuestions(Integer, Pageable) - Method in class inha.git.question.domain.repository.QuestionQueryRepository
사용자의 질문 목록 조회
getUserRanking(User) - Method in interface inha.git.user.api.service.UserRankingService
 
getUserRanking(User) - Method in class inha.git.user.api.service.UserRankingServiceImpl
특정 사용자에 대한 랭킹 점수 반환
getUserRankings() - Method in interface inha.git.user.api.service.UserRankingService
 
getUserRankings() - Method in class inha.git.user.api.service.UserRankingServiceImpl
사용자 totalScore 기반으로 순위 반환
getUserReports(User, Integer, Integer) - Method in class inha.git.user.api.controller.UserController
특정 사용자가 작성한 신고 목록을 조회합니다.
getUserReports(User, Integer, Integer) - Method in interface inha.git.user.api.service.UserService
 
getUserReports(User, Integer, Integer) - Method in class inha.git.user.api.service.UserServiceImpl
사용자 신고 조회
getUserReports(Integer, Pageable) - Method in class inha.git.report.domain.repository.ReportQueryRepository
 
getUserTeams(Integer, Pageable) - Method in class inha.git.team.domain.repository.TeamQueryRepository
사용자가 참여 중인 팀 목록 조회
getValue() - Method in enum class inha.git.search.domain.enums.TableType
 
getValueOps(String) - Method in class inha.git.utils.RedisProvider
키에 대한 값을 가져오는 메서드.
GIT - Static variable in class inha.git.common.Constant
 
GitApplication - Class in inha.git
 
GitApplication() - Constructor for class inha.git.GitApplication
 
GITHUB_API_URL - Static variable in class inha.git.common.Constant
 
GITHUB_CLONE_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
GITHUB_CONTENTS - Static variable in class inha.git.common.Constant
 
GITHUB_FILE_CACHE_PREFIX - Static variable in class inha.git.common.Constant
 
GITHUB_FILE_CONTENT_CACHE_PREFIX - Static variable in class inha.git.common.Constant
 
GITHUB_REPO_CACHE_PREFIX - Static variable in class inha.git.common.Constant
 
GITHUB_REPO_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
GITHUB_REPOSITORIES_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
GITHUB_TOKEN_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
GITHUB_TOKEN_REFRESH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
GITHUB_URL - Static variable in class inha.git.common.Constant
 
GithubController - Class in inha.git.github.api.controller
GithubController는 github 관련 엔드포인트를 처리.
GithubController() - Constructor for class inha.git.github.api.controller.GithubController
 
githubCount() - Method in record class inha.git.statistics.api.controller.dto.data.StatisticsCounts
Returns the value of the githubCount record component.
GithubFileContentResponse - Record Class in inha.git.github.api.controller.dto.response
 
GithubFileContentResponse(String, String, String, String) - Constructor for record class inha.git.github.api.controller.dto.response.GithubFileContentResponse
Creates an instance of a GithubFileContentResponse record class.
GithubItemResponse - Record Class in inha.git.github.api.controller.dto.response
 
GithubItemResponse(String, String, String, String) - Constructor for record class inha.git.github.api.controller.dto.response.GithubItemResponse
Creates an instance of a GithubItemResponse record class.
GithubMapper - Interface in inha.git.github.api.mapper
 
githubProjectCount() - Method in record class inha.git.statistics.api.controller.dto.data.CollegeStatisticsData
Returns the value of the githubProjectCount record component.
githubProjectCount() - Method in record class inha.git.statistics.api.controller.dto.response.CollegeStatisticsData
Returns the value of the githubProjectCount record component.
githubProjectCount() - Method in record class inha.git.statistics.api.controller.dto.response.ProjectStatisticsResponse
Returns the value of the githubProjectCount record component.
githubProjectCount() - Method in record class inha.git.statistics.api.controller.dto.response.SemesterStatistics
Returns the value of the githubProjectCount record component.
GithubProjectService - Interface in inha.git.project.api.service.github
 
GithubProjectServiceImpl - Class in inha.git.project.api.service.github
GithubProjectServiceImpl은 깃허브 프로젝트 관련 비즈니스 로직을 처리합니다.
GithubProjectServiceImpl() - Constructor for class inha.git.project.api.service.github.GithubProjectServiceImpl
 
GithubRepositoryResponse - Record Class in inha.git.github.api.controller.dto.response
 
GithubRepositoryResponse(Long, String, String, String, String) - Constructor for record class inha.git.github.api.controller.dto.response.GithubRepositoryResponse
Creates an instance of a GithubRepositoryResponse record class.
GithubService - Interface in inha.git.github.api.service
 
GithubServiceImpl - Class in inha.git.github.api.service
Github 관련 비즈니스 로직을 처리합니다.
GithubServiceImpl() - Constructor for class inha.git.github.api.service.GithubServiceImpl
 
githubToken() - Method in record class inha.git.github.api.controller.dto.request.GitubTokenResquest
Returns the value of the githubToken record component.
GithubToken - Class in inha.git.github.domain
GithubToken 엔티티는 애플리케이션의 Github API 토큰 정보를 나타냄.
GithubToken() - Constructor for class inha.git.github.domain.GithubToken
 
GithubTokenJpaRepository - Interface in inha.git.github.domain.repository
GithubTokenJpaRepository는 GithubToken 엔티티의 JPA 레포지토리이다.
githubTokenState() - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Returns the value of the githubTokenState record component.
GitubTokenResquest - Record Class in inha.git.github.api.controller.dto.request
 
GitubTokenResquest(String) - Constructor for record class inha.git.github.api.controller.dto.request.GitubTokenResquest
Creates an instance of a GitubTokenResquest record class.
grade() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemParticipantRequest
Returns the value of the grade record component.
grade() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemParticipantRequest
Returns the value of the grade record component.
grade() - Method in record class inha.git.problem.api.controller.dto.response.ProblemParticipantResponse
Returns the value of the grade record component.
Grade - Enum Class in inha.git.problem.domain.enums
 
GRADLE - Static variable in class inha.git.common.Constant
 
groups() - Element in annotation interface inha.git.common.validation.annotation.CategoryNameUnique
 
groups() - Element in annotation interface inha.git.common.validation.annotation.CollegeNameUnique
 
groups() - Element in annotation interface inha.git.common.validation.annotation.DepartmentNameUnique
 
groups() - Element in annotation interface inha.git.common.validation.annotation.EmailUnique
 
groups() - Element in annotation interface inha.git.common.validation.annotation.FieldNameLanguage
 
groups() - Element in annotation interface inha.git.common.validation.annotation.FieldNameUnique
 
groups() - Element in annotation interface inha.git.common.validation.annotation.SemesterNameUnique
 
groups() - Element in annotation interface inha.git.common.validation.annotation.TeamNameLanguage
 
groups() - Element in annotation interface inha.git.common.validation.annotation.UniqueTeamName
 
groups() - Element in annotation interface inha.git.common.validation.annotation.UserNumberUnique
 
groups() - Element in annotation interface inha.git.common.validation.annotation.ValidCollegeName
 
groups() - Element in annotation interface inha.git.common.validation.annotation.ValidDepartmentName
 
groups() - Element in annotation interface inha.git.common.validation.annotation.ValidEmail
 
groups() - Element in annotation interface inha.git.common.validation.annotation.ValidInhaEmail
 
groups() - Element in annotation interface inha.git.common.validation.annotation.ValidName
 
groups() - Element in annotation interface inha.git.common.validation.annotation.ValidNumber
 
groups() - Element in annotation interface inha.git.common.validation.annotation.ValidParameter
 
groups() - Element in annotation interface inha.git.common.validation.annotation.ValidPassword
 
groups() - Element in annotation interface inha.git.common.validation.annotation.ValidRepoName
 
groups() - Element in annotation interface inha.git.common.validation.annotation.ValidSemesterName
 
groups() - Element in annotation interface inha.git.common.validation.annotation.ValidShare
 
groups() - Element in annotation interface inha.git.common.validation.annotation.ValidTeamName
 
groups() - Element in annotation interface inha.git.common.validation.annotation.ValidUserNumber
 

H

handle(HttpServletRequest, HttpServletResponse, AccessDeniedException) - Method in class inha.git.common.exceptions.handler.CustomAccessDeniedHandler
 
handleAccessDeniedException(AccessDeniedException) - Method in class inha.git.common.exceptions.ExceptionAdvice
 
handleMethodArgumentNotValid(MethodArgumentNotValidException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class inha.git.common.exceptions.ExceptionAdvice
 
handleMethodArgumentTypeMismatch(MethodArgumentTypeMismatchException) - Method in class inha.git.common.exceptions.ExceptionAdvice
 
handleNullValueInNestedPathException(NullValueInNestedPathException) - Method in class inha.git.common.exceptions.ExceptionAdvice
 
hasAccessToProject(Project, User) - Static method in class inha.git.common.Constant
 
hasAttachment() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeResponse
Returns the value of the hasAttachment record component.
hasAttachment() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticesResponse
Returns the value of the hasAttachment record component.
hasAttachment() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns the value of the hasAttachment record component.
hasAttachment() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemsResponse
Returns the value of the hasAttachment record component.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.AdminDemotionRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.AdminPromotionRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.AssistantDemotionRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.AssistantPromotionRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.ChangeBugReportStateRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.CompanyAcceptRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.CompanyCancelRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.PatentAcceptRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.PatentCancelRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.ProfessorAcceptRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.ProfessorCancelRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.ProjectStarAcceptRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.ProjectStarCancelRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.SearchReportCond
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.UserBlockRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.UserRankingScoreRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.request.UserUnblockRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.response.SearchDepartmentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.response.SearchStudentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.response.SearchUserResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.admin.api.controller.dto.response.UserRankingScoreResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.auth.api.controller.dto.request.ChangePasswordRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.auth.api.controller.dto.request.EmailCheckRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.auth.api.controller.dto.request.EmailRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.auth.api.controller.dto.request.FindEmailRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.auth.api.controller.dto.request.FindPasswordCheckRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.auth.api.controller.dto.request.FindPasswordRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.auth.api.controller.dto.request.LoginRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.auth.api.controller.dto.response.FindEmailResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.auth.api.controller.dto.response.LoginResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.banner.api.controller.dto.request.CreateBannerRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.banner.api.controller.dto.response.BannerResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.bug_report.api.controller.dto.request.CreateBugReportRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.bug_report.api.controller.dto.request.SearchBugReportCond
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.bug_report.api.controller.dto.request.UpdateBugReportRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.bug_report.api.controller.dto.response.BugReportResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.category.controller.dto.request.CreateCategoryRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.category.controller.dto.request.UpdateCategoryRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.category.controller.dto.response.SearchCategoryResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.college.controller.dto.request.CreateCollegeRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.college.controller.dto.request.UpdateCollegeRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.college.controller.dto.response.SearchCollegeResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.common.code.ErrorReasonDTO
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.common.code.ReasonDTO
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.department.api.controller.dto.request.CreateDepartmentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.department.api.controller.dto.request.UpdateDepartmentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.field.api.controller.dto.request.CreateFieldRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.field.api.controller.dto.request.UpdateFieldRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.field.api.controller.dto.response.SearchFieldResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.github.api.controller.dto.request.GitubTokenResquest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.github.api.controller.dto.response.GithubFileContentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.github.api.controller.dto.response.GithubItemResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.github.api.controller.dto.response.GithubRepositoryResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.image.api.controller.dto.response.ImageResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.notice.api.controller.dto.request.CreateNoticeRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.notice.api.controller.dto.request.UpdateNoticeRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeAttachmentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticesResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeUserResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemApproveRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemParticipantRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.request.CreateRequestProblemRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.request.CreateTeamRequestProblemRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemParticipantRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.request.UpdateRequestProblemRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.response.ProblemParticipantResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.response.ProblemResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.response.ProblemSubmitResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.response.RequestProblemResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemAttachmentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemSubmitResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.problem.api.controller.dto.response.SearchUserRequestProblemResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.CommentLikeRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.CreateCommentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.CreateGithubProjectRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentInventorRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectTeamMemberRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.CreateReplyCommentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.RecommendRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.SearchPatentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.SearchProjectCond
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.UpdateCommentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentInventorRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectTeamMemberRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.request.UpdateReplyCommentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.CommentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.CommentWithRepliesResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.PatentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.PatentResponses
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.ProjectResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.ProjectStarResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.ProjectStarResponses
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.ReplyCommentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchDirectoryResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchFieldResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchFileDetailResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchInventorResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentSummaryResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectPatentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchRecommendCount
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchRecommendState
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchReplyCommentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchTeamMemberResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.project.api.controller.dto.response.SearchUserResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.request.CommentLikeRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.request.CommentWithRepliesResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.request.CreateCommentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.request.CreateQuestionRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.request.CreateReplyCommentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.request.LikeRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.request.SearchQuestionCond
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.request.SearchReplyCommentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.request.UpdateCommentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.request.UpdateQuestionRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.request.UpdateReplyCommentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.response.CommentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.response.QuestionResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.response.ReplyCommentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.response.SearchLikeState
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.report.api.controller.dto.request.CreateReportRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.report.api.controller.dto.response.ReportReasonResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.report.api.controller.dto.response.ReportResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.report.api.controller.dto.response.ReportTypeResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.report.api.controller.dto.response.SearchReportResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.search.api.controller.dto.response.SearchResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.semester.controller.dto.request.CreateSemesterRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.semester.controller.dto.request.UpdateSemesterRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.semester.controller.dto.response.SearchSemesterResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.statistics.api.controller.dto.data.CollegeStatisticsData
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.statistics.api.controller.dto.data.StatisticsCounts
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.statistics.api.controller.dto.request.SearchCond
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.statistics.api.controller.dto.response.BatchCollegeStatisticsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.statistics.api.controller.dto.response.CollegeStatisticsData
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.statistics.api.controller.dto.response.HomeStatisticsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.statistics.api.controller.dto.response.PatentStatisticsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.statistics.api.controller.dto.response.ProblemStatisticsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.statistics.api.controller.dto.response.ProjectStatisticsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.statistics.api.controller.dto.response.QuestionStatisticsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.statistics.api.controller.dto.response.SemesterStatistics
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.statistics.api.controller.dto.response.TeamStatisticsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.request.ApproveRequestTeamRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.request.CreateCommentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.request.CreateReplyCommentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.request.CreateTeamPostRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.request.CreateTeamRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.request.RequestTeamRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.request.UpdateCommentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.request.UpdateReplyCommentRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.request.UpdateTeamPostRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.request.UpdateTeamRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.response.CommentWithRepliesResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.response.SearchMyTeamsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.response.SearchRequestResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostTeamResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamsResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamUserResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.response.TeamCommentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.response.TeamPostResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.response.TeamReplyCommentResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.team.api.controller.dto.response.TeamResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.user.api.controller.dto.request.CompanySignupRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.user.api.controller.dto.request.ProfessorSignupRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.user.api.controller.dto.request.StudentSignupRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.user.api.controller.dto.request.UpdatePwRequest
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.user.api.controller.dto.response.CompanySignupResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.user.api.controller.dto.response.ProfessorSignupResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.user.api.controller.dto.response.SearchCompanyUserResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.user.api.controller.dto.response.StudentSignupResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.user.api.controller.dto.response.UserRankingResponse
Returns a hash code value for this object.
hashCode() - Method in record class inha.git.user.api.controller.dto.response.UserResponse
Returns a hash code value for this object.
HEADER_AUTHORIZATION - Static variable in class inha.git.common.Constant
 
HomeStatisticsResponse - Record Class in inha.git.statistics.api.controller.dto.response
 
HomeStatisticsResponse(Integer, String, Integer, Integer, Integer) - Constructor for record class inha.git.statistics.api.controller.dto.response.HomeStatisticsResponse
Creates an instance of a HomeStatisticsResponse record class.
httpStatus() - Method in record class inha.git.common.code.ErrorReasonDTO
Returns the value of the httpStatus record component.
httpStatus() - Method in record class inha.git.common.code.ReasonDTO
Returns the value of the httpStatus record component.

I

I_FOSS - Enum constant in enum class inha.git.search.domain.enums.TableType
 
I_FOSS_STATISTICS - Static variable in class inha.git.common.Constant
 
id() - Method in record class inha.git.github.api.controller.dto.response.GithubRepositoryResponse
Returns the value of the id record component.
IDEA - Static variable in class inha.git.common.Constant
 
IDEMPOTENT - Static variable in class inha.git.common.Constant
 
IdempotentProvider - Class in inha.git.utils
IdempotentProvider는 Idempotency를 제공하는 서비스 클래스.
IdempotentProvider() - Constructor for class inha.git.utils.IdempotentProvider
 
idx() - Method in record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.admin.api.controller.dto.response.SearchDepartmentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.admin.api.controller.dto.response.SearchStudentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.admin.api.controller.dto.response.SearchUserResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.banner.api.controller.dto.response.BannerResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.bug_report.api.controller.dto.response.BugReportResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportsResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.category.controller.dto.response.SearchCategoryResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.college.controller.dto.response.SearchCollegeResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.field.api.controller.dto.response.SearchFieldResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.image.api.controller.dto.response.ImageResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeAttachmentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticesResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeUserResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.problem.api.controller.dto.response.ProblemParticipantResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.problem.api.controller.dto.response.ProblemResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.problem.api.controller.dto.response.ProblemSubmitResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.problem.api.controller.dto.response.RequestProblemResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemAttachmentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemsResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemSubmitResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemsResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.problem.api.controller.dto.response.SearchUserRequestProblemResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.request.CommentLikeRequest
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.request.RecommendRequest
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.CommentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.CommentWithRepliesResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.PatentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.PatentResponses
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.ProjectResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.ProjectStarResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.ProjectStarResponses
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.ReplyCommentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.SearchFieldResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentSummaryResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectPatentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.SearchReplyCommentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.project.api.controller.dto.response.SearchUserResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.question.api.controller.dto.request.CommentLikeRequest
Returns the value of the idx record component.
idx() - Method in record class inha.git.question.api.controller.dto.request.CommentWithRepliesResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.question.api.controller.dto.request.LikeRequest
Returns the value of the idx record component.
idx() - Method in record class inha.git.question.api.controller.dto.request.SearchReplyCommentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.question.api.controller.dto.response.CommentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.question.api.controller.dto.response.QuestionResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.question.api.controller.dto.response.ReplyCommentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.report.api.controller.dto.response.ReportReasonResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.report.api.controller.dto.response.ReportResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.report.api.controller.dto.response.ReportTypeResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.report.api.controller.dto.response.SearchReportResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.search.api.controller.dto.response.SearchResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.semester.controller.dto.response.SearchSemesterResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.statistics.api.controller.dto.response.HomeStatisticsResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.team.api.controller.dto.response.CommentWithRepliesResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.team.api.controller.dto.response.SearchMyTeamsResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.team.api.controller.dto.response.SearchRequestResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostsResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostTeamResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamsResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamUserResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.team.api.controller.dto.response.TeamCommentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.team.api.controller.dto.response.TeamPostResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.team.api.controller.dto.response.TeamReplyCommentResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.team.api.controller.dto.response.TeamResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.user.api.controller.dto.response.CompanySignupResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.user.api.controller.dto.response.ProfessorSignupResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.user.api.controller.dto.response.SearchCompanyUserResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.user.api.controller.dto.response.StudentSignupResponse
Returns the value of the idx record component.
idx() - Method in record class inha.git.user.api.controller.dto.response.UserResponse
Returns the value of the idx record component.
Image - Class in inha.git.image.domain
Image 엔티티는 애플리케이션의 이미지 정보를 나타냄.
Image() - Constructor for class inha.git.image.domain.Image
 
IMAGE - Static variable in class inha.git.common.Constant
 
IMAGE_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
ImageController - Class in inha.git.image.api.controller
ImageController는 이미지 관련 엔드포인트를 처리.
ImageController() - Constructor for class inha.git.image.api.controller.ImageController
 
ImageJpaRepository - Interface in inha.git.image.domain.repository
ImageJpaRepository는 Image 엔티티에 대한 데이터 액세스 기능을 제공.
ImageMapper - Interface in inha.git.image.api.mapper
ImageMapper Image 엔티티와 관련된 데이터 변환 기능을 제공.
imagePathToImage(String) - Method in interface inha.git.image.api.mapper.ImageMapper
이미지 URL을 Image 엔티티로 변환.
ImageResponse - Record Class in inha.git.image.api.controller.dto.response
 
ImageResponse(Integer, String) - Constructor for record class inha.git.image.api.controller.dto.response.ImageResponse
Creates an instance of a ImageResponse record class.
ImageService - Interface in inha.git.image.api.service
 
ImageServiceImpl - Class in inha.git.image.api.service
ImageServiceImpl는 ImageService 인터페이스를 구현.
ImageServiceImpl() - Constructor for class inha.git.image.api.service.ImageServiceImpl
 
imageToImageResponse(Image) - Method in interface inha.git.image.api.mapper.ImageMapper
Image 엔티티를 ImageResponse로 변환.
imageUrl() - Method in record class inha.git.image.api.controller.dto.response.ImageResponse
Returns the value of the imageUrl record component.
imgPath() - Method in record class inha.git.banner.api.controller.dto.response.BannerResponse
Returns the value of the imgPath record component.
IML - Static variable in class inha.git.common.Constant
 
INACTIVE - Enum constant in enum class inha.git.common.BaseEntity.State
 
increaseCommentCount() - Method in class inha.git.project.domain.Project
 
increaseCommentCount() - Method in class inha.git.question.domain.Question
 
increaseCurrentMemberNumber() - Method in class inha.git.team.domain.Team
 
increaseLoginCount() - Method in class inha.git.user.domain.UserRanking
 
increaseParticipantCount() - Method in class inha.git.problem.domain.Problem
 
increaseReportCount() - Method in class inha.git.user.domain.User
 
incrementGithubProjectCount() - Method in class inha.git.statistics.domain.Statistics
 
incrementLocalProjectCount() - Method in class inha.git.statistics.domain.Statistics
 
incrementPatentCount() - Method in class inha.git.statistics.domain.Statistics
 
incrementPatentParticipation() - Method in class inha.git.statistics.domain.Statistics
 
incrementProjectParticipation() - Method in class inha.git.statistics.domain.Statistics
 
incrementQuestionCount() - Method in class inha.git.statistics.domain.Statistics
 
incrementQuestionParticipation() - Method in class inha.git.statistics.domain.Statistics
 
inha.git - package inha.git
 
inha.git.admin.api.controller - package inha.git.admin.api.controller
 
inha.git.admin.api.controller.dto.request - package inha.git.admin.api.controller.dto.request
 
inha.git.admin.api.controller.dto.response - package inha.git.admin.api.controller.dto.response
 
inha.git.admin.api.mapper - package inha.git.admin.api.mapper
 
inha.git.admin.api.service - package inha.git.admin.api.service
 
inha.git.admin.domain.repository - package inha.git.admin.domain.repository
 
inha.git.auth.api.controller - package inha.git.auth.api.controller
 
inha.git.auth.api.controller.dto.request - package inha.git.auth.api.controller.dto.request
 
inha.git.auth.api.controller.dto.response - package inha.git.auth.api.controller.dto.response
 
inha.git.auth.api.mapper - package inha.git.auth.api.mapper
 
inha.git.auth.api.service - package inha.git.auth.api.service
 
inha.git.banner.api.controller - package inha.git.banner.api.controller
 
inha.git.banner.api.controller.dto.request - package inha.git.banner.api.controller.dto.request
 
inha.git.banner.api.controller.dto.response - package inha.git.banner.api.controller.dto.response
 
inha.git.banner.api.mapper - package inha.git.banner.api.mapper
 
inha.git.banner.api.service - package inha.git.banner.api.service
 
inha.git.banner.domain - package inha.git.banner.domain
 
inha.git.banner.domain.repository - package inha.git.banner.domain.repository
 
inha.git.bug_report.api.controller - package inha.git.bug_report.api.controller
 
inha.git.bug_report.api.controller.dto.request - package inha.git.bug_report.api.controller.dto.request
 
inha.git.bug_report.api.controller.dto.response - package inha.git.bug_report.api.controller.dto.response
 
inha.git.bug_report.api.mapper - package inha.git.bug_report.api.mapper
 
inha.git.bug_report.api.service - package inha.git.bug_report.api.service
 
inha.git.bug_report.domain - package inha.git.bug_report.domain
 
inha.git.bug_report.domain.enums - package inha.git.bug_report.domain.enums
 
inha.git.bug_report.domain.repository - package inha.git.bug_report.domain.repository
 
inha.git.category.controller - package inha.git.category.controller
 
inha.git.category.controller.dto.request - package inha.git.category.controller.dto.request
 
inha.git.category.controller.dto.response - package inha.git.category.controller.dto.response
 
inha.git.category.domain - package inha.git.category.domain
 
inha.git.category.domain.repository - package inha.git.category.domain.repository
 
inha.git.category.mapper - package inha.git.category.mapper
 
inha.git.category.service - package inha.git.category.service
 
inha.git.college.controller - package inha.git.college.controller
 
inha.git.college.controller.dto.request - package inha.git.college.controller.dto.request
 
inha.git.college.controller.dto.response - package inha.git.college.controller.dto.response
 
inha.git.college.domain - package inha.git.college.domain
 
inha.git.college.domain.repository - package inha.git.college.domain.repository
 
inha.git.college.mapper - package inha.git.college.mapper
 
inha.git.college.service - package inha.git.college.service
 
inha.git.common - package inha.git.common
 
inha.git.common.code - package inha.git.common.code
 
inha.git.common.code.status - package inha.git.common.code.status
 
inha.git.common.config - package inha.git.common.config
 
inha.git.common.converter - package inha.git.common.converter
 
inha.git.common.exceptions - package inha.git.common.exceptions
 
inha.git.common.exceptions.handler - package inha.git.common.exceptions.handler
 
inha.git.common.validation.annotation - package inha.git.common.validation.annotation
 
inha.git.common.validation.validator - package inha.git.common.validation.validator
 
inha.git.department.api.controller - package inha.git.department.api.controller
 
inha.git.department.api.controller.dto.request - package inha.git.department.api.controller.dto.request
 
inha.git.department.api.mapper - package inha.git.department.api.mapper
 
inha.git.department.api.service - package inha.git.department.api.service
 
inha.git.department.domain - package inha.git.department.domain
 
inha.git.department.domain.repository - package inha.git.department.domain.repository
 
inha.git.field.api.controller - package inha.git.field.api.controller
 
inha.git.field.api.controller.dto.request - package inha.git.field.api.controller.dto.request
 
inha.git.field.api.controller.dto.response - package inha.git.field.api.controller.dto.response
 
inha.git.field.api.mapper - package inha.git.field.api.mapper
 
inha.git.field.api.service - package inha.git.field.api.service
 
inha.git.field.domain - package inha.git.field.domain
 
inha.git.field.domain.repository - package inha.git.field.domain.repository
 
inha.git.github.api.controller - package inha.git.github.api.controller
 
inha.git.github.api.controller.dto.request - package inha.git.github.api.controller.dto.request
 
inha.git.github.api.controller.dto.response - package inha.git.github.api.controller.dto.response
 
inha.git.github.api.mapper - package inha.git.github.api.mapper
 
inha.git.github.api.service - package inha.git.github.api.service
 
inha.git.github.domain - package inha.git.github.domain
 
inha.git.github.domain.repository - package inha.git.github.domain.repository
 
inha.git.image.api.controller - package inha.git.image.api.controller
 
inha.git.image.api.controller.dto.response - package inha.git.image.api.controller.dto.response
 
inha.git.image.api.mapper - package inha.git.image.api.mapper
 
inha.git.image.api.service - package inha.git.image.api.service
 
inha.git.image.domain - package inha.git.image.domain
 
inha.git.image.domain.repository - package inha.git.image.domain.repository
 
inha.git.link.api.controller - package inha.git.link.api.controller
 
inha.git.link.domain - package inha.git.link.domain
 
inha.git.link.domain.repository - package inha.git.link.domain.repository
 
inha.git.mapping.domain - package inha.git.mapping.domain
 
inha.git.mapping.domain.id - package inha.git.mapping.domain.id
 
inha.git.mapping.domain.repository - package inha.git.mapping.domain.repository
 
inha.git.notice.api.controller - package inha.git.notice.api.controller
 
inha.git.notice.api.controller.dto.request - package inha.git.notice.api.controller.dto.request
 
inha.git.notice.api.controller.dto.response - package inha.git.notice.api.controller.dto.response
 
inha.git.notice.api.mapper - package inha.git.notice.api.mapper
 
inha.git.notice.api.service - package inha.git.notice.api.service
 
inha.git.notice.domain - package inha.git.notice.domain
 
inha.git.notice.domain.repository - package inha.git.notice.domain.repository
 
inha.git.problem.api.controller - package inha.git.problem.api.controller
 
inha.git.problem.api.controller.dto.request - package inha.git.problem.api.controller.dto.request
 
inha.git.problem.api.controller.dto.response - package inha.git.problem.api.controller.dto.response
 
inha.git.problem.api.mapper - package inha.git.problem.api.mapper
 
inha.git.problem.api.service - package inha.git.problem.api.service
 
inha.git.problem.domain - package inha.git.problem.domain
 
inha.git.problem.domain.enums - package inha.git.problem.domain.enums
 
inha.git.problem.domain.repository - package inha.git.problem.domain.repository
 
inha.git.project.api.controller - package inha.git.project.api.controller
 
inha.git.project.api.controller.dto.request - package inha.git.project.api.controller.dto.request
 
inha.git.project.api.controller.dto.response - package inha.git.project.api.controller.dto.response
 
inha.git.project.api.mapper - package inha.git.project.api.mapper
 
inha.git.project.api.service.command - package inha.git.project.api.service.command
 
inha.git.project.api.service.comment.comment - package inha.git.project.api.service.comment.comment
 
inha.git.project.api.service.comment.like - package inha.git.project.api.service.comment.like
 
inha.git.project.api.service.comment.query - package inha.git.project.api.service.comment.query
 
inha.git.project.api.service.comment.reply - package inha.git.project.api.service.comment.reply
 
inha.git.project.api.service.github - package inha.git.project.api.service.github
 
inha.git.project.api.service.patent - package inha.git.project.api.service.patent
 
inha.git.project.api.service.query - package inha.git.project.api.service.query
 
inha.git.project.api.service.recommend - package inha.git.project.api.service.recommend
 
inha.git.project.api.service.star - package inha.git.project.api.service.star
 
inha.git.project.domain - package inha.git.project.domain
 
inha.git.project.domain.enums - package inha.git.project.domain.enums
 
inha.git.project.domain.repository - package inha.git.project.domain.repository
 
inha.git.question.api.controller - package inha.git.question.api.controller
 
inha.git.question.api.controller.dto.request - package inha.git.question.api.controller.dto.request
 
inha.git.question.api.controller.dto.response - package inha.git.question.api.controller.dto.response
 
inha.git.question.api.mapper - package inha.git.question.api.mapper
 
inha.git.question.api.service - package inha.git.question.api.service
 
inha.git.question.domain - package inha.git.question.domain
 
inha.git.question.domain.repository - package inha.git.question.domain.repository
 
inha.git.report.api.controller - package inha.git.report.api.controller
 
inha.git.report.api.controller.dto.request - package inha.git.report.api.controller.dto.request
 
inha.git.report.api.controller.dto.response - package inha.git.report.api.controller.dto.response
 
inha.git.report.api.mapper - package inha.git.report.api.mapper
 
inha.git.report.api.service - package inha.git.report.api.service
 
inha.git.report.domain - package inha.git.report.domain
 
inha.git.report.domain.repository - package inha.git.report.domain.repository
 
inha.git.search.api.controller - package inha.git.search.api.controller
 
inha.git.search.api.controller.dto.response - package inha.git.search.api.controller.dto.response
 
inha.git.search.api.mapper - package inha.git.search.api.mapper
 
inha.git.search.api.service - package inha.git.search.api.service
 
inha.git.search.domain.enums - package inha.git.search.domain.enums
 
inha.git.search.domain.repository - package inha.git.search.domain.repository
 
inha.git.semester.controller - package inha.git.semester.controller
 
inha.git.semester.controller.dto.request - package inha.git.semester.controller.dto.request
 
inha.git.semester.controller.dto.response - package inha.git.semester.controller.dto.response
 
inha.git.semester.domain - package inha.git.semester.domain
 
inha.git.semester.domain.repository - package inha.git.semester.domain.repository
 
inha.git.semester.mapper - package inha.git.semester.mapper
 
inha.git.semester.service - package inha.git.semester.service
 
inha.git.statistics.api.controller - package inha.git.statistics.api.controller
 
inha.git.statistics.api.controller.dto.data - package inha.git.statistics.api.controller.dto.data
 
inha.git.statistics.api.controller.dto.request - package inha.git.statistics.api.controller.dto.request
 
inha.git.statistics.api.controller.dto.response - package inha.git.statistics.api.controller.dto.response
 
inha.git.statistics.api.mapper - package inha.git.statistics.api.mapper
 
inha.git.statistics.api.service - package inha.git.statistics.api.service
 
inha.git.statistics.domain - package inha.git.statistics.domain
 
inha.git.statistics.domain.enums - package inha.git.statistics.domain.enums
 
inha.git.statistics.domain.repository - package inha.git.statistics.domain.repository
 
inha.git.team.api.controller - package inha.git.team.api.controller
 
inha.git.team.api.controller.dto.request - package inha.git.team.api.controller.dto.request
 
inha.git.team.api.controller.dto.response - package inha.git.team.api.controller.dto.response
 
inha.git.team.api.mapper - package inha.git.team.api.mapper
 
inha.git.team.api.service - package inha.git.team.api.service
 
inha.git.team.domain - package inha.git.team.domain
 
inha.git.team.domain.repository - package inha.git.team.domain.repository
 
inha.git.user.api.controller - package inha.git.user.api.controller
 
inha.git.user.api.controller.dto.request - package inha.git.user.api.controller.dto.request
 
inha.git.user.api.controller.dto.response - package inha.git.user.api.controller.dto.response
 
inha.git.user.api.mapper - package inha.git.user.api.mapper
 
inha.git.user.api.service - package inha.git.user.api.service
 
inha.git.user.domain - package inha.git.user.domain
 
inha.git.user.domain.enums - package inha.git.user.domain.enums
 
inha.git.user.domain.repository - package inha.git.user.domain.repository
 
inha.git.utils - package inha.git.utils
 
inha.git.utils.file - package inha.git.utils.file
 
inha.git.utils.jwt - package inha.git.utils.jwt
 
init() - Method in class inha.git.common.Constant
 
initialize(CategoryNameUnique) - Method in class inha.git.common.validation.validator.CategoryNameUniqueValidator
 
initialize(CollegeNameUnique) - Method in class inha.git.common.validation.validator.CollegeNameUniqueValidator
 
initialize(DepartmentNameUnique) - Method in class inha.git.common.validation.validator.DepartmentNameUniqueValidator
 
initialize(EmailUnique) - Method in class inha.git.common.validation.validator.EmailUniqueValidator
유저 email 중복 검증을 위한 Validator 초기화.
initialize(FieldNameLanguage) - Method in class inha.git.common.validation.validator.FieldNameLanguageValidator
 
initialize(FieldNameUnique) - Method in class inha.git.common.validation.validator.FieldNameUniqueValidator
 
initialize(SemesterNameUnique) - Method in class inha.git.common.validation.validator.SemesterNameUniqueValidator
 
initialize(TeamNameLanguage) - Method in class inha.git.common.validation.validator.TeamNameLanguageValidator
 
initialize(UserNumberUnique) - Method in class inha.git.common.validation.validator.UserNumberUniqueValidator
 
initialize(ValidCollegeName) - Method in class inha.git.common.validation.validator.CollegeNameFormatValidator
 
initialize(ValidDepartmentName) - Method in class inha.git.common.validation.validator.DepartmentNameFormatValidator
 
initialize(ValidEmail) - Method in class inha.git.common.validation.validator.EmailValidator
 
initialize(ValidInhaEmail) - Method in class inha.git.common.validation.validator.ValidInhaEmailValidator
 
initialize(ValidName) - Method in class inha.git.common.validation.validator.NameValidator
 
initialize(ValidNumber) - Method in class inha.git.common.validation.validator.NumberValidator
 
initialize(ValidParameter) - Method in class inha.git.common.validation.validator.ParameterValidator
 
initialize(ValidPassword) - Method in class inha.git.common.validation.validator.PasswordValidator
 
initialize(ValidRepoName) - Method in class inha.git.common.validation.validator.RepoNameValidator
 
initialize(ValidTeamName) - Method in class inha.git.common.validation.validator.TeamNameValidator
 
initialize(ValidUserNumber) - Method in class inha.git.common.validation.validator.UserNumberValidator
 
INTERNAL_SERVER_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
500 : Database, Server 오류
INVALID_ACTION_TYPE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_APPLICATION_NUMBER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_EMAIL_DOMAIN - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_FILE_PATH - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_GITHUB_TOKEN - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_INPUT_VALUE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_INVENTORS_SHARE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_JWT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_JWT_EXPIRED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_JWT_SIGNATURE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_OAUTH_TYPE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_PAGE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_PHONE_NUMBER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_SEARCH_QUERY - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_SEARCH_TYPE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_SIZE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_STUDENT_NUMBER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_TOKEN - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
INVALID_USER_JWT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
inventionTitle() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentRequest
Returns the value of the inventionTitle record component.
inventionTitle() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentRequest
Returns the value of the inventionTitle record component.
inventionTitle() - Method in record class inha.git.project.api.controller.dto.response.PatentResponses
Returns the value of the inventionTitle record component.
inventionTitle() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the inventionTitle record component.
inventionTitleEnglish() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentRequest
Returns the value of the inventionTitleEnglish record component.
inventionTitleEnglish() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentRequest
Returns the value of the inventionTitleEnglish record component.
inventionTitleEnglish() - Method in record class inha.git.project.api.controller.dto.response.PatentResponses
Returns the value of the inventionTitleEnglish record component.
inventionTitleEnglish() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the inventionTitleEnglish record component.
inventor() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the inventor record component.
inventors() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentRequest
Returns the value of the inventors record component.
inventors() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentRequest
Returns the value of the inventors record component.
isAccepted() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentSummaryResponse
Returns the value of the isAccepted record component.
isAccountNonExpired() - Method in class inha.git.user.domain.User
 
isAccountNonLocked() - Method in class inha.git.user.domain.User
 
isBlocked() - Method in record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Returns the value of the isBlocked record component.
isBlocked() - Method in record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
Returns the value of the isBlocked record component.
isBlocked() - Method in record class inha.git.admin.api.controller.dto.response.SearchStudentResponse
Returns the value of the isBlocked record component.
isBlocked() - Method in record class inha.git.admin.api.controller.dto.response.SearchUserResponse
Returns the value of the isBlocked record component.
isCredentialsNonExpired() - Method in class inha.git.user.domain.User
 
isEnabled() - Method in class inha.git.user.domain.User
 
isLeader() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemParticipantRequest
Returns the value of the isLeader record component.
isLeader() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemParticipantRequest
Returns the value of the isLeader record component.
isLeader() - Method in record class inha.git.problem.api.controller.dto.response.ProblemParticipantResponse
Returns the value of the isLeader record component.
isPatent() - Method in record class inha.git.project.api.controller.dto.request.SearchProjectCond
Returns the value of the isPatent record component.
isPublic() - Method in record class inha.git.project.api.controller.dto.request.CreateGithubProjectRequest
Returns the value of the isPublic record component.
isPublic() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectRequest
Returns the value of the isPublic record component.
isPublic() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectRequest
Returns the value of the isPublic record component.
isPublic() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the isPublic record component.
isPublic() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the isPublic record component.
isPublic() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the isPublic record component.
isRepo() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectPatentResponse
Returns the value of the isRepo record component.
isRepo() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the isRepo record component.
isRepo() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the isRepo record component.
isRepo() - Method in record class inha.git.search.api.controller.dto.response.SearchResponse
Returns the value of the isRepo record component.
ISSS - Enum constant in enum class inha.git.search.domain.enums.TableType
 
isSuccess() - Method in record class inha.git.common.code.ErrorReasonDTO
Returns the value of the isSuccess record component.
isSuccess() - Method in record class inha.git.common.code.ReasonDTO
Returns the value of the isSuccess record component.
isTokenValid(String, UserDetails) - Method in class inha.git.utils.jwt.JwtProvider
토큰이 유효한지 확인.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.CategoryNameUniqueValidator
이름 중복 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.CollegeNameFormatValidator
단과대 이름이 한글로 되어 있고 "대학"으로 끝나는지 검증한다.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.CollegeNameUniqueValidator
이름 중복 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.DepartmentNameFormatValidator
 
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.DepartmentNameUniqueValidator
이름 중복 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.EmailUniqueValidator
유저 email 중복 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.EmailValidator
이메일 주소 유효성 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.FieldNameLanguageValidator
한글 또는 영어로만 구성되어 있는지 검사.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.FieldNameUniqueValidator
이름 중복 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.NameValidator
이름 유효성 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.NumberValidator
숫자 유효성 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.ParameterValidator
 
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.PasswordValidator
비밀번호 유효성 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.RepoNameValidator
저장소 이름 유효성 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.SemesterNameUniqueValidator
이름 중복 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.ShareValidator
 
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.TeamNameLanguageValidator
팀 이름이 한글 또는 영어로만 생성되는지 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.TeamNameValidator
팀 이름 유효성 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.UniqueTeamNameValidator
팀 이름이 중복되는지 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.UserNumberUniqueValidator
 
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.UserNumberValidator
사용자 번호 유효성 검증.
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.ValidInhaEmailValidator
 
isValid(String, ConstraintValidatorContext) - Method in class inha.git.common.validation.validator.ValidSemesterNameValidator
학기 이름이 유효한지 검사
isValidIdempotent(List<String>) - Method in class inha.git.utils.IdempotentProvider
Idempotency 키의 유효성을 검증하는 메서드.

J

joinedAt() - Method in record class inha.git.team.api.controller.dto.response.SearchMyTeamsResponse
Returns the value of the joinedAt record component.
joinedAt() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamUserResponse
Returns the value of the joinedAt record component.
JSON_CONVERT_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
JwtAuthenticationFilter - Class in inha.git.utils.jwt
JwtAuthenticationFilter는 JWT 기반의 인증을 처리하는 필터.
JwtAuthenticationFilter() - Constructor for class inha.git.utils.jwt.JwtAuthenticationFilter
 
JwtProvider - Class in inha.git.utils.jwt
JwtProvider는 JWT 토큰의 생성 및 검증을 담당하는 클래스.
JwtProvider() - Constructor for class inha.git.utils.jwt.JwtProvider
 

K

KAKAO_TOKEN_RECEIVE_FAIL - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 

L

leader() - Method in record class inha.git.team.api.controller.dto.response.SearchMyTeamsResponse
Returns the value of the leader record component.
leader() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostTeamResponse
Returns the value of the leader record component.
leader() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamResponse
Returns the value of the leader record component.
like() - Method in record class inha.git.project.api.controller.dto.response.SearchRecommendCount
Returns the value of the like record component.
like() - Method in record class inha.git.project.api.controller.dto.response.SearchRecommendState
Returns the value of the like record component.
like() - Method in record class inha.git.question.api.controller.dto.response.SearchLikeState
Returns the value of the like record component.
LIKE_CANCEL_SUCCESS - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
LIKE_SUCCESS - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
likeCount() - Method in record class inha.git.project.api.controller.dto.response.CommentWithRepliesResponse
Returns the value of the likeCount record component.
likeCount() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the likeCount record component.
likeCount() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the likeCount record component.
likeCount() - Method in record class inha.git.project.api.controller.dto.response.SearchReplyCommentResponse
Returns the value of the likeCount record component.
likeCount() - Method in record class inha.git.question.api.controller.dto.request.CommentWithRepliesResponse
Returns the value of the likeCount record component.
likeCount() - Method in record class inha.git.question.api.controller.dto.request.SearchReplyCommentResponse
Returns the value of the likeCount record component.
likeCount() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Returns the value of the likeCount record component.
likeCount() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Returns the value of the likeCount record component.
likeCount() - Method in record class inha.git.search.api.controller.dto.response.SearchResponse
Returns the value of the likeCount record component.
LikeRequest - Record Class in inha.git.question.api.controller.dto.request
 
LikeRequest(Integer) - Constructor for record class inha.git.question.api.controller.dto.request.LikeRequest
Creates an instance of a LikeRequest record class.
likeState() - Method in record class inha.git.project.api.controller.dto.response.CommentWithRepliesResponse
Returns the value of the likeState record component.
likeState() - Method in record class inha.git.project.api.controller.dto.response.SearchReplyCommentResponse
Returns the value of the likeState record component.
likeState() - Method in record class inha.git.question.api.controller.dto.request.CommentWithRepliesResponse
Returns the value of the likeState record component.
likeState() - Method in record class inha.git.question.api.controller.dto.request.SearchReplyCommentResponse
Returns the value of the likeState record component.
likeState() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Returns the value of the likeState record component.
Link - Class in inha.git.link.domain
Link 엔티티는 애플리케이션의 링크 정보를 나타냄.
Link() - Constructor for class inha.git.link.domain.Link
 
LinkController - Class in inha.git.link.api.controller
LinkController는 link 관련 엔드포인트를 처리.
LinkController() - Constructor for class inha.git.link.api.controller.LinkController
 
LinkJpaRepository - Interface in inha.git.link.domain.repository
BannerJpaRepository는 Banner 엔티티에 대한 데이터 액세스 기능을 제공.
localCount() - Method in record class inha.git.statistics.api.controller.dto.data.StatisticsCounts
Returns the value of the localCount record component.
localProjectCount() - Method in record class inha.git.statistics.api.controller.dto.data.CollegeStatisticsData
Returns the value of the localProjectCount record component.
localProjectCount() - Method in record class inha.git.statistics.api.controller.dto.response.CollegeStatisticsData
Returns the value of the localProjectCount record component.
localProjectCount() - Method in record class inha.git.statistics.api.controller.dto.response.ProjectStatisticsResponse
Returns the value of the localProjectCount record component.
localProjectCount() - Method in record class inha.git.statistics.api.controller.dto.response.SemesterStatistics
Returns the value of the localProjectCount record component.
LOCKED - Static variable in class inha.git.common.Constant
 
login(LoginRequest) - Method in class inha.git.auth.api.controller.AuthController
사용자 로그인을 처리합니다.
login(LoginRequest) - Method in interface inha.git.auth.api.service.AuthService
 
login(LoginRequest) - Method in class inha.git.auth.api.service.AuthServiceImpl
사용자 로그인을 처리하는 서비스입니다.
LOGIN_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
LoginRequest - Record Class in inha.git.auth.api.controller.dto.request
 
LoginRequest(String, String) - Constructor for record class inha.git.auth.api.controller.dto.request.LoginRequest
Creates an instance of a LoginRequest record class.
LoginResponse - Record Class in inha.git.auth.api.controller.dto.response
 
LoginResponse(Integer, String) - Constructor for record class inha.git.auth.api.controller.dto.response.LoginResponse
Creates an instance of a LoginResponse record class.
logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in class inha.git.utils.jwt.LogoutService
 
LOGOUT_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
LogoutService - Class in inha.git.utils.jwt
 
LogoutService() - Constructor for class inha.git.utils.jwt.LogoutService
 

M

MACOSX - Static variable in class inha.git.common.Constant
 
mailSend(EmailRequest) - Method in class inha.git.auth.api.controller.AuthController
회원가입 및 인증을 위한 이메일 인증번호를 발송합니다.
mailSend(EmailRequest) - Method in interface inha.git.auth.api.service.MailService
 
mailSend(EmailRequest) - Method in class inha.git.auth.api.service.MailServiceImpl
이메일 인증번호를 발송합니다.
mailSendCheck(EmailCheckRequest) - Method in class inha.git.auth.api.controller.AuthController
발송된 이메일 인증번호의 유효성을 검증합니다.
mailSendCheck(EmailCheckRequest) - Method in interface inha.git.auth.api.service.MailService
 
mailSendCheck(EmailCheckRequest) - Method in class inha.git.auth.api.service.MailServiceImpl
이메일 인증번호의 유효성을 검증합니다.
MailService - Interface in inha.git.auth.api.service
 
MailServiceImpl - Class in inha.git.auth.api.service
MailServiceImpl은 이메일 인증 관련 비즈니스 로직을 처리하는 서비스 클래스.
MailServiceImpl() - Constructor for class inha.git.auth.api.service.MailServiceImpl
 
main(String[]) - Static method in class inha.git.GitApplication
 
mainInventor() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentInventorRequest
Returns the value of the mainInventor record component.
mainInventor() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentInventorRequest
Returns the value of the mainInventor record component.
mainInventor() - Method in record class inha.git.project.api.controller.dto.response.SearchInventorResponse
Returns the value of the mainInventor record component.
mapDepartmentsToUser(User, List<Integer>, DepartmentJpaRepository) - Method in interface inha.git.user.api.mapper.UserMapper
User 엔티티에 Department를 매핑하는 메서드 정의
mapRoleToPosition(Role) - Static method in class inha.git.common.Constant
 
maskEmail(String) - Static method in class inha.git.utils.EmailMapperUtil
 
MAX_FAILED_ATTEMPTS - Static variable in class inha.git.common.Constant
 
MAX_SIZE_BYTES - Static variable in class inha.git.utils.file.ValidFile
 
MAX_SIZE_MB - Static variable in class inha.git.utils.file.ValidFile
 
maxMember() - Method in record class inha.git.team.api.controller.dto.request.CreateTeamRequest
Returns the value of the maxMember record component.
maxMember() - Method in record class inha.git.team.api.controller.dto.request.UpdateTeamRequest
Returns the value of the maxMember record component.
maxMember() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamResponse
Returns the value of the maxMember record component.
memberList() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamResponse
Returns the value of the memberList record component.
message() - Method in record class inha.git.common.code.ErrorReasonDTO
Returns the value of the message record component.
message() - Method in record class inha.git.common.code.ReasonDTO
Returns the value of the message record component.
message() - Element in annotation interface inha.git.common.validation.annotation.CategoryNameUnique
 
message() - Element in annotation interface inha.git.common.validation.annotation.CollegeNameUnique
 
message() - Element in annotation interface inha.git.common.validation.annotation.DepartmentNameUnique
 
message() - Element in annotation interface inha.git.common.validation.annotation.EmailUnique
 
message() - Element in annotation interface inha.git.common.validation.annotation.FieldNameLanguage
 
message() - Element in annotation interface inha.git.common.validation.annotation.FieldNameUnique
 
message() - Element in annotation interface inha.git.common.validation.annotation.SemesterNameUnique
 
message() - Element in annotation interface inha.git.common.validation.annotation.TeamNameLanguage
 
message() - Element in annotation interface inha.git.common.validation.annotation.UniqueTeamName
 
message() - Element in annotation interface inha.git.common.validation.annotation.UserNumberUnique
 
message() - Element in annotation interface inha.git.common.validation.annotation.ValidCollegeName
 
message() - Element in annotation interface inha.git.common.validation.annotation.ValidDepartmentName
 
message() - Element in annotation interface inha.git.common.validation.annotation.ValidEmail
 
message() - Element in annotation interface inha.git.common.validation.annotation.ValidInhaEmail
 
message() - Element in annotation interface inha.git.common.validation.annotation.ValidName
 
message() - Element in annotation interface inha.git.common.validation.annotation.ValidNumber
 
message() - Element in annotation interface inha.git.common.validation.annotation.ValidParameter
 
message() - Element in annotation interface inha.git.common.validation.annotation.ValidPassword
 
message() - Element in annotation interface inha.git.common.validation.annotation.ValidRepoName
 
message() - Element in annotation interface inha.git.common.validation.annotation.ValidSemesterName
 
message() - Element in annotation interface inha.git.common.validation.annotation.ValidShare
 
message() - Element in annotation interface inha.git.common.validation.annotation.ValidTeamName
 
message() - Element in annotation interface inha.git.common.validation.annotation.ValidUserNumber
 
migrateProjectStatistics() - Method in class inha.git.statistics.api.service.StatisticsMigrationService
 
migrateStatistics() - Method in class inha.git.statistics.api.controller.StatisticsController
통계 마이그레이션 API
MISSING_AUTH_HEADER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
MultipartJackson2HttpMessageConverter - Class in inha.git.common.converter
MultipartJackson2HttpMessageConverter Multipart 요청을 처리하기 위한 Jackson2HttpMessageConverter
MultipartJackson2HttpMessageConverter(ObjectMapper) - Constructor for class inha.git.common.converter.MultipartJackson2HttpMessageConverter
 
MY_COMMENT_LIKE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
MY_PAGE_BUG_REPORT_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
MY_PAGE_PROBLEM_PARTICIPATING_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
MY_PAGE_PROBLEM_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
MY_PAGE_PROJECT_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
MY_PAGE_QUESTION_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
MY_PAGE_REPORT_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
MY_PAGE_TEAM_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
MY_PAGE_USER_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
MY_PROJECT_LIKE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
MY_PROJECT_RECOMMEND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
MY_QUESTION_LIKE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 

N

name() - Method in record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Returns the value of the name record component.
name() - Method in record class inha.git.admin.api.controller.dto.response.SearchDepartmentResponse
Returns the value of the name record component.
name() - Method in record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
Returns the value of the name record component.
name() - Method in record class inha.git.admin.api.controller.dto.response.SearchStudentResponse
Returns the value of the name record component.
name() - Method in record class inha.git.admin.api.controller.dto.response.SearchUserResponse
Returns the value of the name record component.
name() - Method in record class inha.git.auth.api.controller.dto.request.FindEmailRequest
Returns the value of the name record component.
name() - Method in record class inha.git.category.controller.dto.request.CreateCategoryRequest
Returns the value of the name record component.
name() - Method in record class inha.git.category.controller.dto.request.UpdateCategoryRequest
Returns the value of the name record component.
name() - Method in record class inha.git.category.controller.dto.response.SearchCategoryResponse
Returns the value of the name record component.
name() - Method in record class inha.git.college.controller.dto.request.CreateCollegeRequest
Returns the value of the name record component.
name() - Method in record class inha.git.college.controller.dto.request.UpdateCollegeRequest
Returns the value of the name record component.
name() - Method in record class inha.git.college.controller.dto.response.SearchCollegeResponse
Returns the value of the name record component.
name() - Method in record class inha.git.department.api.controller.dto.request.CreateDepartmentRequest
Returns the value of the name record component.
name() - Method in record class inha.git.department.api.controller.dto.request.UpdateDepartmentRequest
Returns the value of the name record component.
name() - Method in record class inha.git.field.api.controller.dto.request.CreateFieldRequest
Returns the value of the name record component.
name() - Method in record class inha.git.field.api.controller.dto.request.UpdateFieldRequest
Returns the value of the name record component.
name() - Method in record class inha.git.field.api.controller.dto.response.SearchFieldResponse
Returns the value of the name record component.
name() - Method in record class inha.git.github.api.controller.dto.response.GithubFileContentResponse
Returns the value of the name record component.
name() - Method in record class inha.git.github.api.controller.dto.response.GithubItemResponse
Returns the value of the name record component.
name() - Method in record class inha.git.github.api.controller.dto.response.GithubRepositoryResponse
Returns the value of the name record component.
name() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeUserResponse
Returns the value of the name record component.
name() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemParticipantRequest
Returns the value of the name record component.
name() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemParticipantRequest
Returns the value of the name record component.
name() - Method in record class inha.git.problem.api.controller.dto.response.ProblemParticipantResponse
Returns the value of the name record component.
name() - Method in record class inha.git.problem.api.controller.dto.response.SearchUserRequestProblemResponse
Returns the value of the name record component.
name() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentInventorRequest
Returns the value of the name record component.
name() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectTeamMemberRequest
Returns the value of the name record component.
name() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentInventorRequest
Returns the value of the name record component.
name() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectTeamMemberRequest
Returns the value of the name record component.
name() - Method in record class inha.git.project.api.controller.dto.response.SearchDirectoryResponse
Returns the value of the name record component.
name() - Method in record class inha.git.project.api.controller.dto.response.SearchFieldResponse
Returns the value of the name record component.
name() - Method in record class inha.git.project.api.controller.dto.response.SearchFileDetailResponse
Returns the value of the name record component.
name() - Method in record class inha.git.project.api.controller.dto.response.SearchInventorResponse
Returns the value of the name record component.
name() - Method in record class inha.git.project.api.controller.dto.response.SearchTeamMemberResponse
Returns the value of the name record component.
name() - Method in record class inha.git.project.api.controller.dto.response.SearchUserResponse
Returns the value of the name record component.
name() - Method in record class inha.git.report.api.controller.dto.response.ReportReasonResponse
Returns the value of the name record component.
name() - Method in record class inha.git.report.api.controller.dto.response.ReportTypeResponse
Returns the value of the name record component.
name() - Method in record class inha.git.semester.controller.dto.request.CreateSemesterRequest
Returns the value of the name record component.
name() - Method in record class inha.git.semester.controller.dto.request.UpdateSemesterRequest
Returns the value of the name record component.
name() - Method in record class inha.git.semester.controller.dto.response.SearchSemesterResponse
Returns the value of the name record component.
name() - Method in record class inha.git.statistics.api.controller.dto.response.HomeStatisticsResponse
Returns the value of the name record component.
name() - Method in record class inha.git.team.api.controller.dto.request.CreateTeamRequest
Returns the value of the name record component.
name() - Method in record class inha.git.team.api.controller.dto.request.UpdateTeamRequest
Returns the value of the name record component.
name() - Method in record class inha.git.team.api.controller.dto.response.SearchMyTeamsResponse
Returns the value of the name record component.
name() - Method in record class inha.git.team.api.controller.dto.response.SearchRequestResponse
Returns the value of the name record component.
name() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostTeamResponse
Returns the value of the name record component.
name() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamResponse
Returns the value of the name record component.
name() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamsResponse
Returns the value of the name record component.
name() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamUserResponse
Returns the value of the name record component.
name() - Method in record class inha.git.user.api.controller.dto.request.CompanySignupRequest
Returns the value of the name record component.
name() - Method in record class inha.git.user.api.controller.dto.request.ProfessorSignupRequest
Returns the value of the name record component.
name() - Method in record class inha.git.user.api.controller.dto.request.StudentSignupRequest
Returns the value of the name record component.
name() - Method in record class inha.git.user.api.controller.dto.response.SearchCompanyUserResponse
Returns the value of the name record component.
name() - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Returns the value of the name record component.
name() - Method in record class inha.git.user.api.controller.dto.response.UserRankingResponse
Returns the value of the name record component.
NameValidator - Class in inha.git.common.validation.validator
이름 유효성 검증을 위한 Validator.
NameValidator() - Constructor for class inha.git.common.validation.validator.NameValidator
 
NODE_MODULES - Static variable in class inha.git.common.Constant
 
NOT_ACCEPTED_COMPANY - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ACCEPTED_PROFESSOR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ADMIN - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ALLOWED_APPROVE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ALLOWED_CHECK_SUBMIT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ALLOWED_DELETE_BUG_REPORT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ALLOWED_PARTICIPATE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ALLOWED_SUBMIT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ALLOWED_SUBMIT_PERSONAL - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ALLOWED_SUBMIT_TEAM - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ALLOWED_VIEW_PARTICIPANT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ALLOWED_VIEW_REQUEST_PROBLEM - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ALLOWED_VIEW_REQUESTS_PROBLEM - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ALLOWED_VIEW_SUBMIT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ALLOWED_VIEW_SUBMITS_PROBLEM - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_APPROVED_USER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_ASSISTANT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_AUTHORIZED_BUG_REPORT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_AUTHORIZED_PROBLEM - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_AUTHORIZED_PROBLEM_REQUEST - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_AUTHORIZED_USER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_BLOCKED_USER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_COMPANY - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_EXIST_BUG_REPORT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_EXIST_PATENT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_EXIST_PERSONAL_REQUEST - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_EXIST_PROBLEM - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_EXIST_PROJECT_STAR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_EXIST_REQUEST_PROBLEM - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_EXIST_TEAM_REQUEST - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_FIND_USER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_LIKE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_PARTICIPANT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_PERSONAL_REQUEST - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_PROFESSOR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_STUDENT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_TEAM_LEADER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_TEAM_PARTICIPANT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOT_TEAM_REQUEST - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
Notice - Class in inha.git.notice.domain
Notice 엔티티는 애플리케이션의 공지사항 정보를 나타냄.
Notice() - Constructor for class inha.git.notice.domain.Notice
 
NOTICE - Enum constant in enum class inha.git.search.domain.enums.TableType
 
NOTICE_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
NOTICE_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
NOTICE_DETAIL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
NOTICE_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOTICE_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
NOTICE_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
NOTICE_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
NoticeAttachment - Class in inha.git.notice.domain
NoticeAttachment 엔티티는 공지사항 첨부파일 정보를 나타냄.
NoticeAttachment() - Constructor for class inha.git.notice.domain.NoticeAttachment
 
NoticeAttachmentJpaRepository - Interface in inha.git.notice.domain.repository
NoticeAttachmentJpaRepository는 NoticeAttachment 엔티티에 대한 데이터 액세스 기능을 제공.
noticeAttachmentToSearchNoticeAttachmentResponse(NoticeAttachment) - Method in interface inha.git.notice.api.mapper.NoticeMapper
 
NoticeController - Class in inha.git.notice.api.controller
공지사항 관련 API를 처리하는 컨트롤러입니다.
NoticeController() - Constructor for class inha.git.notice.api.controller.NoticeController
 
NoticeJpaRepository - Interface in inha.git.notice.domain.repository
BannerJpaRepository는 Banner 엔티티에 대한 데이터 액세스 기능을 제공.
NoticeMapper - Interface in inha.git.notice.api.mapper
NoticeMapper는 Notice 엔티티와 관련된 데이터 변환 기능을 제공.
NoticeQueryRepository - Class in inha.git.notice.domain.repository
공지사항 쿼리 레포지토리
NoticeQueryRepository() - Constructor for class inha.git.notice.domain.repository.NoticeQueryRepository
 
NoticeService - Interface in inha.git.notice.api.service
 
NoticeServiceImpl - Class in inha.git.notice.api.service
공지사항 관련 비즈니스 로직을 처리하는 서비스 구현체입니다.
NoticeServiceImpl() - Constructor for class inha.git.notice.api.service.NoticeServiceImpl
 
noticeToSearchNoticeResponse(Notice, SearchNoticeUserResponse, List<SearchNoticeAttachmentResponse>) - Method in interface inha.git.notice.api.mapper.NoticeMapper
Notice를 SearchNoticeResponse로 변환
number() - Method in record class inha.git.auth.api.controller.dto.request.EmailCheckRequest
Returns the value of the number record component.
number() - Method in record class inha.git.auth.api.controller.dto.request.FindPasswordCheckRequest
Returns the value of the number record component.
NumberValidator - Class in inha.git.common.validation.validator
숫자 유효성 검증을 위한 Validator.
NumberValidator() - Constructor for class inha.git.common.validation.validator.NumberValidator
 

O

of(BaseCode, T) - Static method in class inha.git.common.BaseResponse
특정 코드와 함께 요청이 성공한 경우의 응답을 생성.
OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
일반적인 응답
onFailure(String, String, T) - Static method in class inha.git.common.BaseResponse
요청이 실패한 경우의 응답을 생성.
ONLY_LEADER_CAN_APPLY - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
onSuccess(T) - Static method in class inha.git.common.BaseResponse
요청이 성공한 경우의 응답을 생성.
onThrowException(BaseException, HttpServletRequest) - Method in class inha.git.common.exceptions.ExceptionAdvice
 
originalFileName() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeAttachmentResponse
Returns the value of the originalFileName record component.
originalFileName() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemAttachmentResponse
Returns the value of the originalFileName record component.
originalFileName() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Returns the value of the originalFileName record component.
OSS_PROJECT_URL - Static variable in class inha.git.common.Constant
 
OUT - Static variable in class inha.git.common.Constant
 
OUT_ - Static variable in class inha.git.common.Constant
 

P

PagingUtils - Class in inha.git.utils
페이징 처리를 위한 유틸리티 클래스입니다.
ParameterValidator - Class in inha.git.common.validation.validator
ParameterValidator 파라미터 유효성 검사
ParameterValidator() - Constructor for class inha.git.common.validation.validator.ParameterValidator
 
participantCount() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns the value of the participantCount record component.
participantCount() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemsResponse
Returns the value of the participantCount record component.
participants() - Method in record class inha.git.problem.api.controller.dto.request.CreateRequestProblemRequest
Returns the value of the participants record component.
participants() - Method in record class inha.git.problem.api.controller.dto.request.UpdateRequestProblemRequest
Returns the value of the participants record component.
participants() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Returns the value of the participants record component.
password() - Method in record class inha.git.auth.api.controller.dto.request.LoginRequest
Returns the value of the password record component.
PASSWORD_DECRYPTION_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PASSWORD_ENCRYPTION_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PASSWORD_TYPE - Static variable in class inha.git.common.Constant
 
passwordEncoder() - Method in class inha.git.common.config.AppConfig
 
PasswordValidator - Class in inha.git.common.validation.validator
비밀번호 유효성 검증을 위한 Validator.
PasswordValidator() - Constructor for class inha.git.common.validation.validator.PasswordValidator
 
patent() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the patent record component.
patent() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the patent record component.
patent() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the patent record component.
PATENT - Enum constant in enum class inha.git.project.domain.enums.PatentType
 
PATENT - Enum constant in enum class inha.git.statistics.domain.enums.ExcelType
 
PATENT - Static variable in class inha.git.common.Constant
 
PATENT_ACCEPT_CANCEL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PATENT_ACCEPT_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PATENT_API_CONNECTION_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PATENT_API_IO_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PATENT_API_PARSER_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PATENT_API_SAX_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PATENT_API_URL_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PATENT_DELETE_SUCCESS - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PATENT_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PATENT_REGISTER_SUCCESS - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PATENT_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PATENT_SEARCH_PAGE_SUCCESS - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PATENT_SEARCH_SUCCESS - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PATENT_STATISTICS_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PATENT_UPDATE_SUCCESS - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PatentAcceptRequest - Record Class in inha.git.admin.api.controller.dto.request
 
PatentAcceptRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.PatentAcceptRequest
Creates an instance of a PatentAcceptRequest record class.
PatentCancelRequest - Record Class in inha.git.admin.api.controller.dto.request
 
PatentCancelRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.PatentCancelRequest
Creates an instance of a PatentCancelRequest record class.
patentCount() - Method in record class inha.git.statistics.api.controller.dto.response.PatentStatisticsResponse
Returns the value of the patentCount record component.
PatentExcelService - Class in inha.git.statistics.api.service
 
PatentExcelService() - Constructor for class inha.git.statistics.api.service.PatentExcelService
 
patentIdx() - Method in record class inha.git.admin.api.controller.dto.request.PatentAcceptRequest
Returns the value of the patentIdx record component.
patentIdx() - Method in record class inha.git.admin.api.controller.dto.request.PatentCancelRequest
Returns the value of the patentIdx record component.
patentNumber() - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Returns the value of the patentNumber record component.
PatentResponse - Record Class in inha.git.project.api.controller.dto.response
 
PatentResponse(Integer) - Constructor for record class inha.git.project.api.controller.dto.response.PatentResponse
Creates an instance of a PatentResponse record class.
PatentResponses - Record Class in inha.git.project.api.controller.dto.response
 
PatentResponses(Integer, Integer, String, PatentType, String, String, String, LocalDateTime, SearchUserResponse) - Constructor for record class inha.git.project.api.controller.dto.response.PatentResponses
Creates an instance of a PatentResponses record class.
PatentStatisticsQueryRepository - Class in inha.git.statistics.domain.repository
 
PatentStatisticsQueryRepository() - Constructor for class inha.git.statistics.domain.repository.PatentStatisticsQueryRepository
 
PatentStatisticsResponse - Record Class in inha.git.statistics.api.controller.dto.response
 
PatentStatisticsResponse(SearchSemesterResponse, Integer) - Constructor for record class inha.git.statistics.api.controller.dto.response.PatentStatisticsResponse
Creates an instance of a PatentStatisticsResponse record class.
patentType() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentRequest
Returns the value of the patentType record component.
patentType() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentRequest
Returns the value of the patentType record component.
patentType() - Method in record class inha.git.project.api.controller.dto.response.PatentResponses
Returns the value of the patentType record component.
patentType() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the patentType record component.
patentType() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentSummaryResponse
Returns the value of the patentType record component.
PatentType - Enum Class in inha.git.project.domain.enums
 
path() - Method in record class inha.git.github.api.controller.dto.response.GithubFileContentResponse
Returns the value of the path record component.
path() - Method in record class inha.git.github.api.controller.dto.response.GithubItemResponse
Returns the value of the path record component.
payload() - Element in annotation interface inha.git.common.validation.annotation.CategoryNameUnique
 
payload() - Element in annotation interface inha.git.common.validation.annotation.CollegeNameUnique
 
payload() - Element in annotation interface inha.git.common.validation.annotation.DepartmentNameUnique
 
payload() - Element in annotation interface inha.git.common.validation.annotation.EmailUnique
 
payload() - Element in annotation interface inha.git.common.validation.annotation.FieldNameLanguage
 
payload() - Element in annotation interface inha.git.common.validation.annotation.FieldNameUnique
 
payload() - Element in annotation interface inha.git.common.validation.annotation.SemesterNameUnique
 
payload() - Element in annotation interface inha.git.common.validation.annotation.TeamNameLanguage
 
payload() - Element in annotation interface inha.git.common.validation.annotation.UniqueTeamName
 
payload() - Element in annotation interface inha.git.common.validation.annotation.UserNumberUnique
 
payload() - Element in annotation interface inha.git.common.validation.annotation.ValidCollegeName
 
payload() - Element in annotation interface inha.git.common.validation.annotation.ValidDepartmentName
 
payload() - Element in annotation interface inha.git.common.validation.annotation.ValidEmail
 
payload() - Element in annotation interface inha.git.common.validation.annotation.ValidInhaEmail
 
payload() - Element in annotation interface inha.git.common.validation.annotation.ValidName
 
payload() - Element in annotation interface inha.git.common.validation.annotation.ValidNumber
 
payload() - Element in annotation interface inha.git.common.validation.annotation.ValidParameter
 
payload() - Element in annotation interface inha.git.common.validation.annotation.ValidPassword
 
payload() - Element in annotation interface inha.git.common.validation.annotation.ValidRepoName
 
payload() - Element in annotation interface inha.git.common.validation.annotation.ValidSemesterName
 
payload() - Element in annotation interface inha.git.common.validation.annotation.ValidShare
 
payload() - Element in annotation interface inha.git.common.validation.annotation.ValidTeamName
 
payload() - Element in annotation interface inha.git.common.validation.annotation.ValidUserNumber
 
Permission - Enum Class in inha.git.user.domain.enums
Permission 열거형은 사용자 권한을 정의.
position() - Method in record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Returns the value of the position record component.
position() - Method in record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
Returns the value of the position record component.
position() - Method in record class inha.git.admin.api.controller.dto.response.SearchStudentResponse
Returns the value of the position record component.
position() - Method in record class inha.git.admin.api.controller.dto.response.SearchUserResponse
Returns the value of the position record component.
position() - Method in record class inha.git.user.api.controller.dto.response.SearchCompanyUserResponse
Returns the value of the position record component.
position() - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Returns the value of the position record component.
POST_USERS_EXISTS_EMAIL - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
POST_USERS_INVALID_EMAIL - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
postIdx() - Method in record class inha.git.team.api.controller.dto.request.CreateCommentRequest
Returns the value of the postIdx record component.
postion() - Method in record class inha.git.project.api.controller.dto.response.SearchUserResponse
Returns the value of the postion record component.
postMailSend(String, String, String, String, int, Integer) - Method in class inha.git.auth.api.service.MailServiceImpl
이메일을 전송합니다.
Problem - Class in inha.git.problem.domain
Problem 엔티티는 애플리케이션의 문제 정보를 나타냄.
Problem() - Constructor for class inha.git.problem.domain.Problem
 
PROBLEM - Enum constant in enum class inha.git.search.domain.enums.TableType
 
PROBLEM - Static variable in class inha.git.common.Constant
 
PROBLEM_AVAILABLE_SUBMITS_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_DEADLINE_PASSED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROBLEM_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_DETAIL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_PARTICIPANT_STATE_CHANGE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_REQUEST - Static variable in class inha.git.common.Constant
 
PROBLEM_REQUEST_CANNOT_BE_DELETED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROBLEM_REQUEST_CANNOT_BE_MODIFIED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROBLEM_REQUEST_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_REQUEST_DETAIL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_REQUEST_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_REQUEST_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_REQUEST_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_STATISTICS_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_SUBMIT_NOT_ALLOWED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROBLEM_SUBMIT_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_SUBMIT_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_SUBMITS_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROBLEM_ZIP - Static variable in class inha.git.common.Constant
 
ProblemAttachment - Class in inha.git.problem.domain
ProblemAttachment 엔티티는 문제 첨부파일 정보를 나타냄.
ProblemAttachment() - Constructor for class inha.git.problem.domain.ProblemAttachment
 
ProblemAttachmentJpaRepository - Interface in inha.git.problem.domain.repository
ProblemAttachmentJpaRepository는 ProblemAttachment 엔티티에 대한 데이터 액세스 기능을 제공.
ProblemController - Class in inha.git.problem.api.controller
ProblemController는 problem 관련 엔드포인트를 처리.
ProblemController() - Constructor for class inha.git.problem.api.controller.ProblemController
 
problemCount() - Method in record class inha.git.statistics.api.controller.dto.response.HomeStatisticsResponse
Returns the value of the problemCount record component.
problemCount() - Method in record class inha.git.statistics.api.controller.dto.response.ProblemStatisticsResponse
Returns the value of the problemCount record component.
ProblemField - Class in inha.git.mapping.domain
 
ProblemField() - Constructor for class inha.git.mapping.domain.ProblemField
 
ProblemFieldId - Class in inha.git.mapping.domain.id
ProblemFieldId ProblemField 엔티티의 복합키를 나타냄.
ProblemFieldId() - Constructor for class inha.git.mapping.domain.id.ProblemFieldId
 
ProblemFieldJpaRepository - Interface in inha.git.mapping.domain.repository
ProblemFieldJpaRepository는 ProblemField엔티티에 대한 데이터 액세스 기능을 제공.
problemidx() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemSubmitResponse
Returns the value of the problemidx record component.
problemIdx() - Method in record class inha.git.problem.api.controller.dto.request.CreateTeamRequestProblemRequest
Returns the value of the problemIdx record component.
ProblemJpaRepository - Interface in inha.git.problem.domain.repository
ProblemJpaRepository는 Problem 엔티티에 대한 데이터 액세스 기능을 제공.
ProblemMapper - Interface in inha.git.problem.api.mapper
ProblemMapper는 Problem 엔티티와 관련된 데이터 변환 기능을 제공.
ProblemParticipant - Class in inha.git.problem.domain
 
ProblemParticipant() - Constructor for class inha.git.problem.domain.ProblemParticipant
 
ProblemParticipantJpaRepository - Interface in inha.git.problem.domain.repository
ProblemParticipantJpaRepository는 ProblemParticipant 엔티티에 대한 데이터 액세스 기능을 제공.
ProblemParticipantResponse - Record Class in inha.git.problem.api.controller.dto.response
 
ProblemParticipantResponse(int, String, boolean, String, String, Grade, SearchDepartmentResponse) - Constructor for record class inha.git.problem.api.controller.dto.response.ProblemParticipantResponse
Creates an instance of a ProblemParticipantResponse record class.
ProblemQueryRepository - Class in inha.git.problem.domain.repository
 
ProblemQueryRepository() - Constructor for class inha.git.problem.domain.repository.ProblemQueryRepository
 
ProblemRequest - Class in inha.git.problem.domain
ProblemRequest 엔티티는 애플리케이션의 문제 요청 정보를 나타냄.
ProblemRequest() - Constructor for class inha.git.problem.domain.ProblemRequest
 
ProblemRequestController - Class in inha.git.problem.api.controller
 
ProblemRequestController() - Constructor for class inha.git.problem.api.controller.ProblemRequestController
 
problemRequestidx() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemSubmitResponse
Returns the value of the problemRequestidx record component.
problemRequestIdx() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns the value of the problemRequestIdx record component.
ProblemRequestJpaRepository - Interface in inha.git.problem.domain.repository
ProblemRequestJpaRepository는 Problem 신청 엔티티에 대한 데이터 액세스 기능을 제공.
ProblemRequestMapper - Interface in inha.git.problem.api.mapper
ProblemRequestMapper는 ProblemRequest 엔티티와 관련된 데이터 변환 기능을 제공.
ProblemRequestService - Interface in inha.git.problem.api.service
 
ProblemRequestServiceImpl - Class in inha.git.problem.api.service
 
ProblemRequestServiceImpl() - Constructor for class inha.git.problem.api.service.ProblemRequestServiceImpl
 
problemRequestStatus() - Method in record class inha.git.problem.api.controller.dto.response.RequestProblemResponse
Returns the value of the problemRequestStatus record component.
problemRequestStatus() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Returns the value of the problemRequestStatus record component.
problemRequestStatus() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemsResponse
Returns the value of the problemRequestStatus record component.
ProblemRequestStatus - Enum Class in inha.git.problem.domain.enums
 
ProblemResponse - Record Class in inha.git.problem.api.controller.dto.response
 
ProblemResponse(Integer, ProblemStatus) - Constructor for record class inha.git.problem.api.controller.dto.response.ProblemResponse
Creates an instance of a ProblemResponse record class.
ProblemService - Interface in inha.git.problem.api.service
 
ProblemServiceImpl - Class in inha.git.problem.api.service
 
ProblemServiceImpl() - Constructor for class inha.git.problem.api.service.ProblemServiceImpl
 
ProblemStatisticsResponse - Record Class in inha.git.statistics.api.controller.dto.response
 
ProblemStatisticsResponse(Integer, Integer) - Constructor for record class inha.git.statistics.api.controller.dto.response.ProblemStatisticsResponse
Creates an instance of a ProblemStatisticsResponse record class.
ProblemStatus - Enum Class in inha.git.problem.domain.enums
 
problemSubmit(User, Integer, Integer) - Method in class inha.git.problem.api.controller.ProblemSubmitController
문제 제출 API
problemSubmit(User, Integer, Integer) - Method in interface inha.git.problem.api.service.ProblemSubmitService
 
problemSubmit(User, Integer, Integer) - Method in class inha.git.problem.api.service.ProblemSubmitServiceImpl
문제 제출
ProblemSubmit - Class in inha.git.problem.domain
Problem 엔티티는 애플리케이션의 문제 제출 정보를 나타냄.
ProblemSubmit() - Constructor for class inha.git.problem.domain.ProblemSubmit
 
ProblemSubmitController - Class in inha.git.problem.api.controller
ProblemSubmitController는 problem submit 관련 엔드포인트를 처리.
ProblemSubmitController() - Constructor for class inha.git.problem.api.controller.ProblemSubmitController
 
ProblemSubmitJpaRepository - Interface in inha.git.problem.domain.repository
ProblemSubmitJpaRepository는 Problem 제출 엔티티에 대한 데이터 액세스 기능을 제공.
ProblemSubmitMapper - Interface in inha.git.problem.api.mapper
ProblemSubmitMapper는 ProblemSubmit 엔티티와 관련된 데이터 변환 기능을 제공.
ProblemSubmitResponse - Record Class in inha.git.problem.api.controller.dto.response
 
ProblemSubmitResponse(int) - Constructor for record class inha.git.problem.api.controller.dto.response.ProblemSubmitResponse
Creates an instance of a ProblemSubmitResponse record class.
ProblemSubmitService - Interface in inha.git.problem.api.service
 
ProblemSubmitServiceImpl - Class in inha.git.problem.api.service
ProblemSubmitServiceImpl는 ProblemSubmitService 인터페이스를 구현하는 클래스.
ProblemSubmitServiceImpl() - Constructor for class inha.git.problem.api.service.ProblemSubmitServiceImpl
 
problemToProblemResponse(Problem) - Method in interface inha.git.problem.api.mapper.ProblemMapper
 
problemToSearchProblemResponse(Problem, SearchUserResponse, List<SearchProblemAttachmentResponse>, List<SearchFieldResponse>, Integer) - Method in interface inha.git.problem.api.mapper.ProblemMapper
 
Professor - Class in inha.git.user.domain
Professor 엔티티는 애플리케이션의 교수 승인 정보를 나타냄.
Professor() - Constructor for class inha.git.user.domain.Professor
 
PROFESSOR - Enum constant in enum class inha.git.user.domain.enums.Role
 
PROFESSOR_ACCEPT_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROFESSOR_CANCEL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROFESSOR_CREATE - Enum constant in enum class inha.git.user.domain.enums.Permission
 
PROFESSOR_DELETE - Enum constant in enum class inha.git.user.domain.enums.Permission
 
PROFESSOR_READ - Enum constant in enum class inha.git.user.domain.enums.Permission
 
PROFESSOR_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROFESSOR_SIGN_UP_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROFESSOR_SIGN_UP_TYPE - Static variable in class inha.git.common.Constant
 
PROFESSOR_TYPE - Static variable in class inha.git.common.Constant
 
PROFESSOR_UPDATE - Enum constant in enum class inha.git.user.domain.enums.Permission
 
ProfessorAcceptRequest - Record Class in inha.git.admin.api.controller.dto.request
 
ProfessorAcceptRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.ProfessorAcceptRequest
Creates an instance of a ProfessorAcceptRequest record class.
ProfessorCancelRequest - Record Class in inha.git.admin.api.controller.dto.request
 
ProfessorCancelRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.ProfessorCancelRequest
Creates an instance of a ProfessorCancelRequest record class.
ProfessorController - Class in inha.git.user.api.controller
 
ProfessorController() - Constructor for class inha.git.user.api.controller.ProfessorController
 
ProfessorJpaRepository - Interface in inha.git.user.domain.repository
ProfessorJpaRepository는 Professor 엔티티에 대한 데이터 액세스 기능을 제공.
ProfessorQueryRepository - Class in inha.git.user.domain.repository
 
ProfessorQueryRepository() - Constructor for class inha.git.user.domain.repository.ProfessorQueryRepository
 
ProfessorService - Interface in inha.git.user.api.service
 
ProfessorServiceImpl - Class in inha.git.user.api.service
교수 관련 비즈니스 로직을 처리하는 서비스 구현체입니다.
ProfessorServiceImpl() - Constructor for class inha.git.user.api.service.ProfessorServiceImpl
 
professorSignup(ProfessorSignupRequest) - Method in class inha.git.user.api.controller.UserController
교수 회원가입을 처리합니다.
professorSignup(ProfessorSignupRequest) - Method in interface inha.git.user.api.service.ProfessorService
 
professorSignup(ProfessorSignupRequest) - Method in class inha.git.user.api.service.ProfessorServiceImpl
교수 회원가입을 처리합니다.
ProfessorSignupRequest - Record Class in inha.git.user.api.controller.dto.request
SignupRequest는 회원 가입 요청 정보를 담는 DTO 클래스.
ProfessorSignupRequest(String, String, String, String, List<Integer>) - Constructor for record class inha.git.user.api.controller.dto.request.ProfessorSignupRequest
Creates an instance of a ProfessorSignupRequest record class.
professorSignupRequestToProfessor(ProfessorSignupRequest) - Method in interface inha.git.user.api.mapper.UserMapper
ProfessorSignupRequest를 Professor로 변환하는 메서드 정의
professorSignupRequestToUser(ProfessorSignupRequest) - Method in interface inha.git.user.api.mapper.UserMapper
ProfessorSignupRequest를 User로 변환하는 메서드 정의
ProfessorSignupResponse - Record Class in inha.git.user.api.controller.dto.response
ProfessorSignupResponse는 회원 가입 응답 정보를 담는 DTO 클래스.
ProfessorSignupResponse(Integer) - Constructor for record class inha.git.user.api.controller.dto.response.ProfessorSignupResponse
Creates an instance of a ProfessorSignupResponse record class.
PROGRAM - Enum constant in enum class inha.git.project.domain.enums.PatentType
 
PROGRESS - Enum constant in enum class inha.git.problem.domain.enums.ProblemStatus
 
project() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the project record component.
Project - Class in inha.git.project.domain
Project 엔티티는 애플리케이션의 프로젝트 정보를 나타냄.
Project() - Constructor for class inha.git.project.domain.Project
 
PROJECT - Enum constant in enum class inha.git.statistics.domain.enums.ExcelType
 
PROJECT - Static variable in class inha.git.common.Constant
 
PROJECT_ALREADY_LIKE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_ALREADY_RECOMMEND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_COMMENT_ALREADY_DELETED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_COMMENT_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_COMMENT_DELETE_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_COMMENT_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_COMMENT_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_COMMENT_REPLY_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_COMMENT_REPLY_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_COMMENT_REPLY_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_COMMENT_REPLY_UPDATE_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_COMMENT_REPLY_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_COMMENT_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_COMMENT_UPDATE_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_COMMENT_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_DELETE_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_DETAIL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_NOT_LIKE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_NOT_PUBLIC - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_NOT_RECOMMEND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_SEARCH_CONDITION_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_STAR_ACCEPT_CANCEL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_STAR_ACCEPT_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_STAR_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_STAR_SEARCH_PAGE_SUCCESS - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_STATISTICS_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PROJECT_UPLOAD - Static variable in class inha.git.common.Constant
 
PROJECT_UPLOAD_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
PROJECT_ZIP - Static variable in class inha.git.common.Constant
 
ProjectCommandService - Interface in inha.git.project.api.service.command
 
ProjectCommandServiceImpl - Class in inha.git.project.api.service.command
ProjectCommandServiceImpl은 프로젝트 관련 비즈니스 로직을 처리.
ProjectCommandServiceImpl() - Constructor for class inha.git.project.api.service.command.ProjectCommandServiceImpl
 
ProjectComment - Class in inha.git.project.domain
ProjectComment 엔티티는 애플리케이션의 프로젝트 댓글 정보를 나타냄.
ProjectComment() - Constructor for class inha.git.project.domain.ProjectComment
 
ProjectCommentCommandService - Interface in inha.git.project.api.service.comment.comment
 
ProjectCommentCommandServiceImpl - Class in inha.git.project.api.service.comment.comment
ProjectCommentCommandServiceImpl은 프로젝트 댓글 관련 비즈니스 로직을 처리합니다.
ProjectCommentCommandServiceImpl() - Constructor for class inha.git.project.api.service.comment.comment.ProjectCommentCommandServiceImpl
 
ProjectCommentController - Class in inha.git.project.api.controller
ProjectCommentController는 project 댓글 관련 엔드포인트를 처리.
ProjectCommentController() - Constructor for class inha.git.project.api.controller.ProjectCommentController
 
ProjectCommentJpaRepository - Interface in inha.git.project.domain.repository
ProjectCommentJpaRepository는 Project 댓글 엔티티에 대한 데이터 액세스 기능을 제공.
projectCommentLike(User, CommentLikeRequest) - Method in class inha.git.project.api.controller.ProjectCommentController
프로젝트 댓글 좋아요 API
projectCommentLike(User, CommentLikeRequest) - Method in interface inha.git.project.api.service.comment.like.ProjectCommentLikeService
 
projectCommentLike(User, CommentLikeRequest) - Method in class inha.git.project.api.service.comment.like.ProjectCommentLikeServiceImpl
댓글 좋아요
ProjectCommentLike - Class in inha.git.mapping.domain
 
ProjectCommentLike() - Constructor for class inha.git.mapping.domain.ProjectCommentLike
 
projectCommentLikeCancel(User, CommentLikeRequest) - Method in class inha.git.project.api.controller.ProjectCommentController
프로젝트 댓글 좋아요 취소 API
projectCommentLikeCancel(User, CommentLikeRequest) - Method in interface inha.git.project.api.service.comment.like.ProjectCommentLikeService
 
projectCommentLikeCancel(User, CommentLikeRequest) - Method in class inha.git.project.api.service.comment.like.ProjectCommentLikeServiceImpl
댓글 좋아요 취소
ProjectCommentLikeId - Class in inha.git.mapping.domain.id
ProjectCommentLikeId ProjectCommentLike 엔티티의 복합키를 나타냄.
ProjectCommentLikeId() - Constructor for class inha.git.mapping.domain.id.ProjectCommentLikeId
 
ProjectCommentLikeJpaRepository - Interface in inha.git.mapping.domain.repository
ProjectCommentLikeJpaRepository는 ProjectCommentLike 엔티티에 대한 데이터 액세스 기능을 제공.
ProjectCommentLikeService - Interface in inha.git.project.api.service.comment.like
 
ProjectCommentLikeServiceImpl - Class in inha.git.project.api.service.comment.like
ProjectCommentLikeServiceImpl은 프로젝트 댓글 좋아요 관련 비즈니스 로직을 처리합니다.
ProjectCommentLikeServiceImpl() - Constructor for class inha.git.project.api.service.comment.like.ProjectCommentLikeServiceImpl
 
ProjectCommentQueryService - Interface in inha.git.project.api.service.comment.query
 
ProjectCommentQueryServiceImpl - Class in inha.git.project.api.service.comment.query
ProjectCommentQueryServiceImpl은 프로젝트 댓글 조회 관련 비즈니스 로직을 처리합니다.
ProjectCommentQueryServiceImpl() - Constructor for class inha.git.project.api.service.comment.query.ProjectCommentQueryServiceImpl
 
ProjectController - Class in inha.git.project.api.controller
ProjectController는 project 관련 엔드포인트를 처리.
ProjectController() - Constructor for class inha.git.project.api.controller.ProjectController
 
projectCount() - Method in record class inha.git.statistics.api.controller.dto.response.HomeStatisticsResponse
Returns the value of the projectCount record component.
ProjectExcelService - Class in inha.git.statistics.api.service
 
ProjectExcelService() - Constructor for class inha.git.statistics.api.service.ProjectExcelService
 
ProjectField - Class in inha.git.mapping.domain
ProjectField 엔티티는 애플리케이션의 프로젝트와 필드 매핑 정보를 나타냄.
ProjectField() - Constructor for class inha.git.mapping.domain.ProjectField
 
ProjectFieldId - Class in inha.git.mapping.domain.id
ProjectFieldId는 ProjectField 엔티티의 복합키를 나타냄.
ProjectFieldId() - Constructor for class inha.git.mapping.domain.id.ProjectFieldId
 
ProjectFieldJpaRepository - Interface in inha.git.mapping.domain.repository
ProjectFieldJpaRepository는 ProjectField엔티티에 대한 데이터 액세스 기능을 제공.
projectFieldToSearchFieldResponse(Field) - Method in interface inha.git.project.api.mapper.ProjectMapper
Field 엔티티를 SearchFieldResponse로 변환
projectFieldToSearchFieldResponse(Field) - Method in interface inha.git.question.api.mapper.QuestionMapper
Field를 SearchFieldResponse로 변환합니다.
projectidx() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemSubmitResponse
Returns the value of the projectidx record component.
projectIdx() - Method in record class inha.git.admin.api.controller.dto.request.ProjectStarAcceptRequest
Returns the value of the projectIdx record component.
projectIdx() - Method in record class inha.git.admin.api.controller.dto.request.ProjectStarCancelRequest
Returns the value of the projectIdx record component.
projectIdx() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Returns the value of the projectIdx record component.
projectIdx() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemsResponse
Returns the value of the projectIdx record component.
projectIdx() - Method in record class inha.git.project.api.controller.dto.request.CreateCommentRequest
Returns the value of the projectIdx record component.
projectIdx() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentRequest
Returns the value of the projectIdx record component.
projectIdx() - Method in record class inha.git.project.api.controller.dto.response.PatentResponses
Returns the value of the projectIdx record component.
projectIdx() - Method in record class inha.git.project.api.controller.dto.response.ProjectStarResponses
Returns the value of the projectIdx record component.
projectIdx() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the projectIdx record component.
ProjectJpaRepository - Interface in inha.git.project.domain.repository
ProjectJpaRepository는 Project 엔티티에 대한 데이터 액세스 기능을 제공.
projectLike(User, RecommendRequest) - Method in class inha.git.project.api.controller.ProjectRecommendController
프로젝트 좋아요 API
ProjectLike - Class in inha.git.mapping.domain
PatentRecommend 엔티티는 애플리케이션의 특허 추천 매핑 정보를 나타냄.
ProjectLike() - Constructor for class inha.git.mapping.domain.ProjectLike
 
ProjectLikeId - Class in inha.git.mapping.domain.id
ProjectLikeId ProjectLike 엔티티의 복합키를 나타냄.
ProjectLikeId() - Constructor for class inha.git.mapping.domain.id.ProjectLikeId
 
ProjectLikeJpaRepository - Interface in inha.git.mapping.domain.repository
ProjectLikeJpaRepository는 ProjectLike 엔티티에 대한 데이터 액세스 기능을 제공.
ProjectMapper - Interface in inha.git.project.api.mapper
ProjectMapper는 Project 엔티티와 관련된 데이터 변환 기능을 제공.
projectNumber() - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Returns the value of the projectNumber record component.
ProjectPatent - Class in inha.git.project.domain
ProjectPatent 엔티티는 애플리케이션의 프로젝트 특허 정보를 나타냄.
ProjectPatent() - Constructor for class inha.git.project.domain.ProjectPatent
 
ProjectPatentController - Class in inha.git.project.api.controller
ProjectPatentController는 project 특허 관련 엔드포인트를 처리.
ProjectPatentController() - Constructor for class inha.git.project.api.controller.ProjectPatentController
 
ProjectPatentInventor - Class in inha.git.project.domain
ProjectPatentinventor 엔티티는 애플리케이션의 프로젝트 특허 발명자 정보를 나타냄.
ProjectPatentInventor() - Constructor for class inha.git.project.domain.ProjectPatentInventor
 
ProjectPatentInventorJpaRepository - Interface in inha.git.project.domain.repository
ProjectPatentInventorJpaRepository는 Project 특허 발명자 엔티티에 대한 데이터 액세스 기능을 제공.
ProjectPatentJpaRepository - Interface in inha.git.project.domain.repository
ProjectCommentJpaRepository는 Project 특허 엔티티에 대한 데이터 액세스 기능을 제공.
ProjectPatentService - Interface in inha.git.project.api.service.patent
 
ProjectPatentServiceImpl - Class in inha.git.project.api.service.patent
ProjectPatentServiceImpl은 프로젝트 특허 관련 비즈니스 로직을 처리합니다.
ProjectPatentServiceImpl() - Constructor for class inha.git.project.api.service.patent.ProjectPatentServiceImpl
 
ProjectQueryRepository - Class in inha.git.project.domain.repository
프로젝트 조회 관련 레포지토리
ProjectQueryRepository() - Constructor for class inha.git.project.domain.repository.ProjectQueryRepository
 
ProjectQueryService - Interface in inha.git.project.api.service.query
 
ProjectQueryServiceImpl - Class in inha.git.project.api.service.query
ProjectQueryServiceImpl는 프로젝트 조회 관련 비즈니스 로직을 처리.
ProjectQueryServiceImpl() - Constructor for class inha.git.project.api.service.query.ProjectQueryServiceImpl
 
ProjectRecommendController - Class in inha.git.project.api.controller
ProjectController는 project 추천 관련 엔드포인트를 처리.
ProjectRecommendController() - Constructor for class inha.git.project.api.controller.ProjectRecommendController
 
ProjectRecommendService - Interface in inha.git.project.api.service.recommend
 
ProjectRecommendServiceImpl - Class in inha.git.project.api.service.recommend
ProjectRecommendServiceImpl은 프로젝트 추천 관련 비즈니스 로직을 처리.
ProjectRecommendServiceImpl() - Constructor for class inha.git.project.api.service.recommend.ProjectRecommendServiceImpl
 
ProjectReplyComment - Class in inha.git.project.domain
ProjectComment 엔티티는 애플리케이션의 프로젝트 대댓글 정보를 나타냄.
ProjectReplyComment() - Constructor for class inha.git.project.domain.ProjectReplyComment
 
ProjectReplyCommentCommandService - Interface in inha.git.project.api.service.comment.reply
 
ProjectReplyCommentCommandServiceImpl - Class in inha.git.project.api.service.comment.reply
ProjectReplyCommentCommandServiceImpl은 프로젝트 대댓글 관련 비즈니스 로직을 처리합니다.
ProjectReplyCommentCommandServiceImpl() - Constructor for class inha.git.project.api.service.comment.reply.ProjectReplyCommentCommandServiceImpl
 
ProjectReplyCommentJpaRepository - Interface in inha.git.project.domain.repository
ProjectReplyCommentJpaRepository는 Project 대댓글 엔티티에 대한 데이터 액세스 기능을 제공.
projectReplyCommentLike(User, CommentLikeRequest) - Method in class inha.git.project.api.controller.ProjectCommentController
프로젝트 대댓글 좋아요 API
projectReplyCommentLike(User, CommentLikeRequest) - Method in interface inha.git.project.api.service.comment.like.ProjectCommentLikeService
 
projectReplyCommentLike(User, CommentLikeRequest) - Method in class inha.git.project.api.service.comment.like.ProjectCommentLikeServiceImpl
대댓글 좋아요
ProjectReplyCommentLike - Class in inha.git.mapping.domain
 
ProjectReplyCommentLike() - Constructor for class inha.git.mapping.domain.ProjectReplyCommentLike
 
projectReplyCommentLikeCancel(User, CommentLikeRequest) - Method in class inha.git.project.api.controller.ProjectCommentController
프로젝트 대댓글 좋아요 취소 API
projectReplyCommentLikeCancel(User, CommentLikeRequest) - Method in interface inha.git.project.api.service.comment.like.ProjectCommentLikeService
 
projectReplyCommentLikeCancel(User, CommentLikeRequest) - Method in class inha.git.project.api.service.comment.like.ProjectCommentLikeServiceImpl
대댓글 좋아요 취소
ProjectReplyCommentLikeId - Class in inha.git.mapping.domain.id
ProjectReplyCommentLikeId는 ProjectReplyCommentLike 엔티티의 복합키를 나타냄.
ProjectReplyCommentLikeId() - Constructor for class inha.git.mapping.domain.id.ProjectReplyCommentLikeId
 
ProjectReplyCommentLikeJpaRepository - Interface in inha.git.mapping.domain.repository
ProjectReplyCommentLikeJpaRepository는 ProjectReplyCommentLike 엔티티에 대한 데이터 액세스 기능을 제공.
ProjectResponse - Record Class in inha.git.project.api.controller.dto.response
 
ProjectResponse(Integer, List<SearchTeamMemberResponse>) - Constructor for record class inha.git.project.api.controller.dto.response.ProjectResponse
Creates an instance of a ProjectResponse record class.
ProjectStar - Class in inha.git.project.domain
ProjectStar 엔티티는 애플리케이션의 프로젝트 Star 정보를 나타냄.
ProjectStar() - Constructor for class inha.git.project.domain.ProjectStar
 
ProjectStarAcceptRequest - Record Class in inha.git.admin.api.controller.dto.request
 
ProjectStarAcceptRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.ProjectStarAcceptRequest
Creates an instance of a ProjectStarAcceptRequest record class.
ProjectStarCancelRequest - Record Class in inha.git.admin.api.controller.dto.request
 
ProjectStarCancelRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.ProjectStarCancelRequest
Creates an instance of a ProjectStarCancelRequest record class.
ProjectStarController - Class in inha.git.project.api.controller
ProjectStarController는 project Star 게시글 관련 엔드포인트를 처리.
ProjectStarController() - Constructor for class inha.git.project.api.controller.ProjectStarController
 
ProjectStarJpaRepository - Interface in inha.git.project.domain.repository
ProjectCommentJpaRepository는 Project 특허 엔티티에 대한 데이터 액세스 기능을 제공.
ProjectStarResponse - Record Class in inha.git.project.api.controller.dto.response
 
ProjectStarResponse(Integer) - Constructor for record class inha.git.project.api.controller.dto.response.ProjectStarResponse
Creates an instance of a ProjectStarResponse record class.
ProjectStarResponses - Record Class in inha.git.project.api.controller.dto.response
 
ProjectStarResponses(Integer, Integer, LocalDateTime, LocalDateTime, BaseEntity.State, SearchUserResponse) - Constructor for record class inha.git.project.api.controller.dto.response.ProjectStarResponses
Creates an instance of a ProjectStarResponses record class.
ProjectStarService - Interface in inha.git.project.api.service.star
 
ProjectStarServiceImpl - Class in inha.git.project.api.service.star
ProjectStarServiceImpl은 프로젝트 Star 관련 비즈니스 로직을 처리합니다.
ProjectStarServiceImpl() - Constructor for class inha.git.project.api.service.star.ProjectStarServiceImpl
 
ProjectStatisticsQueryRepository - Class in inha.git.statistics.domain.repository
StatisticsQueryRepository는 통계 쿼리를 처리하는 레포지토리.
ProjectStatisticsQueryRepository() - Constructor for class inha.git.statistics.domain.repository.ProjectStatisticsQueryRepository
 
ProjectStatisticsResponse - Record Class in inha.git.statistics.api.controller.dto.response
 
ProjectStatisticsResponse(SearchCollegeResponse, SearchDepartmentResponse, SearchFieldResponse, SearchSemesterResponse, SearchCategoryResponse, Integer, Integer, Integer, Integer) - Constructor for record class inha.git.statistics.api.controller.dto.response.ProjectStatisticsResponse
Creates an instance of a ProjectStatisticsResponse record class.
ProjectTeamMember - Class in inha.git.project.domain
ProjectTeamMember 엔티티는 애플리케이션의 프로젝트 특허 팀원 정보를 나타냄.
ProjectTeamMember() - Constructor for class inha.git.project.domain.ProjectTeamMember
 
ProjectTeamMemberJpaRepository - Interface in inha.git.project.domain.repository
ProjectTeamMemberJpaRepository는 Project 팀원 엔티티에 대한 데이터 액세스 기능을 제공.
projectTeamMemberToSearchTeamMemberResponse(ProjectTeamMember) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
projectToProjectResponse(Project) - Method in interface inha.git.project.api.mapper.ProjectMapper
Project 엔티티를 ProjectResponse로 변환
projectToSearchPatentSummaryResponse(Project) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
projectToSearchProjectResponse(Project, ProjectUpload, List<SearchFieldResponse>, SearchRecommendCount, SearchUserResponse, SearchRecommendState, SearchSemesterResponse, SearchCategoryResponse, List<SearchPatentSummaryResponse>, List<SearchTeamMemberResponse>) - Method in interface inha.git.project.api.mapper.ProjectMapper
Project 엔티티를 SearchProjectResponse로 변환
projectToSearchRecommendCountResponse(Project) - Method in interface inha.git.project.api.mapper.ProjectMapper
Project 엔티티를 SearchProjectResponse로 변환
projectToSearchRecommendState(Boolean, Boolean, Boolean) - Method in interface inha.git.project.api.mapper.ProjectMapper
Boolean 값을 SearchRecommendState로 변환
ProjectUpload - Class in inha.git.project.domain
ProjectComment 엔티티는 애플리케이션의 프로젝트 업로드 정보를 나타냄.
ProjectUpload() - Constructor for class inha.git.project.domain.ProjectUpload
 
ProjectUploadJpaRepository - Interface in inha.git.project.domain.repository
ProjectUploadJpaRepository는 Project 업로드 엔티티에 대한 데이터 액세스 기능을 제공.
projectUserCount() - Method in record class inha.git.statistics.api.controller.dto.response.ProjectStatisticsResponse
Returns the value of the projectUserCount record component.
promotion(User, AdminPromotionRequest) - Method in class inha.git.admin.api.controller.AdminApproveController
관리자로 승격 API
promotion(User, AdminPromotionRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
promotion(User, AdminPromotionRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
관리자 권한 부여
PROMOTION_CREATED - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
promotionStudent(User, AssistantPromotionRequest) - Method in class inha.git.admin.api.controller.AssistantApproveController
학생 승인 API
promotionStudent(User, AssistantPromotionRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
promotionStudent(User, AssistantPromotionRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
학생 승인
pw() - Method in record class inha.git.auth.api.controller.dto.request.ChangePasswordRequest
Returns the value of the pw record component.
pw() - Method in record class inha.git.user.api.controller.dto.request.CompanySignupRequest
Returns the value of the pw record component.
pw() - Method in record class inha.git.user.api.controller.dto.request.ProfessorSignupRequest
Returns the value of the pw record component.
pw() - Method in record class inha.git.user.api.controller.dto.request.StudentSignupRequest
Returns the value of the pw record component.
pw() - Method in record class inha.git.user.api.controller.dto.request.UpdatePwRequest
Returns the value of the pw record component.
PW_CHANGE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
PYC - Static variable in class inha.git.common.Constant
 
PYCACHE - Static variable in class inha.git.common.Constant
 

Q

Question - Class in inha.git.question.domain
Question 엔티티는 애플리케이션의 질문 정보를 나타냄.
Question() - Constructor for class inha.git.question.domain.Question
 
QUESTION - Enum constant in enum class inha.git.statistics.domain.enums.ExcelType
 
QUESTION_ALREADY_LIKE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
QUESTION_COMMENT_ALREADY_DELETED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
QUESTION_COMMENT_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
QUESTION_COMMENT_DELETE_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
QUESTION_COMMENT_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
QUESTION_COMMENT_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
QUESTION_COMMENT_REPLY_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
QUESTION_COMMENT_REPLY_DELETE_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
QUESTION_COMMENT_REPLY_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
QUESTION_COMMENT_REPLY_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
QUESTION_COMMENT_REPLY_UPDATE_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
QUESTION_COMMENT_REPLY_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
QUESTION_COMMENT_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
QUESTION_COMMENT_UPDATE_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
QUESTION_COMMENT_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
QUESTION_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
QUESTION_DELETE_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
QUESTION_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
QUESTION_DETAIL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
QUESTION_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
QUESTION_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
QUESTION_NOT_LIKE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
QUESTION_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
QUESTION_STATISTICS_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
QUESTION_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
QuestionComment - Class in inha.git.question.domain
QuestionComment 엔티티는 애플리케이션의 질문 댓글 정보를 나타냄.
QuestionComment() - Constructor for class inha.git.question.domain.QuestionComment
 
QuestionCommentController - Class in inha.git.question.api.controller
 
QuestionCommentController() - Constructor for class inha.git.question.api.controller.QuestionCommentController
 
QuestionCommentJpaRepository - Interface in inha.git.question.domain.repository
QuestionCommentJpaRepository는 QuestionComment 엔티티에 대한 데이터 액세스 기능을 제공.
questionCommentLike(User, CommentLikeRequest) - Method in class inha.git.question.api.controller.QuestionCommentController
질문 댓글 좋아요 API
questionCommentLike(User, CommentLikeRequest) - Method in interface inha.git.question.api.service.QuestionCommentService
 
questionCommentLike(User, CommentLikeRequest) - Method in class inha.git.question.api.service.QuestionCommentServiceImpl
질문 댓글 좋아요
QuestionCommentLike - Class in inha.git.mapping.domain
QuestionCommentLike는 QuestionComment 엔티티의 좋아요를 나타냄.
QuestionCommentLike() - Constructor for class inha.git.mapping.domain.QuestionCommentLike
 
questionCommentLikeCancel(User, CommentLikeRequest) - Method in class inha.git.question.api.controller.QuestionCommentController
질문 댓글 좋아요 취소 API
questionCommentLikeCancel(User, CommentLikeRequest) - Method in interface inha.git.question.api.service.QuestionCommentService
 
questionCommentLikeCancel(User, CommentLikeRequest) - Method in class inha.git.question.api.service.QuestionCommentServiceImpl
질문 댓글 좋아요 취소
QuestionCommentLikeId - Class in inha.git.mapping.domain.id
QuestionCommentLikeId QuestionCommentLike 엔티티의 복합키를 나타냄.
QuestionCommentLikeId() - Constructor for class inha.git.mapping.domain.id.QuestionCommentLikeId
 
QuestionCommentLikeJpaRepository - Interface in inha.git.mapping.domain.repository
QuestionCommentLikeJpaRepository는 QuestionCommentLike 엔티티에 대한 데이터 액세스 기능을 제공.
questionCommentNumber() - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Returns the value of the questionCommentNumber record component.
QuestionCommentService - Interface in inha.git.question.api.service
 
QuestionCommentServiceImpl - Class in inha.git.question.api.service
 
QuestionCommentServiceImpl() - Constructor for class inha.git.question.api.service.QuestionCommentServiceImpl
 
QuestionController - Class in inha.git.question.api.controller
질문 관련 API를 처리하는 컨트롤러입니다.
QuestionController() - Constructor for class inha.git.question.api.controller.QuestionController
 
questionCount() - Method in record class inha.git.statistics.api.controller.dto.data.CollegeStatisticsData
Returns the value of the questionCount record component.
questionCount() - Method in record class inha.git.statistics.api.controller.dto.response.CollegeStatisticsData
Returns the value of the questionCount record component.
questionCount() - Method in record class inha.git.statistics.api.controller.dto.response.HomeStatisticsResponse
Returns the value of the questionCount record component.
questionCount() - Method in record class inha.git.statistics.api.controller.dto.response.QuestionStatisticsResponse
Returns the value of the questionCount record component.
questionCount() - Method in record class inha.git.statistics.api.controller.dto.response.SemesterStatistics
Returns the value of the questionCount record component.
QuestionExcelService - Class in inha.git.statistics.api.service
 
QuestionExcelService() - Constructor for class inha.git.statistics.api.service.QuestionExcelService
 
QuestionField - Class in inha.git.mapping.domain
QuestionField 엔티티는 애플리케이션의 질문과 필드 매핑 정보를 나타냄.
QuestionField() - Constructor for class inha.git.mapping.domain.QuestionField
 
QuestionFieldId - Class in inha.git.mapping.domain.id
QuestionFieldId QuestionField 엔티티의 복합키를 나타냄.
QuestionFieldId() - Constructor for class inha.git.mapping.domain.id.QuestionFieldId
 
QuestionFieldJpaRepository - Interface in inha.git.mapping.domain.repository
ProjectFieldJpaRepository는 ProjectField엔티티에 대한 데이터 액세스 기능을 제공.
questionIdx() - Method in record class inha.git.question.api.controller.dto.request.CreateCommentRequest
Returns the value of the questionIdx record component.
QuestionJpaRepository - Interface in inha.git.question.domain.repository
QuestionJpaRepository는 Question 엔티티에 대한 데이터 액세스 기능을 제공.
questionLike(User, LikeRequest) - Method in class inha.git.question.api.controller.QuestionController
질문 좋아요 API
QuestionLike - Class in inha.git.mapping.domain
QuestionLike 엔티티는 애플리케이션의 질문 좋아요 매핑 정보를 나타냄.
QuestionLike() - Constructor for class inha.git.mapping.domain.QuestionLike
 
questionLikeCancel(User, LikeRequest) - Method in class inha.git.question.api.controller.QuestionController
질문 좋아요 취소 API
questionLikeCancel(User, LikeRequest) - Method in interface inha.git.question.api.service.QuestionService
 
questionLikeCancel(User, LikeRequest) - Method in class inha.git.question.api.service.QuestionServiceImpl
질문 좋아요 취소
QuestionLikeId - Class in inha.git.mapping.domain.id
QuestionLikeId 엔티티는 애플리케이션의 질문 좋아요 매핑 정보의 복합키를 나타냄.
QuestionLikeId() - Constructor for class inha.git.mapping.domain.id.QuestionLikeId
 
QuestionLikeJpaRepository - Interface in inha.git.mapping.domain.repository
QuestionLikeJpaRepository는 QuestionLike 엔티티에 대한 데이터 액세스 기능을 제공.
QuestionMapper - Interface in inha.git.question.api.mapper
QuestionMapper는 Question 엔티티와 관련된 데이터 변환 기능을 제공.
QuestionQueryRepository - Class in inha.git.question.domain.repository
질문 조회 관련 레포지토리
QuestionQueryRepository() - Constructor for class inha.git.question.domain.repository.QuestionQueryRepository
 
QuestionReplyComment - Class in inha.git.question.domain
QuestionReplyComment는 엔티티는 애플리케이션의 질문 대댓글 정보를 나타냄.
QuestionReplyComment() - Constructor for class inha.git.question.domain.QuestionReplyComment
 
QuestionReplyCommentJpaRepository - Interface in inha.git.question.domain.repository
QuestionReplyCommentJpaRepository는 QuestionReplyComment 엔티티에 대한 데이터 액세스 기능을 제공.
questionReplyCommentLike(User, CommentLikeRequest) - Method in class inha.git.question.api.controller.QuestionCommentController
질문 대댓글 좋아요 API
questionReplyCommentLike(User, CommentLikeRequest) - Method in interface inha.git.question.api.service.QuestionCommentService
 
questionReplyCommentLike(User, CommentLikeRequest) - Method in class inha.git.question.api.service.QuestionCommentServiceImpl
질문 대댓글 좋아요
QuestionReplyCommentLike - Class in inha.git.mapping.domain
 
QuestionReplyCommentLike() - Constructor for class inha.git.mapping.domain.QuestionReplyCommentLike
 
questionReplyCommentLikeCancel(User, CommentLikeRequest) - Method in class inha.git.question.api.controller.QuestionCommentController
질문 대댓글 좋아요 취소 API
questionReplyCommentLikeCancel(User, CommentLikeRequest) - Method in interface inha.git.question.api.service.QuestionCommentService
 
questionReplyCommentLikeCancel(User, CommentLikeRequest) - Method in class inha.git.question.api.service.QuestionCommentServiceImpl
질문 대댓글 좋아요 취소
QuestionReplyCommentLikeId - Class in inha.git.mapping.domain.id
QuestionReplyCommentLikeId는 QuestionReplyCommentLike 엔티티의 복합키를 나타냄.
QuestionReplyCommentLikeId() - Constructor for class inha.git.mapping.domain.id.QuestionReplyCommentLikeId
 
QuestionReplyCommentLikeJpaRepository - Interface in inha.git.mapping.domain.repository
QuestionReplyCommentLikeJpaRepository는 QuestionReplyCommentLike 엔티티에 대한 데이터 액세스 기능을 제공.
QuestionResponse - Record Class in inha.git.question.api.controller.dto.response
 
QuestionResponse(Integer) - Constructor for record class inha.git.question.api.controller.dto.response.QuestionResponse
Creates an instance of a QuestionResponse record class.
QuestionService - Interface in inha.git.question.api.service
 
QuestionServiceImpl - Class in inha.git.question.api.service
질문 관련 비즈니스 로직을 처리하는 서비스 구현체입니다.
QuestionServiceImpl() - Constructor for class inha.git.question.api.service.QuestionServiceImpl
 
QuestionStatisticsQueryRepository - Class in inha.git.statistics.domain.repository
질문 통계 조회 Repository
QuestionStatisticsQueryRepository() - Constructor for class inha.git.statistics.domain.repository.QuestionStatisticsQueryRepository
 
QuestionStatisticsResponse - Record Class in inha.git.statistics.api.controller.dto.response
 
QuestionStatisticsResponse(SearchCollegeResponse, SearchDepartmentResponse, SearchFieldResponse, SearchSemesterResponse, SearchCategoryResponse, Integer, Integer) - Constructor for record class inha.git.statistics.api.controller.dto.response.QuestionStatisticsResponse
Creates an instance of a QuestionStatisticsResponse record class.
questionToQuestionResponse(Question) - Method in interface inha.git.question.api.mapper.QuestionMapper
Question을 QuestionResponse로 변환합니다.
questionToSearchLikeState(Boolean) - Method in interface inha.git.question.api.mapper.QuestionMapper
 
questionToSearchQuestionResponse(Question, List<SearchFieldResponse>, SearchUserResponse, SearchSemesterResponse, SearchLikeState) - Method in interface inha.git.question.api.mapper.QuestionMapper
Question을 SearchQuestionResponse로 변환합니다.

R

ReasonDTO - Record Class in inha.git.common.code
ReasonDTO는 응답 대한 상세 정보를 포함하는 데이터 전송 객체.
ReasonDTO(HttpStatus, boolean, String, String) - Constructor for record class inha.git.common.code.ReasonDTO
Creates an instance of a ReasonDTO record class.
recommendCount() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the recommendCount record component.
recommendFounding(User, RecommendRequest) - Method in class inha.git.project.api.controller.ProjectRecommendController
프로젝트 창업 추천 API
recommendRegistration(User, RecommendRequest) - Method in class inha.git.project.api.controller.ProjectRecommendController
프로젝트 등록 추천 API
RecommendRequest - Record Class in inha.git.project.api.controller.dto.request
 
RecommendRequest(Integer) - Constructor for record class inha.git.project.api.controller.dto.request.RecommendRequest
Creates an instance of a RecommendRequest record class.
recommendState() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the recommendState record component.
RedisConfig - Class in inha.git.common.config
RedisConfig는 Redis 설정을 위한 클래스이다.
RedisConfig() - Constructor for class inha.git.common.config.RedisConfig
 
redisConnectionFactory() - Method in class inha.git.common.config.RedisConfig
 
RedisProvider - Class in inha.git.utils
RedisProvider는 Redis를 사용하기 위한 기능을 제공하는 서비스 클래스.
RedisProvider() - Constructor for class inha.git.utils.RedisProvider
 
redisTemplate() - Method in class inha.git.common.config.RedisConfig
 
registration() - Method in record class inha.git.project.api.controller.dto.response.SearchRecommendCount
Returns the value of the registration record component.
registration() - Method in record class inha.git.project.api.controller.dto.response.SearchRecommendState
Returns the value of the registration record component.
REGISTRATION_RECOMMEND_CANCEL_SUCCESS - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
REGISTRATION_RECOMMEND_SUCCESS - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
RegistrationRecommend - Class in inha.git.mapping.domain
RegistrationRecommend 엔티티는 애플리케이션의 등록 추천 매핑 정보를 나타냄.
RegistrationRecommend() - Constructor for class inha.git.mapping.domain.RegistrationRecommend
 
RegistrationRecommendId - Class in inha.git.mapping.domain.id
RegistrationRecommendId RegistrationRecommend 엔티티의 복합키를 나타냄.
RegistrationRecommendId() - Constructor for class inha.git.mapping.domain.id.RegistrationRecommendId
 
RegistrationRecommendJpaRepository - Interface in inha.git.mapping.domain.repository
RegistrationRecommendJpaRepository는 RegistrationRecommend 엔티티에 대한 데이터 액세스 기능을 제공.
REJECTION - Enum constant in enum class inha.git.problem.domain.enums.ProblemRequestStatus
 
replies() - Method in record class inha.git.project.api.controller.dto.response.CommentWithRepliesResponse
Returns the value of the replies record component.
replies() - Method in record class inha.git.question.api.controller.dto.request.CommentWithRepliesResponse
Returns the value of the replies record component.
replies() - Method in record class inha.git.team.api.controller.dto.response.CommentWithRepliesResponse
Returns the value of the replies record component.
ReplyCommentResponse - Record Class in inha.git.project.api.controller.dto.response
 
ReplyCommentResponse - Record Class in inha.git.question.api.controller.dto.response
 
ReplyCommentResponse(Integer) - Constructor for record class inha.git.project.api.controller.dto.response.ReplyCommentResponse
Creates an instance of a ReplyCommentResponse record class.
ReplyCommentResponse(Integer) - Constructor for record class inha.git.question.api.controller.dto.response.ReplyCommentResponse
Creates an instance of a ReplyCommentResponse record class.
repoName() - Method in record class inha.git.project.api.controller.dto.request.CreateGithubProjectRequest
Returns the value of the repoName record component.
repoName() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the repoName record component.
RepoNameValidator - Class in inha.git.common.validation.validator
저장소 이름 유효성 검증을 위한 Validator.
RepoNameValidator() - Constructor for class inha.git.common.validation.validator.RepoNameValidator
 
Report - Class in inha.git.report.domain
Report 엔티티는 애플리케이션의 신고 정보를 나타냄.
Report() - Constructor for class inha.git.report.domain.Report
 
REPORT_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
REPORT_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
REPORT_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
REPORT_REASON_GET_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
REPORT_REASON_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
REPORT_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
REPORT_TYPE_GET_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
REPORT_TYPE_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
reportCount() - Method in record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Returns the value of the reportCount record component.
reportCount() - Method in record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
Returns the value of the reportCount record component.
reportCount() - Method in record class inha.git.admin.api.controller.dto.response.SearchStudentResponse
Returns the value of the reportCount record component.
reportCount() - Method in record class inha.git.admin.api.controller.dto.response.SearchUserResponse
Returns the value of the reportCount record component.
reported() - Method in record class inha.git.report.api.controller.dto.response.SearchReportResponse
Returns the value of the reported record component.
reportedId() - Method in record class inha.git.report.api.controller.dto.request.CreateReportRequest
Returns the value of the reportedId record component.
reportedUserId() - Method in record class inha.git.admin.api.controller.dto.request.SearchReportCond
Returns the value of the reportedUserId record component.
reporter() - Method in record class inha.git.report.api.controller.dto.response.SearchReportResponse
Returns the value of the reporter record component.
reporterId() - Method in record class inha.git.admin.api.controller.dto.request.SearchReportCond
Returns the value of the reporterId record component.
ReportJpaRepository - Interface in inha.git.report.domain.repository
ReportJpaRepository는 Report 엔티티에 대한 데이터 액세스 기능을 제공.
ReportMapper - Interface in inha.git.report.api.mapper
ReportMapper는 Report 엔티티와 관련된 데이터 변환 기능을 제공.
ReportQueryRepository - Class in inha.git.report.domain.repository
 
ReportQueryRepository() - Constructor for class inha.git.report.domain.repository.ReportQueryRepository
 
reportReason() - Method in record class inha.git.report.api.controller.dto.response.SearchReportResponse
Returns the value of the reportReason record component.
ReportReason - Class in inha.git.report.domain
ReportReason 엔티티는 애플리케이션의 신고 사유 정보를 나타냄.
ReportReason() - Constructor for class inha.git.report.domain.ReportReason
 
reportReasonId() - Method in record class inha.git.report.api.controller.dto.request.CreateReportRequest
Returns the value of the reportReasonId record component.
reportReasonIdx() - Method in record class inha.git.admin.api.controller.dto.request.SearchReportCond
Returns the value of the reportReasonIdx record component.
ReportReasonJpaRepository - Interface in inha.git.report.domain.repository
ReportReasonJpaRepository는 ReportReason 엔티티에 대한 데이터 액세스 기능을 제공.
ReportReasonResponse - Record Class in inha.git.report.api.controller.dto.response
 
ReportReasonResponse(Integer, String) - Constructor for record class inha.git.report.api.controller.dto.response.ReportReasonResponse
Creates an instance of a ReportReasonResponse record class.
ReportResponse - Record Class in inha.git.report.api.controller.dto.response
 
ReportResponse(Integer) - Constructor for record class inha.git.report.api.controller.dto.response.ReportResponse
Creates an instance of a ReportResponse record class.
ReportService - Interface in inha.git.report.api.service
 
ReportServiceImpl - Class in inha.git.report.api.service
ReportServiceImpl은 ReportService 인터페이스를 구현.
ReportServiceImpl() - Constructor for class inha.git.report.api.service.ReportServiceImpl
 
reportType() - Method in record class inha.git.report.api.controller.dto.response.SearchReportResponse
Returns the value of the reportType record component.
ReportType - Class in inha.git.report.domain
ReportType 엔티티는 애플리케이션의 신고 타입 정보를 나타냄.
ReportType() - Constructor for class inha.git.report.domain.ReportType
 
reportTypeId() - Method in record class inha.git.report.api.controller.dto.request.CreateReportRequest
Returns the value of the reportTypeId record component.
reportTypeIdx() - Method in record class inha.git.admin.api.controller.dto.request.SearchReportCond
Returns the value of the reportTypeIdx record component.
ReportTypeJpaRepository - Interface in inha.git.report.domain.repository
ReportTypeJpaRepository는 ReportType 엔티티에 대한 데이터 액세스 기능을 제공.
ReportTypeResponse - Record Class in inha.git.report.api.controller.dto.response
 
ReportTypeResponse(Integer, String) - Constructor for record class inha.git.report.api.controller.dto.response.ReportTypeResponse
Creates an instance of a ReportTypeResponse record class.
RepportController - Class in inha.git.report.api.controller
RepportController는 report 관련 엔드포인트를 처리.
RepportController() - Constructor for class inha.git.report.api.controller.RepportController
 
REQUEST - Enum constant in enum class inha.git.problem.domain.enums.ProblemRequestStatus
 
requestIdx() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemApproveRequest
Returns the value of the requestIdx record component.
requestProblem(User, Integer, CreateRequestProblemRequest, MultipartFile) - Method in class inha.git.problem.api.controller.ProblemRequestController
문제 신청 API
requestProblem(User, Integer, CreateRequestProblemRequest, MultipartFile) - Method in interface inha.git.problem.api.service.ProblemRequestService
 
requestProblem(User, Integer, CreateRequestProblemRequest, MultipartFile) - Method in class inha.git.problem.api.service.ProblemRequestServiceImpl
문제 신청
RequestProblemResponse - Record Class in inha.git.problem.api.controller.dto.response
 
RequestProblemResponse(Integer, ProblemRequestStatus) - Constructor for record class inha.git.problem.api.controller.dto.response.RequestProblemResponse
Creates an instance of a RequestProblemResponse record class.
requestTeam(User, RequestTeamRequest) - Method in class inha.git.team.api.controller.TeamController
팀 가입 요청 API
requestTeam(User, RequestTeamRequest) - Method in interface inha.git.team.api.service.TeamService
 
requestTeam(User, RequestTeamRequest) - Method in class inha.git.team.api.service.TeamServiceImpl
팀 가입 요청
RequestTeamRequest - Record Class in inha.git.team.api.controller.dto.request
 
RequestTeamRequest(Integer) - Constructor for record class inha.git.team.api.controller.dto.request.RequestTeamRequest
Creates an instance of a RequestTeamRequest record class.
RESPONSE_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
Role - Enum Class in inha.git.user.domain.enums
Role 열거형은 사용자 역할을 정의.

S

S3_UPLOAD - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
search(User, String, Integer, TableType) - Method in class inha.git.search.api.controller.SearchController
 
search(String, Integer, TableType) - Method in interface inha.git.search.api.service.SearchService
 
search(String, Integer, TableType) - Method in class inha.git.search.api.service.SearchServiceImpl
검색
search(String, Pageable, TableType) - Method in class inha.git.search.domain.repository.SearchQueryRepository
검색
SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
SEARCH_PATENT - Static variable in class inha.git.common.Constant
 
SearchBugReportCond - Record Class in inha.git.bug_report.api.controller.dto.request
 
SearchBugReportCond(String, BugStatus) - Constructor for record class inha.git.bug_report.api.controller.dto.request.SearchBugReportCond
Creates an instance of a SearchBugReportCond record class.
SearchBugReportResponse - Record Class in inha.git.bug_report.api.controller.dto.response
 
SearchBugReportResponse(Integer, String, String, LocalDateTime, BugStatus, SearchUserResponse) - Constructor for record class inha.git.bug_report.api.controller.dto.response.SearchBugReportResponse
Creates an instance of a SearchBugReportResponse record class.
searchBugReports(SearchBugReportCond, Pageable) - Method in class inha.git.admin.domain.repository.AdminQueryRepository
버그 리포트 검색
SearchBugReportsResponse - Record Class in inha.git.bug_report.api.controller.dto.response
 
SearchBugReportsResponse(Integer, String, LocalDateTime, BugStatus, SearchUserResponse) - Constructor for record class inha.git.bug_report.api.controller.dto.response.SearchBugReportsResponse
Creates an instance of a SearchBugReportsResponse record class.
SearchCategoryResponse - Record Class in inha.git.category.controller.dto.response
 
SearchCategoryResponse(Integer, String) - Constructor for record class inha.git.category.controller.dto.response.SearchCategoryResponse
Creates an instance of a SearchCategoryResponse record class.
SearchCollegeResponse - Record Class in inha.git.college.controller.dto.response
 
SearchCollegeResponse(Integer, String) - Constructor for record class inha.git.college.controller.dto.response.SearchCollegeResponse
Creates an instance of a SearchCollegeResponse record class.
searchCompanies(String, Pageable) - Method in class inha.git.admin.domain.repository.AdminQueryRepository
회사 검색
SearchCompanyResponse - Record Class in inha.git.admin.api.controller.dto.response
 
SearchCompanyResponse(Integer, String, String, Integer, Boolean, LocalDateTime, String, String, LocalDateTime, Integer) - Constructor for record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Creates an instance of a SearchCompanyResponse record class.
SearchCompanyResponse(User, Company) - Constructor for record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
 
SearchCompanyUserResponse - Record Class in inha.git.user.api.controller.dto.response
 
SearchCompanyUserResponse(Integer, String, String, Integer, String) - Constructor for record class inha.git.user.api.controller.dto.response.SearchCompanyUserResponse
Creates an instance of a SearchCompanyUserResponse record class.
SearchCond - Record Class in inha.git.statistics.api.controller.dto.request
 
SearchCond(Integer, Integer, Integer, Integer, Integer) - Constructor for record class inha.git.statistics.api.controller.dto.request.SearchCond
Creates an instance of a SearchCond record class.
SearchController - Class in inha.git.search.api.controller
SearchController는 검색 관련 엔드포인트를 처리.
SearchController() - Constructor for class inha.git.search.api.controller.SearchController
 
SearchDepartmentResponse - Record Class in inha.git.admin.api.controller.dto.response
 
SearchDepartmentResponse(Integer, String) - Constructor for record class inha.git.admin.api.controller.dto.response.SearchDepartmentResponse
Creates an instance of a SearchDepartmentResponse record class.
SearchDirectoryResponse - Record Class in inha.git.project.api.controller.dto.response
 
SearchDirectoryResponse(String, String, List<SearchFileResponse>) - Constructor for record class inha.git.project.api.controller.dto.response.SearchDirectoryResponse
Creates an instance of a SearchDirectoryResponse record class.
SearchDirectoryResponse(String, List<SearchFileResponse>) - Constructor for record class inha.git.project.api.controller.dto.response.SearchDirectoryResponse
 
SearchFieldResponse - Record Class in inha.git.field.api.controller.dto.response
 
SearchFieldResponse - Record Class in inha.git.project.api.controller.dto.response
 
SearchFieldResponse(Integer, String) - Constructor for record class inha.git.field.api.controller.dto.response.SearchFieldResponse
Creates an instance of a SearchFieldResponse record class.
SearchFieldResponse(Integer, String) - Constructor for record class inha.git.project.api.controller.dto.response.SearchFieldResponse
Creates an instance of a SearchFieldResponse record class.
SearchFileDetailResponse - Record Class in inha.git.project.api.controller.dto.response
 
SearchFileDetailResponse(String, String, String, String) - Constructor for record class inha.git.project.api.controller.dto.response.SearchFileDetailResponse
Creates an instance of a SearchFileDetailResponse record class.
SearchFileDetailResponse(String, String, String) - Constructor for record class inha.git.project.api.controller.dto.response.SearchFileDetailResponse
 
SearchFileResponse - Interface in inha.git.project.api.controller.dto.response
 
SearchInventorResponse - Record Class in inha.git.project.api.controller.dto.response
 
SearchInventorResponse(String, String, String, String, Boolean, String, String) - Constructor for record class inha.git.project.api.controller.dto.response.SearchInventorResponse
Creates an instance of a SearchInventorResponse record class.
SearchLikeState - Record Class in inha.git.question.api.controller.dto.response
 
SearchLikeState(Boolean) - Constructor for record class inha.git.question.api.controller.dto.response.SearchLikeState
Creates an instance of a SearchLikeState record class.
SearchMapper - Interface in inha.git.search.api.mapper
SearchMapper는 Search 엔티티와 관련된 데이터 변환 기능을 제공.
SearchMyTeamsResponse - Record Class in inha.git.team.api.controller.dto.response
 
SearchMyTeamsResponse(Integer, String, LocalDateTime, LocalDateTime, SearchUserResponse) - Constructor for record class inha.git.team.api.controller.dto.response.SearchMyTeamsResponse
Creates an instance of a SearchMyTeamsResponse record class.
SearchNonCompanyUserResponse - Record Class in inha.git.user.api.controller.dto.response
 
SearchNonCompanyUserResponse(Integer, String, String, Integer, String, Boolean, List<SearchDepartmentResponse>, Integer, Integer, Integer, Integer) - Constructor for record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Creates an instance of a SearchNonCompanyUserResponse record class.
SearchNoticeAttachmentResponse - Record Class in inha.git.notice.api.controller.dto.response
 
SearchNoticeAttachmentResponse(Integer, String, String) - Constructor for record class inha.git.notice.api.controller.dto.response.SearchNoticeAttachmentResponse
Creates an instance of a SearchNoticeAttachmentResponse record class.
SearchNoticeResponse - Record Class in inha.git.notice.api.controller.dto.response
 
SearchNoticeResponse(Integer, String, String, Boolean, List<SearchNoticeAttachmentResponse>, LocalDateTime, SearchNoticeUserResponse) - Constructor for record class inha.git.notice.api.controller.dto.response.SearchNoticeResponse
Creates an instance of a SearchNoticeResponse record class.
SearchNoticesResponse - Record Class in inha.git.notice.api.controller.dto.response
 
SearchNoticesResponse(Integer, String, LocalDateTime, Boolean, SearchNoticeUserResponse) - Constructor for record class inha.git.notice.api.controller.dto.response.SearchNoticesResponse
Creates an instance of a SearchNoticesResponse record class.
SearchNoticeUserResponse - Record Class in inha.git.notice.api.controller.dto.response
 
SearchNoticeUserResponse(Integer, String) - Constructor for record class inha.git.notice.api.controller.dto.response.SearchNoticeUserResponse
Creates an instance of a SearchNoticeUserResponse record class.
SearchNoticeUserResponse(User) - Constructor for record class inha.git.notice.api.controller.dto.response.SearchNoticeUserResponse
 
searchPatent(User, Integer, PatentType) - Method in class inha.git.project.api.controller.ProjectPatentController
특허 조회 API
searchPatent(User, Integer, PatentType) - Method in interface inha.git.project.api.service.patent.ProjectPatentService
 
searchPatent(User, Integer, PatentType) - Method in class inha.git.project.api.service.patent.ProjectPatentServiceImpl
 
searchPatentPage(Integer, Integer) - Method in class inha.git.project.api.controller.ProjectPatentController
특허 페이징 조회 API
searchPatentPage(Integer, Integer) - Method in interface inha.git.project.api.service.patent.ProjectPatentService
 
searchPatentPage(Integer, Integer) - Method in class inha.git.project.api.service.patent.ProjectPatentServiceImpl
특허 페이징 조회 메서드
SearchPatentRequest - Record Class in inha.git.project.api.controller.dto.request
 
SearchPatentRequest(String) - Constructor for record class inha.git.project.api.controller.dto.request.SearchPatentRequest
Creates an instance of a SearchPatentRequest record class.
SearchPatentResponse - Record Class in inha.git.project.api.controller.dto.response
 
SearchPatentResponse(Integer, String, PatentType, String, String, String, String, String, String, String, LocalDateTime, List<SearchInventorResponse>, SearchProjectPatentResponse, SearchUserResponse) - Constructor for record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Creates an instance of a SearchPatentResponse record class.
SearchPatentSummaryResponse - Record Class in inha.git.project.api.controller.dto.response
 
SearchPatentSummaryResponse(Integer, Boolean, PatentType) - Constructor for record class inha.git.project.api.controller.dto.response.SearchPatentSummaryResponse
Creates an instance of a SearchPatentSummaryResponse record class.
SearchProblemAttachmentResponse - Record Class in inha.git.problem.api.controller.dto.response
 
SearchProblemAttachmentResponse(Integer, String, String) - Constructor for record class inha.git.problem.api.controller.dto.response.SearchProblemAttachmentResponse
Creates an instance of a SearchProblemAttachmentResponse record class.
SearchProblemResponse - Record Class in inha.git.problem.api.controller.dto.response
 
SearchProblemResponse(int, String, String, LocalDateTime, int, ProblemStatus, boolean, String, Integer, SearchUserResponse, List<SearchFieldResponse>, List<SearchProblemAttachmentResponse>) - Constructor for record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Creates an instance of a SearchProblemResponse record class.
SearchProblemsResponse - Record Class in inha.git.problem.api.controller.dto.response
 
SearchProblemsResponse(int, String, String, LocalDateTime, int, ProblemStatus, boolean, List<SearchFieldResponse>, SearchUserResponse) - Constructor for record class inha.git.problem.api.controller.dto.response.SearchProblemsResponse
Creates an instance of a SearchProblemsResponse record class.
SearchProblemSubmitResponse - Record Class in inha.git.problem.api.controller.dto.response
 
SearchProblemSubmitResponse(int, int, int, int) - Constructor for record class inha.git.problem.api.controller.dto.response.SearchProblemSubmitResponse
Creates an instance of a SearchProblemSubmitResponse record class.
SearchProfessorResponse - Record Class in inha.git.admin.api.controller.dto.response
 
SearchProfessorResponse(Integer, String, String, Integer, Boolean, LocalDateTime, List<SearchDepartmentResponse>, LocalDateTime, Integer) - Constructor for record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
Creates an instance of a SearchProfessorResponse record class.
SearchProfessorResponse(User, Professor) - Constructor for record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
 
searchProfessors(String, Pageable) - Method in class inha.git.admin.domain.repository.AdminQueryRepository
교수 검색
SearchProjectCond - Record Class in inha.git.project.api.controller.dto.request
 
SearchProjectCond(Integer, Integer, Integer, Integer, Integer, String, String, Boolean) - Constructor for record class inha.git.project.api.controller.dto.request.SearchProjectCond
Creates an instance of a SearchProjectCond record class.
SearchProjectPatentResponse - Record Class in inha.git.project.api.controller.dto.response
 
SearchProjectPatentResponse(Integer, boolean) - Constructor for record class inha.git.project.api.controller.dto.response.SearchProjectPatentResponse
Creates an instance of a SearchProjectPatentResponse record class.
SearchProjectResponse - Record Class in inha.git.project.api.controller.dto.response
 
SearchProjectResponse(Integer, String, String, LocalDateTime, LocalDateTime, List<SearchFieldResponse>, SearchUserResponse, String, String, SearchRecommendState, SearchRecommendCount, String, String, SearchSemesterResponse, Boolean, Boolean, SearchCategoryResponse, List<SearchPatentSummaryResponse>, List<SearchTeamMemberResponse>) - Constructor for record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Creates an instance of a SearchProjectResponse record class.
SearchProjectsResponse - Record Class in inha.git.project.api.controller.dto.response
 
SearchProjectsResponse(Integer, String, LocalDateTime, LocalDateTime, Boolean, SearchSemesterResponse, SearchCategoryResponse, String, Integer, Integer, Boolean, List<SearchFieldResponse>, SearchUserResponse, List<SearchPatentSummaryResponse>, List<SearchTeamMemberResponse>) - Constructor for record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Creates an instance of a SearchProjectsResponse record class.
searchProjectStar(User, Integer) - Method in class inha.git.project.api.controller.ProjectStarController
프로젝트 Star 조회 API
searchProjectStar(User, Integer) - Method in interface inha.git.project.api.service.star.ProjectStarService
 
searchProjectStar(User, Integer) - Method in class inha.git.project.api.service.star.ProjectStarServiceImpl
 
searchProjectStarPage(Integer, Integer) - Method in class inha.git.project.api.controller.ProjectStarController
프로젝트 Star 페이징 조회 API
searchProjectStarPage(Integer, Integer) - Method in interface inha.git.project.api.service.star.ProjectStarService
 
searchProjectStarPage(Integer, Integer) - Method in class inha.git.project.api.service.star.ProjectStarServiceImpl
Star 게시글 페이징 조회 메서드
SearchProjectStarResponses - Record Class in inha.git.project.api.controller.dto.response
 
SearchProjectStarResponses(Integer, Integer, String, String, LocalDateTime, LocalDateTime, Boolean, SearchSemesterResponse, SearchCategoryResponse, String, Integer, Integer, Boolean, List<SearchFieldResponse>, SearchUserResponse, List<SearchPatentSummaryResponse>, SearchUserResponse) - Constructor for record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Creates an instance of a SearchProjectStarResponses record class.
SearchQueryRepository - Class in inha.git.search.domain.repository
SearchQueryRepository는 검색 쿼리를 처리하는 레포지토리.
SearchQueryRepository() - Constructor for class inha.git.search.domain.repository.SearchQueryRepository
 
SearchQuestionCond - Record Class in inha.git.question.api.controller.dto.request
 
SearchQuestionCond(Integer, Integer, Integer, Integer, Integer, String, String) - Constructor for record class inha.git.question.api.controller.dto.request.SearchQuestionCond
Creates an instance of a SearchQuestionCond record class.
SearchQuestionResponse - Record Class in inha.git.question.api.controller.dto.response
 
SearchQuestionResponse(Integer, String, String, LocalDateTime, SearchLikeState, Integer, String, List<SearchFieldResponse>, SearchUserResponse, SearchSemesterResponse) - Constructor for record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Creates an instance of a SearchQuestionResponse record class.
SearchQuestionsResponse - Record Class in inha.git.question.api.controller.dto.response
 
SearchQuestionsResponse(Integer, String, LocalDateTime, String, SearchSemesterResponse, SearchCategoryResponse, Integer, Integer, List<SearchFieldResponse>, SearchUserResponse) - Constructor for record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Creates an instance of a SearchQuestionsResponse record class.
SearchRecommendCount - Record Class in inha.git.project.api.controller.dto.response
 
SearchRecommendCount(Integer, Integer, Integer) - Constructor for record class inha.git.project.api.controller.dto.response.SearchRecommendCount
Creates an instance of a SearchRecommendCount record class.
SearchRecommendState - Record Class in inha.git.project.api.controller.dto.response
 
SearchRecommendState(Boolean, Boolean, Boolean) - Constructor for record class inha.git.project.api.controller.dto.response.SearchRecommendState
Creates an instance of a SearchRecommendState record class.
SearchReplyCommentResponse - Record Class in inha.git.project.api.controller.dto.response
 
SearchReplyCommentResponse - Record Class in inha.git.question.api.controller.dto.request
 
SearchReplyCommentResponse(Integer, String, SearchUserResponse, Integer, Boolean, LocalDateTime) - Constructor for record class inha.git.question.api.controller.dto.request.SearchReplyCommentResponse
Creates an instance of a SearchReplyCommentResponse record class.
SearchReplyCommentResponse(Integer, String, Integer, Boolean, SearchUserResponse, LocalDateTime) - Constructor for record class inha.git.project.api.controller.dto.response.SearchReplyCommentResponse
Creates an instance of a SearchReplyCommentResponse record class.
SearchReportCond - Record Class in inha.git.admin.api.controller.dto.request
 
SearchReportCond(Integer, Integer, Integer, Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.SearchReportCond
Creates an instance of a SearchReportCond record class.
SearchReportResponse - Record Class in inha.git.report.api.controller.dto.response
 
SearchReportResponse(Integer, ReportTypeResponse, ReportReasonResponse, SearchUserResponse, SearchUserResponse, String, BaseEntity.State, LocalDateTime, LocalDateTime) - Constructor for record class inha.git.report.api.controller.dto.response.SearchReportResponse
Creates an instance of a SearchReportResponse record class.
searchReports(SearchReportCond, Pageable) - Method in class inha.git.admin.domain.repository.AdminQueryRepository
신고 검색
SearchRequestProblemResponse - Record Class in inha.git.problem.api.controller.dto.response
 
SearchRequestProblemResponse(int, String, String, String, String, String, ProblemRequestStatus, SearchUserRequestProblemResponse, List<ProblemParticipantResponse>, Integer, LocalDateTime) - Constructor for record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Creates an instance of a SearchRequestProblemResponse record class.
SearchRequestProblemsResponse - Record Class in inha.git.problem.api.controller.dto.response
 
SearchRequestProblemsResponse(int, String, String, ProblemRequestStatus, SearchUserRequestProblemResponse, Integer, LocalDateTime) - Constructor for record class inha.git.problem.api.controller.dto.response.SearchRequestProblemsResponse
Creates an instance of a SearchRequestProblemsResponse record class.
SearchRequestResponse - Record Class in inha.git.team.api.controller.dto.response
 
SearchRequestResponse(Integer, String, String, LocalDateTime) - Constructor for record class inha.git.team.api.controller.dto.response.SearchRequestResponse
Creates an instance of a SearchRequestResponse record class.
SearchResponse - Record Class in inha.git.search.api.controller.dto.response
 
SearchResponse(Integer, String, LocalDateTime, SearchUserResponse, SearchSemesterResponse, String, Integer, List<SearchFieldResponse>, String, Boolean) - Constructor for record class inha.git.search.api.controller.dto.response.SearchResponse
Creates an instance of a SearchResponse record class.
SearchSemesterResponse - Record Class in inha.git.semester.controller.dto.response
 
SearchSemesterResponse(Integer, String) - Constructor for record class inha.git.semester.controller.dto.response.SearchSemesterResponse
Creates an instance of a SearchSemesterResponse record class.
SearchService - Interface in inha.git.search.api.service
 
SearchServiceImpl - Class in inha.git.search.api.service
SearchServiceImpl은 SearchService 인터페이스를 구현하는 클래스.
SearchServiceImpl() - Constructor for class inha.git.search.api.service.SearchServiceImpl
 
SearchStudentResponse - Record Class in inha.git.admin.api.controller.dto.response
 
SearchStudentResponse(Integer, String, String, Integer, Boolean, LocalDateTime, List<SearchDepartmentResponse>, Integer) - Constructor for record class inha.git.admin.api.controller.dto.response.SearchStudentResponse
Creates an instance of a SearchStudentResponse record class.
SearchStudentResponse(User) - Constructor for record class inha.git.admin.api.controller.dto.response.SearchStudentResponse
 
searchStudents(String, Pageable) - Method in class inha.git.admin.domain.repository.AdminQueryRepository
학생 검색
searchStudents(String, Pageable) - Method in class inha.git.user.domain.repository.ProfessorQueryRepository
학생 검색
SearchTeamMemberResponse - Record Class in inha.git.project.api.controller.dto.response
 
SearchTeamMemberResponse(String, String, String, String, String, Integer, Integer) - Constructor for record class inha.git.project.api.controller.dto.response.SearchTeamMemberResponse
Creates an instance of a SearchTeamMemberResponse record class.
SearchTeamPostResponse - Record Class in inha.git.team.api.controller.dto.response
 
SearchTeamPostResponse(Integer, String, String, LocalDateTime, SearchTeamResponse) - Constructor for record class inha.git.team.api.controller.dto.response.SearchTeamPostResponse
Creates an instance of a SearchTeamPostResponse record class.
SearchTeamPostsResponse - Record Class in inha.git.team.api.controller.dto.response
 
SearchTeamPostsResponse(Integer, String, LocalDateTime, SearchTeamPostTeamResponse) - Constructor for record class inha.git.team.api.controller.dto.response.SearchTeamPostsResponse
Creates an instance of a SearchTeamPostsResponse record class.
SearchTeamPostTeamResponse - Record Class in inha.git.team.api.controller.dto.response
 
SearchTeamPostTeamResponse(Integer, String, SearchUserResponse) - Constructor for record class inha.git.team.api.controller.dto.response.SearchTeamPostTeamResponse
Creates an instance of a SearchTeamPostTeamResponse record class.
SearchTeamResponse - Record Class in inha.git.team.api.controller.dto.response
 
SearchTeamResponse(Integer, String, Integer, Integer, LocalDateTime, SearchUserResponse, List<SearchTeamUserResponse>) - Constructor for record class inha.git.team.api.controller.dto.response.SearchTeamResponse
Creates an instance of a SearchTeamResponse record class.
SearchTeamsResponse - Record Class in inha.git.team.api.controller.dto.response
 
SearchTeamsResponse(Integer, String) - Constructor for record class inha.git.team.api.controller.dto.response.SearchTeamsResponse
Creates an instance of a SearchTeamsResponse record class.
SearchTeamUserResponse - Record Class in inha.git.team.api.controller.dto.response
 
SearchTeamUserResponse(Integer, String, String, LocalDateTime) - Constructor for record class inha.git.team.api.controller.dto.response.SearchTeamUserResponse
Creates an instance of a SearchTeamUserResponse record class.
SearchUserRequestProblemResponse - Record Class in inha.git.problem.api.controller.dto.response
 
SearchUserRequestProblemResponse(int, String) - Constructor for record class inha.git.problem.api.controller.dto.response.SearchUserRequestProblemResponse
Creates an instance of a SearchUserRequestProblemResponse record class.
SearchUserResponse - Record Class in inha.git.admin.api.controller.dto.response
 
SearchUserResponse - Record Class in inha.git.project.api.controller.dto.response
 
SearchUserResponse - Interface in inha.git.user.api.controller.dto.response
 
SearchUserResponse(Integer, String, Integer) - Constructor for record class inha.git.project.api.controller.dto.response.SearchUserResponse
Creates an instance of a SearchUserResponse record class.
SearchUserResponse(Integer, String, String, Integer, Boolean, LocalDateTime, Integer) - Constructor for record class inha.git.admin.api.controller.dto.response.SearchUserResponse
Creates an instance of a SearchUserResponse record class.
SearchUserResponse(User) - Constructor for record class inha.git.admin.api.controller.dto.response.SearchUserResponse
 
searchUsers(String, Pageable) - Method in class inha.git.admin.domain.repository.AdminQueryRepository
사용자 검색
SECOND - Enum constant in enum class inha.git.problem.domain.enums.Grade
 
SecurityConfig - Class in inha.git.common.config
 
SecurityConfig() - Constructor for class inha.git.common.config.SecurityConfig
 
securityFilterChain(HttpSecurity) - Method in class inha.git.common.config.SecurityConfig
 
semester() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the semester record component.
semester() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the semester record component.
semester() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the semester record component.
semester() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Returns the value of the semester record component.
semester() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Returns the value of the semester record component.
semester() - Method in record class inha.git.search.api.controller.dto.response.SearchResponse
Returns the value of the semester record component.
semester() - Method in record class inha.git.statistics.api.controller.dto.response.PatentStatisticsResponse
Returns the value of the semester record component.
semester() - Method in record class inha.git.statistics.api.controller.dto.response.ProjectStatisticsResponse
Returns the value of the semester record component.
semester() - Method in record class inha.git.statistics.api.controller.dto.response.QuestionStatisticsResponse
Returns the value of the semester record component.
semester() - Method in record class inha.git.statistics.api.controller.dto.response.SemesterStatistics
Returns the value of the semester record component.
Semester - Class in inha.git.semester.domain
Field 엔티티는 애플리케이션의 필드 정보를 나타냄.
Semester() - Constructor for class inha.git.semester.domain.Semester
 
SEMESTER_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
SEMESTER_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
SEMESTER_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
SEMESTER_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
SEMESTER_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
SemesterController - Class in inha.git.semester.controller
학기 관련 API를 처리하는 컨트롤러입니다.
SemesterController() - Constructor for class inha.git.semester.controller.SemesterController
 
semesterId() - Method in record class inha.git.statistics.api.controller.dto.data.CollegeStatisticsData
Returns the value of the semesterId record component.
semesterId() - Method in record class inha.git.statistics.api.controller.dto.response.CollegeStatisticsData
Returns the value of the semesterId record component.
semesterIdx() - Method in record class inha.git.project.api.controller.dto.request.CreateGithubProjectRequest
Returns the value of the semesterIdx record component.
semesterIdx() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectRequest
Returns the value of the semesterIdx record component.
semesterIdx() - Method in record class inha.git.project.api.controller.dto.request.SearchProjectCond
Returns the value of the semesterIdx record component.
semesterIdx() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectRequest
Returns the value of the semesterIdx record component.
semesterIdx() - Method in record class inha.git.question.api.controller.dto.request.CreateQuestionRequest
Returns the value of the semesterIdx record component.
semesterIdx() - Method in record class inha.git.question.api.controller.dto.request.SearchQuestionCond
Returns the value of the semesterIdx record component.
semesterIdx() - Method in record class inha.git.question.api.controller.dto.request.UpdateQuestionRequest
Returns the value of the semesterIdx record component.
semesterIdx() - Method in record class inha.git.statistics.api.controller.dto.request.SearchCond
Returns the value of the semesterIdx record component.
SemesterJpaRepository - Interface in inha.git.semester.domain.repository
SemesterJpaRepository는 Semester 엔티티에 대한 데이터 액세스 기능을 제공.
SemesterMapper - Interface in inha.git.semester.mapper
SemesterMapper는 Semester 엔티티와 관련된 데이터 변환 기능을 제공.
SemesterNameUnique - Annotation Interface in inha.git.common.validation.annotation
학기 이름 중복 검증을 위한 Annotation.
SemesterNameUniqueValidator - Class in inha.git.common.validation.validator
학기 이름 중복 검증을 위한 Validator.
SemesterNameUniqueValidator() - Constructor for class inha.git.common.validation.validator.SemesterNameUniqueValidator
 
SemesterService - Interface in inha.git.semester.service
 
SemesterServiceImpl - Class in inha.git.semester.service
학기 관련 비즈니스 로직을 처리하는 서비스 구현체입니다.
SemesterServiceImpl() - Constructor for class inha.git.semester.service.SemesterServiceImpl
 
semesterStatistics() - Method in record class inha.git.statistics.api.controller.dto.response.BatchCollegeStatisticsResponse
Returns the value of the semesterStatistics record component.
SemesterStatistics - Record Class in inha.git.statistics.api.controller.dto.response
 
SemesterStatistics(SearchSemesterResponse, Integer, Integer, Integer, Integer) - Constructor for record class inha.git.statistics.api.controller.dto.response.SemesterStatistics
Creates an instance of a SemesterStatistics record class.
semestersToSearchSemesterResponses(List<Semester>) - Method in interface inha.git.semester.mapper.SemesterMapper
 
semesterToSearchSemesterResponse(Semester) - Method in interface inha.git.semester.mapper.SemesterMapper
 
SERVER_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
SERVICE_KEY - Static variable in class inha.git.common.Constant
 
setAcceptedAt() - Method in class inha.git.mapping.domain.TeamUser
 
setAcceptedAt(LocalDateTime) - Method in class inha.git.project.domain.ProjectPatent
 
setAcceptedAt(LocalDateTime) - Method in class inha.git.project.domain.ProjectStar
 
setAcceptedAt(LocalDateTime) - Method in class inha.git.user.domain.Company
 
setAcceptedAt(LocalDateTime) - Method in class inha.git.user.domain.Professor
 
setBlockedAt(LocalDateTime) - Method in class inha.git.user.domain.User
 
setBugStatus(BugStatus) - Method in class inha.git.bug_report.domain.BugReport
 
setColumnWidths(Sheet) - Method in class inha.git.statistics.api.service.AbstractExcelService
 
setCompany(Company) - Method in class inha.git.user.domain.User
 
setContents(String) - Method in class inha.git.project.domain.ProjectComment
 
setContents(String) - Method in class inha.git.project.domain.ProjectReplyComment
 
setContents(String) - Method in class inha.git.question.domain.QuestionComment
 
setContents(String) - Method in class inha.git.question.domain.QuestionReplyComment
 
setDataExpire(String, String, long) - Method in class inha.git.utils.RedisProvider
키와 값을 설정하고 만료 시간을 설정하는 메서드.
setDeletedAt() - Method in class inha.git.common.BaseEntity
 
setDepartment(Department) - Method in class inha.git.problem.domain.ProblemParticipant
 
setEvidence(String, String) - Method in class inha.git.project.domain.ProjectPatent
 
setField(Field) - Method in class inha.git.mapping.domain.ProjectField
 
setFile(String, String) - Method in class inha.git.problem.domain.ProblemRequest
 
setFoundRecommendCount(int) - Method in class inha.git.project.domain.Project
 
setGithubToken(String) - Method in class inha.git.user.domain.User
 
setHasAttachment(boolean) - Method in class inha.git.problem.domain.Problem
 
setHasAttachment(Boolean) - Method in class inha.git.notice.domain.Notice
 
setLikeCount(int) - Method in class inha.git.project.domain.Project
 
setLikeCount(int) - Method in class inha.git.project.domain.ProjectReplyComment
 
setLikeCount(int) - Method in class inha.git.question.domain.Question
 
setLikeCount(Integer) - Method in class inha.git.project.domain.ProjectComment
 
setLikeCount(Integer) - Method in class inha.git.question.domain.QuestionComment
 
setLikeCount(Integer) - Method in class inha.git.question.domain.QuestionReplyComment
 
setName(String) - Method in class inha.git.category.domain.Category
 
setName(String) - Method in class inha.git.college.domain.College
 
setName(String) - Method in class inha.git.department.domain.Department
 
setName(String) - Method in class inha.git.field.domain.Field
 
setName(String) - Method in class inha.git.semester.domain.Semester
 
setNotice(Notice) - Method in class inha.git.notice.domain.NoticeAttachment
 
setNoticeAttachments(List<NoticeAttachment>) - Method in class inha.git.notice.domain.Notice
 
setPassword(String) - Method in class inha.git.user.domain.User
 
setProblem(Problem) - Method in class inha.git.mapping.domain.ProblemField
 
setProblem(Problem) - Method in class inha.git.problem.domain.ProblemAttachment
 
setProblem(Problem) - Method in class inha.git.problem.domain.ProblemRequest
 
setProblemAttachments(List<ProblemAttachment>) - Method in class inha.git.problem.domain.Problem
 
setProblemRequest(ProblemRequest) - Method in class inha.git.problem.domain.ProblemParticipant
 
setProblemRequest(ProblemRequest) - Method in class inha.git.problem.domain.ProblemSubmit
 
setProblemRequestStatus(ProblemRequestStatus) - Method in class inha.git.problem.domain.ProblemRequest
 
setProject(Project) - Method in class inha.git.mapping.domain.ProjectField
 
setProssor(Professor) - Method in class inha.git.user.domain.User
 
setQuestion(Question) - Method in class inha.git.question.domain.QuestionComment
 
setQuestionFields(ArrayList<QuestionField>) - Method in class inha.git.question.domain.Question
 
setRegistrationRecommendCount(int) - Method in class inha.git.project.domain.Project
 
setRole(Role) - Method in class inha.git.user.domain.User
 
setRole(Role) - Method in class inha.git.user.domain.UserRanking
 
setState(BaseEntity.State) - Method in class inha.git.common.BaseEntity
엔티티의 상태를 설정.
setStatus(ProblemStatus) - Method in class inha.git.problem.domain.Problem
 
setUpdatedAt() - Method in class inha.git.common.BaseEntity
 
setUser(User) - Method in class inha.git.notice.domain.Notice
 
setUser(User) - Method in class inha.git.user.domain.Company
 
setUser(User) - Method in class inha.git.user.domain.Professor
 
setValueOps(String, String) - Method in class inha.git.utils.RedisProvider
키와 값을 설정하는 메서드.
share() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentInventorRequest
Returns the value of the share record component.
share() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentInventorRequest
Returns the value of the share record component.
share() - Method in record class inha.git.project.api.controller.dto.response.SearchInventorResponse
Returns the value of the share record component.
ShareValidator - Class in inha.git.common.validation.validator
ShareValidator는 지분이 유효한지 검증하는 Validator 클래스입니다.
ShareValidator() - Constructor for class inha.git.common.validation.validator.ShareValidator
 
STAR - Static variable in class inha.git.common.Constant
 
starState() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the starState record component.
state - Variable in class inha.git.common.BaseEntity
엔티티의 상태로 ACTIVE or INACTIVE.
state() - Method in record class inha.git.project.api.controller.dto.response.ProjectStarResponses
Returns the value of the state record component.
state() - Method in record class inha.git.report.api.controller.dto.response.SearchReportResponse
Returns the value of the state record component.
Statistics - Class in inha.git.statistics.domain
Statistics 엔티티는 애플리케이션의 통계 정보를 나타냄.
Statistics() - Constructor for class inha.git.statistics.domain.Statistics
 
StatisticsController - Class in inha.git.statistics.api.controller
 
StatisticsController() - Constructor for class inha.git.statistics.api.controller.StatisticsController
 
StatisticsCounts - Record Class in inha.git.statistics.api.controller.dto.data
 
StatisticsCounts(Integer, Integer, Integer, Integer) - Constructor for record class inha.git.statistics.api.controller.dto.data.StatisticsCounts
Creates an instance of a StatisticsCounts record class.
StatisticsExcelService - Interface in inha.git.statistics.api.service
 
StatisticsExcelServiceImpl - Class in inha.git.statistics.api.service
StatisticsExcelServiceImpl은 통계 엑셀 관련 비즈니스 로직을 처리한다.
StatisticsExcelServiceImpl() - Constructor for class inha.git.statistics.api.service.StatisticsExcelServiceImpl
 
StatisticsJpaRepository - Interface in inha.git.statistics.domain.repository
 
StatisticsMapper - Interface in inha.git.statistics.api.mapper
StatisticsMapper는 Statistics 엔티티와 관련된 데이터 변환 기능을 제공.
StatisticsMigrationService - Class in inha.git.statistics.api.service
 
StatisticsMigrationService() - Constructor for class inha.git.statistics.api.service.StatisticsMigrationService
 
StatisticsService - Interface in inha.git.statistics.api.service
 
StatisticsServiceImpl - Class in inha.git.statistics.api.service
StatisticsServiceImpl은 통계 관련 비즈니스 로직을 처리한다.
StatisticsServiceImpl() - Constructor for class inha.git.statistics.api.service.StatisticsServiceImpl
 
StatisticsType - Enum Class in inha.git.statistics.domain.enums
 
status() - Method in record class inha.git.problem.api.controller.dto.response.ProblemResponse
Returns the value of the status record component.
status() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns the value of the status record component.
status() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemsResponse
Returns the value of the status record component.
storedFileUrl() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeAttachmentResponse
Returns the value of the storedFileUrl record component.
storedFileUrl() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemAttachmentResponse
Returns the value of the storedFileUrl record component.
storedFileUrl() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Returns the value of the storedFileUrl record component.
storeFile(MultipartFile, String) - Static method in class inha.git.utils.file.FilePath
파일을 저장하고 저장된 파일의 경로를 반환하는 메서드
STUDENT_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
STUDENT_SIGN_UP_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
STUDENT_SIGN_UP_TYPE - Static variable in class inha.git.common.Constant
 
STUDENT_TYPE - Static variable in class inha.git.common.Constant
 
StudentService - Interface in inha.git.user.api.service
 
StudentServiceImpl - Class in inha.git.user.api.service
학생 관련 비즈니스 로직을 처리하는 서비스 구현체입니다.
StudentServiceImpl() - Constructor for class inha.git.user.api.service.StudentServiceImpl
 
studentSignup(StudentSignupRequest) - Method in class inha.git.user.api.controller.UserController
학생 회원가입을 처리합니다.
studentSignup(StudentSignupRequest) - Method in interface inha.git.user.api.service.StudentService
 
studentSignup(StudentSignupRequest) - Method in class inha.git.user.api.service.StudentServiceImpl
학생 회원가입을 처리합니다.
StudentSignupRequest - Record Class in inha.git.user.api.controller.dto.request
SignupRequest는 회원 가입 요청 정보를 담는 DTO 클래스.
StudentSignupRequest(String, String, String, String, List<Integer>) - Constructor for record class inha.git.user.api.controller.dto.request.StudentSignupRequest
Creates an instance of a StudentSignupRequest record class.
studentSignupRequestToUser(StudentSignupRequest) - Method in interface inha.git.user.api.mapper.UserMapper
StudentSignupRequest를 User로 변환하는 메서드 정의
StudentSignupResponse - Record Class in inha.git.user.api.controller.dto.response
SignupResponse는 회원 가입 응답 정보를 담는 DTO 클래스.
StudentSignupResponse(Integer) - Constructor for record class inha.git.user.api.controller.dto.response.StudentSignupResponse
Creates an instance of a StudentSignupResponse record class.
subject() - Method in record class inha.git.project.api.controller.dto.request.CreateGithubProjectRequest
Returns the value of the subject record component.
subject() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectRequest
Returns the value of the subject record component.
subject() - Method in record class inha.git.project.api.controller.dto.request.SearchProjectCond
Returns the value of the subject record component.
subject() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectRequest
Returns the value of the subject record component.
subject() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the subject record component.
subject() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the subject record component.
subject() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the subject record component.
subject() - Method in record class inha.git.question.api.controller.dto.request.CreateQuestionRequest
Returns the value of the subject record component.
subject() - Method in record class inha.git.question.api.controller.dto.request.SearchQuestionCond
Returns the value of the subject record component.
subject() - Method in record class inha.git.question.api.controller.dto.request.UpdateQuestionRequest
Returns the value of the subject record component.
subject() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Returns the value of the subject record component.
subject() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Returns the value of the subject record component.
subject() - Method in record class inha.git.search.api.controller.dto.response.SearchResponse
Returns the value of the subject record component.
SuccessStatus - Enum Class in inha.git.common.code.status
 

T

tableName() - Method in record class inha.git.search.api.controller.dto.response.SearchResponse
Returns the value of the tableName record component.
TableType - Enum Class in inha.git.search.domain.enums
 
team() - Method in record class inha.git.problem.api.controller.dto.request.CreateRequestProblemRequest
Returns the value of the team record component.
team() - Method in record class inha.git.problem.api.controller.dto.request.UpdateRequestProblemRequest
Returns the value of the team record component.
team() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Returns the value of the team record component.
team() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemsResponse
Returns the value of the team record component.
team() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostResponse
Returns the value of the team record component.
team() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostsResponse
Returns the value of the team record component.
Team - Class in inha.git.team.domain
Team 엔티티는 애플리케이션의 팀 정보를 나타냄.
Team() - Constructor for class inha.git.team.domain.Team
 
TEAM - Enum constant in enum class inha.git.search.domain.enums.TableType
 
TEAM_ALREADY_JOINED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_ALREADY_JOINED_REQUEST - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_COMMENT_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_COMMENT_DELETE_NOT_ALLOWED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_COMMENT_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_COMMENT_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_COMMENT_REPLY_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_COMMENT_REPLY_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_COMMENT_REPLY_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_COMMENT_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_COMMENT_UPDATE_NOT_ALLOWED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_COMMENT_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_DELETE_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_DETAIL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_EXIT_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_GET_MY_TEAMS_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_JOIN_ACCEPT_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_JOIN_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_LEADER_CANNOT_EXIT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_MAX_MEMBER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_NOT_JOINED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_NOT_LEADER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_NOT_PARTICIPANT - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_NOT_REQUESTED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_POST_CREATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_POST_DELETE_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_POST_DELETE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_POST_DETAIL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_POST_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_POST_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_POST_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_POST_UPDATE_NOT_AUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_POST_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_RECRUITMENT_CLOSED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_REPLY_COMMENT_DELETE_NOT_ALLOWED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_REPLY_COMMENT_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_REPLY_COMMENT_UPDATE_NOT_ALLOWED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TEAM_REQUEST_LIST_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_STATISTICS_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TEAM_UPDATE_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
TeamComment - Class in inha.git.team.domain
TeamComment 엔티티는 애플리케이션의 팀 댓글 정보를 나타냄.
TeamComment() - Constructor for class inha.git.team.domain.TeamComment
 
TeamCommentController - Class in inha.git.team.api.controller
 
TeamCommentController() - Constructor for class inha.git.team.api.controller.TeamCommentController
 
TeamCommentJpaRepository - Interface in inha.git.team.domain.repository
TeamCommentJpaRepository는 TeamComment 엔티티에 대한 데이터 액세스 기능을 제공.
TeamCommentResponse - Record Class in inha.git.team.api.controller.dto.response
 
TeamCommentResponse(Integer) - Constructor for record class inha.git.team.api.controller.dto.response.TeamCommentResponse
Creates an instance of a TeamCommentResponse record class.
TeamCommentService - Interface in inha.git.team.api.service
 
TeamCommentServiceImpl - Class in inha.git.team.api.service
TeamCommentServiceImpl은 TeamCommentService 인터페이스를 구현하는 클래스.
TeamCommentServiceImpl() - Constructor for class inha.git.team.api.service.TeamCommentServiceImpl
 
TeamController - Class in inha.git.team.api.controller
TeamController는 Team 관련 엔드포인트를 처리.
TeamController() - Constructor for class inha.git.team.api.controller.TeamController
 
teamCount() - Method in record class inha.git.statistics.api.controller.dto.response.TeamStatisticsResponse
Returns the value of the teamCount record component.
teamIdx() - Method in record class inha.git.problem.api.controller.dto.request.CreateTeamRequestProblemRequest
Returns the value of the teamIdx record component.
teamIdx() - Method in record class inha.git.team.api.controller.dto.request.ApproveRequestTeamRequest
Returns the value of the teamIdx record component.
teamIdx() - Method in record class inha.git.team.api.controller.dto.request.CreateTeamPostRequest
Returns the value of the teamIdx record component.
teamIdx() - Method in record class inha.git.team.api.controller.dto.request.RequestTeamRequest
Returns the value of the teamIdx record component.
TeamJpaRepository - Interface in inha.git.team.domain.repository
TeamJpaRepository는 Team 엔티티에 대한 데이터 액세스 기능을 제공.
TeamMapper - Interface in inha.git.team.api.mapper
TeamMapper는 Team 엔티티와 관련된 데이터 변환 기능을 제공.
teamMembers() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectRequest
Returns the value of the teamMembers record component.
teamMembers() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectRequest
Returns the value of the teamMembers record component.
teamMembers() - Method in record class inha.git.project.api.controller.dto.response.ProjectResponse
Returns the value of the teamMembers record component.
teamMembers() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the teamMembers record component.
teamMembers() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the teamMembers record component.
TeamNameLanguage - Annotation Interface in inha.git.common.validation.annotation
TeamNameLanguage은 팀 이름이 한글 또는 영어로만 생성되는지 검증하는 어노테이션.
TeamNameLanguageValidator - Class in inha.git.common.validation.validator
TeamNameLanguageValidator는 팀 이름이 한글 또는 영어로만 생성되는지 검증.
TeamNameLanguageValidator() - Constructor for class inha.git.common.validation.validator.TeamNameLanguageValidator
 
TeamNameValidator - Class in inha.git.common.validation.validator
팀 이름 유효성 검증을 위한 Validator.
TeamNameValidator() - Constructor for class inha.git.common.validation.validator.TeamNameValidator
 
TeamNote - Class in inha.git.team.domain
TeamNote 엔티티는 애플리케이션의 팀 한줄 메모 정보를 나타냄.
TeamNote() - Constructor for class inha.git.team.domain.TeamNote
 
TeamNoteJpaRepository - Interface in inha.git.team.domain.repository
TeamNoteJpaRepository는 TeamNote 엔티티에 대한 데이터 액세스 기능을 제공.
TeamPost - Class in inha.git.team.domain
TeamPost 엔티티는 애플리케이션의 팀 모집 정보를 나타냄.
TeamPost() - Constructor for class inha.git.team.domain.TeamPost
 
TeamPostController - Class in inha.git.team.api.controller
TeamPostController는 Team Post 관련 엔드포인트를 처리.
TeamPostController() - Constructor for class inha.git.team.api.controller.TeamPostController
 
TeamPostJpaRepository - Interface in inha.git.team.domain.repository
TeamPostJpaRepository는 TeamPost 엔티티에 대한 데이터 액세스 기능을 제공.
TeamPostQueryRepository - Class in inha.git.team.domain.repository
팀 게시글 조회 레포지토리
TeamPostQueryRepository() - Constructor for class inha.git.team.domain.repository.TeamPostQueryRepository
 
TeamPostResponse - Record Class in inha.git.team.api.controller.dto.response
 
TeamPostResponse(Integer) - Constructor for record class inha.git.team.api.controller.dto.response.TeamPostResponse
Creates an instance of a TeamPostResponse record class.
TeamPostService - Interface in inha.git.team.api.service
 
TeamPostServiceImpl - Class in inha.git.team.api.service
 
TeamPostServiceImpl() - Constructor for class inha.git.team.api.service.TeamPostServiceImpl
 
teamPostToSearchTeamPostResponse(TeamPost, Team, User) - Method in interface inha.git.team.api.mapper.TeamMapper
팀 게시글을 SearchTeamPostResponse로 변환.
teamPostToTeamPostResponse(TeamPost) - Method in interface inha.git.team.api.mapper.TeamMapper
팀 게시글을 TeamPostResponse로 변환.
TeamQueryRepository - Class in inha.git.team.domain.repository
팀 조회 레포지토리
TeamQueryRepository() - Constructor for class inha.git.team.domain.repository.TeamQueryRepository
 
TeamReplyComment - Class in inha.git.team.domain
TeamReplyComment 엔티티는 애플리케이션의 팀 대댓글 정보를 나타냄.
TeamReplyComment() - Constructor for class inha.git.team.domain.TeamReplyComment
 
TeamReplyCommentJpaRepository - Interface in inha.git.team.domain.repository
TeamReplyCommentJpaRepository는 TeamReplyComment 엔티티에 대한 데이터 액세스 기능을 제공.
TeamReplyCommentResponse - Record Class in inha.git.team.api.controller.dto.response
 
TeamReplyCommentResponse(Integer) - Constructor for record class inha.git.team.api.controller.dto.response.TeamReplyCommentResponse
Creates an instance of a TeamReplyCommentResponse record class.
TeamResponse - Record Class in inha.git.team.api.controller.dto.response
 
TeamResponse(Integer) - Constructor for record class inha.git.team.api.controller.dto.response.TeamResponse
Creates an instance of a TeamResponse record class.
TeamService - Interface in inha.git.team.api.service
 
TeamServiceImpl - Class in inha.git.team.api.service
 
TeamServiceImpl() - Constructor for class inha.git.team.api.service.TeamServiceImpl
 
TeamStatisticsResponse - Record Class in inha.git.statistics.api.controller.dto.response
 
TeamStatisticsResponse(Integer, Integer) - Constructor for record class inha.git.statistics.api.controller.dto.response.TeamStatisticsResponse
Creates an instance of a TeamStatisticsResponse record class.
teamsToSearchTeamsResponse(List<Team>) - Method in interface inha.git.team.api.mapper.TeamMapper
 
teamToSearchTeamResponse(Team, SearchUserResponse) - Method in interface inha.git.team.api.mapper.TeamMapper
팀을 SearchTeamResponse 으로 변환.
teamToSearchTeamsResponse(Team) - Method in interface inha.git.team.api.mapper.TeamMapper
팀을 SearchTeamsResponse 응답으로 변환.
teamToTeamResponse(Team) - Method in interface inha.git.team.api.mapper.TeamMapper
Team을 TeamResponse로 변환.
TeamUser - Class in inha.git.mapping.domain
TeamUser 엔티티는 애플리케이션의 팀과 유저 매핑 정보를 나타냄.
TeamUser() - Constructor for class inha.git.mapping.domain.TeamUser
 
TeamUserId - Class in inha.git.mapping.domain.id
TeamUserId TeamUser 엔티티의 복합키를 나타냄.
TeamUserId() - Constructor for class inha.git.mapping.domain.id.TeamUserId
 
TeamUserJpaRepository - Interface in inha.git.mapping.domain.repository
TeamUserJpaRepository는 TeamUser 엔티티에 대한 데이터 액세스 기능을 제공.
TEMPORARY_UNAVAILABLE - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
THIRD - Enum constant in enum class inha.git.problem.domain.enums.Grade
 
TIME_LIMIT - Static variable in class inha.git.common.Constant
 
title() - Method in record class inha.git.bug_report.api.controller.dto.request.CreateBugReportRequest
Returns the value of the title record component.
title() - Method in record class inha.git.bug_report.api.controller.dto.request.SearchBugReportCond
Returns the value of the title record component.
title() - Method in record class inha.git.bug_report.api.controller.dto.request.UpdateBugReportRequest
Returns the value of the title record component.
title() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportResponse
Returns the value of the title record component.
title() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportsResponse
Returns the value of the title record component.
title() - Method in record class inha.git.notice.api.controller.dto.request.CreateNoticeRequest
Returns the value of the title record component.
title() - Method in record class inha.git.notice.api.controller.dto.request.UpdateNoticeRequest
Returns the value of the title record component.
title() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeResponse
Returns the value of the title record component.
title() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticesResponse
Returns the value of the title record component.
title() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemRequest
Returns the value of the title record component.
title() - Method in record class inha.git.problem.api.controller.dto.request.CreateRequestProblemRequest
Returns the value of the title record component.
title() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemRequest
Returns the value of the title record component.
title() - Method in record class inha.git.problem.api.controller.dto.request.UpdateRequestProblemRequest
Returns the value of the title record component.
title() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns the value of the title record component.
title() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemsResponse
Returns the value of the title record component.
title() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Returns the value of the title record component.
title() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemsResponse
Returns the value of the title record component.
title() - Method in record class inha.git.project.api.controller.dto.request.CreateGithubProjectRequest
Returns the value of the title record component.
title() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectRequest
Returns the value of the title record component.
title() - Method in record class inha.git.project.api.controller.dto.request.SearchProjectCond
Returns the value of the title record component.
title() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectRequest
Returns the value of the title record component.
title() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the title record component.
title() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the title record component.
title() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the title record component.
title() - Method in record class inha.git.question.api.controller.dto.request.CreateQuestionRequest
Returns the value of the title record component.
title() - Method in record class inha.git.question.api.controller.dto.request.SearchQuestionCond
Returns the value of the title record component.
title() - Method in record class inha.git.question.api.controller.dto.request.UpdateQuestionRequest
Returns the value of the title record component.
title() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Returns the value of the title record component.
title() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Returns the value of the title record component.
title() - Method in record class inha.git.search.api.controller.dto.response.SearchResponse
Returns the value of the title record component.
title() - Method in record class inha.git.team.api.controller.dto.request.CreateTeamPostRequest
Returns the value of the title record component.
title() - Method in record class inha.git.team.api.controller.dto.request.UpdateTeamPostRequest
Returns the value of the title record component.
title() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostResponse
Returns the value of the title record component.
title() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostsResponse
Returns the value of the title record component.
toCommentResponse(ProjectComment) - Method in interface inha.git.project.api.mapper.ProjectMapper
ProjectComment 엔티티를 CommentResponse로 변환
toCommentResponse(QuestionComment) - Method in interface inha.git.question.api.mapper.QuestionMapper
QuestionComment를 CommentResponse로 변환합니다.
toCommentWithRepliesResponse(ProjectComment, Boolean, List<SearchReplyCommentResponse>) - Method in interface inha.git.project.api.mapper.ProjectMapper
ProjectComment 엔티티를 CommentWithRepliesResponse로 변환
toCommentWithRepliesResponse(QuestionComment, Boolean, List<SearchReplyCommentResponse>) - Method in interface inha.git.question.api.mapper.QuestionMapper
QuestionComment 엔티티를 CommentWithRepliesResponse로 변환
toCommentWithRepliesResponse(TeamComment) - Method in interface inha.git.team.api.mapper.TeamMapper
TeamComment를 CommentWithRepliesResponse로 변환합니다.
toCommentWithRepliesResponseList(List<TeamComment>) - Method in interface inha.git.team.api.mapper.TeamMapper
TeamComment 목록을 CommentWithRepliesResponse 목록으로 변환합니다.
toDto(GHRepository) - Method in interface inha.git.github.api.mapper.GithubMapper
 
TOKEN - Static variable in class inha.git.common.Constant
 
TOKEN_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TOKEN_PREFIX - Static variable in class inha.git.common.Constant
 
toPageIndex(Integer) - Static method in class inha.git.utils.PagingUtils
사용자가 입력한 페이지 번호를 인덱스로 변환합니다.
toPatentInventor(CreatePatentInventorRequest, ProjectPatent) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
toPatentInventor(List<CreatePatentInventorRequest>, ProjectPatent) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
toPatentResponse(ProjectPatent) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
toProblemParticipant(CreateProblemParticipantRequest, ProblemRequest) - Method in interface inha.git.problem.api.mapper.ProblemRequestMapper
 
toProblemParticipant(UpdateProblemParticipantRequest, ProblemRequest) - Method in interface inha.git.problem.api.mapper.ProblemRequestMapper
 
toProblemParticipantResponse(ProblemParticipant) - Method in interface inha.git.problem.api.mapper.ProblemRequestMapper
 
toProblemParticipantResponseList(List<ProblemParticipant>) - Method in interface inha.git.problem.api.mapper.ProblemRequestMapper
 
toProblemRequest(CreateRequestProblemRequest, Problem, User) - Method in interface inha.git.problem.api.mapper.ProblemRequestMapper
 
toProblemSubmit(Integer, ProblemRequest) - Method in interface inha.git.problem.api.mapper.ProblemSubmitMapper
 
toProblemSubmitResponse(ProblemSubmit) - Method in interface inha.git.problem.api.mapper.ProblemSubmitMapper
 
toProjectComment(CreateCommentRequest, User, Project) - Method in interface inha.git.project.api.mapper.ProjectMapper
ProjectComment 엔티티 생성
toProjectPatent(CreatePatentRequest, String, String, Project) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
toProjectReplyComment(CreateReplyCommentRequest, User, ProjectComment) - Method in interface inha.git.project.api.mapper.ProjectMapper
ProjectReplyComment 엔티티 생성
toProjectTeamMember(CreateProjectTeamMemberRequest, Project) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
toProjectTeamMemberResponse(ProjectTeamMember) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
toProjectTeamMemberResponses(List<ProjectTeamMember>) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
toProjectTeamMembers(List<CreateProjectTeamMemberRequest>, Project) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
toQuestionComment(CreateCommentRequest, User, Question) - Method in interface inha.git.question.api.mapper.QuestionMapper
CreateCommentRequest를 QuestionComment로 변환합니다.
toQuestionReplyComment(CreateReplyCommentRequest, User, QuestionComment) - Method in interface inha.git.question.api.mapper.QuestionMapper
CreateReplyCommentRequest를 QuestionReplyComment로 변환합니다.
toReplyCommentResponse(ProjectReplyComment) - Method in interface inha.git.project.api.mapper.ProjectMapper
ProjectReplyComment 엔티티를 ReplyCommentResponse로 변환
toReplyCommentResponse(QuestionReplyComment) - Method in interface inha.git.question.api.mapper.QuestionMapper
QuestionReplyComment를 ReplyCommentResponse로 변환합니다.
toReportReasonResponse(ReportReason) - Method in interface inha.git.report.api.mapper.ReportMapper
ReportReason을 ReportReasonResponse로 변환
toReportReasonResponseList(List<ReportReason>) - Method in interface inha.git.report.api.mapper.ReportMapper
ReportReason을 ReportReasonResponse로 변환
toReportResponse(Report) - Method in interface inha.git.report.api.mapper.ReportMapper
Report를 ReportResponse로 변환
toReportTypeResponse(ReportType) - Method in interface inha.git.report.api.mapper.ReportMapper
ReportType을 ReportTypeResponse로 변환
toReportTypeResponseList(List<ReportType>) - Method in interface inha.git.report.api.mapper.ReportMapper
ReportType을 ReportTypeResponse로 변환
toRequestProblemResponse(ProblemRequest) - Method in interface inha.git.problem.api.mapper.ProblemRequestMapper
 
toSearchCompanyUserResponse(User, Integer, Company) - Method in interface inha.git.user.api.mapper.UserMapper
User 엔티티를 SearchCompanyUserResponse로 변환하는 메서드 정의
toSearchDepartmentResponse(Department) - Method in interface inha.git.problem.api.mapper.ProblemRequestMapper
 
toSearchInventorResponse(ProjectPatentInventor) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
toSearchInventorResponseList(List<ProjectPatentInventor>) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
toSearchNonCompanyUserResponse(User, Integer, Integer, Integer, Integer, List<SearchDepartmentResponse>, Integer, Boolean) - Method in interface inha.git.user.api.mapper.UserMapper
User 엔티티를 SearchNonCompanyUserResponse로 변환하는 메서드 정의
toSearchPatentResponse(ProjectPatent, List<ProjectPatentInventor>, SearchProjectPatentResponse, SearchUserResponse) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
toSearchProblemSubmitResponse(ProblemSubmit) - Method in interface inha.git.problem.api.mapper.ProblemSubmitMapper
 
toSearchProblemSubmitResponseList(List<ProblemSubmit>) - Method in interface inha.git.problem.api.mapper.ProblemSubmitMapper
 
toSearchProjectStarResponse(ProjectStar, SearchUserResponse) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
toSearchReplyCommentResponse(ProjectReplyComment) - Method in interface inha.git.project.api.mapper.ProjectMapper
ProjectReplyComment 엔티티를 SearchReplyCommentResponse로 변환
toSearchReplyCommentResponse(ProjectReplyComment, boolean) - Method in interface inha.git.project.api.mapper.ProjectMapper
ProjectReplyComment 엔티티를 SearchReplyCommentResponse로 변환
toSearchReplyCommentResponse(QuestionReplyComment, boolean) - Method in interface inha.git.question.api.mapper.QuestionMapper
QuestionReplyComment 엔티티를 SearchReplyCommentResponse로 변환
toSearchReplyCommentResponse(TeamReplyComment) - Method in interface inha.git.team.api.mapper.TeamMapper
TeamReplyComment를 SearchReplyCommentResponse로 변환합니다.
toSearchReplyCommentResponseList(List<TeamComment>) - Method in interface inha.git.team.api.mapper.TeamMapper
TeamComment 목록을 CommentResponse 목록으로 변환.
toSearchRequestProblemResponse(ProblemRequest, Integer) - Method in interface inha.git.problem.api.mapper.ProblemRequestMapper
 
toSearchTeamMemberResponse(ProjectTeamMember) - Method in interface inha.git.project.api.mapper.ProjectMapper
 
toSearchUserRequestProblemResponse(User) - Method in interface inha.git.problem.api.mapper.ProblemRequestMapper
 
toString() - Method in record class inha.git.admin.api.controller.dto.request.AdminDemotionRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.AdminPromotionRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.AssistantDemotionRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.AssistantPromotionRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.ChangeBugReportStateRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.CompanyAcceptRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.CompanyCancelRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.PatentAcceptRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.PatentCancelRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.ProfessorAcceptRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.ProfessorCancelRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.ProjectStarAcceptRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.ProjectStarCancelRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.SearchReportCond
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.UserBlockRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.UserRankingScoreRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.request.UserUnblockRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.response.SearchCompanyResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.response.SearchDepartmentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.response.SearchProfessorResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.response.SearchStudentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.response.SearchUserResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.admin.api.controller.dto.response.UserRankingScoreResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.auth.api.controller.dto.request.ChangePasswordRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.auth.api.controller.dto.request.EmailCheckRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.auth.api.controller.dto.request.EmailRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.auth.api.controller.dto.request.FindEmailRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.auth.api.controller.dto.request.FindPasswordCheckRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.auth.api.controller.dto.request.FindPasswordRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.auth.api.controller.dto.request.LoginRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.auth.api.controller.dto.response.FindEmailResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.auth.api.controller.dto.response.LoginResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.banner.api.controller.dto.request.CreateBannerRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.banner.api.controller.dto.response.BannerResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.bug_report.api.controller.dto.request.CreateBugReportRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.bug_report.api.controller.dto.request.SearchBugReportCond
Returns a string representation of this record class.
toString() - Method in record class inha.git.bug_report.api.controller.dto.request.UpdateBugReportRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.bug_report.api.controller.dto.response.BugReportResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.bug_report.api.controller.dto.response.SearchBugReportsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.category.controller.dto.request.CreateCategoryRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.category.controller.dto.request.UpdateCategoryRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.category.controller.dto.response.SearchCategoryResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.college.controller.dto.request.CreateCollegeRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.college.controller.dto.request.UpdateCollegeRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.college.controller.dto.response.SearchCollegeResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.common.code.ErrorReasonDTO
Returns a string representation of this record class.
toString() - Method in record class inha.git.common.code.ReasonDTO
Returns a string representation of this record class.
toString() - Method in record class inha.git.department.api.controller.dto.request.CreateDepartmentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.department.api.controller.dto.request.UpdateDepartmentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.field.api.controller.dto.request.CreateFieldRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.field.api.controller.dto.request.UpdateFieldRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.field.api.controller.dto.response.SearchFieldResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.github.api.controller.dto.request.GitubTokenResquest
Returns a string representation of this record class.
toString() - Method in record class inha.git.github.api.controller.dto.response.GithubFileContentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.github.api.controller.dto.response.GithubItemResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.github.api.controller.dto.response.GithubRepositoryResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.image.api.controller.dto.response.ImageResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.notice.api.controller.dto.request.CreateNoticeRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.notice.api.controller.dto.request.UpdateNoticeRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeAttachmentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticesResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.notice.api.controller.dto.response.SearchNoticeUserResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemApproveRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemParticipantRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.request.CreateRequestProblemRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.request.CreateTeamRequestProblemRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemParticipantRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.request.UpdateRequestProblemRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.response.ProblemParticipantResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.response.ProblemResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.response.ProblemSubmitResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.response.RequestProblemResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemAttachmentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.response.SearchProblemSubmitResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.problem.api.controller.dto.response.SearchUserRequestProblemResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.CommentLikeRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.CreateCommentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.CreateGithubProjectRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentInventorRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectTeamMemberRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.CreateReplyCommentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.RecommendRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.SearchPatentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.SearchProjectCond
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.UpdateCommentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentInventorRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectTeamMemberRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.request.UpdateReplyCommentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.CommentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.CommentWithRepliesResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.PatentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.PatentResponses
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.ProjectResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.ProjectStarResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.ProjectStarResponses
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.ReplyCommentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchDirectoryResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchFieldResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchFileDetailResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchInventorResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentSummaryResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectPatentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchRecommendCount
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchRecommendState
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchReplyCommentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchTeamMemberResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.project.api.controller.dto.response.SearchUserResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.request.CommentLikeRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.request.CommentWithRepliesResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.request.CreateCommentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.request.CreateQuestionRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.request.CreateReplyCommentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.request.LikeRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.request.SearchQuestionCond
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.request.SearchReplyCommentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.request.UpdateCommentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.request.UpdateQuestionRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.request.UpdateReplyCommentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.response.CommentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.response.QuestionResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.response.ReplyCommentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.response.SearchLikeState
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.question.api.controller.dto.response.SearchQuestionsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.report.api.controller.dto.request.CreateReportRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.report.api.controller.dto.response.ReportReasonResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.report.api.controller.dto.response.ReportResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.report.api.controller.dto.response.ReportTypeResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.report.api.controller.dto.response.SearchReportResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.search.api.controller.dto.response.SearchResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.semester.controller.dto.request.CreateSemesterRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.semester.controller.dto.request.UpdateSemesterRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.semester.controller.dto.response.SearchSemesterResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.statistics.api.controller.dto.data.CollegeStatisticsData
Returns a string representation of this record class.
toString() - Method in record class inha.git.statistics.api.controller.dto.data.StatisticsCounts
Returns a string representation of this record class.
toString() - Method in record class inha.git.statistics.api.controller.dto.request.SearchCond
Returns a string representation of this record class.
toString() - Method in record class inha.git.statistics.api.controller.dto.response.BatchCollegeStatisticsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.statistics.api.controller.dto.response.CollegeStatisticsData
Returns a string representation of this record class.
toString() - Method in record class inha.git.statistics.api.controller.dto.response.HomeStatisticsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.statistics.api.controller.dto.response.PatentStatisticsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.statistics.api.controller.dto.response.ProblemStatisticsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.statistics.api.controller.dto.response.ProjectStatisticsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.statistics.api.controller.dto.response.QuestionStatisticsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.statistics.api.controller.dto.response.SemesterStatistics
Returns a string representation of this record class.
toString() - Method in record class inha.git.statistics.api.controller.dto.response.TeamStatisticsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.request.ApproveRequestTeamRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.request.CreateCommentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.request.CreateReplyCommentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.request.CreateTeamPostRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.request.CreateTeamRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.request.RequestTeamRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.request.UpdateCommentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.request.UpdateReplyCommentRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.request.UpdateTeamPostRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.request.UpdateTeamRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.response.CommentWithRepliesResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.response.SearchMyTeamsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.response.SearchRequestResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamPostTeamResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamsResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.response.SearchTeamUserResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.response.TeamCommentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.response.TeamPostResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.response.TeamReplyCommentResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.team.api.controller.dto.response.TeamResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.user.api.controller.dto.request.CompanySignupRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.user.api.controller.dto.request.ProfessorSignupRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.user.api.controller.dto.request.StudentSignupRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.user.api.controller.dto.request.UpdatePwRequest
Returns a string representation of this record class.
toString() - Method in record class inha.git.user.api.controller.dto.response.CompanySignupResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.user.api.controller.dto.response.ProfessorSignupResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.user.api.controller.dto.response.SearchCompanyUserResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.user.api.controller.dto.response.StudentSignupResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.user.api.controller.dto.response.UserRankingResponse
Returns a string representation of this record class.
toString() - Method in record class inha.git.user.api.controller.dto.response.UserResponse
Returns a string representation of this record class.
TOTAL - Enum constant in enum class inha.git.statistics.domain.enums.StatisticsType
 
TOTAL_COLLEGE_STATISTICS_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TOTAL_DEPARTMENT_STATISTICS_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
TOTAL_STATISTICS_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
totalCount() - Method in record class inha.git.statistics.api.controller.dto.data.StatisticsCounts
Returns the value of the totalCount record component.
totalProjectCount() - Method in record class inha.git.statistics.api.controller.dto.data.CollegeStatisticsData
Returns the value of the totalProjectCount record component.
totalProjectCount() - Method in record class inha.git.statistics.api.controller.dto.response.CollegeStatisticsData
Returns the value of the totalProjectCount record component.
totalProjectCount() - Method in record class inha.git.statistics.api.controller.dto.response.ProjectStatisticsResponse
Returns the value of the totalProjectCount record component.
totalProjectCount() - Method in record class inha.git.statistics.api.controller.dto.response.SemesterStatistics
Returns the value of the totalProjectCount record component.
toTeamComment(CreateCommentRequest, User, TeamPost) - Method in interface inha.git.team.api.mapper.TeamMapper
CreateCommentRequest를 TeamComment로 변환.
toTeamCommentResponse(TeamComment) - Method in interface inha.git.team.api.mapper.TeamMapper
팀 댓글을 TeamCommentResponse로 변환.
toTeamReplyComment(CreateReplyCommentRequest, User, TeamComment) - Method in interface inha.git.team.api.mapper.TeamMapper
CreateReplyCommentRequest를 TeamReplyComment로 변환.
toTeamReplyCommentResponse(TeamReplyComment) - Method in interface inha.git.team.api.mapper.TeamMapper
팀 대댓글을 TeamReplyCommentResponse로 변환.
toUserResponse(User) - Method in interface inha.git.user.api.mapper.UserMapper
User 엔티티를 UserResponse로 변환하는 메서드 정의
type() - Method in record class inha.git.auth.api.controller.dto.request.EmailCheckRequest
Returns the value of the type record component.
type() - Method in record class inha.git.auth.api.controller.dto.request.EmailRequest
Returns the value of the type record component.
type() - Method in record class inha.git.github.api.controller.dto.response.GithubItemResponse
Returns the value of the type record component.
type() - Method in record class inha.git.project.api.controller.dto.response.SearchDirectoryResponse
Returns the value of the type record component.
type() - Method in record class inha.git.project.api.controller.dto.response.SearchFileDetailResponse
Returns the value of the type record component.

U

UNAUTHORIZED - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
unblockUser(User, UserUnblockRequest) - Method in class inha.git.admin.api.controller.AdminApproveController
유저 차단 해제 API
unblockUser(User, UserUnblockRequest) - Method in interface inha.git.admin.api.service.AdminApproveService
 
unblockUser(User, UserUnblockRequest) - Method in class inha.git.admin.api.service.AdminApproveServiceImpl
유저 차단 해제
UNCONFIRMED - Enum constant in enum class inha.git.bug_report.domain.enums.BugStatus
 
UNDER_REVIEW - Enum constant in enum class inha.git.problem.domain.enums.ProblemStatus
 
UNDERBAR - Static variable in class inha.git.common.Constant
 
UNEXPECTED_ERROR - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
UniqueTeamName - Annotation Interface in inha.git.common.validation.annotation
UniqueTeamName은 팀 이름이 중복되는지 검증하는 어노테이션.
UniqueTeamNameValidator - Class in inha.git.common.validation.validator
UniqueTeamNameValidator는 팀 이름이 중복되는지 검증.
UniqueTeamNameValidator() - Constructor for class inha.git.common.validation.validator.UniqueTeamNameValidator
 
UnZip - Class in inha.git.utils.file
UnZip 클래스는 ZIP 파일을 해제하는 기능을 제공하는 클래스입니다.
UnZip() - Constructor for class inha.git.utils.file.UnZip
 
unzipFile(String, String) - Static method in class inha.git.utils.file.UnZip
 
updateAdminScore(User, int) - Method in interface inha.git.user.api.service.UserRankingService
 
updateAdminScore(User, int) - Method in class inha.git.user.api.service.UserRankingServiceImpl
관리자 점수 수동 업데이트
updateAllTotalScores() - Method in interface inha.git.user.api.service.UserRankingService
 
updateAllTotalScores() - Method in class inha.git.user.api.service.UserRankingServiceImpl
모든 사용자 랭킹 점수 (totalScore) 재계산 - 하루에 한번
updateBugReport(User, Integer, UpdateBugReportRequest) - Method in class inha.git.bug_report.api.controller.BugReportController
버그 제보 수정 API
updateBugReport(User, Integer, UpdateBugReportRequest) - Method in interface inha.git.bug_report.api.service.BugReportService
 
updateBugReport(User, Integer, UpdateBugReportRequest) - Method in class inha.git.bug_report.api.service.BugReportServiceImpl
updateBugReport는 버그 제보를 수정하는 메소드.
UpdateBugReportRequest - Record Class in inha.git.bug_report.api.controller.dto.request
 
UpdateBugReportRequest(String, String) - Constructor for record class inha.git.bug_report.api.controller.dto.request.UpdateBugReportRequest
Creates an instance of a UpdateBugReportRequest record class.
updateBugReportRequestToBugReport(BugReport, UpdateBugReportRequest) - Method in interface inha.git.bug_report.api.mapper.BugReportMapper
updateBugReportRequestToBugReport는 UpdateBugReportRequest를 BugReport로 변환하는 메소드.
updateCategory(User, Integer, UpdateCategoryRequest) - Method in class inha.git.category.controller.CategoryController
기존 카테고리의 이름을 수정합니다.
updateCategoryName(User, Integer, UpdateCategoryRequest) - Method in interface inha.git.category.service.CategoryService
 
updateCategoryName(User, Integer, UpdateCategoryRequest) - Method in class inha.git.category.service.CategoryServiceImpl
카테고리의 이름을 수정하는 서비스입니다.
UpdateCategoryRequest - Record Class in inha.git.category.controller.dto.request
 
UpdateCategoryRequest(String) - Constructor for record class inha.git.category.controller.dto.request.UpdateCategoryRequest
Creates an instance of a UpdateCategoryRequest record class.
updateCollege(User, Integer, UpdateCollegeRequest) - Method in class inha.git.college.controller.CollegeController
기존 단과대학의 정보를 수정합니다.
updateCollegeName(User, Integer, UpdateCollegeRequest) - Method in interface inha.git.college.service.CollegeService
 
updateCollegeName(User, Integer, UpdateCollegeRequest) - Method in class inha.git.college.service.CollegeServiceImpl
단과대학의 이름을 수정합니다.
UpdateCollegeRequest - Record Class in inha.git.college.controller.dto.request
 
UpdateCollegeRequest(String) - Constructor for record class inha.git.college.controller.dto.request.UpdateCollegeRequest
Creates an instance of a UpdateCollegeRequest record class.
updateComment(User, Integer, UpdateCommentRequest) - Method in class inha.git.project.api.controller.ProjectCommentController
프로젝트 댓글 수정 API
updateComment(User, Integer, UpdateCommentRequest) - Method in interface inha.git.project.api.service.comment.comment.ProjectCommentCommandService
 
updateComment(User, Integer, UpdateCommentRequest) - Method in class inha.git.project.api.service.comment.comment.ProjectCommentCommandServiceImpl
댓글 수정
updateComment(User, Integer, UpdateCommentRequest) - Method in class inha.git.question.api.controller.QuestionCommentController
질문 댓글 수정 API
updateComment(User, Integer, UpdateCommentRequest) - Method in interface inha.git.question.api.service.QuestionCommentService
 
updateComment(User, Integer, UpdateCommentRequest) - Method in class inha.git.question.api.service.QuestionCommentServiceImpl
댓글 수정
updateComment(User, Integer, UpdateCommentRequest) - Method in class inha.git.team.api.controller.TeamCommentController
팀 게시글 댓글 수정 API
updateComment(User, Integer, UpdateCommentRequest) - Method in interface inha.git.team.api.service.TeamCommentService
 
updateComment(User, Integer, UpdateCommentRequest) - Method in class inha.git.team.api.service.TeamCommentServiceImpl
팀 게시글 댓글 수정
UpdateCommentRequest - Record Class in inha.git.project.api.controller.dto.request
 
UpdateCommentRequest - Record Class in inha.git.question.api.controller.dto.request
 
UpdateCommentRequest - Record Class in inha.git.team.api.controller.dto.request
 
UpdateCommentRequest(String) - Constructor for record class inha.git.project.api.controller.dto.request.UpdateCommentRequest
Creates an instance of a UpdateCommentRequest record class.
UpdateCommentRequest(String) - Constructor for record class inha.git.question.api.controller.dto.request.UpdateCommentRequest
Creates an instance of a UpdateCommentRequest record class.
UpdateCommentRequest(String) - Constructor for record class inha.git.team.api.controller.dto.request.UpdateCommentRequest
Creates an instance of a UpdateCommentRequest record class.
updatedAt() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the updatedAt record component.
updatedAt() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectsResponse
Returns the value of the updatedAt record component.
updatedAt() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the updatedAt record component.
updateDepartmentName(User, Integer, UpdateDepartmentRequest) - Method in class inha.git.department.api.controller.DepartmentController
학과명을 수정합니다.
updateDepartmentName(User, Integer, UpdateDepartmentRequest) - Method in interface inha.git.department.api.service.DepartmentService
 
updateDepartmentName(User, Integer, UpdateDepartmentRequest) - Method in class inha.git.department.api.service.DepartmentServiceImpl
학과명을 수정합니다.
UpdateDepartmentRequest - Record Class in inha.git.department.api.controller.dto.request
 
UpdateDepartmentRequest(String) - Constructor for record class inha.git.department.api.controller.dto.request.UpdateDepartmentRequest
Creates an instance of a UpdateDepartmentRequest record class.
updateField(User, Integer, UpdateFieldRequest) - Method in class inha.git.field.api.controller.FieldController
분야명을 수정합니다.
updateField(User, Integer, UpdateFieldRequest) - Method in interface inha.git.field.api.service.FieldService
 
updateField(User, Integer, UpdateFieldRequest) - Method in class inha.git.field.api.service.FieldServiceImpl
분야명을 수정합니다.
UpdateFieldRequest - Record Class in inha.git.field.api.controller.dto.request
 
UpdateFieldRequest(String) - Constructor for record class inha.git.field.api.controller.dto.request.UpdateFieldRequest
Creates an instance of a UpdateFieldRequest record class.
updateGithubToken(User, GitubTokenResquest) - Method in class inha.git.github.api.controller.GithubController
Github Token을 갱신합니다.
updateGithubToken(User, GitubTokenResquest) - Method in interface inha.git.github.api.service.GithubService
 
updateGithubToken(User, GitubTokenResquest) - Method in class inha.git.github.api.service.GithubServiceImpl
Github Token을 갱신합니다.
updateNotice(User, Integer, UpdateNoticeRequest, List<MultipartFile>) - Method in class inha.git.notice.api.controller.NoticeController
기존 공지사항을 수정합니다.
updateNotice(User, Integer, UpdateNoticeRequest, List<MultipartFile>) - Method in interface inha.git.notice.api.service.NoticeService
 
updateNotice(User, Integer, UpdateNoticeRequest, List<MultipartFile>) - Method in class inha.git.notice.api.service.NoticeServiceImpl
기존 공지사항을 수정합니다.
updateNotice(String, String) - Method in class inha.git.notice.domain.Notice
 
UpdateNoticeRequest - Record Class in inha.git.notice.api.controller.dto.request
 
UpdateNoticeRequest(String, String) - Constructor for record class inha.git.notice.api.controller.dto.request.UpdateNoticeRequest
Creates an instance of a UpdateNoticeRequest record class.
updatePatent(User, Integer, UpdatePatentRequest, MultipartFile) - Method in class inha.git.project.api.controller.ProjectPatentController
특허 수정 API
updatePatent(User, Integer, UpdatePatentRequest, MultipartFile) - Method in interface inha.git.project.api.service.patent.ProjectPatentService
 
updatePatent(User, Integer, UpdatePatentRequest, MultipartFile) - Method in class inha.git.project.api.service.patent.ProjectPatentServiceImpl
특허 정보를 수정합니다.
updatePatent(String, PatentType, String, String, String, String, String) - Method in class inha.git.project.domain.ProjectPatent
 
UpdatePatentInventorRequest - Record Class in inha.git.project.api.controller.dto.request
 
UpdatePatentInventorRequest(String, String, String, String, Boolean, String, String) - Constructor for record class inha.git.project.api.controller.dto.request.UpdatePatentInventorRequest
Creates an instance of a UpdatePatentInventorRequest record class.
UpdatePatentRequest - Record Class in inha.git.project.api.controller.dto.request
 
UpdatePatentRequest(String, PatentType, String, String, String, String, String, List<UpdatePatentInventorRequest>) - Constructor for record class inha.git.project.api.controller.dto.request.UpdatePatentRequest
Creates an instance of a UpdatePatentRequest record class.
updateProblem(User, Integer, UpdateProblemRequest, List<MultipartFile>) - Method in class inha.git.problem.api.controller.ProblemController
문제 수정 API
updateProblem(User, Integer, UpdateProblemRequest, List<MultipartFile>) - Method in interface inha.git.problem.api.service.ProblemService
 
updateProblem(User, Integer, UpdateProblemRequest, List<MultipartFile>) - Method in class inha.git.problem.api.service.ProblemServiceImpl
문제 수정
UpdateProblemParticipantRequest - Record Class in inha.git.problem.api.controller.dto.request
 
UpdateProblemParticipantRequest(String, Boolean, String, String, Grade, Integer) - Constructor for record class inha.git.problem.api.controller.dto.request.UpdateProblemParticipantRequest
Creates an instance of a UpdateProblemParticipantRequest record class.
UpdateProblemRequest - Record Class in inha.git.problem.api.controller.dto.request
 
UpdateProblemRequest(String, String, String, List<Integer>) - Constructor for record class inha.git.problem.api.controller.dto.request.UpdateProblemRequest
Creates an instance of a UpdateProblemRequest record class.
updateproblemRequestStatus(User, Integer, Integer, ProblemRequestStatus) - Method in class inha.git.problem.api.controller.ProblemRequestController
문제 신청 상태 변경 API
updateproblemRequestStatus(User, Integer, Integer, ProblemRequestStatus) - Method in interface inha.git.problem.api.service.ProblemRequestService
 
updateproblemRequestStatus(User, Integer, Integer, ProblemRequestStatus) - Method in class inha.git.problem.api.service.ProblemRequestServiceImpl
문제 신청 상태 변경
updateProblemRequestToProblem(UpdateProblemRequest, Problem) - Method in interface inha.git.problem.api.mapper.ProblemMapper
 
updateProblemStatus(User, Integer, ProblemStatus) - Method in class inha.git.problem.api.controller.ProblemController
문제 상태 수정 API
updateProblemStatus(User, Integer, ProblemStatus) - Method in interface inha.git.problem.api.service.ProblemService
 
updateProblemStatus(User, Integer, ProblemStatus) - Method in class inha.git.problem.api.service.ProblemServiceImpl
문제 상태 변경
updateProject(User, Integer, UpdateProjectRequest, MultipartFile) - Method in class inha.git.project.api.controller.ProjectController
프로젝트 수정
updateProject(User, Integer, UpdateProjectRequest, MultipartFile) - Method in interface inha.git.project.api.service.command.ProjectCommandService
 
updateProject(User, Integer, UpdateProjectRequest, MultipartFile) - Method in class inha.git.project.api.service.command.ProjectCommandServiceImpl
프로젝트 업데이트
UpdateProjectRequest - Record Class in inha.git.project.api.controller.dto.request
 
UpdateProjectRequest(String, String, String, List<Integer>, Integer, Integer, Boolean, List<UpdateProjectTeamMemberRequest>) - Constructor for record class inha.git.project.api.controller.dto.request.UpdateProjectRequest
Creates an instance of a UpdateProjectRequest record class.
updateProjectRequestToProject(UpdateProjectRequest, Project, Semester, Category) - Method in interface inha.git.project.api.mapper.ProjectMapper
UpdateProjectRequest를 Project 엔티티로 변환
UpdateProjectTeamMemberRequest - Record Class in inha.git.project.api.controller.dto.request
 
UpdateProjectTeamMemberRequest(String, String, String, String, String, Integer, Integer) - Constructor for record class inha.git.project.api.controller.dto.request.UpdateProjectTeamMemberRequest
Creates an instance of a UpdateProjectTeamMemberRequest record class.
updateProjectUpload(String, String, ProjectUpload) - Method in interface inha.git.project.api.mapper.ProjectMapper
ProjectUpload 엔티티를 업데이트
UpdatePwRequest - Record Class in inha.git.user.api.controller.dto.request
 
UpdatePwRequest(String) - Constructor for record class inha.git.user.api.controller.dto.request.UpdatePwRequest
Creates an instance of a UpdatePwRequest record class.
updateQuestion(User, Integer, UpdateQuestionRequest) - Method in class inha.git.question.api.controller.QuestionController
질문 수정 API
updateQuestion(User, Integer, UpdateQuestionRequest) - Method in interface inha.git.question.api.service.QuestionService
 
updateQuestion(User, Integer, UpdateQuestionRequest) - Method in class inha.git.question.api.service.QuestionServiceImpl
질문 수정
UpdateQuestionRequest - Record Class in inha.git.question.api.controller.dto.request
 
UpdateQuestionRequest(String, String, String, List<Integer>, Integer) - Constructor for record class inha.git.question.api.controller.dto.request.UpdateQuestionRequest
Creates an instance of a UpdateQuestionRequest record class.
updateQuestionRequestToQuestion(UpdateQuestionRequest, Question, Semester, Category) - Method in interface inha.git.question.api.mapper.QuestionMapper
CreateQuestionRequest를 Question으로 업데이트합니다.
updateReply(User, Integer, UpdateCommentRequest) - Method in class inha.git.project.api.controller.ProjectCommentController
프로젝트 댓글 답글 수정 API
updateReply(User, Integer, UpdateCommentRequest) - Method in interface inha.git.project.api.service.comment.reply.ProjectReplyCommentCommandService
 
updateReply(User, Integer, UpdateCommentRequest) - Method in class inha.git.project.api.service.comment.reply.ProjectReplyCommentCommandServiceImpl
답글 수정
updateReplyComment(User, Integer, UpdateCommentRequest) - Method in class inha.git.question.api.controller.QuestionCommentController
질문 댓글 답글 수정 API
updateReplyComment(User, Integer, UpdateCommentRequest) - Method in interface inha.git.question.api.service.QuestionCommentService
 
updateReplyComment(User, Integer, UpdateCommentRequest) - Method in class inha.git.question.api.service.QuestionCommentServiceImpl
답글 수정
updateReplyComment(User, Integer, UpdateCommentRequest) - Method in class inha.git.team.api.controller.TeamCommentController
팀 게시글 대댓글 수정 API
updateReplyComment(User, Integer, UpdateCommentRequest) - Method in interface inha.git.team.api.service.TeamCommentService
 
updateReplyComment(User, Integer, UpdateCommentRequest) - Method in class inha.git.team.api.service.TeamCommentServiceImpl
팀 게시글 대댓글 수정
UpdateReplyCommentRequest - Record Class in inha.git.project.api.controller.dto.request
 
UpdateReplyCommentRequest - Record Class in inha.git.question.api.controller.dto.request
 
UpdateReplyCommentRequest - Record Class in inha.git.team.api.controller.dto.request
 
UpdateReplyCommentRequest(String) - Constructor for record class inha.git.project.api.controller.dto.request.UpdateReplyCommentRequest
Creates an instance of a UpdateReplyCommentRequest record class.
UpdateReplyCommentRequest(String) - Constructor for record class inha.git.question.api.controller.dto.request.UpdateReplyCommentRequest
Creates an instance of a UpdateReplyCommentRequest record class.
UpdateReplyCommentRequest(String) - Constructor for record class inha.git.team.api.controller.dto.request.UpdateReplyCommentRequest
Creates an instance of a UpdateReplyCommentRequest record class.
updateRequestProblem(User, Integer, UpdateRequestProblemRequest, MultipartFile) - Method in class inha.git.problem.api.controller.ProblemRequestController
문제 신청 수정 API
updateRequestProblem(User, Integer, UpdateRequestProblemRequest, MultipartFile) - Method in interface inha.git.problem.api.service.ProblemRequestService
 
updateRequestProblem(User, Integer, UpdateRequestProblemRequest, MultipartFile) - Method in class inha.git.problem.api.service.ProblemRequestServiceImpl
문제 신청 수정
updateRequestProblem(String, String, String) - Method in class inha.git.problem.domain.ProblemRequest
 
UpdateRequestProblemRequest - Record Class in inha.git.problem.api.controller.dto.request
 
UpdateRequestProblemRequest(String, String, String, List<UpdateProblemParticipantRequest>) - Constructor for record class inha.git.problem.api.controller.dto.request.UpdateRequestProblemRequest
Creates an instance of a UpdateRequestProblemRequest record class.
updateScore(UserRankingScoreRequest) - Method in interface inha.git.admin.api.service.AdminScoreService
 
updateScore(UserRankingScoreRequest) - Method in class inha.git.admin.api.service.AdminScoreServiceImpl
관리자 점수 수정
updateScore(User, UserRankingScoreRequest) - Method in class inha.git.admin.api.controller.AdminScoreController
 
updateSemester(User, Integer, UpdateSemesterRequest) - Method in class inha.git.semester.controller.SemesterController
학기명을 수정합니다.
updateSemesterName(User, Integer, UpdateSemesterRequest) - Method in interface inha.git.semester.service.SemesterService
 
updateSemesterName(User, Integer, UpdateSemesterRequest) - Method in class inha.git.semester.service.SemesterServiceImpl
학기명을 수정합니다.
UpdateSemesterRequest - Record Class in inha.git.semester.controller.dto.request
 
UpdateSemesterRequest(String) - Constructor for record class inha.git.semester.controller.dto.request.UpdateSemesterRequest
Creates an instance of a UpdateSemesterRequest record class.
updateStarState(Integer, boolean) - Method in interface inha.git.project.domain.repository.ProjectJpaRepository
 
updateTeam(User, Integer, UpdateTeamRequest) - Method in class inha.git.team.api.controller.TeamController
팀 수정 API
updateTeam(User, Integer, UpdateTeamRequest) - Method in interface inha.git.team.api.service.TeamService
 
updateTeam(User, Integer, UpdateTeamRequest) - Method in class inha.git.team.api.service.TeamServiceImpl
팀 수정
updateTeamCommentRequestToTeamComment(UpdateCommentRequest, TeamComment) - Method in interface inha.git.team.api.mapper.TeamMapper
updateCommentRequest를 TeamComment로 업데이트.
updateTeamPost(User, Integer, UpdateTeamPostRequest) - Method in class inha.git.team.api.controller.TeamPostController
팀 게시글 수정 API
updateTeamPost(User, Integer, UpdateTeamPostRequest) - Method in interface inha.git.team.api.service.TeamPostService
 
updateTeamPost(User, Integer, UpdateTeamPostRequest) - Method in class inha.git.team.api.service.TeamPostServiceImpl
팀 게시글을 수정
UpdateTeamPostRequest - Record Class in inha.git.team.api.controller.dto.request
 
UpdateTeamPostRequest(String, String) - Constructor for record class inha.git.team.api.controller.dto.request.UpdateTeamPostRequest
Creates an instance of a UpdateTeamPostRequest record class.
updateTeamPostRequestToTeamPost(UpdateTeamPostRequest, TeamPost) - Method in interface inha.git.team.api.mapper.TeamMapper
UpdateTeamPostRequest를 TeamPost로 변환.
updateTeamReplyCommentRequestToTeamReplyComment(UpdateCommentRequest, TeamReplyComment) - Method in interface inha.git.team.api.mapper.TeamMapper
updateCommentRequest를 TeamReplyComment로 업데이트.
UpdateTeamRequest - Record Class in inha.git.team.api.controller.dto.request
 
UpdateTeamRequest(String, Integer) - Constructor for record class inha.git.team.api.controller.dto.request.UpdateTeamRequest
Creates an instance of a UpdateTeamRequest record class.
updateTeamRequestToTeam(UpdateTeamRequest, Team) - Method in interface inha.git.team.api.mapper.TeamMapper
UpdateTeamRequest를 Team 엔티티로 변환.
updateTimestamp() - Method in class inha.git.user.domain.UserRanking
 
user() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemResponse
Returns the value of the user record component.
user() - Method in record class inha.git.problem.api.controller.dto.response.SearchRequestProblemsResponse
Returns the value of the user record component.
user() - Method in record class inha.git.project.api.controller.dto.response.PatentResponses
Returns the value of the user record component.
user() - Method in record class inha.git.project.api.controller.dto.response.ProjectStarResponses
Returns the value of the user record component.
user() - Method in record class inha.git.project.api.controller.dto.response.SearchPatentResponse
Returns the value of the user record component.
user() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectStarResponses
Returns the value of the user record component.
User - Class in inha.git.user.domain
User 엔티티는 애플리케이션의 사용자 정보를 나타냄.
User() - Constructor for class inha.git.user.domain.User
 
USER - Enum constant in enum class inha.git.statistics.domain.enums.StatisticsType
 
USER - Enum constant in enum class inha.git.user.domain.enums.Role
 
USER_BLOCK_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
USER_COUNT_STATISTICS_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
USER_DEPARTMENT_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
USER_DETAIL_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
USER_NOT_INVENTORY - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
USER_NOT_PROJECT_OWNER - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
USER_SEARCH_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
USER_STATISTICS_NOT_FOUND - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
USER_UNBLOCK_OK - Enum constant in enum class inha.git.common.code.status.SuccessStatus
 
UserBlockRequest - Record Class in inha.git.admin.api.controller.dto.request
 
UserBlockRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.UserBlockRequest
Creates an instance of a UserBlockRequest record class.
UserController - Class in inha.git.user.api.controller
사용자 관련 API를 처리하는 컨트롤러입니다.
UserController() - Constructor for class inha.git.user.api.controller.UserController
 
userCount() - Method in record class inha.git.statistics.api.controller.dto.data.StatisticsCounts
Returns the value of the userCount record component.
userCount() - Method in record class inha.git.statistics.api.controller.dto.response.ProblemStatisticsResponse
Returns the value of the userCount record component.
userCount() - Method in record class inha.git.statistics.api.controller.dto.response.QuestionStatisticsResponse
Returns the value of the userCount record component.
userCount() - Method in record class inha.git.statistics.api.controller.dto.response.TeamStatisticsResponse
Returns the value of the userCount record component.
UserDepartment - Class in inha.git.mapping.domain
UserDepartment 엔티티는 애플리케이션의 유저와 학과 매핑 정보를 나타냄.
UserDepartment(User, Department) - Constructor for class inha.git.mapping.domain.UserDepartment
 
UserDepartmentId - Class in inha.git.mapping.domain.id
UserDepartmentId UserDepartment 엔티티의 복합키를 나타냄.
UserDepartmentId() - Constructor for class inha.git.mapping.domain.id.UserDepartmentId
 
UserDepartmentJpaRepository - Interface in inha.git.mapping.domain.repository
UserDepartmentJpaRepository는 UserDepartment 엔티티에 대한 데이터 액세스 기능을 제공.
userDetailsService() - Method in class inha.git.common.config.AppConfig
 
userId() - Method in record class inha.git.auth.api.controller.dto.response.LoginResponse
Returns the value of the userId record component.
userId() - Method in record class inha.git.user.api.controller.dto.response.UserRankingResponse
Returns the value of the userId record component.
userIdx() - Method in record class inha.git.admin.api.controller.dto.request.AdminDemotionRequest
Returns the value of the userIdx record component.
userIdx() - Method in record class inha.git.admin.api.controller.dto.request.AdminPromotionRequest
Returns the value of the userIdx record component.
userIdx() - Method in record class inha.git.admin.api.controller.dto.request.AssistantDemotionRequest
Returns the value of the userIdx record component.
userIdx() - Method in record class inha.git.admin.api.controller.dto.request.AssistantPromotionRequest
Returns the value of the userIdx record component.
userIdx() - Method in record class inha.git.admin.api.controller.dto.request.CompanyAcceptRequest
Returns the value of the userIdx record component.
userIdx() - Method in record class inha.git.admin.api.controller.dto.request.CompanyCancelRequest
Returns the value of the userIdx record component.
userIdx() - Method in record class inha.git.admin.api.controller.dto.request.ProfessorAcceptRequest
Returns the value of the userIdx record component.
userIdx() - Method in record class inha.git.admin.api.controller.dto.request.ProfessorCancelRequest
Returns the value of the userIdx record component.
userIdx() - Method in record class inha.git.admin.api.controller.dto.request.UserBlockRequest
Returns the value of the userIdx record component.
userIdx() - Method in record class inha.git.admin.api.controller.dto.request.UserRankingScoreRequest
Returns the value of the userIdx record component.
userIdx() - Method in record class inha.git.admin.api.controller.dto.request.UserUnblockRequest
Returns the value of the userIdx record component.
userIdx() - Method in record class inha.git.admin.api.controller.dto.response.UserRankingScoreResponse
Returns the value of the userIdx record component.
userIdx() - Method in record class inha.git.team.api.controller.dto.request.ApproveRequestTeamRequest
Returns the value of the userIdx record component.
UserJpaRepository - Interface in inha.git.user.domain.repository
UserJpaRepository는 User 엔티티에 대한 데이터 액세스 기능을 제공.
UserMapper - Interface in inha.git.user.api.mapper
UserMapper는 User 엔티티와 관련된 데이터 변환 기능을 제공.
userNumber() - Method in record class inha.git.auth.api.controller.dto.request.FindEmailRequest
Returns the value of the userNumber record component.
userNumber() - Method in record class inha.git.problem.api.controller.dto.request.CreateProblemParticipantRequest
Returns the value of the userNumber record component.
userNumber() - Method in record class inha.git.problem.api.controller.dto.request.UpdateProblemParticipantRequest
Returns the value of the userNumber record component.
userNumber() - Method in record class inha.git.problem.api.controller.dto.response.ProblemParticipantResponse
Returns the value of the userNumber record component.
userNumber() - Method in record class inha.git.project.api.controller.dto.request.CreatePatentInventorRequest
Returns the value of the userNumber record component.
userNumber() - Method in record class inha.git.project.api.controller.dto.request.CreateProjectTeamMemberRequest
Returns the value of the userNumber record component.
userNumber() - Method in record class inha.git.project.api.controller.dto.request.UpdatePatentInventorRequest
Returns the value of the userNumber record component.
userNumber() - Method in record class inha.git.project.api.controller.dto.request.UpdateProjectTeamMemberRequest
Returns the value of the userNumber record component.
userNumber() - Method in record class inha.git.project.api.controller.dto.response.SearchInventorResponse
Returns the value of the userNumber record component.
userNumber() - Method in record class inha.git.project.api.controller.dto.response.SearchTeamMemberResponse
Returns the value of the userNumber record component.
userNumber() - Method in record class inha.git.user.api.controller.dto.request.ProfessorSignupRequest
Returns the value of the userNumber record component.
userNumber() - Method in record class inha.git.user.api.controller.dto.request.StudentSignupRequest
Returns the value of the userNumber record component.
userNumber() - Method in record class inha.git.user.api.controller.dto.response.SearchNonCompanyUserResponse
Returns the value of the userNumber record component.
UserNumberUnique - Annotation Interface in inha.git.common.validation.annotation
 
UserNumberUniqueValidator - Class in inha.git.common.validation.validator
학번/사번 중복 검증을 위한 Validator.
UserNumberUniqueValidator() - Constructor for class inha.git.common.validation.validator.UserNumberUniqueValidator
 
UserNumberValidator - Class in inha.git.common.validation.validator
사용자 번호 유효성 검증을 위한 Validator.
UserNumberValidator() - Constructor for class inha.git.common.validation.validator.UserNumberValidator
 
UserRanking - Class in inha.git.user.domain
Company 엔티티는 애플리케이션의 기업 증명 정보를 나타냄.
UserRanking() - Constructor for class inha.git.user.domain.UserRanking
 
UserRankingController - Class in inha.git.user.api.controller
사용자 랭킹 관련 API를 처리하는 컨트롤러입니다.
UserRankingController() - Constructor for class inha.git.user.api.controller.UserRankingController
 
UserRankingJpaRepository - Interface in inha.git.user.domain.repository
UserRankingJpaRepository는 User Ranking 엔티티에 대한 데이터 액세스 기능을 제공.
UserRankingResponse - Record Class in inha.git.user.api.controller.dto.response
 
UserRankingResponse(Integer, String, String, Integer) - Constructor for record class inha.git.user.api.controller.dto.response.UserRankingResponse
Creates an instance of a UserRankingResponse record class.
UserRankingScoreRequest - Record Class in inha.git.admin.api.controller.dto.request
 
UserRankingScoreRequest(Integer, Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.UserRankingScoreRequest
Creates an instance of a UserRankingScoreRequest record class.
UserRankingScoreResponse - Record Class in inha.git.admin.api.controller.dto.response
 
UserRankingScoreResponse(Integer) - Constructor for record class inha.git.admin.api.controller.dto.response.UserRankingScoreResponse
Creates an instance of a UserRankingScoreResponse record class.
UserRankingService - Interface in inha.git.user.api.service
 
UserRankingServiceImpl - Class in inha.git.user.api.service
 
UserRankingServiceImpl() - Constructor for class inha.git.user.api.service.UserRankingServiceImpl
 
UserResponse - Record Class in inha.git.user.api.controller.dto.response
 
UserResponse(Integer) - Constructor for record class inha.git.user.api.controller.dto.response.UserResponse
Creates an instance of a UserResponse record class.
USERS_EMPTY_EMAIL - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 
UserService - Interface in inha.git.user.api.service
 
UserServiceImpl - Class in inha.git.user.api.service
 
UserServiceImpl() - Constructor for class inha.git.user.api.service.UserServiceImpl
 
userToCompanySignupResponse(User) - Method in interface inha.git.user.api.mapper.UserMapper
User 엔티티를 CompanySignupResponse로 변환하는 메서드 정의
userToFindEmailResponse(User) - Method in interface inha.git.auth.api.mapper.AuthMapper
User 엔티티를 FindEmailResponse로 변환
userToLoginResponse(User, String) - Method in interface inha.git.auth.api.mapper.AuthMapper
User 엔티티를 LoginResponse로 변환
userToProfessorSignupResponse(User) - Method in interface inha.git.user.api.mapper.UserMapper
User 엔티티를 ProfessorSignupResponse로 변환하는 메서드 정의
userToSearchNoticeUserResponse(User) - Method in interface inha.git.notice.api.mapper.NoticeMapper
User를 SearchNoticeUserResponse로 변환
userToSearchUserResponse(User) - Method in interface inha.git.bug_report.api.mapper.BugReportMapper
userToSearchUserResponse는 User를 SearchUserResponse로 변환하는 메소드.
userToSearchUserResponse(User) - Method in interface inha.git.project.api.mapper.ProjectMapper
User 엔티티를 SearchUserResponse로 변환
userToSearchUserResponse(User) - Method in interface inha.git.question.api.mapper.QuestionMapper
User 엔티티를 SearchUserResponse로 변환
userToSearchUserResponse(User) - Method in interface inha.git.team.api.mapper.TeamMapper
사용자를 SearchUserResponse으로 변환.
userToStudentSignupResponse(User) - Method in interface inha.git.user.api.mapper.UserMapper
User 엔티티를 StudentSignupResponse로 변환하는 메서드 정의
userToTeamSearchUserResponse(User) - Method in interface inha.git.team.api.mapper.TeamMapper
 
userToUserResponse(User) - Method in interface inha.git.auth.api.mapper.AuthMapper
User 엔티티를 UserResponse로 변환
UserUnblockRequest - Record Class in inha.git.admin.api.controller.dto.request
 
UserUnblockRequest(Integer) - Constructor for record class inha.git.admin.api.controller.dto.request.UserUnblockRequest
Creates an instance of a UserUnblockRequest record class.
UTILITY_CLASS - Enum constant in enum class inha.git.common.code.status.ErrorStatus
 

V

validateAndProcessZipFile(MultipartFile) - Static method in class inha.git.utils.file.ValidFile
zip 파일 유효성 검사 및 처리
validateEmailDomain(String, int) - Method in interface inha.git.user.api.service.EmailDomainService
 
validateEmailDomain(String, int) - Method in class inha.git.user.api.service.EmailDomainServiceImpl
이메일 도메인 유효성 검사
validateImagePdfZipFile(MultipartFile) - Static method in class inha.git.utils.file.ValidFile
 
validatePage(Integer) - Static method in class inha.git.utils.PagingUtils
페이지 번호의 유효성을 검증합니다.
validatePage(Integer, Integer) - Static method in class inha.git.utils.PagingUtils
페이지 번호와 크기의 유효성을 검증합니다.
validation(ConstraintViolationException, WebRequest) - Method in class inha.git.common.exceptions.ExceptionAdvice
 
ValidCollegeName - Annotation Interface in inha.git.common.validation.annotation
단과대 이름이 한글로 되어 있고 "대학"으로 끝나는지 검증하기 위한 애노테이션.
ValidDepartmentName - Annotation Interface in inha.git.common.validation.annotation
학과 이름이 한글로 되어 있고 "학과"로 끝나는지 검증하기 위한 애노테이션.
ValidEmail - Annotation Interface in inha.git.common.validation.annotation
이메일 주소 유효성 검증을 위한 애노테이션.
ValidFile - Class in inha.git.utils.file
ValidFile 클래스는 파일 유효성 검사 기능을 제공하는 클래스
ValidFile() - Constructor for class inha.git.utils.file.ValidFile
 
ValidInhaEmail - Annotation Interface in inha.git.common.validation.annotation
 
ValidInhaEmailValidator - Class in inha.git.common.validation.validator
 
ValidInhaEmailValidator() - Constructor for class inha.git.common.validation.validator.ValidInhaEmailValidator
 
ValidName - Annotation Interface in inha.git.common.validation.annotation
이름 유효성 검증을 위한 애노테이션.
ValidNumber - Annotation Interface in inha.git.common.validation.annotation
숫자 유효성 검증을 위한 애노테이션.
ValidParameter - Annotation Interface in inha.git.common.validation.annotation
ValidParameter 파라미터 유효성 검사 어노테이션
ValidPassword - Annotation Interface in inha.git.common.validation.annotation
비밀번호 유효성 검증을 위한 애노테이션.
ValidRepoName - Annotation Interface in inha.git.common.validation.annotation
저장소 이름 유효성 검증을 위한 애노테이션.
ValidSemesterName - Annotation Interface in inha.git.common.validation.annotation
학기 이름이 유효한지 검사하는 Annotation
ValidSemesterNameValidator - Class in inha.git.common.validation.validator
학기 이름이 유효한지 검사하는 Validator
ValidSemesterNameValidator() - Constructor for class inha.git.common.validation.validator.ValidSemesterNameValidator
 
ValidShare - Annotation Interface in inha.git.common.validation.annotation
ShareValidator는 지분이 유효한지 검증하는 어노테이션입니다.
ValidTeamName - Annotation Interface in inha.git.common.validation.annotation
팀 이름 유효성 검증을 위한 애노테이션.
ValidUserNumber - Annotation Interface in inha.git.common.validation.annotation
유저번호 유효성 검증을 위한 애노테이션.
valueOf(String) - Static method in enum class inha.git.bug_report.domain.enums.BugStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class inha.git.common.BaseEntity.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class inha.git.common.code.status.ErrorStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class inha.git.common.code.status.SuccessStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class inha.git.problem.domain.enums.Grade
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class inha.git.problem.domain.enums.ProblemRequestStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class inha.git.problem.domain.enums.ProblemStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class inha.git.project.domain.enums.PatentType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class inha.git.search.domain.enums.TableType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class inha.git.statistics.domain.enums.ExcelType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class inha.git.statistics.domain.enums.StatisticsType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class inha.git.user.domain.enums.Permission
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class inha.git.user.domain.enums.Role
Returns the enum constant of this class with the specified name.
values() - Static method in enum class inha.git.bug_report.domain.enums.BugStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class inha.git.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.git.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.git.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.git.problem.domain.enums.Grade
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class inha.git.problem.domain.enums.ProblemRequestStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class inha.git.problem.domain.enums.ProblemStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class inha.git.project.domain.enums.PatentType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class inha.git.search.domain.enums.TableType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class inha.git.statistics.domain.enums.ExcelType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class inha.git.statistics.domain.enums.StatisticsType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class inha.git.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.git.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.git.common.config
 
WebConfig() - Constructor for class inha.git.common.config.WebConfig
 
writeData(Sheet, List<?>) - Method in class inha.git.statistics.api.service.AbstractExcelService
 
writeData(Sheet, List<?>) - Method in class inha.git.statistics.api.service.PatentExcelService
 
writeData(Sheet, List<?>) - Method in class inha.git.statistics.api.service.ProjectExcelService
 
writeData(Sheet, List<?>) - Method in class inha.git.statistics.api.service.QuestionExcelService
 
writeToResponse(Workbook, HttpServletResponse) - Method in class inha.git.statistics.api.service.AbstractExcelService
 

Z

ZIP - Static variable in class inha.git.common.Constant
 
zipFilePath() - Method in record class inha.git.project.api.controller.dto.response.SearchProjectResponse
Returns the value of the zipFilePath record component.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form