Uses of Class
com.bytedesk.core.moment.MomentRequest
Packages that use MomentRequest
-
Uses of MomentRequest in com.bytedesk.core.moment
Methods in com.bytedesk.core.moment with parameters of type MomentRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>MomentRestController.create(MomentRequest request) MomentRestService.create(MomentRequest request) protected org.springframework.data.jpa.domain.Specification<MomentEntity>MomentRestService.createSpecification(MomentRequest request) org.springframework.http.ResponseEntity<?>MomentRestController.delete(MomentRequest request) voidMomentRestService.delete(MomentRequest request) MomentRestController.export(MomentRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>MomentRestController.queryByOrg(MomentRequest request) org.springframework.data.domain.Page<MomentResponse>MomentRestService.queryByOrg(MomentRequest request) org.springframework.data.domain.Page<MomentEntity>MomentRestService.queryByOrgEntity(MomentRequest request) org.springframework.http.ResponseEntity<?>MomentRestController.queryByUid(MomentRequest request) MomentRestService.queryByUid(MomentRequest request) org.springframework.http.ResponseEntity<?>MomentRestController.queryByUser(MomentRequest request) org.springframework.data.domain.Page<MomentResponse>MomentRestService.queryByUser(MomentRequest request) static org.springframework.data.jpa.domain.Specification<MomentEntity>MomentSpecification.search(MomentRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>MomentRestController.update(MomentRequest request) MomentRestService.update(MomentRequest request)