Uses of Class
com.bytedesk.social.zalo.ZaloEntity
Packages that use ZaloEntity
-
Uses of ZaloEntity in com.bytedesk.social.zalo
Methods in com.bytedesk.social.zalo that return ZaloEntityModifier and TypeMethodDescriptionprotected ZaloEntity
ZaloRestService.doSave
(ZaloEntity entity) ZaloRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ZaloEntity entity) Methods in com.bytedesk.social.zalo that return types with arguments of type ZaloEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<ZaloEntity>
ZaloRestService.createSpecification
(ZaloRequest request) protected org.springframework.data.domain.Page<ZaloEntity>
ZaloRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<ZaloEntity> spec, org.springframework.data.domain.Pageable pageable) ZaloRestService.findAll()
ZaloRepository.findByDeletedFalse()
org.springframework.data.domain.Page<ZaloEntity>
ZaloRestService.queryByOrgEntity
(ZaloRequest request) static org.springframework.data.jpa.domain.Specification<ZaloEntity>
ZaloSpecification.search
(ZaloRequest request, AuthService authService) Methods in com.bytedesk.social.zalo with parameters of type ZaloEntityModifier and TypeMethodDescriptionZaloRestService.convertToExcel
(ZaloEntity entity) ZaloRestService.convertToResponse
(ZaloEntity entity) protected ZaloEntity
ZaloRestService.doSave
(ZaloEntity entity) ZaloRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, ZaloEntity entity) void
ZaloEntityListener.onPostPersist
(ZaloEntity app) void
ZaloEntityListener.onPostUpdate
(ZaloEntity app) private void
ZaloRestService.refreshWorkAccessToken
(ZaloEntity zaloEntity) Method parameters in com.bytedesk.social.zalo with type arguments of type ZaloEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<ZaloEntity>
ZaloRestService.executePageQuery
(org.springframework.data.jpa.domain.Specification<ZaloEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of ZaloEntity in com.bytedesk.social.zalo.event
Fields in com.bytedesk.social.zalo.event declared as ZaloEntityModifier and TypeFieldDescriptionprivate ZaloEntity
ZaloCreateEvent.app
private ZaloEntity
ZaloDeleteEvent.app
private ZaloEntity
ZaloUpdateEvent.app
Constructors in com.bytedesk.social.zalo.event with parameters of type ZaloEntityModifierConstructorDescription