| Modifier and Type | Method and Description |
|---|---|
Tenant |
RosterState.getTenant() |
| Modifier and Type | Method and Description |
|---|---|
void |
RosterState.setTenant(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
RosterStateView.getTenant() |
| Modifier and Type | Method and Description |
|---|---|
void |
RosterStateView.setTenant(Tenant tenant) |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
RosterGenerator.createTenant(RosterGenerator.GeneratorType generatorType,
int employeeListSize) |
| Modifier and Type | Method and Description |
|---|---|
RosterState |
RosterGenerator.createRosterState(RosterGenerator.GeneratorType generatorType,
Tenant tenant,
ZoneId zoneId,
int lengthInDays) |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
TenantService.createTenant(RosterStateView initialRosterStateView) |
Tenant |
TenantService.getTenant(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Tenant> |
TenantController.createTenant(@Valid RosterStateView initialRosterStateView) |
List<Tenant> |
TenantRepository.findAll() |
org.springframework.http.ResponseEntity<Tenant> |
TenantController.getTenant(@Min(value=0L) Integer id) |
List<Tenant> |
TenantService.getTenantList() |
org.springframework.http.ResponseEntity<List<Tenant>> |
TenantController.getTenantList() |
Copyright © 2017–2021 JBoss by Red Hat. All rights reserved.