Uses of Class
com.bytedesk.core.contract.ContractRequest
Packages that use ContractRequest
-
Uses of ContractRequest in com.bytedesk.core.contract
Methods in com.bytedesk.core.contract with parameters of type ContractRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>ContractRestController.create(ContractRequest request) ContractRestService.create(ContractRequest request) private ContractResponseContractRestService.createInternal(ContractRequest request, boolean skipPermissionCheck) protected org.springframework.data.jpa.domain.Specification<ContractEntity>ContractRestService.createSpecification(ContractRequest request) ContractRestService.createSystemContract(ContractRequest request) org.springframework.http.ResponseEntity<?>ContractRestController.delete(ContractRequest request) voidContractRestService.delete(ContractRequest request) ContractRestController.export(ContractRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>ContractRestController.queryByOrg(ContractRequest request) org.springframework.data.domain.Page<ContractResponse>ContractRestService.queryByOrg(ContractRequest request) org.springframework.data.domain.Page<ContractEntity>ContractRestService.queryByOrgEntity(ContractRequest request) org.springframework.http.ResponseEntity<?>ContractRestController.queryByUid(ContractRequest request) org.springframework.http.ResponseEntity<?>ContractRestController.queryByUser(ContractRequest request) org.springframework.data.domain.Page<ContractResponse>ContractRestService.queryByUser(ContractRequest request) static org.springframework.data.jpa.domain.Specification<ContractEntity>ContractSpecification.search(ContractRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>ContractRestController.update(ContractRequest request) ContractRestService.update(ContractRequest request)