| 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 |
|---|---|
Set<Skill> |
EmployeeView.getSkillProficiencySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmployeeView.setSkillProficiencySet(Set<Skill> skillProficiencySet) |
| Constructor and Description |
|---|
EmployeeView(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,
RosterConstraintConfiguration rosterConstraintConfiguration,
List<Skill> skillList,
List<Spot> spotList,
List<Employee> employeeList,
List<EmployeeAvailability> employeeAvailabilityList,
RosterState rosterState,
List<Shift> shiftList) |
Roster(Long id,
Integer tenantId,
RosterConstraintConfiguration rosterConstraintConfiguration,
List<Skill> skillList,
List<Spot> spotList,
List<Employee> employeeList,
List<EmployeeAvailability> employeeAvailabilityList,
RosterState rosterState,
List<Shift> shiftList,
boolean isNondisruptivePlanning,
OffsetDateTime nondisruptiveReplanFrom) |
| Modifier and Type | Method and Description |
|---|---|
Set<Skill> |
ShiftTemplate.getRequiredSkillSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShiftTemplate.setRequiredSkillSet(Set<Skill> requiredSkillSet) |
| Constructor and Description |
|---|
ShiftTemplate(Integer rotationLength,
ShiftTemplateView shiftTemplateView,
Spot spot,
Employee rotationEmployee,
Collection<Skill> requiredSkillSet) |
ShiftTemplate(Integer tenantId,
Spot spot,
int startDayOffset,
LocalTime startTime,
int endDayOffset,
LocalTime endTime,
Employee rotationEmployee,
Collection<Skill> requiredSkillSet) |
| Modifier and Type | Method and Description |
|---|---|
Set<Skill> |
Shift.getRequiredSkillSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
Shift.setRequiredSkillSet(Set<Skill> requiredSkillSet) |
| Constructor and Description |
|---|
Shift(Integer tenantId,
Spot spot,
OffsetDateTime startDateTime,
OffsetDateTime endDateTime,
Employee rotationEmployee,
Set<Skill> requiredSkillSet,
Employee originalEmployee) |
Shift(ZoneId zoneId,
ShiftView shiftView,
Spot spot,
Employee rotationEmployee,
Set<Skill> requiredSkillSet,
Employee originalEmployee) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Set<Skill> |
SpotView.getRequiredSkillSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpotView.setRequiredSkillSet(Set<Skill> requiredSkillSet) |
| Constructor and Description |
|---|
SpotView(Integer tenantId,
String name,
Set<Skill> requiredSkillSet) |
| Modifier and Type | Method and Description |
|---|---|
List<Skill> |
RosterGenerator.createSkillList(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
int size) |
| Modifier and Type | Method and Description |
|---|---|
List<Employee> |
RosterGenerator.createEmployeeList(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
int size,
List<Contract> contractList,
List<Skill> generalSkillList) |
List<ShiftTemplate> |
RosterGenerator.createShiftTemplateList(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
RosterState rosterState,
List<Spot> spotList,
List<Employee> employeeList,
List<Skill> skillList) |
List<Spot> |
RosterGenerator.createSpotList(RosterGenerator.GeneratorType generatorType,
Integer tenantId,
int size,
List<Skill> skillList) |
| Modifier and Type | Method and Description |
|---|---|
Skill |
SkillService.convertFromView(Integer tenantId,
SkillView skillView) |
Skill |
SkillService.createSkill(Integer tenantId,
SkillView skillView) |
Skill |
SkillService.getSkill(Integer tenantId,
Long id) |
Skill |
SkillService.updateSkill(Integer tenantId,
SkillView skillView) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Skill> |
SkillController.createSkill(@Min(value=0L) Integer tenantId,
@Valid SkillView skillView) |
List<Skill> |
SkillRepository.findAllByTenantId(Integer tenantId) |
org.springframework.http.ResponseEntity<Skill> |
SkillController.getSkill(@Min(value=0L) Integer tenantId,
@Min(value=0L) Long id) |
List<Skill> |
SkillService.getSkillList(Integer tenantId) |
org.springframework.http.ResponseEntity<List<Skill>> |
SkillController.getSkillList(@Min(value=0L) Integer tenantId) |
org.springframework.http.ResponseEntity<Skill> |
SkillController.updateSkill(@Min(value=0L) Integer tenantId,
@Valid SkillView skillView) |
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.