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 KakaoEntity
KakaoRestService.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 KakaoEntity
KakaoRestService.doSave
(KakaoEntity entity) KakaoRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, KakaoEntity entity) void
KakaoEntityListener.onPostPersist
(KakaoEntity app) void
KakaoEntityListener.onPostUpdate
(KakaoEntity app) private void
KakaoRestService.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 KakaoEntity
KakaoCreateEvent.app
private KakaoEntity
KakaoDeleteEvent.app
private KakaoEntity
KakaoUpdateEvent.app
Constructors in com.bytedesk.social.kakao.event with parameters of type KakaoEntityModifierConstructorDescription