Uses of Class
com.bytedesk.social.kakao.KakaoEntity
Packages that use KakaoEntity
-
Uses of KakaoEntity in com.bytedesk.social.kakao
Methods in com.bytedesk.social.kakao that return KakaoEntityModifier and TypeMethodDescriptionprotected KakaoEntityKakaoRestService.doSave(KakaoEntity entity) KakaoRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, KakaoEntity entity) Methods in com.bytedesk.social.kakao that return types with arguments of type KakaoEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<KakaoEntity>KakaoRestService.createSpecification(KakaoRequest request) protected org.springframework.data.domain.Page<KakaoEntity>KakaoRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<KakaoEntity> spec, org.springframework.data.domain.Pageable pageable) KakaoRestService.findAll()KakaoRepository.findByDeletedFalse()org.springframework.data.domain.Page<KakaoEntity>KakaoRestService.queryByOrgEntity(KakaoRequest request) static org.springframework.data.jpa.domain.Specification<KakaoEntity>KakaoSpecification.search(KakaoRequest request, AuthService authService) Methods in com.bytedesk.social.kakao with parameters of type KakaoEntityModifier and TypeMethodDescriptionKakaoRestService.convertToExcel(KakaoEntity entity) KakaoRestService.convertToResponse(KakaoEntity entity) protected KakaoEntityKakaoRestService.doSave(KakaoEntity entity) KakaoRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, KakaoEntity entity) voidKakaoEntityListener.onPostPersist(KakaoEntity app) voidKakaoEntityListener.onPostUpdate(KakaoEntity app) private voidKakaoRestService.refreshWorkAccessToken(KakaoEntity kakaoEntity) Method parameters in com.bytedesk.social.kakao with type arguments of type KakaoEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<KakaoEntity>KakaoRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<KakaoEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of KakaoEntity in com.bytedesk.social.kakao.event
Fields in com.bytedesk.social.kakao.event declared as KakaoEntityModifier and TypeFieldDescriptionprivate KakaoEntityKakaoCreateEvent.appprivate KakaoEntityKakaoDeleteEvent.appprivate KakaoEntityKakaoUpdateEvent.appConstructors in com.bytedesk.social.kakao.event with parameters of type KakaoEntityModifierConstructorDescription