Uses of Class
org.optaweb.employeerostering.domain.contract.Contract
-
-
Uses of Contract in org.optaweb.employeerostering.domain.employee
Methods in org.optaweb.employeerostering.domain.employee that return Contract Modifier and Type Method Description ContractEmployee. getContract()Methods in org.optaweb.employeerostering.domain.employee with parameters of type Contract Modifier and Type Method Description voidEmployee. setContract(Contract contract)Constructors in org.optaweb.employeerostering.domain.employee with parameters of type Contract Constructor Description Employee(Integer tenantId, String name, Contract contract, Set<Skill> skillProficiencySet)Employee(Integer tenantId, String name, Contract contract, Set<Skill> skillProficiencySet, String shortId, String color) -
Uses of Contract in org.optaweb.employeerostering.domain.employee.view
Methods in org.optaweb.employeerostering.domain.employee.view that return Contract Modifier and Type Method Description ContractEmployeeView. getContract()Methods in org.optaweb.employeerostering.domain.employee.view with parameters of type Contract Modifier and Type Method Description voidEmployeeView. setContract(Contract contract)Constructors in org.optaweb.employeerostering.domain.employee.view with parameters of type Contract Constructor Description EmployeeView(Integer tenantId, String name, Contract contract, Set<Skill> skillProficiencySet)EmployeeView(Integer tenantId, String name, Contract contract, Set<Skill> skillProficiencySet, String shortId, String color) -
Uses of Contract in org.optaweb.employeerostering.service.contract
Methods in org.optaweb.employeerostering.service.contract that return Contract Modifier and Type Method Description ContractContractService. convertFromView(Integer tenantId, ContractView contractView)ContractContractService. createContract(Integer tenantId, ContractView contractView)ContractContractService. getContract(Integer tenantId, Long id)ContractContractService. getOrCreateDefaultContract(Integer tenantId)ContractContractService. updateContract(Integer tenantId, ContractView contractView)Methods in org.optaweb.employeerostering.service.contract that return types with arguments of type Contract Modifier and Type Method Description org.springframework.http.ResponseEntity<Contract>ContractController. createContract(@Min(0L) Integer tenantId, @Valid ContractView contractView)List<Contract>ContractRepository. findAllByTenantId(Integer tenantId)org.springframework.http.ResponseEntity<Contract>ContractController. getContract(@Min(0L) Integer tenantId, @Min(0L) Long id)org.springframework.http.ResponseEntity<List<Contract>>ContractController. getContractList(@Min(0L) Integer tenantId)List<Contract>ContractService. getContractList(Integer tenantId)org.springframework.http.ResponseEntity<Contract>ContractController. updateContract(@Min(0L) Integer tenantId, @Valid ContractView contractView) -
Uses of Contract in org.optaweb.employeerostering.service.roster
Methods in org.optaweb.employeerostering.service.roster that return types with arguments of type Contract Modifier and Type Method Description List<Contract>RosterGenerator. createContractList(Integer tenantId)Method parameters in org.optaweb.employeerostering.service.roster with type arguments of type Contract Modifier and Type Method Description List<Employee>RosterGenerator. createEmployeeList(RosterGenerator.GeneratorType generatorType, Integer tenantId, int size, List<Contract> contractList, List<Skill> generalSkillList)
-