public final class SkillRestServiceBuilder extends Object
SkillRestService.| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Skill,Skill> |
addSkill(Integer tenantId,
Skill skill) |
static com.google.gwt.http.client.Request |
addSkill(Integer tenantId,
Skill skill,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Skill> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Skill> |
getSkill(Integer tenantId,
Long id) |
static com.google.gwt.http.client.Request |
getSkill(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Skill> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Skill>> |
getSkillList(Integer tenantId) |
static com.google.gwt.http.client.Request |
getSkillList(Integer tenantId,
com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Skill>> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> |
removeSkill(Integer tenantId,
Long id) |
static com.google.gwt.http.client.Request |
removeSkill(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Boolean> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Skill,Skill> |
updateSkill(Integer tenantId,
Skill skill) |
static com.google.gwt.http.client.Request |
updateSkill(Integer tenantId,
Skill skill,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Skill> _callback_) |
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Skill>> getSkillList(Integer tenantId)
public static final com.google.gwt.http.client.Request getSkillList(Integer tenantId, com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Skill>> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Skill> getSkill(Integer tenantId, Long id)
public static final com.google.gwt.http.client.Request getSkill(Integer tenantId, Long id, com.github.nmorel.gwtjackson.rest.api.RestCallback<Skill> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Skill,Skill> addSkill(Integer tenantId, Skill skill)
public static final com.google.gwt.http.client.Request addSkill(Integer tenantId, Skill skill, com.github.nmorel.gwtjackson.rest.api.RestCallback<Skill> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Skill,Skill> updateSkill(Integer tenantId, Skill skill)
public static final com.google.gwt.http.client.Request updateSkill(Integer tenantId, Skill skill, com.github.nmorel.gwtjackson.rest.api.RestCallback<Skill> _callback_)
public static final com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Boolean> removeSkill(Integer tenantId, Long id)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.