public final class ContractRestServiceBuilder extends Object
ContractRestService.| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Contract,Contract> |
addContract(Integer tenantId,
Contract contract) |
static com.google.gwt.http.client.Request |
addContract(Integer tenantId,
Contract contract,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Contract> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Contract> |
getContract(Integer tenantId,
Long id) |
static com.google.gwt.http.client.Request |
getContract(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Contract> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Contract>> |
getContractList(Integer tenantId) |
static com.google.gwt.http.client.Request |
getContractList(Integer tenantId,
com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Contract>> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> |
removeContract(Integer tenantId,
Long id) |
static com.google.gwt.http.client.Request |
removeContract(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Boolean> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Contract,Contract> |
updateContract(Integer tenantId,
Contract contract) |
static com.google.gwt.http.client.Request |
updateContract(Integer tenantId,
Contract contract,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Contract> _callback_) |
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Contract>> getContractList(Integer tenantId)
public static final com.google.gwt.http.client.Request getContractList(Integer tenantId, com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Contract>> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Contract> getContract(Integer tenantId, Long id)
public static final com.google.gwt.http.client.Request getContract(Integer tenantId, Long id, com.github.nmorel.gwtjackson.rest.api.RestCallback<Contract> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Contract,Contract> addContract(Integer tenantId, Contract contract)
public static final com.google.gwt.http.client.Request addContract(Integer tenantId, Contract contract, com.github.nmorel.gwtjackson.rest.api.RestCallback<Contract> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Contract,Contract> updateContract(Integer tenantId, Contract contract)
public static final com.google.gwt.http.client.Request updateContract(Integer tenantId, Contract contract, com.github.nmorel.gwtjackson.rest.api.RestCallback<Contract> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> removeContract(Integer tenantId, Long id)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.