Uses of Class
com.bytedesk.core.push.PushEntity
Packages that use PushEntity
-
Uses of PushEntity in com.bytedesk.core.push
Methods in com.bytedesk.core.push that return PushEntityModifier and TypeMethodDescriptionprotected PushEntityPushRestService.doSave(PushEntity entity) PushRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, PushEntity entity) Methods in com.bytedesk.core.push that return types with arguments of type PushEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<PushEntity>PushRestService.createSpecification(PushRequest request) protected org.springframework.data.domain.Page<PushEntity>PushRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<PushEntity> spec, org.springframework.data.domain.Pageable pageable) PushRestService.findByDeviceUid(String deviceUid, String status, String type) 根据设备UID查找PushRepository.findByDeviceUidAndContent(String deviceUid, String code) PushRepository.findByStatus(String status) PushRepository.findByStatusAndReceiverAndContent(String status, String receiver, String content) private Optional<PushEntity>PushService.findByStatusAndReceiverAndContent(String status, String receiver, String content) PushRepository.findTopByDeviceUidAndStatusAndTypeOrderByUpdatedAtDesc(String deviceUid, String status, String type) static org.springframework.data.jpa.domain.Specification<PushEntity>PushSpecification.search(PushRequest request, AuthService authService) Methods in com.bytedesk.core.push with parameters of type PushEntityModifier and TypeMethodDescriptionPushRestService.convertToResponse(PushEntity entity) protected PushEntityPushRestService.doSave(PushEntity entity) PushRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, PushEntity entity) voidPushExpireCacheService.scheduleIfPending(PushEntity push) 将待过期的 push uid 写入 ZSET(member=uid, score=expireAtMillis)。Method parameters in com.bytedesk.core.push with type arguments of type PushEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<PushEntity>PushRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<PushEntity> spec, org.springframework.data.domain.Pageable pageable)