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 ZaloEntityZaloRestService.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 ZaloEntityZaloRestService.doSave(ZaloEntity entity) ZaloRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, ZaloEntity entity) voidZaloEntityListener.onPostPersist(ZaloEntity app) voidZaloEntityListener.onPostUpdate(ZaloEntity app) private voidZaloRestService.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 ZaloEntityZaloCreateEvent.appprivate ZaloEntityZaloDeleteEvent.appprivate ZaloEntityZaloUpdateEvent.appConstructors in com.bytedesk.social.zalo.event with parameters of type ZaloEntityModifierConstructorDescription