Uses of Class
org.optaweb.employeerostering.domain.contract.view.ContractView
-
Packages that use ContractView Package Description org.optaweb.employeerostering.service.contract -
-
Uses of ContractView in org.optaweb.employeerostering.service.contract
Methods in org.optaweb.employeerostering.service.contract with parameters of type ContractView Modifier and Type Method Description ContractContractService. convertFromView(Integer tenantId, ContractView contractView)org.springframework.http.ResponseEntity<Contract>ContractController. createContract(@Min(0L) Integer tenantId, @Valid ContractView contractView)ContractContractService. createContract(Integer tenantId, ContractView contractView)org.springframework.http.ResponseEntity<Contract>ContractController. updateContract(@Min(0L) Integer tenantId, @Valid ContractView contractView)ContractContractService. updateContract(Integer tenantId, ContractView contractView)
-