Uses of Class
com.bytedesk.control.license.LicenseRequest
Packages that use LicenseRequest
- 
Uses of LicenseRequest in com.bytedesk.control.licenseMethods in com.bytedesk.control.license with parameters of type LicenseRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>LicenseRestController.create(LicenseRequest request) LicenseRestService.create(LicenseRequest request) protected org.springframework.data.jpa.domain.Specification<LicenseEntity>LicenseRestService.createSpecification(LicenseRequest request) org.springframework.http.ResponseEntity<?>LicenseRestController.delete(LicenseRequest request) voidLicenseRestService.delete(LicenseRequest request) LicenseRestController.export(LicenseRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>LicenseRestController.queryByOrg(LicenseRequest request) org.springframework.http.ResponseEntity<?>LicenseRestController.queryByUid(LicenseRequest request) LicenseRestService.queryByUid(LicenseRequest request) org.springframework.http.ResponseEntity<?>LicenseRestController.queryByUser(LicenseRequest request) static org.springframework.data.jpa.domain.Specification<LicenseEntity>LicenseSpecification.search(LicenseRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>LicenseRestController.update(LicenseRequest request) LicenseRestService.update(LicenseRequest request)