| Modifier and Type | Class and Description |
|---|---|
class |
AvailabilityGridObject |
class |
ShiftGridObject |
| Modifier and Type | Method and Description |
|---|---|
protected Function<LocalDateTime,HasGridObjects<LocalDateTime,AvailabilityRosterMetadata>> |
AvailabilityRosterPageViewport.getInstanceCreator(AvailabilityRosterView view,
Long laneId) |
| Modifier and Type | Class and Description |
|---|---|
class |
ShiftTemplateModel |
| Modifier and Type | Method and Description |
|---|---|
protected Function<LocalDateTime,HasGridObjects<LocalDateTime,RotationMetadata>> |
RotationPageViewport.getInstanceCreator(RotationView view,
Long laneId) |
| Modifier and Type | Method and Description |
|---|---|
protected Function<LocalDateTime,HasGridObjects<LocalDateTime,ShiftRosterMetadata>> |
ShiftRosterPageViewport.getInstanceCreator(ShiftRosterView view,
Long laneId) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Function<LocalDateTime,HasGridObjects<LocalDateTime,M>> |
DateTimeViewport.getInstanceCreator(T view,
Long laneId) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SingleGridObject<T,M> |
| Modifier and Type | Method and Description |
|---|---|
<Y extends HasGridObjects<T,M>> |
Lane.addOrUpdateGridObject(Class<? extends Y> clazz,
Long id,
Supplier<Y> gridObjectSupplier,
Function<Y,Void> updater) |
<Y extends HasGridObjects<T,M>> |
Lane.filterGridObjects(Class<Y> clazz,
Predicate<Y> predicate)
Removes grid objects of type clazz that does not match predicate
|
<Y extends HasGridObjects<T,M>> |
Lane.getGridObjects(Class<? extends Y> clazz) |
<Y extends HasGridObjects<T,M>> |
Lane.updateGridObject(Class<? extends Y> clazz,
Long id,
Function<Y,Void> updater) |
| Modifier and Type | Method and Description |
|---|---|
void |
Lane.addGridObject(HasGridObjects<T,M> gridObjectsToAdd) |
void |
Lane.moveAddedGridObjectToIdMap(HasGridObjects<T,M> addedGridObject) |
void |
Lane.removeGridObject(HasGridObjects<T,M> gridObjects) |
| Modifier and Type | Method and Description |
|---|---|
Lane<T,M> |
Lane.withGridObjectCreator(Function<T,HasGridObjects<T,M>> creator) |
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.