public final class EmployeeRestServiceBuilder extends Object
EmployeeRestService.| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Employee,Employee> |
addEmployee(Integer tenantId,
Employee employee) |
static com.google.gwt.http.client.Request |
addEmployee(Integer tenantId,
Employee employee,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Employee> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<EmployeeAvailabilityView,EmployeeAvailabilityView> |
addEmployeeAvailability(Integer tenantId,
EmployeeAvailabilityView employeeAvailability) |
static com.google.gwt.http.client.Request |
addEmployeeAvailability(Integer tenantId,
EmployeeAvailabilityView employeeAvailability,
com.github.nmorel.gwtjackson.rest.api.RestCallback<EmployeeAvailabilityView> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Employee> |
getEmployee(Integer tenantId,
Long id) |
static com.google.gwt.http.client.Request |
getEmployee(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Employee> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Employee>> |
getEmployeeList(Integer tenantId) |
static com.google.gwt.http.client.Request |
getEmployeeList(Integer tenantId,
com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Employee>> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> |
removeEmployee(Integer tenantId,
Long id) |
static com.google.gwt.http.client.Request |
removeEmployee(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Boolean> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> |
removeEmployeeAvailability(Integer tenantId,
Long id) |
static com.google.gwt.http.client.Request |
removeEmployeeAvailability(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Boolean> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Employee,Employee> |
updateEmployee(Integer tenantId,
Employee employee) |
static com.google.gwt.http.client.Request |
updateEmployee(Integer tenantId,
Employee employee,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Employee> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<EmployeeAvailabilityView,EmployeeAvailabilityView> |
updateEmployeeAvailability(Integer tenantId,
EmployeeAvailabilityView employeeAvailability) |
static com.google.gwt.http.client.Request |
updateEmployeeAvailability(Integer tenantId,
EmployeeAvailabilityView employeeAvailability,
com.github.nmorel.gwtjackson.rest.api.RestCallback<EmployeeAvailabilityView> _callback_) |
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Employee>> getEmployeeList(Integer tenantId)
public static final com.google.gwt.http.client.Request getEmployeeList(Integer tenantId, com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Employee>> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Employee> getEmployee(Integer tenantId, Long id)
public static final com.google.gwt.http.client.Request getEmployee(Integer tenantId, Long id, com.github.nmorel.gwtjackson.rest.api.RestCallback<Employee> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Employee,Employee> addEmployee(Integer tenantId, Employee employee)
public static final com.google.gwt.http.client.Request addEmployee(Integer tenantId, Employee employee, com.github.nmorel.gwtjackson.rest.api.RestCallback<Employee> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Employee,Employee> updateEmployee(Integer tenantId, Employee employee)
public static final com.google.gwt.http.client.Request updateEmployee(Integer tenantId, Employee employee, com.github.nmorel.gwtjackson.rest.api.RestCallback<Employee> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> removeEmployee(Integer tenantId, Long id)
public static final com.google.gwt.http.client.Request removeEmployee(Integer tenantId, Long id, com.github.nmorel.gwtjackson.rest.api.RestCallback<Boolean> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<EmployeeAvailabilityView,EmployeeAvailabilityView> addEmployeeAvailability(Integer tenantId, EmployeeAvailabilityView employeeAvailability)
public static final com.google.gwt.http.client.Request addEmployeeAvailability(Integer tenantId, EmployeeAvailabilityView employeeAvailability, com.github.nmorel.gwtjackson.rest.api.RestCallback<EmployeeAvailabilityView> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<EmployeeAvailabilityView,EmployeeAvailabilityView> updateEmployeeAvailability(Integer tenantId, EmployeeAvailabilityView employeeAvailability)
public static final com.google.gwt.http.client.Request updateEmployeeAvailability(Integer tenantId, EmployeeAvailabilityView employeeAvailability, com.github.nmorel.gwtjackson.rest.api.RestCallback<EmployeeAvailabilityView> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> removeEmployeeAvailability(Integer tenantId, Long id)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.