| Package | Description |
|---|---|
| org.optaweb.employeerostering.shared.contract | |
| org.optaweb.employeerostering.shared.employee |
| Modifier and Type | Method and Description |
|---|---|
Contract |
ContractRestService.addContract(Integer tenantId,
Contract contract) |
Contract |
ContractRestService.getContract(Integer tenantId,
Long id) |
Contract |
ContractRestService.updateContract(Integer tenantId,
Contract contract) |
| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Contract,Contract> |
ContractRestServiceBuilder.addContract(Integer tenantId,
Contract contract) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Contract,Contract> |
ContractRestServiceBuilder.addContract(Integer tenantId,
Contract contract) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Contract> |
ContractRestServiceBuilder.getContract(Integer tenantId,
Long id) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Contract>> |
ContractRestServiceBuilder.getContractList(Integer tenantId) |
List<Contract> |
ContractRestService.getContractList(Integer tenantId) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Contract,Contract> |
ContractRestServiceBuilder.updateContract(Integer tenantId,
Contract contract) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Contract,Contract> |
ContractRestServiceBuilder.updateContract(Integer tenantId,
Contract contract) |
| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Contract,Contract> |
ContractRestServiceBuilder.addContract(Integer tenantId,
Contract contract) |
Contract |
ContractRestService.addContract(Integer tenantId,
Contract contract) |
static com.google.gwt.http.client.Request |
ContractRestServiceBuilder.addContract(Integer tenantId,
Contract contract,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Contract> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Contract,Contract> |
ContractRestServiceBuilder.updateContract(Integer tenantId,
Contract contract) |
Contract |
ContractRestService.updateContract(Integer tenantId,
Contract contract) |
static com.google.gwt.http.client.Request |
ContractRestServiceBuilder.updateContract(Integer tenantId,
Contract contract,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Contract> _callback_) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.http.client.Request |
ContractRestServiceBuilder.addContract(Integer tenantId,
Contract contract,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Contract> _callback_) |
static com.google.gwt.http.client.Request |
ContractRestServiceBuilder.getContract(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Contract> _callback_) |
static com.google.gwt.http.client.Request |
ContractRestServiceBuilder.getContractList(Integer tenantId,
com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Contract>> _callback_) |
static com.google.gwt.http.client.Request |
ContractRestServiceBuilder.updateContract(Integer tenantId,
Contract contract,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Contract> _callback_) |
| Modifier and Type | Method and Description |
|---|---|
Contract |
Employee.getContract() |
| Modifier and Type | Method and Description |
|---|---|
void |
Employee.setContract(Contract contract) |
| Constructor and Description |
|---|
Employee(Integer tenantId,
String name,
Contract contract,
Set<Skill> skillProficiencySet) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.