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 PushEntity
PushRestService.doSave
(PushEntity entity) PushRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, PushEntity entity) PushRestService.save
(PushEntity push) 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) PushRepository.findByDeviceUid
(String deviceUid) PushRestService.findByDeviceUid
(String deviceUid) PushRepository.findByDeviceUidAndContent
(String deviceUid, String code) PushRepository.findByStatus
(String status) PushRepository.findByStatusAndReceiverAndContent
(String status, String receiver, String content) PushRestService.findByStatusAndReceiverAndContent
(PushStatusEnum status, String receiver, String content) PushRestService.findStatusPending()
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 PushEntity
PushRestService.doSave
(PushEntity entity) PushRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, PushEntity entity) PushRestService.save
(PushEntity push) 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)