| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<List<Spot>,ShiftRosterView> |
RosterRestServiceBuilder.getShiftRosterViewFor(Integer tenantId,
String startDateString,
String endDateString,
List<Spot> spots) |
List<Spot> |
Roster.getSpotList() |
| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<List<Spot>,ShiftRosterView> |
RosterRestServiceBuilder.getShiftRosterViewFor(Integer tenantId,
String startDateString,
String endDateString,
List<Spot> spots) |
ShiftRosterView |
RosterRestService.getShiftRosterViewFor(Integer tenantId,
String startDateString,
String endDateString,
List<Spot> spots) |
static com.google.gwt.http.client.Request |
RosterRestServiceBuilder.getShiftRosterViewFor(Integer tenantId,
String startDateString,
String endDateString,
List<Spot> spots,
com.github.nmorel.gwtjackson.rest.api.RestCallback<ShiftRosterView> _callback_) |
void |
Roster.setSpotList(List<Spot> spotList) |
| 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 | Field and Description |
|---|---|
protected List<Spot> |
AbstractRosterView.spotList |
| Modifier and Type | Method and Description |
|---|---|
List<Spot> |
AbstractRosterView.getSpotList() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRosterView.setSpotList(List<Spot> spotList) |
| Modifier and Type | Method and Description |
|---|---|
Spot |
ShiftTemplate.getSpot() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShiftTemplate.setSpot(Spot spot) |
| Constructor and Description |
|---|
ShiftTemplate(Integer rotationLength,
ShiftTemplateView shiftTemplateView,
Spot spot,
Employee rotationEmployee) |
ShiftTemplate(Integer tenantId,
Spot spot,
int startDayOffset,
LocalTime startTime,
int endDayOffset,
LocalTime endTime) |
ShiftTemplate(Integer tenantId,
Spot spot,
int startDayOffset,
LocalTime startTime,
int endDayOffset,
LocalTime endTime,
Employee rotationEmployee) |
| Modifier and Type | Method and Description |
|---|---|
List<Spot> |
RotationView.getSpotList() |
| Modifier and Type | Method and Description |
|---|---|
void |
RotationView.setSpotList(List<Spot> spotList) |
| Modifier and Type | Method and Description |
|---|---|
Spot |
Shift.getSpot() |
| Modifier and Type | Method and Description |
|---|---|
void |
Shift.setSpot(Spot spot) |
| Constructor and Description |
|---|
Shift(Integer tenantId,
Spot spot,
OffsetDateTime startDateTime,
OffsetDateTime endDateTime) |
Shift(Integer tenantId,
Spot spot,
OffsetDateTime startDateTime,
OffsetDateTime endDateTime,
Employee rotationEmployee) |
Shift(ZoneId zoneId,
ShiftView shiftView,
Spot spot) |
Shift(ZoneId zoneId,
ShiftView shiftView,
Spot spot,
Employee rotationEmployee) |
| Constructor and Description |
|---|
ShiftView(Integer tenantId,
Spot spot,
LocalDateTime startDateTime,
LocalDateTime endDateTime) |
ShiftView(Integer tenantId,
Spot spot,
LocalDateTime startDateTime,
LocalDateTime endDateTime,
Employee rotationEmployee) |
| Modifier and Type | Method and Description |
|---|---|
Spot |
SpotRestService.addSpot(Integer tenantId,
Spot spot) |
Spot |
SpotRestService.getSpot(Integer tenantId,
Long id) |
Spot |
SpotRestService.updateSpot(Integer tenantId,
Spot spot) |
| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Spot,Spot> |
SpotRestServiceBuilder.addSpot(Integer tenantId,
Spot spot) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Spot,Spot> |
SpotRestServiceBuilder.addSpot(Integer tenantId,
Spot spot) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,Spot> |
SpotRestServiceBuilder.getSpot(Integer tenantId,
Long id) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Void,List<Spot>> |
SpotRestServiceBuilder.getSpotList(Integer tenantId) |
List<Spot> |
SpotRestService.getSpotList(Integer tenantId) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Spot,Spot> |
SpotRestServiceBuilder.updateSpot(Integer tenantId,
Spot spot) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Spot,Spot> |
SpotRestServiceBuilder.updateSpot(Integer tenantId,
Spot spot) |
| Modifier and Type | Method and Description |
|---|---|
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Spot,Spot> |
SpotRestServiceBuilder.addSpot(Integer tenantId,
Spot spot) |
Spot |
SpotRestService.addSpot(Integer tenantId,
Spot spot) |
static com.google.gwt.http.client.Request |
SpotRestServiceBuilder.addSpot(Integer tenantId,
Spot spot,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Spot> _callback_) |
static com.github.nmorel.gwtjackson.rest.api.RestRequestBuilder<Spot,Spot> |
SpotRestServiceBuilder.updateSpot(Integer tenantId,
Spot spot) |
Spot |
SpotRestService.updateSpot(Integer tenantId,
Spot spot) |
static com.google.gwt.http.client.Request |
SpotRestServiceBuilder.updateSpot(Integer tenantId,
Spot spot,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Spot> _callback_) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gwt.http.client.Request |
SpotRestServiceBuilder.addSpot(Integer tenantId,
Spot spot,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Spot> _callback_) |
static com.google.gwt.http.client.Request |
SpotRestServiceBuilder.getSpot(Integer tenantId,
Long id,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Spot> _callback_) |
static com.google.gwt.http.client.Request |
SpotRestServiceBuilder.getSpotList(Integer tenantId,
com.github.nmorel.gwtjackson.rest.api.RestCallback<List<Spot>> _callback_) |
static com.google.gwt.http.client.Request |
SpotRestServiceBuilder.updateSpot(Integer tenantId,
Spot spot,
com.github.nmorel.gwtjackson.rest.api.RestCallback<Spot> _callback_) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.