| Modifier and Type | Method and Description |
|---|---|
Set<Skill> |
Employee.getSkillProficiencySet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Employee.hasSkill(Skill skill) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Employee.hasSkills(Collection<Skill> skills) |
void |
Employee.setSkillProficiencySet(Set<Skill> skillProficiencySet) |
| Constructor and Description |
|---|
Employee(Integer tenantId,
String name,
Contract contract,
Set<Skill> skillProficiencySet) |
| Modifier and Type | Method and Description |
|---|---|
List<Skill> |
Roster.getSkillList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Roster.setSkillList(List<Skill> skillList) |
| Constructor and Description |
|---|
Roster(Long id,
Integer tenantId,
List<Skill> skillList,
List<Spot> spotList,
List<Employee> employeeList,
List<EmployeeAvailability> employeeAvailabilityList,
RosterParametrization rosterParametrization,
RosterState rosterState,
List<Shift> shiftList) |
| Modifier and Type | Method and Description |
|---|---|
Skill |
SkillRestService.addSkill(Integer tenantId,
Skill skill) |
Skill |
SkillRestService.getSkill(Integer tenantId,
Long id) |
Skill |
SkillRestService.updateSkill(Integer tenantId,
Skill skill) |
| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Skill,Skill> |
SkillRestServiceBuilder.addSkill(Integer tenantId,
Skill skill) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Skill,Skill> |
SkillRestServiceBuilder.addSkill(Integer tenantId,
Skill skill) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Skill> |
SkillRestServiceBuilder.getSkill(Integer tenantId,
Long id) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Skill>> |
SkillRestServiceBuilder.getSkillList(Integer tenantId) |
List<Skill> |
SkillRestService.getSkillList(Integer tenantId) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Skill,Skill> |
SkillRestServiceBuilder.updateSkill(Integer tenantId,
Skill skill) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Skill,Skill> |
SkillRestServiceBuilder.updateSkill(Integer tenantId,
Skill skill) |
| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Skill,Skill> |
SkillRestServiceBuilder.addSkill(Integer tenantId,
Skill skill) |
Skill |
SkillRestService.addSkill(Integer tenantId,
Skill skill) |
static com.google.gwt.http.client.Request |
SkillRestServiceBuilder.addSkill(Integer tenantId,
Skill skill,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Skill> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Skill,Skill> |
SkillRestServiceBuilder.updateSkill(Integer tenantId,
Skill skill) |
Skill |
SkillRestService.updateSkill(Integer tenantId,
Skill skill) |
static com.google.gwt.http.client.Request |
SkillRestServiceBuilder.updateSkill(Integer tenantId,
Skill skill,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Skill> _callback_) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.http.client.Request |
SkillRestServiceBuilder.addSkill(Integer tenantId,
Skill skill,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Skill> _callback_) |
static com.google.gwt.http.client.Request |
SkillRestServiceBuilder.getSkill(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Skill> _callback_) |
static com.google.gwt.http.client.Request |
SkillRestServiceBuilder.getSkillList(Integer tenantId,
com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Skill>> _callback_) |
static com.google.gwt.http.client.Request |
SkillRestServiceBuilder.updateSkill(Integer tenantId,
Skill skill,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Skill> _callback_) |
| Modifier and Type | Method and Description |
|---|---|
Set<Skill> |
Spot.getRequiredSkillSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
Spot.setRequiredSkillSet(Set<Skill> requiredSkillSet) |
| Constructor and Description |
|---|
Spot(Integer tenantId,
String name,
Set<Skill> requiredSkillSet) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.