Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ACTIVE - Enum constant in enum class com.planetrush.planetrush.member.domain.Status
- addCorsMappings(CorsRegistry) - Method in class com.planetrush.planetrush.core.config.web.WebConfig
- addExceptionInfo(Exception) - Method in class com.planetrush.planetrush.core.mattermost.dto.MattermostMsgDto.Attachment
- addExceptionInfo(Exception, String) - Method in class com.planetrush.planetrush.core.mattermost.dto.MattermostMsgDto.Attachment
- addExceptionInfo(Exception, String, String) - Method in class com.planetrush.planetrush.core.mattermost.dto.MattermostMsgDto.Attachment
- addInterceptors(InterceptorRegistry) - Method in class com.planetrush.planetrush.core.config.web.WebConfig
- addParticipant() - Method in class com.planetrush.planetrush.planet.domain.Planet
-
현재 행성의 참가자 수를 1 증가시킵니다.
- addProps(Exception) - Method in class com.planetrush.planetrush.core.mattermost.dto.MattermostMsgDto.Attachments
- allApi() - Method in class com.planetrush.planetrush.core.config.swagger.SwaggerConfig
- AllAvgDto - Class in com.planetrush.planetrush.member.service.dto
- AllAvgDto() - Constructor for class com.planetrush.planetrush.member.service.dto.AllAvgDto
- ALREADY_EXIST_RESIDENT - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- ALREADY_VERIFIED - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- AlreadyVerifiedException - Exception in com.planetrush.planetrush.verification.exception
- AlreadyVerifiedException() - Constructor for exception com.planetrush.planetrush.verification.exception.AlreadyVerifiedException
- AlreadyVerifiedException(String) - Constructor for exception com.planetrush.planetrush.verification.exception.AlreadyVerifiedException
- AlreadyVerifiedException(String, Throwable) - Constructor for exception com.planetrush.planetrush.verification.exception.AlreadyVerifiedException
- AlreadyVerifiedException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.verification.exception.AlreadyVerifiedException
- AlreadyVerifiedException(Throwable) - Constructor for exception com.planetrush.planetrush.verification.exception.AlreadyVerifiedException
- AlreadyWithdrawnException - Exception in com.planetrush.planetrush.member.exception
- AlreadyWithdrawnException() - Constructor for exception com.planetrush.planetrush.member.exception.AlreadyWithdrawnException
- AlreadyWithdrawnException(String) - Constructor for exception com.planetrush.planetrush.member.exception.AlreadyWithdrawnException
- AlreadyWithdrawnException(String, Throwable) - Constructor for exception com.planetrush.planetrush.member.exception.AlreadyWithdrawnException
- AlreadyWithdrawnException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.member.exception.AlreadyWithdrawnException
- AlreadyWithdrawnException(Throwable) - Constructor for exception com.planetrush.planetrush.member.exception.AlreadyWithdrawnException
- AmazonS3() - Method in class com.planetrush.planetrush.core.config.s3.S3Config
- api() - Method in class com.planetrush.planetrush.core.config.swagger.SwaggerConfig
- AppConfig - Class in com.planetrush.planetrush.core.config.app
- AppConfig() - Constructor for class com.planetrush.planetrush.core.config.app.AppConfig
- Attachment() - Constructor for class com.planetrush.planetrush.core.mattermost.dto.MattermostMsgDto.Attachment
- Attachments() - Constructor for class com.planetrush.planetrush.core.mattermost.dto.MattermostMsgDto.Attachments
- Attachments(MattermostMsgDto.Attachment) - Constructor for class com.planetrush.planetrush.core.mattermost.dto.MattermostMsgDto.Attachments
- Attachments(List<MattermostMsgDto.Attachment>) - Constructor for class com.planetrush.planetrush.core.mattermost.dto.MattermostMsgDto.Attachments
- AuthController - Class in com.planetrush.planetrush.member.controller
- AuthController() - Constructor for class com.planetrush.planetrush.member.controller.AuthController
- AuthExceptionHandler - Class in com.planetrush.planetrush.core.exception.handler
- AuthExceptionHandler() - Constructor for class com.planetrush.planetrush.core.exception.handler.AuthExceptionHandler
- AuthService - Interface in com.planetrush.planetrush.member.service
- AuthServiceImpl - Class in com.planetrush.planetrush.member.service
- AuthServiceImpl() - Constructor for class com.planetrush.planetrush.member.service.AuthServiceImpl
- AZURE_SKY - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
B
- banMemberFromPlanet(Member, Planet) - Method in class com.planetrush.planetrush.planet.repository.custom.ResidentRepositoryCustom
-
챌린지가 진행중인 행성의 참가자 중, 마지막 인증이 3일 전인 경우 해당 회원은 제거됩니다.
- BaseResponse<T> - Class in com.planetrush.planetrush.core.template.response
- BEAUTY - Enum constant in enum class com.planetrush.planetrush.planet.domain.Category
- before(ProceedingJoinPoint, RequireJwtToken) - Method in class com.planetrush.planetrush.core.aop.member.ExtractMemberIdAspect
-
RequireJwtToken
어노테이션이 적용된 메서드가 호출되기 전에 실행됩니다. - BLUE_SEA - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- BLUE_SKY - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- BRAVE_LION - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
C
- cacheManager(RedisConnectionFactory) - Method in class com.planetrush.planetrush.core.config.redis.RedisCacheConfig
- calcElapsedPeriod() - Method in class com.planetrush.planetrush.planet.domain.Planet
-
행성이 시작된 후로 경과된 날짜를 계산합니다.
- calcTotalVerificationCnt() - Method in class com.planetrush.planetrush.planet.domain.Planet
-
두 날짜 사이의 일 수를 계산합니다.
- CALM_RIVER - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- Category - Enum Class in com.planetrush.planetrush.planet.domain
- CategoryPerDto - Class in com.planetrush.planetrush.member.service.dto
- CategoryPerDto() - Constructor for class com.planetrush.planetrush.member.service.dto.CategoryPerDto
- ChallengeHistory - Class in com.planetrush.planetrush.member.domain
- ChallengeHistory(Member, String, String, String, Category, Double, ChallengeResult) - Constructor for class com.planetrush.planetrush.member.domain.ChallengeHistory
- ChallengeHistoryRepository - Interface in com.planetrush.planetrush.member.repository
- ChallengeHistoryRepositoryCustom - Class in com.planetrush.planetrush.member.repository.custom
- ChallengeHistoryRepositoryCustom() - Constructor for class com.planetrush.planetrush.member.repository.custom.ChallengeHistoryRepositoryCustom
- ChallengeResult - Enum Class in com.planetrush.planetrush.member.domain
- clear() - Static method in class com.planetrush.planetrush.core.aop.member.MemberContext
-
현재 스레드의 memberId 값을 제거합니다.
- COLD_ICE - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- CollectionSearchCond - Class in com.planetrush.planetrush.member.service.dto
- CollectionSearchCond() - Constructor for class com.planetrush.planetrush.member.service.dto.CollectionSearchCond
- com.planetrush.planetrush - package com.planetrush.planetrush
- com.planetrush.planetrush.core.aop.annotation - package com.planetrush.planetrush.core.aop.annotation
- com.planetrush.planetrush.core.aop.member - package com.planetrush.planetrush.core.aop.member
- com.planetrush.planetrush.core.config.app - package com.planetrush.planetrush.core.config.app
- com.planetrush.planetrush.core.config.querydsl - package com.planetrush.planetrush.core.config.querydsl
- com.planetrush.planetrush.core.config.redis - package com.planetrush.planetrush.core.config.redis
- com.planetrush.planetrush.core.config.s3 - package com.planetrush.planetrush.core.config.s3
- com.planetrush.planetrush.core.config.swagger - package com.planetrush.planetrush.core.config.swagger
- com.planetrush.planetrush.core.config.web - package com.planetrush.planetrush.core.config.web
- com.planetrush.planetrush.core.exception.handler - package com.planetrush.planetrush.core.exception.handler
- com.planetrush.planetrush.core.interceptor - package com.planetrush.planetrush.core.interceptor
- com.planetrush.planetrush.core.jwt - package com.planetrush.planetrush.core.jwt
- com.planetrush.planetrush.core.jwt.dto - package com.planetrush.planetrush.core.jwt.dto
- com.planetrush.planetrush.core.jwt.exception - package com.planetrush.planetrush.core.jwt.exception
- com.planetrush.planetrush.core.mattermost - package com.planetrush.planetrush.core.mattermost
- com.planetrush.planetrush.core.mattermost.dto - package com.planetrush.planetrush.core.mattermost.dto
- com.planetrush.planetrush.core.template.response - package com.planetrush.planetrush.core.template.response
- com.planetrush.planetrush.infra.flask.exception - package com.planetrush.planetrush.infra.flask.exception
- com.planetrush.planetrush.infra.flask.res - package com.planetrush.planetrush.infra.flask.res
- com.planetrush.planetrush.infra.flask.util - package com.planetrush.planetrush.infra.flask.util
- com.planetrush.planetrush.infra.oauth.dto - package com.planetrush.planetrush.infra.oauth.dto
- com.planetrush.planetrush.infra.oauth.util - package com.planetrush.planetrush.infra.oauth.util
- com.planetrush.planetrush.infra.s3 - package com.planetrush.planetrush.infra.s3
- com.planetrush.planetrush.infra.s3.dto - package com.planetrush.planetrush.infra.s3.dto
- com.planetrush.planetrush.infra.s3.exception - package com.planetrush.planetrush.infra.s3.exception
- com.planetrush.planetrush.member.controller - package com.planetrush.planetrush.member.controller
- com.planetrush.planetrush.member.controller.request - package com.planetrush.planetrush.member.controller.request
- com.planetrush.planetrush.member.controller.response - package com.planetrush.planetrush.member.controller.response
- com.planetrush.planetrush.member.domain - package com.planetrush.planetrush.member.domain
- com.planetrush.planetrush.member.exception - package com.planetrush.planetrush.member.exception
- com.planetrush.planetrush.member.repository - package com.planetrush.planetrush.member.repository
- com.planetrush.planetrush.member.repository.custom - package com.planetrush.planetrush.member.repository.custom
- com.planetrush.planetrush.member.service - package com.planetrush.planetrush.member.service
- com.planetrush.planetrush.member.service.dto - package com.planetrush.planetrush.member.service.dto
- com.planetrush.planetrush.planet.controller - package com.planetrush.planetrush.planet.controller
- com.planetrush.planetrush.planet.controller.request - package com.planetrush.planetrush.planet.controller.request
- com.planetrush.planetrush.planet.controller.response - package com.planetrush.planetrush.planet.controller.response
- com.planetrush.planetrush.planet.domain - package com.planetrush.planetrush.planet.domain
- com.planetrush.planetrush.planet.domain.image - package com.planetrush.planetrush.planet.domain.image
- com.planetrush.planetrush.planet.exception - package com.planetrush.planetrush.planet.exception
- com.planetrush.planetrush.planet.facade - package com.planetrush.planetrush.planet.facade
- com.planetrush.planetrush.planet.facade.dto - package com.planetrush.planetrush.planet.facade.dto
- com.planetrush.planetrush.planet.repository - package com.planetrush.planetrush.planet.repository
- com.planetrush.planetrush.planet.repository.custom - package com.planetrush.planetrush.planet.repository.custom
- com.planetrush.planetrush.planet.service - package com.planetrush.planetrush.planet.service
- com.planetrush.planetrush.planet.service.dto - package com.planetrush.planetrush.planet.service.dto
- com.planetrush.planetrush.planet.service.vo - package com.planetrush.planetrush.planet.service.vo
- com.planetrush.planetrush.recommend.controller - package com.planetrush.planetrush.recommend.controller
- com.planetrush.planetrush.recommend.domain - package com.planetrush.planetrush.recommend.domain
- com.planetrush.planetrush.recommend.repository - package com.planetrush.planetrush.recommend.repository
- com.planetrush.planetrush.recommend.service - package com.planetrush.planetrush.recommend.service
- com.planetrush.planetrush.recommend.service.dto - package com.planetrush.planetrush.recommend.service.dto
- com.planetrush.planetrush.scheduler - package com.planetrush.planetrush.scheduler
- com.planetrush.planetrush.scheduler.log - package com.planetrush.planetrush.scheduler.log
- com.planetrush.planetrush.verification.controller - package com.planetrush.planetrush.verification.controller
- com.planetrush.planetrush.verification.domain - package com.planetrush.planetrush.verification.domain
- com.planetrush.planetrush.verification.exception - package com.planetrush.planetrush.verification.exception
- com.planetrush.planetrush.verification.facade - package com.planetrush.planetrush.verification.facade
- com.planetrush.planetrush.verification.facade.dto - package com.planetrush.planetrush.verification.facade.dto
- com.planetrush.planetrush.verification.repository - package com.planetrush.planetrush.verification.repository
- com.planetrush.planetrush.verification.repository.custom - package com.planetrush.planetrush.verification.repository.custom
- com.planetrush.planetrush.verification.service - package com.planetrush.planetrush.verification.service
- com.planetrush.planetrush.verification.service.dto - package com.planetrush.planetrush.verification.service.dto
- complete() - Method in class com.planetrush.planetrush.planet.domain.Planet
-
완료 상태로 변경합니다.
- COMPLETED - Enum constant in enum class com.planetrush.planetrush.planet.domain.PlanetStatus
- COOL_BREEZE - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- createToken(Long) - Method in class com.planetrush.planetrush.core.jwt.JwtTokenProvider
-
토큰을 생성합니다.
D
- DefaultPlanetImg - Class in com.planetrush.planetrush.planet.domain.image
-
기본 제공 행성 이미지 엔티티 클래스입니다.
- DefaultPlanetImg() - Constructor for class com.planetrush.planetrush.planet.domain.image.DefaultPlanetImg
- DefaultPlanetImgRepository - Interface in com.planetrush.planetrush.planet.repository
- deleteRefreshToken(String) - Method in class com.planetrush.planetrush.core.jwt.JwtTokenProvider
-
redis에서 키 값인 refreshToken을 사용해 토큰을 만료시킵니다.
- deleteResident(PlanetSubscriptionDto) - Method in interface com.planetrush.planetrush.planet.service.PlanetSubscriptionService
-
주어진 dto를 사용하여 입주 기록을 삭제합니다.
- deleteResident(PlanetSubscriptionDto) - Method in class com.planetrush.planetrush.planet.service.PlanetSubscriptionServiceImpl
-
주어진 dto를 사용하여 입주 기록을 삭제합니다.
- deleteResident(Long) - Method in class com.planetrush.planetrush.planet.controller.PlanetSubscriptionController
-
행성 입주 기록을 삭제합니다.
- destroy() - Method in class com.planetrush.planetrush.planet.domain.Planet
-
파괴 상태로 변경합니다.
- DESTROYED - Enum constant in enum class com.planetrush.planetrush.planet.domain.PlanetStatus
E
- equals(Object) - Method in class com.planetrush.planetrush.member.domain.Member
- ETC - Enum constant in enum class com.planetrush.planetrush.planet.domain.Category
- EXERCISE - Enum constant in enum class com.planetrush.planetrush.planet.domain.Category
- EXPIRED_JWT_EXCEPTION - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- expiredJwtException(ExpiredJwtException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.AuthExceptionHandler
- ExpiredJwtException - Exception in com.planetrush.planetrush.core.jwt.exception
- ExpiredJwtException() - Constructor for exception com.planetrush.planetrush.core.jwt.exception.ExpiredJwtException
- ExpiredJwtException(String) - Constructor for exception com.planetrush.planetrush.core.jwt.exception.ExpiredJwtException
- ExpiredJwtException(String, Throwable) - Constructor for exception com.planetrush.planetrush.core.jwt.exception.ExpiredJwtException
- ExpiredJwtException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.core.jwt.exception.ExpiredJwtException
- ExpiredJwtException(Throwable) - Constructor for exception com.planetrush.planetrush.core.jwt.exception.ExpiredJwtException
- ExtractMemberIdAspect - Class in com.planetrush.planetrush.core.aop.member
- ExtractMemberIdAspect() - Constructor for class com.planetrush.planetrush.core.aop.member.ExtractMemberIdAspect
F
- FAIL - Enum constant in enum class com.planetrush.planetrush.member.domain.ChallengeResult
- FAIL_TO_UPLOAD_FILE - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- failResult() - Method in class com.planetrush.planetrush.member.domain.ChallengeHistory
-
챌린지 결과를 실패로 저장합니다.
- FAST_CHEETAH - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- FILE_NOT_FOUND - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- FILE_SIZE_OVERFLOW - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- FileMetaInfo - Class in com.planetrush.planetrush.infra.s3.dto
- FileMetaInfo() - Constructor for class com.planetrush.planetrush.infra.s3.dto.FileMetaInfo
- findAllByMemberAndPlanet(Member, Planet) - Method in class com.planetrush.planetrush.verification.repository.custom.VerificationRecordRepositoryCustom
-
행성의 성공 인증 기록 중 제일 최신 데이터를 조회합니다.
- findAllStatusIsInProgressAndUnderReview() - Method in class com.planetrush.planetrush.planet.repository.custom.PlanetRepositoryCustom
-
상태가 IN_PROGRESS 또는 UNDER_REVIEW인 모든 planet을 조회합니다.
- findAllStatusIsUnderReview() - Method in class com.planetrush.planetrush.planet.repository.custom.PlanetRepositoryCustom
-
상태가 UNDER_REVIEW인 모든 planet을 조회합니다.
- findByCategory(Category) - Method in interface com.planetrush.planetrush.recommend.repository.PopularKeywordRepository
- findByEmailAndProviderAndStatus(String, Provider, Status) - Method in interface com.planetrush.planetrush.member.repository.MemberRepository
- findByIdForUpdate(Long) - Method in interface com.planetrush.planetrush.planet.repository.PlanetRepository
- findByMemberId(Long) - Method in interface com.planetrush.planetrush.member.repository.ChallengeHistoryRepository
- findByMemberIdAndPlanetId(long, long) - Method in interface com.planetrush.planetrush.planet.repository.ResidentRepository
- findByPlanetId(Long) - Method in interface com.planetrush.planetrush.planet.repository.ResidentRepository
- findLatestRecord(Member, Planet) - Method in class com.planetrush.planetrush.verification.repository.custom.VerificationRecordRepositoryCustom
-
행성의 성공 인증 기록 중 제일 최신 데이터를 조회합니다.
- findTodayRecord(Member, Planet) - Method in class com.planetrush.planetrush.verification.repository.custom.VerificationRecordRepositoryCustom
-
오늘 인증을 하였는지 여부를 조회합니다.
- findVerificationRecordsByMemberIdAndPlanetId(Member, Planet) - Method in class com.planetrush.planetrush.verification.repository.custom.VerificationRecordRepositoryCustom
-
인증 성공한 데이터를 불러옵니다.
- finish() - Method in class com.planetrush.planetrush.scheduler.log.JobLog
- FLASHING_LIGHTNING - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- FLASK_SERVER_NOT_CONNECTED - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- FlaskExceptionHandler - Class in com.planetrush.planetrush.core.exception.handler
- FlaskExceptionHandler() - Constructor for class com.planetrush.planetrush.core.exception.handler.FlaskExceptionHandler
- FlaskResponse<T> - Class in com.planetrush.planetrush.infra.flask.res
- FlaskResponse() - Constructor for class com.planetrush.planetrush.infra.flask.res.FlaskResponse
- FlaskResponseDto - Class in com.planetrush.planetrush.verification.service.dto
- FlaskResponseDto() - Constructor for class com.planetrush.planetrush.verification.service.dto.FlaskResponseDto
- FlaskServerNotConnectedException - Exception in com.planetrush.planetrush.infra.flask.exception
- FlaskServerNotConnectedException() - Constructor for exception com.planetrush.planetrush.infra.flask.exception.FlaskServerNotConnectedException
- FlaskServerNotConnectedException(String) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.FlaskServerNotConnectedException
- FlaskServerNotConnectedException(String, Throwable) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.FlaskServerNotConnectedException
- FlaskServerNotConnectedException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.FlaskServerNotConnectedException
- FlaskServerNotConnectedException(Throwable) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.FlaskServerNotConnectedException
- FlaskUtil - Class in com.planetrush.planetrush.infra.flask.util
- FlaskUtil() - Constructor for class com.planetrush.planetrush.infra.flask.util.FlaskUtil
- FRAGRANT_FLOWER - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- FREE_SPIRIT - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- FRESH_SPRING - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
G
- getAllImgUrls() - Method in interface com.planetrush.planetrush.planet.service.GetDefaultPlanetImgService
-
모든 기본 행성 이미지 URL을 조회합니다.
- getAllImgUrls() - Method in class com.planetrush.planetrush.planet.service.GetDefaultPlanetImgServiceImpl
-
모든 기본 행성 이미지 URL을 조회합니다.
- getAllPlanetImgs() - Method in class com.planetrush.planetrush.planet.controller.GetDefaultPlanetImgController
-
모든 기본 행성 이미지 URL을 불러옵니다.
- getAverageScoreByMember() - Method in class com.planetrush.planetrush.member.repository.custom.ChallengeHistoryRepositoryCustom
-
회원별 챌린지 진행률의 평균을 계산합니다.
- GetDefaultPlanetImgController - Class in com.planetrush.planetrush.planet.controller
- GetDefaultPlanetImgController() - Constructor for class com.planetrush.planetrush.planet.controller.GetDefaultPlanetImgController
- GetDefaultPlanetImgDto - Class in com.planetrush.planetrush.planet.service.dto
- GetDefaultPlanetImgDto() - Constructor for class com.planetrush.planetrush.planet.service.dto.GetDefaultPlanetImgDto
- GetDefaultPlanetImgService - Interface in com.planetrush.planetrush.planet.service
- GetDefaultPlanetImgServiceImpl - Class in com.planetrush.planetrush.planet.service
- GetDefaultPlanetImgServiceImpl() - Constructor for class com.planetrush.planetrush.planet.service.GetDefaultPlanetImgServiceImpl
- getFileExtension(String) - Method in interface com.planetrush.planetrush.infra.s3.S3ImageService
-
파일 확장자 추출
- getMainPlanetList() - Method in class com.planetrush.planetrush.planet.controller.GetPlanetController
-
현재 사용자의 메인페이지를 위한 참여 중이면서 종료되지 않은 행성 목록을 가져옵니다.
- getMainPlanetList(Member) - Method in class com.planetrush.planetrush.planet.repository.custom.PlanetRepositoryCustom
-
메인페이지를 위한 참여중이면서 진행 전, 진행 중인 행성을 반환합니다.
- getMainPlanetList(Long) - Method in interface com.planetrush.planetrush.planet.service.GetPlanetService
-
현재 사용자의 마이페이지를 위한 참여 중인 행성 목록을 조회합니다.
- getMainPlanetList(Long) - Method in class com.planetrush.planetrush.planet.service.GetPlanetServiceImpl
-
현재 사용자의 마이페이지를 위한 참여 중인 행성 목록을 조회합니다.
- GetMainPlanetListDto - Class in com.planetrush.planetrush.planet.service.dto
- GetMainPlanetListDto() - Constructor for class com.planetrush.planetrush.planet.service.dto.GetMainPlanetListDto
- GetMainPlanetListVo - Class in com.planetrush.planetrush.planet.service.vo
- GetMainPlanetListVo() - Constructor for class com.planetrush.planetrush.planet.service.vo.GetMainPlanetListVo
- getMemberId() - Static method in class com.planetrush.planetrush.core.aop.member.MemberContext
-
현재 스레드의 memberId를 반환합니다.
- getMemberId(String) - Method in class com.planetrush.planetrush.core.jwt.JwtTokenProvider
-
AccessToken으로 유저의 고유 id를 가져옵니다.
- getMemberIdFromRefreshToken(String) - Method in class com.planetrush.planetrush.core.jwt.JwtTokenProvider
-
주어진 리프레시 토큰을 키로 사용하여 redis에서 저장된 회원 ID를 검색해 반환합니다.
- getMyChallengeHistory(CollectionSearchCond) - Method in class com.planetrush.planetrush.member.repository.custom.ChallengeHistoryRepositoryCustom
-
회원별 챌린지 기록을 페이징 처리하여 조회합니다.
- GetMyCollectionController - Class in com.planetrush.planetrush.member.controller
- GetMyCollectionController() - Constructor for class com.planetrush.planetrush.member.controller.GetMyCollectionController
- GetMyCollectionRes - Class in com.planetrush.planetrush.member.controller.response
- GetMyCollectionRes() - Constructor for class com.planetrush.planetrush.member.controller.response.GetMyCollectionRes
- GetMyCollectionService - Interface in com.planetrush.planetrush.member.service
- GetMyCollectionServiceImpl - Class in com.planetrush.planetrush.member.service
- GetMyCollectionServiceImpl() - Constructor for class com.planetrush.planetrush.member.service.GetMyCollectionServiceImpl
- getMyPlanetList() - Method in class com.planetrush.planetrush.planet.controller.GetPlanetController
-
현재 사용자의 마이페이지를 위한 참여 중이면서 종료되지 않은 행성 목록을 가져옵니다.
- getMyPlanetList(Member) - Method in class com.planetrush.planetrush.planet.repository.custom.PlanetRepositoryCustom
-
마이페이지를 위한 참여중이면서 진행 전, 진행 중인 행성을 반환합니다.
- getMyPlanetList(Long) - Method in interface com.planetrush.planetrush.planet.service.GetPlanetService
-
현재 사용자의 마이페이지를 위한 참여 중인 행성 목록을 조회합니다.
- getMyPlanetList(Long) - Method in class com.planetrush.planetrush.planet.service.GetPlanetServiceImpl
-
현재 사용자의 마이페이지를 위한 참여 중인 행성 목록을 조회합니다.
- GetMyPlanetListDto - Class in com.planetrush.planetrush.planet.service.dto
- GetMyPlanetListDto() - Constructor for class com.planetrush.planetrush.planet.service.dto.GetMyPlanetListDto
- getMyProgressAvg() - Method in class com.planetrush.planetrush.member.controller.GetMyProgressAvgController
-
마이페이지를 위한 사용자의 통계 정보를 가져옵니다.
- getMyProgressAvg(Long) - Method in class com.planetrush.planetrush.infra.flask.util.FlaskUtil
- GetMyProgressAvgController - Class in com.planetrush.planetrush.member.controller
- GetMyProgressAvgController() - Constructor for class com.planetrush.planetrush.member.controller.GetMyProgressAvgController
- GetMyProgressAvgDto - Class in com.planetrush.planetrush.member.service.dto
- GetMyProgressAvgDto() - Constructor for class com.planetrush.planetrush.member.service.dto.GetMyProgressAvgDto
- getMyProgressAvgPer(Long) - Method in interface com.planetrush.planetrush.member.service.GetMyProgressAvgService
-
마이페이지를 위한 현재 사용자와 전체 사용자의 통계 정보를 가져옵니다.
- getMyProgressAvgPer(Long) - Method in class com.planetrush.planetrush.member.service.GetMyProgressAvgServiceImpl
-
마이페이지를 위한 현재 사용자와 전체 사용자의 통계 정보를 가져옵니다.
- GetMyProgressAvgService - Interface in com.planetrush.planetrush.member.service
- GetMyProgressAvgServiceImpl - Class in com.planetrush.planetrush.member.service
- GetMyProgressAvgServiceImpl() - Constructor for class com.planetrush.planetrush.member.service.GetMyProgressAvgServiceImpl
- getOngoingPlanet(Long, Long) - Method in interface com.planetrush.planetrush.planet.service.GetPlanetService
-
현재 진행 중인 행성의 상세 정보를 조회합니다.
- getOngoingPlanet(Long, Long) - Method in class com.planetrush.planetrush.planet.service.GetPlanetServiceImpl
-
현재 진행 중인 행성의 상세 정보를 조회합니다.
- getOngoingPlanetDto(Long) - Method in class com.planetrush.planetrush.planet.controller.GetPlanetController
-
현재 진행 중인 행성을 상세 조회합니다.
- getPlanetCollections(CollectionSearchCond) - Method in interface com.planetrush.planetrush.member.service.GetMyCollectionService
-
주어진 memberId를 사용하여 완료한 행성의 기록을 검색합니다.
- getPlanetCollections(CollectionSearchCond) - Method in class com.planetrush.planetrush.member.service.GetMyCollectionServiceImpl
-
주어진 memberId를 사용하여 완료한 행성의 기록을 검색합니다.
- getPlanetCollections(Long, int) - Method in class com.planetrush.planetrush.member.controller.GetMyCollectionController
-
사용자의 완료한 행성 컬렉션을 가져옵니다.
- GetPlanetController - Class in com.planetrush.planetrush.planet.controller
- GetPlanetController() - Constructor for class com.planetrush.planetrush.planet.controller.GetPlanetController
- getPlanetDetail(Long) - Method in class com.planetrush.planetrush.planet.controller.GetPlanetController
-
시작 전인 행성을 상세 조회합니다.
- getPlanetDetail(Long, Long) - Method in interface com.planetrush.planetrush.planet.service.GetPlanetService
-
행성 상세정보를 조회합니다.
- getPlanetDetail(Long, Long) - Method in class com.planetrush.planetrush.planet.service.GetPlanetServiceImpl
-
행성 상세정보를 조회합니다.
- GetPlanetService - Interface in com.planetrush.planetrush.planet.service
- GetPlanetServiceImpl - Class in com.planetrush.planetrush.planet.service
- GetPlanetServiceImpl() - Constructor for class com.planetrush.planetrush.planet.service.GetPlanetServiceImpl
- GetPopularKeywordController - Class in com.planetrush.planetrush.recommend.controller
- GetPopularKeywordController() - Constructor for class com.planetrush.planetrush.recommend.controller.GetPopularKeywordController
- GetPopularKeywordDto - Class in com.planetrush.planetrush.recommend.service.dto
- GetPopularKeywordDto() - Constructor for class com.planetrush.planetrush.recommend.service.dto.GetPopularKeywordDto
- getPopularKeywords(String) - Method in class com.planetrush.planetrush.recommend.controller.GetPopularKeywordController
-
카테고리별 키워드를 가져옵니다.
- getPopularKeywords(String) - Method in interface com.planetrush.planetrush.recommend.service.GetPopularKeywordService
-
카테고리별 추천 키워드를 조회합니다.
- getPopularKeywords(String) - Method in class com.planetrush.planetrush.recommend.service.GetPopularKeywordServiceImpl
-
카테고리별 추천 키워드를 조회합니다.
- GetPopularKeywordService - Interface in com.planetrush.planetrush.recommend.service
- GetPopularKeywordServiceImpl - Class in com.planetrush.planetrush.recommend.service
- GetPopularKeywordServiceImpl() - Constructor for class com.planetrush.planetrush.recommend.service.GetPopularKeywordServiceImpl
- getRandomKoreanNickname() - Static method in enum class com.planetrush.planetrush.member.domain.Nickname
- getRandomNickname() - Static method in enum class com.planetrush.planetrush.member.domain.Nickname
- getReadyAndInProgressResidents(Member) - Method in class com.planetrush.planetrush.planet.repository.custom.ResidentRepositoryCustom
-
현재 준비 상태 또는 진행 중인 상태에 참여 중인 행성의 수를 확인합니다.
- getResidentsNotBanned(Planet) - Method in class com.planetrush.planetrush.planet.repository.custom.ResidentRepositoryCustom
-
현재 참여중이며 퇴출 당하지 않은 기록을 확인합니다.
- getStandardImgUrlByPlanetId(Long) - Method in interface com.planetrush.planetrush.verification.service.VerificationService
-
행성의 고유 id로 행성의 인증 기준 이미지 url을 가져옵니다.
- getStandardImgUrlByPlanetId(Long) - Method in class com.planetrush.planetrush.verification.service.VerificationServiceImpl
-
행성의 고유 id로 행성의 인증 기준 이미지 url을 가져옵니다.
- getTodayRecord(Long, Long) - Method in interface com.planetrush.planetrush.verification.service.GetTodayRecordService
-
오늘 유저가 행성에 대한 인증 여부를 반환합니다.
- getTodayRecord(Long, Long) - Method in class com.planetrush.planetrush.verification.service.GetTodayRecordServiceImpl
-
오늘 유저가 행성에 대한 인증 여부를 반환합니다.
- GetTodayRecordService - Interface in com.planetrush.planetrush.verification.service
- GetTodayRecordServiceImpl - Class in com.planetrush.planetrush.verification.service
- GetTodayRecordServiceImpl() - Constructor for class com.planetrush.planetrush.verification.service.GetTodayRecordServiceImpl
- getUserInfo(String) - Method in class com.planetrush.planetrush.infra.oauth.util.KakaoUtil
-
카카오에서 유저 정보를 불러옵니다.
- GREEN_TREE - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
H
- handleFlaskServerNotConnectedException(FlaskServerNotConnectedException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.FlaskExceptionHandler
- handleImageSimilarityCheckErrorException(ImageSimilarityCheckErrorException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.FlaskExceptionHandler
- handleInvalidImageUrlCountException(InvalidImageUrlCountException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.FlaskExceptionHandler
- handleInvalidStartDateException(InvalidStartDateException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.PlanetExceptionHandler
- handleMemberNotFoundException(MemberNotFoundException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.MemberExceptionHandler
- handlePlanetDestroyedException(PlanetDestroyedException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.PlanetExceptionHandler
- handlePlanetNotFoundException(PlanetNotFoundException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.PlanetExceptionHandler
- handlePlanetNotFoundException(AlreadyVerifiedException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.VerificationExceptionHandler
- handleProgressAvgNotFoundException(ProgressAvgNotFoundException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.FlaskExceptionHandler
- handleResidentAlreadyExistsException(ResidentAlreadyExistsException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.ResidentExceptionHandler
- handleResidentExitTimeoutException(ResidentExitTimeoutException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.ResidentExceptionHandler
- handleResidentLimitExceededException(NegativeParticipantCountException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.PlanetExceptionHandler
- handleResidentNotFoundException(ResidentNotFoundException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.ResidentExceptionHandler
- handleResidentOverflowException(ResidentOverflowException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.ResidentExceptionHandler
- handleResidentTimeoutException(RegisterResidentTimeoutException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.ResidentExceptionHandler
- handleS3ExceptionException(S3Exception, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.S3imageExceptionHandler
- HAPPY_FOX - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- HAPPY_TREE - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- hashCode() - Method in class com.planetrush.planetrush.member.domain.Member
I
- illegalArgumentException(IllegalArgumentException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.AuthExceptionHandler
- IMAGE_SIMILARITY_CHECK_ERROR - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- ImageSimilarityCheckErrorException - Exception in com.planetrush.planetrush.infra.flask.exception
- ImageSimilarityCheckErrorException() - Constructor for exception com.planetrush.planetrush.infra.flask.exception.ImageSimilarityCheckErrorException
- ImageSimilarityCheckErrorException(String) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.ImageSimilarityCheckErrorException
- ImageSimilarityCheckErrorException(String, Throwable) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.ImageSimilarityCheckErrorException
- ImageSimilarityCheckErrorException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.ImageSimilarityCheckErrorException
- ImageSimilarityCheckErrorException(Throwable) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.ImageSimilarityCheckErrorException
- IN_PROGRESS - Enum constant in enum class com.planetrush.planetrush.planet.domain.PlanetStatus
- INACTIVE - Enum constant in enum class com.planetrush.planetrush.member.domain.Status
- INVALID_IMAGE_URL_COUNT - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- INVALID_START_DATE - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- InvalidImageUrlCountException - Exception in com.planetrush.planetrush.infra.flask.exception
- InvalidImageUrlCountException() - Constructor for exception com.planetrush.planetrush.infra.flask.exception.InvalidImageUrlCountException
- InvalidImageUrlCountException(String) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.InvalidImageUrlCountException
- InvalidImageUrlCountException(String, Throwable) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.InvalidImageUrlCountException
- InvalidImageUrlCountException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.InvalidImageUrlCountException
- InvalidImageUrlCountException(Throwable) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.InvalidImageUrlCountException
- InvalidStartDateException - Exception in com.planetrush.planetrush.planet.exception
- InvalidStartDateException() - Constructor for exception com.planetrush.planetrush.planet.exception.InvalidStartDateException
- InvalidStartDateException(String) - Constructor for exception com.planetrush.planetrush.planet.exception.InvalidStartDateException
- InvalidStartDateException(String, Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.InvalidStartDateException
- InvalidStartDateException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.planet.exception.InvalidStartDateException
- InvalidStartDateException(Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.InvalidStartDateException
- isCreator(Member, Planet) - Static method in class com.planetrush.planetrush.planet.domain.Resident
-
행성 창조자의 거주 정보를 등록합니다.
- isDifferenceGreaterThanFourDays() - Method in class com.planetrush.planetrush.verification.domain.VerificationRecord
- isNotCreator(Member, Planet) - Static method in class com.planetrush.planetrush.planet.domain.Resident
-
행성 창조자가 아닌 사용자의 거주 정보를 등록합니다.
- isResidentOfPlanet(Member, Planet) - Method in class com.planetrush.planetrush.planet.repository.custom.ResidentRepositoryCustom
-
유저가 행성에 참여한 상태인지 확인합니다.
J
- JobLog - Class in com.planetrush.planetrush.scheduler.log
- JobLog(String) - Constructor for class com.planetrush.planetrush.scheduler.log.JobLog
- JobLogRepository - Interface in com.planetrush.planetrush.scheduler.log
- jpaQueryFactory() - Method in class com.planetrush.planetrush.core.config.querydsl.QueryDslConfig
- JwtInterceptor - Class in com.planetrush.planetrush.core.interceptor
- JwtInterceptor() - Constructor for class com.planetrush.planetrush.core.interceptor.JwtInterceptor
- JwtToken - Class in com.planetrush.planetrush.core.jwt.dto
- JwtToken() - Constructor for class com.planetrush.planetrush.core.jwt.dto.JwtToken
- JwtTokenProvider - Class in com.planetrush.planetrush.core.jwt
- JwtTokenProvider() - Constructor for class com.planetrush.planetrush.core.jwt.JwtTokenProvider
K
- KAKAO - Enum constant in enum class com.planetrush.planetrush.member.domain.Provider
- KAKAO - Enum constant in enum class com.planetrush.planetrush.member.service.dto.Provider
- KakaoAccount() - Constructor for class com.planetrush.planetrush.infra.oauth.dto.KakaoUserInfo.KakaoAccount
- kakaoLogin(KakaoLoginReq) - Method in class com.planetrush.planetrush.member.controller.AuthController
-
카카오 로그인을 진행합니다.
- kakaoLogin(String) - Method in interface com.planetrush.planetrush.member.service.AuthService
-
카카오 로그인을 진행합니다.
- kakaoLogin(String) - Method in class com.planetrush.planetrush.member.service.AuthServiceImpl
-
카카오 로그인을 진행합니다.
- KakaoLoginReq - Class in com.planetrush.planetrush.member.controller.request
- KakaoLoginReq() - Constructor for class com.planetrush.planetrush.member.controller.request.KakaoLoginReq
- kakaoLogout(KakaoLogoutReq) - Method in class com.planetrush.planetrush.member.controller.AuthController
-
카카오 로그아웃을 진행합니다.
- kakaoLogout(Long, String) - Method in interface com.planetrush.planetrush.member.service.AuthService
-
카카오 로그아웃을 진행합니다.
- kakaoLogout(Long, String) - Method in class com.planetrush.planetrush.member.service.AuthServiceImpl
-
카카오 로그아웃을 진행합니다.
- kakaoLogout(String) - Method in class com.planetrush.planetrush.infra.oauth.util.KakaoUtil
-
카카오에서 로그아웃을 진행합니다.
- KakaoLogoutReq - Class in com.planetrush.planetrush.member.controller.request
- KakaoLogoutReq() - Constructor for class com.planetrush.planetrush.member.controller.request.KakaoLogoutReq
- KakaoUserInfo - Class in com.planetrush.planetrush.infra.oauth.dto
- KakaoUserInfo() - Constructor for class com.planetrush.planetrush.infra.oauth.dto.KakaoUserInfo
- KakaoUserInfo.KakaoAccount - Class in com.planetrush.planetrush.infra.oauth.dto
- KakaoUtil - Class in com.planetrush.planetrush.infra.oauth.util
- KakaoUtil() - Constructor for class com.planetrush.planetrush.infra.oauth.util.KakaoUtil
L
- LIFE - Enum constant in enum class com.planetrush.planetrush.planet.domain.Category
- LITTLE_BIRD - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- LoginDto - Class in com.planetrush.planetrush.member.service.dto
- LoginDto() - Constructor for class com.planetrush.planetrush.member.service.dto.LoginDto
M
- main(String[]) - Static method in class com.planetrush.planetrush.PlanetrushApplication
- MattermostMsgDto - Class in com.planetrush.planetrush.core.mattermost.dto
- MattermostMsgDto() - Constructor for class com.planetrush.planetrush.core.mattermost.dto.MattermostMsgDto
- MattermostMsgDto.Attachment - Class in com.planetrush.planetrush.core.mattermost.dto
- MattermostMsgDto.Attachments - Class in com.planetrush.planetrush.core.mattermost.dto
- MattermostMsgDto.Props - Class in com.planetrush.planetrush.core.mattermost.dto
- MattermostProperties - Class in com.planetrush.planetrush.core.mattermost
- MattermostProperties() - Constructor for class com.planetrush.planetrush.core.mattermost.MattermostProperties
- MattermostSender - Class in com.planetrush.planetrush.core.mattermost
- MattermostSender() - Constructor for class com.planetrush.planetrush.core.mattermost.MattermostSender
- Member - Class in com.planetrush.planetrush.member.domain
-
사용자 정보를 나타내는 엔티티 클래스입니다.
- Member(String, String, String, Provider, Status) - Constructor for class com.planetrush.planetrush.member.domain.Member
-
주어진 속성들로 새로운 멤버 객체를 생성합니다.
- MEMBER_NOT_FOUND - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- memberApi() - Method in class com.planetrush.planetrush.core.config.swagger.SwaggerConfig
- MemberContext - Class in com.planetrush.planetrush.core.aop.member
- MemberContext() - Constructor for class com.planetrush.planetrush.core.aop.member.MemberContext
- MemberController - Class in com.planetrush.planetrush.member.controller
- MemberController() - Constructor for class com.planetrush.planetrush.member.controller.MemberController
- MemberExceptionHandler - Class in com.planetrush.planetrush.core.exception.handler
- MemberExceptionHandler() - Constructor for class com.planetrush.planetrush.core.exception.handler.MemberExceptionHandler
- MemberNotFoundException - Exception in com.planetrush.planetrush.member.exception
- MemberNotFoundException() - Constructor for exception com.planetrush.planetrush.member.exception.MemberNotFoundException
- MemberNotFoundException(String) - Constructor for exception com.planetrush.planetrush.member.exception.MemberNotFoundException
- MemberNotFoundException(String, Throwable) - Constructor for exception com.planetrush.planetrush.member.exception.MemberNotFoundException
- MemberNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.member.exception.MemberNotFoundException
- MemberNotFoundException(Throwable) - Constructor for exception com.planetrush.planetrush.member.exception.MemberNotFoundException
- MemberRepository - Interface in com.planetrush.planetrush.member.repository
- MILKY_WAY - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- MYSTERIOUS_FOREST - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
N
- NEGATIVE_PARTICIPANT_COUNT - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- NegativeParticipantCountException - Exception in com.planetrush.planetrush.planet.exception
- NegativeParticipantCountException() - Constructor for exception com.planetrush.planetrush.planet.exception.NegativeParticipantCountException
- NegativeParticipantCountException(String) - Constructor for exception com.planetrush.planetrush.planet.exception.NegativeParticipantCountException
- NegativeParticipantCountException(String, Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.NegativeParticipantCountException
- NegativeParticipantCountException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.planet.exception.NegativeParticipantCountException
- NegativeParticipantCountException(Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.NegativeParticipantCountException
- Nickname - Enum Class in com.planetrush.planetrush.member.domain
- NicknameOverflowException - Exception in com.planetrush.planetrush.member.exception
- NicknameOverflowException() - Constructor for exception com.planetrush.planetrush.member.exception.NicknameOverflowException
- NicknameOverflowException(String) - Constructor for exception com.planetrush.planetrush.member.exception.NicknameOverflowException
- NicknameOverflowException(String, Throwable) - Constructor for exception com.planetrush.planetrush.member.exception.NicknameOverflowException
- NicknameOverflowException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.member.exception.NicknameOverflowException
- NicknameOverflowException(Throwable) - Constructor for exception com.planetrush.planetrush.member.exception.NicknameOverflowException
- NotificationManager - Class in com.planetrush.planetrush.core.mattermost
- NotificationManager() - Constructor for class com.planetrush.planetrush.core.mattermost.NotificationManager
O
- ofFail(ResponseCode) - Static method in class com.planetrush.planetrush.core.template.response.BaseResponse
-
예외를 반환하는 실패 메시지 템플릿
- ofSuccess() - Static method in class com.planetrush.planetrush.core.template.response.BaseResponse
-
반환 데이터가 없는 성공 메시지 템플릿
- ofSuccess(T) - Static method in class com.planetrush.planetrush.core.template.response.BaseResponse
-
반환 데이터가 있는 성공 메시지 템플릿
- OK - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- OngoingPlanetDto - Class in com.planetrush.planetrush.planet.service.dto
- OngoingPlanetDto() - Constructor for class com.planetrush.planetrush.planet.service.dto.OngoingPlanetDto
P
- participantExpulsion() - Method in class com.planetrush.planetrush.planet.domain.Planet
-
현재 행성의 참가자 수를 1 감소시킵니다.
- participantLeave() - Method in class com.planetrush.planetrush.planet.domain.Planet
-
현재 행성의 참가자 수를 1 감소시킵니다.
- PARTICIPANTS_OVERFLOW - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- ParticipantsOverflowException - Exception in com.planetrush.planetrush.planet.exception
- ParticipantsOverflowException() - Constructor for exception com.planetrush.planetrush.planet.exception.ParticipantsOverflowException
- ParticipantsOverflowException(String) - Constructor for exception com.planetrush.planetrush.planet.exception.ParticipantsOverflowException
- ParticipantsOverflowException(String, Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.ParticipantsOverflowException
- ParticipantsOverflowException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.planet.exception.ParticipantsOverflowException
- ParticipantsOverflowException(Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.ParticipantsOverflowException
- Planet - Class in com.planetrush.planetrush.planet.domain
-
행성 정보를 나타내는 엔티티 클래스입니다.
- Planet(String, Category, String, LocalDate, LocalDate, int, int, String, PlanetStatus, String, String) - Constructor for class com.planetrush.planetrush.planet.domain.Planet
-
행성 객체를 생성하는 프라이빗 생성자입니다.
- Planet(String, Category, String, LocalDate, LocalDate, int, String, String, String) - Constructor for class com.planetrush.planetrush.planet.domain.Planet
-
행성 객체를 생성하는 생성자입니다.
- PLANET_IS_DESTROYED - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- PLANET_NOT_FOUND - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- planetApi() - Method in class com.planetrush.planetrush.core.config.swagger.SwaggerConfig
- PlanetCollectionDto - Class in com.planetrush.planetrush.member.service.dto
- PlanetCollectionDto() - Constructor for class com.planetrush.planetrush.member.service.dto.PlanetCollectionDto
- PlanetController - Class in com.planetrush.planetrush.planet.controller
- PlanetController() - Constructor for class com.planetrush.planetrush.planet.controller.PlanetController
- PlanetDestroyedException - Exception in com.planetrush.planetrush.planet.exception
- PlanetDestroyedException() - Constructor for exception com.planetrush.planetrush.planet.exception.PlanetDestroyedException
- PlanetDestroyedException(String) - Constructor for exception com.planetrush.planetrush.planet.exception.PlanetDestroyedException
- PlanetDestroyedException(String, Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.PlanetDestroyedException
- PlanetDestroyedException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.planet.exception.PlanetDestroyedException
- PlanetDestroyedException(Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.PlanetDestroyedException
- PlanetDetailDto - Class in com.planetrush.planetrush.planet.service.dto
- PlanetDetailDto() - Constructor for class com.planetrush.planetrush.planet.service.dto.PlanetDetailDto
- PlanetExceptionHandler - Class in com.planetrush.planetrush.core.exception.handler
- PlanetExceptionHandler() - Constructor for class com.planetrush.planetrush.core.exception.handler.PlanetExceptionHandler
- PlanetNotFoundException - Exception in com.planetrush.planetrush.planet.exception
- PlanetNotFoundException() - Constructor for exception com.planetrush.planetrush.planet.exception.PlanetNotFoundException
- PlanetNotFoundException(String) - Constructor for exception com.planetrush.planetrush.planet.exception.PlanetNotFoundException
- PlanetNotFoundException(String, Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.PlanetNotFoundException
- PlanetNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.planet.exception.PlanetNotFoundException
- PlanetNotFoundException(Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.PlanetNotFoundException
- PlanetRepository - Interface in com.planetrush.planetrush.planet.repository
- PlanetRepositoryCustom - Class in com.planetrush.planetrush.planet.repository.custom
- PlanetRepositoryCustom() - Constructor for class com.planetrush.planetrush.planet.repository.custom.PlanetRepositoryCustom
- PlanetrushApplication - Class in com.planetrush.planetrush
- PlanetrushApplication() - Constructor for class com.planetrush.planetrush.PlanetrushApplication
- PlanetStatus - Enum Class in com.planetrush.planetrush.planet.domain
- PlanetSubscriptionController - Class in com.planetrush.planetrush.planet.controller
- PlanetSubscriptionController() - Constructor for class com.planetrush.planetrush.planet.controller.PlanetSubscriptionController
- PlanetSubscriptionDto - Class in com.planetrush.planetrush.planet.service.dto
- PlanetSubscriptionDto() - Constructor for class com.planetrush.planetrush.planet.service.dto.PlanetSubscriptionDto
- PlanetSubscriptionService - Interface in com.planetrush.planetrush.planet.service
- PlanetSubscriptionServiceImpl - Class in com.planetrush.planetrush.planet.service
- PlanetSubscriptionServiceImpl() - Constructor for class com.planetrush.planetrush.planet.service.PlanetSubscriptionServiceImpl
- PopularKeyword - Class in com.planetrush.planetrush.recommend.domain
- PopularKeyword(String, Category) - Constructor for class com.planetrush.planetrush.recommend.domain.PopularKeyword
-
키워드 객체를 생성하는 생성자 입니다.
- PopularKeywordRepository - Interface in com.planetrush.planetrush.recommend.repository
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class com.planetrush.planetrush.core.interceptor.JwtInterceptor
-
요청이 컨트롤러에 도달하기 전에 호출되는 메서드입니다.
- PROGRESS_AVG_NOT_FOUND - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- ProgressAvg - Class in com.planetrush.planetrush.member.domain
- ProgressAvg(Member, Double, Double, Double, Double, Double, Double) - Constructor for class com.planetrush.planetrush.member.domain.ProgressAvg
- ProgressAvgNotFoundException - Exception in com.planetrush.planetrush.infra.flask.exception
- ProgressAvgNotFoundException() - Constructor for exception com.planetrush.planetrush.infra.flask.exception.ProgressAvgNotFoundException
- ProgressAvgNotFoundException(String) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.ProgressAvgNotFoundException
- ProgressAvgNotFoundException(String, Throwable) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.ProgressAvgNotFoundException
- ProgressAvgNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.ProgressAvgNotFoundException
- ProgressAvgNotFoundException(Throwable) - Constructor for exception com.planetrush.planetrush.infra.flask.exception.ProgressAvgNotFoundException
- ProgressAvgRepository - Interface in com.planetrush.planetrush.member.repository
- ProgressAvgRepositoryCustom - Class in com.planetrush.planetrush.member.repository.custom
- ProgressAvgRepositoryCustom() - Constructor for class com.planetrush.planetrush.member.repository.custom.ProgressAvgRepositoryCustom
- Props(Exception) - Constructor for class com.planetrush.planetrush.core.mattermost.dto.MattermostMsgDto.Props
- Provider - Enum Class in com.planetrush.planetrush.member.domain
- Provider - Enum Class in com.planetrush.planetrush.member.service.dto
Q
- QueryDslConfig - Class in com.planetrush.planetrush.core.config.querydsl
- QueryDslConfig() - Constructor for class com.planetrush.planetrush.core.config.querydsl.QueryDslConfig
- QUIET_MOON - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
R
- READY - Enum constant in enum class com.planetrush.planetrush.planet.domain.PlanetStatus
- RED_SUN - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- RedisCacheConfig - Class in com.planetrush.planetrush.core.config.redis
- RedisCacheConfig() - Constructor for class com.planetrush.planetrush.core.config.redis.RedisCacheConfig
- RedisConfig - Class in com.planetrush.planetrush.core.config.redis
- RedisConfig() - Constructor for class com.planetrush.planetrush.core.config.redis.RedisConfig
- redisConnectionFactory() - Method in class com.planetrush.planetrush.core.config.redis.RedisConfig
- redisTemplate() - Method in class com.planetrush.planetrush.core.config.redis.RedisConfig
- REGISTER_RESIDENT_TIMEOUT - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- registerPlanet(RegisterPlanetFacadeDto, MultipartFile, MultipartFile) - Method in class com.planetrush.planetrush.planet.facade.RegisterPlanetFacade
-
행성을 등록합니다.
- registerPlanet(RegisterPlanetDto) - Method in interface com.planetrush.planetrush.planet.service.RegisterPlanetService
-
행성을 등록합니다.
- registerPlanet(RegisterPlanetDto) - Method in class com.planetrush.planetrush.planet.service.RegisterPlanetServiceImpl
-
행성을 등록합니다.
- registerPlanet(MultipartFile, MultipartFile, RegisterPlanetReq) - Method in class com.planetrush.planetrush.planet.controller.RegisterPlanetController
-
행성을 생성합니다.
- RegisterPlanetController - Class in com.planetrush.planetrush.planet.controller
- RegisterPlanetController() - Constructor for class com.planetrush.planetrush.planet.controller.RegisterPlanetController
- RegisterPlanetDto - Class in com.planetrush.planetrush.planet.service.dto
- RegisterPlanetDto() - Constructor for class com.planetrush.planetrush.planet.service.dto.RegisterPlanetDto
- RegisterPlanetFacade - Class in com.planetrush.planetrush.planet.facade
- RegisterPlanetFacade() - Constructor for class com.planetrush.planetrush.planet.facade.RegisterPlanetFacade
- RegisterPlanetFacadeDto - Class in com.planetrush.planetrush.planet.facade.dto
- RegisterPlanetFacadeDto() - Constructor for class com.planetrush.planetrush.planet.facade.dto.RegisterPlanetFacadeDto
- RegisterPlanetReq - Class in com.planetrush.planetrush.planet.controller.request
- RegisterPlanetReq() - Constructor for class com.planetrush.planetrush.planet.controller.request.RegisterPlanetReq
- RegisterPlanetService - Interface in com.planetrush.planetrush.planet.service
- RegisterPlanetServiceImpl - Class in com.planetrush.planetrush.planet.service
- RegisterPlanetServiceImpl() - Constructor for class com.planetrush.planetrush.planet.service.RegisterPlanetServiceImpl
- registerResident(PlanetSubscriptionDto) - Method in interface com.planetrush.planetrush.planet.service.PlanetSubscriptionService
-
주어진 dto를 사용하여 입주 기록을 생성합니다.
- registerResident(PlanetSubscriptionDto) - Method in class com.planetrush.planetrush.planet.service.PlanetSubscriptionServiceImpl
-
주어진 dto를 사용하여 입주 기록을 생성합니다.
- registerResident(Long) - Method in class com.planetrush.planetrush.planet.controller.PlanetSubscriptionController
-
행성 입주 기록을 등록합니다.
- RegisterResidentTimeoutException - Exception in com.planetrush.planetrush.planet.exception
-
챌린지 시작 일자 보다 후에 입주 신청을 하였을 때 발생하는 예외 입니다.
- RegisterResidentTimeoutException() - Constructor for exception com.planetrush.planetrush.planet.exception.RegisterResidentTimeoutException
- RegisterResidentTimeoutException(String) - Constructor for exception com.planetrush.planetrush.planet.exception.RegisterResidentTimeoutException
- RegisterResidentTimeoutException(String, Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.RegisterResidentTimeoutException
- RegisterResidentTimeoutException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.planet.exception.RegisterResidentTimeoutException
- RegisterResidentTimeoutException(Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.RegisterResidentTimeoutException
- ReissueDto - Class in com.planetrush.planetrush.member.service.dto
- ReissueDto() - Constructor for class com.planetrush.planetrush.member.service.dto.ReissueDto
- ReissueReq - Class in com.planetrush.planetrush.member.controller.request
- ReissueReq() - Constructor for class com.planetrush.planetrush.member.controller.request.ReissueReq
- reissueToken(ReissueReq) - Method in class com.planetrush.planetrush.member.controller.ReissueTokenController
-
사용자의 리프레시 토큰을 받아 새로운 액세스 토큰을 발급합니다.
- reissueToken(String) - Method in interface com.planetrush.planetrush.member.service.ReissueTokenService
-
주어진 리프레시 토큰을 사용하여 새로운 액세스 토큰과 리프레시 토큰을 발급합니다.
- reissueToken(String) - Method in class com.planetrush.planetrush.member.service.ReissueTokenServiceImpl
-
주어진 리프레시 토큰을 사용하여 새로운 액세스 토큰과 리프레시 토큰을 발급합니다.
- ReissueTokenController - Class in com.planetrush.planetrush.member.controller
- ReissueTokenController() - Constructor for class com.planetrush.planetrush.member.controller.ReissueTokenController
- ReissueTokenService - Interface in com.planetrush.planetrush.member.service
- ReissueTokenServiceImpl - Class in com.planetrush.planetrush.member.service
- ReissueTokenServiceImpl() - Constructor for class com.planetrush.planetrush.member.service.ReissueTokenServiceImpl
- RequireJwtToken - Annotation Interface in com.planetrush.planetrush.core.aop.annotation
- Resident - Class in com.planetrush.planetrush.planet.domain
-
행성 거주자 정보를 나타내는 엔티티 클래스입니다.
- RESIDENT_EXIT_TIMEOUT - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- RESIDENT_NOT_FOUND - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- RESIDENT_OVERFLOW - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- ResidentAlreadyExistsException - Exception in com.planetrush.planetrush.planet.exception
- ResidentAlreadyExistsException() - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentAlreadyExistsException
- ResidentAlreadyExistsException(String) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentAlreadyExistsException
- ResidentAlreadyExistsException(String, Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentAlreadyExistsException
- ResidentAlreadyExistsException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentAlreadyExistsException
- ResidentAlreadyExistsException(Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentAlreadyExistsException
- ResidentDto - Class in com.planetrush.planetrush.planet.service.dto
- ResidentDto() - Constructor for class com.planetrush.planetrush.planet.service.dto.ResidentDto
- ResidentExceptionHandler - Class in com.planetrush.planetrush.core.exception.handler
- ResidentExceptionHandler() - Constructor for class com.planetrush.planetrush.core.exception.handler.ResidentExceptionHandler
- ResidentExitTimeoutException - Exception in com.planetrush.planetrush.planet.exception
-
챌린지가 시작한 후에 행성을 떠나려는 요청이 들어왔을 때 발생하는 예외입니다.
- ResidentExitTimeoutException() - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentExitTimeoutException
- ResidentExitTimeoutException(String) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentExitTimeoutException
- ResidentExitTimeoutException(String, Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentExitTimeoutException
- ResidentExitTimeoutException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentExitTimeoutException
- ResidentExitTimeoutException(Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentExitTimeoutException
- ResidentNotFoundException - Exception in com.planetrush.planetrush.planet.exception
- ResidentNotFoundException() - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentNotFoundException
- ResidentNotFoundException(String) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentNotFoundException
- ResidentNotFoundException(String, Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentNotFoundException
- ResidentNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentNotFoundException
- ResidentNotFoundException(Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentNotFoundException
- ResidentOverflowException - Exception in com.planetrush.planetrush.planet.exception
- ResidentOverflowException() - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentOverflowException
- ResidentOverflowException(String) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentOverflowException
- ResidentOverflowException(String, Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentOverflowException
- ResidentOverflowException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentOverflowException
- ResidentOverflowException(Throwable) - Constructor for exception com.planetrush.planetrush.planet.exception.ResidentOverflowException
- ResidentRepository - Interface in com.planetrush.planetrush.planet.repository
- ResidentRepositoryCustom - Class in com.planetrush.planetrush.planet.repository.custom
- ResidentRepositoryCustom() - Constructor for class com.planetrush.planetrush.planet.repository.custom.ResidentRepositoryCustom
- ResponseCode - Enum Class in com.planetrush.planetrush.core.template.response
- restTemplate() - Method in class com.planetrush.planetrush.core.config.app.AppConfig
S
- S3Config - Class in com.planetrush.planetrush.core.config.s3
- S3Config() - Constructor for class com.planetrush.planetrush.core.config.s3.S3Config
- S3Exception - Exception in com.planetrush.planetrush.infra.s3.exception
- S3Exception() - Constructor for exception com.planetrush.planetrush.infra.s3.exception.S3Exception
- S3Exception(String) - Constructor for exception com.planetrush.planetrush.infra.s3.exception.S3Exception
- S3Exception(String, Throwable) - Constructor for exception com.planetrush.planetrush.infra.s3.exception.S3Exception
- S3Exception(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.infra.s3.exception.S3Exception
- S3Exception(Throwable) - Constructor for exception com.planetrush.planetrush.infra.s3.exception.S3Exception
- S3imageExceptionHandler - Class in com.planetrush.planetrush.core.exception.handler
- S3imageExceptionHandler() - Constructor for class com.planetrush.planetrush.core.exception.handler.S3imageExceptionHandler
- S3ImageService - Interface in com.planetrush.planetrush.infra.s3
- S3ImageServiceImpl - Class in com.planetrush.planetrush.infra.s3
- S3ImageServiceImpl() - Constructor for class com.planetrush.planetrush.infra.s3.S3ImageServiceImpl
- saveImgAndVerifyChallenge(MultipartFile, Long, Long) - Method in class com.planetrush.planetrush.verification.facade.VerificationFacade
-
사진을 저장하고 유사도를 검사해 결과를 보여줍니다.
- saveVerificationResult(VerificationResultDto) - Method in interface com.planetrush.planetrush.verification.service.VerificationService
-
사진 url과 유사도, 인증 여부를 저장합니다.
- saveVerificationResult(VerificationResultDto) - Method in class com.planetrush.planetrush.verification.service.VerificationServiceImpl
-
사진 url과 유사도, 인증 여부를 저장합니다.
- ScheduledTasks - Class in com.planetrush.planetrush.scheduler
- ScheduledTasks() - Constructor for class com.planetrush.planetrush.scheduler.ScheduledTasks
- SearchCond - Class in com.planetrush.planetrush.planet.service.dto
- SearchCond() - Constructor for class com.planetrush.planetrush.planet.service.dto.SearchCond
- searchPlanet(SearchCond) - Method in class com.planetrush.planetrush.planet.repository.custom.PlanetRepositoryCustom
-
행성을 검색하는 커스텀 쿼리 메서드입니다.
- searchPlanet(SearchCond) - Method in interface com.planetrush.planetrush.planet.service.GetPlanetService
-
챌린지가 시작되지 않은 행성을 검색합니다.
- searchPlanet(SearchCond) - Method in class com.planetrush.planetrush.planet.service.GetPlanetServiceImpl
-
챌린지가 시작되지 않은 행성을 검색합니다.
- searchPlanet(String, String, Long, int) - Method in class com.planetrush.planetrush.planet.controller.GetPlanetController
-
행성을 검색합니다.
- SearchPlanetRes - Class in com.planetrush.planetrush.planet.controller.response
- SearchPlanetRes() - Constructor for class com.planetrush.planetrush.planet.controller.response.SearchPlanetRes
- sendMessage(Exception, String, String) - Method in class com.planetrush.planetrush.core.mattermost.MattermostSender
- sendNotification(Exception, String, String) - Method in class com.planetrush.planetrush.core.mattermost.NotificationManager
- setMemberId(Long) - Static method in class com.planetrush.planetrush.core.aop.member.MemberContext
-
현재 스레드의 memberId를 설정합니다.
- SHINING_STAR - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- SLOW_TURTLE - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- SMILING_FACE - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- SOUND_OF_WIND - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- SPARKLING_WAVE - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- Status - Enum Class in com.planetrush.planetrush.member.domain
- STRONG_TIGER - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- STRONG_WIND - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- STUDY - Enum constant in enum class com.planetrush.planetrush.planet.domain.Category
- SUCCESS - Enum constant in enum class com.planetrush.planetrush.member.domain.ChallengeResult
- successResult() - Method in class com.planetrush.planetrush.member.domain.ChallengeHistory
-
챌린지 결과를 성공으로 저장합니다.
- SwaggerConfig - Class in com.planetrush.planetrush.core.config.swagger
- SwaggerConfig() - Constructor for class com.planetrush.planetrush.core.config.swagger.SwaggerConfig
U
- UNAUTHENTICATED - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- UNAUTHORIZED_EXCEPTION - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- unAuthorizedException(UnAuthorizedException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.AuthExceptionHandler
- UnAuthorizedException - Exception in com.planetrush.planetrush.core.jwt.exception
- UnAuthorizedException() - Constructor for exception com.planetrush.planetrush.core.jwt.exception.UnAuthorizedException
- UnAuthorizedException(String) - Constructor for exception com.planetrush.planetrush.core.jwt.exception.UnAuthorizedException
- UnAuthorizedException(String, Throwable) - Constructor for exception com.planetrush.planetrush.core.jwt.exception.UnAuthorizedException
- UnAuthorizedException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.core.jwt.exception.UnAuthorizedException
- UnAuthorizedException(Throwable) - Constructor for exception com.planetrush.planetrush.core.jwt.exception.UnAuthorizedException
- UNDER_REVIEW - Enum constant in enum class com.planetrush.planetrush.planet.domain.PlanetStatus
- UNSUPPORTED_JWT_EXCEPTION - Enum constant in enum class com.planetrush.planetrush.core.template.response.ResponseCode
- unSupportedJwtException(UnSupportedJwtException, HttpServletRequest) - Method in class com.planetrush.planetrush.core.exception.handler.AuthExceptionHandler
- UnSupportedJwtException - Exception in com.planetrush.planetrush.core.jwt.exception
- UnSupportedJwtException() - Constructor for exception com.planetrush.planetrush.core.jwt.exception.UnSupportedJwtException
- UnSupportedJwtException(String) - Constructor for exception com.planetrush.planetrush.core.jwt.exception.UnSupportedJwtException
- UnSupportedJwtException(String, Throwable) - Constructor for exception com.planetrush.planetrush.core.jwt.exception.UnSupportedJwtException
- UnSupportedJwtException(String, Throwable, boolean, boolean) - Constructor for exception com.planetrush.planetrush.core.jwt.exception.UnSupportedJwtException
- UnSupportedJwtException(Throwable) - Constructor for exception com.planetrush.planetrush.core.jwt.exception.UnSupportedJwtException
- UpdateMemberController - Class in com.planetrush.planetrush.member.controller
- UpdateMemberController() - Constructor for class com.planetrush.planetrush.member.controller.UpdateMemberController
- updateMemberNickname(Long, String) - Method in interface com.planetrush.planetrush.member.service.UpdateMemberService
-
유저의 닉네임을 변경합니다.
- updateMemberNickname(Long, String) - Method in class com.planetrush.planetrush.member.service.UpdateMemberServiceImpl
-
유저의 닉네임을 변경합니다.
- updateMemberNickname(String) - Method in class com.planetrush.planetrush.member.controller.UpdateMemberController
-
유저의 닉네임을 변경합니다.
- UpdateMemberService - Interface in com.planetrush.planetrush.member.service
- UpdateMemberServiceImpl - Class in com.planetrush.planetrush.member.service
- UpdateMemberServiceImpl() - Constructor for class com.planetrush.planetrush.member.service.UpdateMemberServiceImpl
- updateNickname(String) - Method in class com.planetrush.planetrush.member.domain.Member
-
유저의 닉네임을 변경합니다.
- updateProgressAvg(Long, ProgressAvg) - Method in class com.planetrush.planetrush.member.repository.custom.ProgressAvgRepositoryCustom
- updateStatusInProgressToUnderReview() - Method in class com.planetrush.planetrush.planet.repository.custom.PlanetRepositoryCustom
-
planet의 상태를 IN_PROGRESS에서 UNDER_REVIEW로 업데이트합니다.
- updateStatusReadyToInProgress() - Method in class com.planetrush.planetrush.planet.repository.custom.PlanetRepositoryCustom
-
planet의 상태를 READY에서 IN_PROGRESS로 업데이트합니다.
- uploadPlanetImg(MultipartFile, long) - Method in interface com.planetrush.planetrush.infra.s3.S3ImageService
-
행성 이미지 업로드
- uploadPlanetImg(MultipartFile, long) - Method in class com.planetrush.planetrush.infra.s3.S3ImageServiceImpl
-
행성 이미지 업로드
- uploadStandardVerificationImg(MultipartFile, long) - Method in interface com.planetrush.planetrush.infra.s3.S3ImageService
-
인증 기준이 되는 이미지 업로드
- uploadStandardVerificationImg(MultipartFile, long) - Method in class com.planetrush.planetrush.infra.s3.S3ImageServiceImpl
-
인증 기준이 되는 이미지 업로드
- uploadVerificationImg(MultipartFile, Long) - Method in interface com.planetrush.planetrush.infra.s3.S3ImageService
-
인증 사진 업로드
- uploadVerificationImg(MultipartFile, Long) - Method in class com.planetrush.planetrush.infra.s3.S3ImageServiceImpl
-
인증 사진 업로드
V
- validateToken(String) - Method in class com.planetrush.planetrush.core.jwt.JwtTokenProvider
-
토큰의 유효성을 확인합니다.
- valueOf(String) - Static method in enum class com.planetrush.planetrush.core.template.response.ResponseCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.planetrush.planetrush.member.domain.ChallengeResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.planetrush.planetrush.member.domain.Nickname
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.planetrush.planetrush.member.domain.Provider
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.planetrush.planetrush.member.domain.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.planetrush.planetrush.member.service.dto.Provider
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.planetrush.planetrush.planet.domain.Category
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.planetrush.planetrush.planet.domain.PlanetStatus
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.planetrush.planetrush.core.template.response.ResponseCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.planetrush.planetrush.member.domain.ChallengeResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.planetrush.planetrush.member.domain.Nickname
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.planetrush.planetrush.member.domain.Provider
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.planetrush.planetrush.member.domain.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.planetrush.planetrush.member.service.dto.Provider
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.planetrush.planetrush.planet.domain.Category
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.planetrush.planetrush.planet.domain.PlanetStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VerificationController - Class in com.planetrush.planetrush.verification.controller
- VerificationController() - Constructor for class com.planetrush.planetrush.verification.controller.VerificationController
- VerificationExceptionHandler - Class in com.planetrush.planetrush.core.exception.handler
- VerificationExceptionHandler() - Constructor for class com.planetrush.planetrush.core.exception.handler.VerificationExceptionHandler
- VerificationFacade - Class in com.planetrush.planetrush.verification.facade
- VerificationFacade() - Constructor for class com.planetrush.planetrush.verification.facade.VerificationFacade
- VerificationRecord - Class in com.planetrush.planetrush.verification.domain
- VerificationRecord(Member, Planet, boolean, double, String) - Constructor for class com.planetrush.planetrush.verification.domain.VerificationRecord
-
챌린지 인증 기록 객체를 생성하는 생성자입니다.
- VerificationRecordRepository - Interface in com.planetrush.planetrush.verification.repository
- VerificationRecordRepositoryCustom - Class in com.planetrush.planetrush.verification.repository.custom
- VerificationRecordRepositoryCustom() - Constructor for class com.planetrush.planetrush.verification.repository.custom.VerificationRecordRepositoryCustom
- VerificationResultDto - Class in com.planetrush.planetrush.verification.service.dto
- VerificationResultDto() - Constructor for class com.planetrush.planetrush.verification.service.dto.VerificationResultDto
- VerificationService - Interface in com.planetrush.planetrush.verification.service
- VerificationServiceImpl - Class in com.planetrush.planetrush.verification.service
- VerificationServiceImpl() - Constructor for class com.planetrush.planetrush.verification.service.VerificationServiceImpl
- verifyChallenge(MultipartFile, Long) - Method in class com.planetrush.planetrush.verification.controller.VerificationController
-
챌린지 인증
- VerifyChallengeDto - Class in com.planetrush.planetrush.verification.facade.dto
- VerifyChallengeDto() - Constructor for class com.planetrush.planetrush.verification.facade.dto.VerifyChallengeDto
- verifyChallengeImg(String, String) - Method in class com.planetrush.planetrush.infra.flask.util.FlaskUtil
W
- WARM_SUNSHINE - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- WebConfig - Class in com.planetrush.planetrush.core.config.web
- WebConfig() - Constructor for class com.planetrush.planetrush.core.config.web.WebConfig
- WHITE_CLOUD - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- WINGED_ANGEL - Enum constant in enum class com.planetrush.planetrush.member.domain.Nickname
- withdrawn() - Method in class com.planetrush.planetrush.member.domain.Member
-
회원을 탈퇴시키며 상태를 INACTIVE로 변경합니다.
- withdrawnMember() - Method in class com.planetrush.planetrush.member.controller.AuthController
-
회원을 탈퇴시킵니다.
- withdrawnMember(Long) - Method in interface com.planetrush.planetrush.member.service.AuthService
-
회원을 탈퇴시킵니다.
- withdrawnMember(Long) - Method in class com.planetrush.planetrush.member.service.AuthServiceImpl
-
회원을 탈퇴시킵니다.
All Classes and Interfaces|All Packages|Serialized Form