I
- type of the BO taking the role of scheduler itemsC
- type of the BO taking the role of scheduler contactsG
- type of the Object taking the role of scheduler groups. If unused, will be set to "Void".public class FSchedulerBOModel<I extends BO,C extends BO,G>
extends de.ipcon.swing.scheduler.SchedulerModel<I,C,G>
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,com.mindfusion.scheduling.model.Contact> |
getAllContacts() |
java.util.Map<java.lang.String,de.ipcon.swing.scheduler.Group> |
getAllGroups() |
java.util.Map<java.lang.String,com.mindfusion.scheduling.model.Item> |
getItemsInRange(java.time.LocalDateTime start,
java.time.LocalDateTime end) |
static <I extends BO,C extends BO,G> |
of(ClientContextI ctx,
SchemaI schema,
java.util.function.Supplier<Transaction> rootTx,
BO rootBO,
java.lang.String contactAttr,
FSchedulerBOMapper<I,C,G> mapper) |
void |
refreshI(BO bo) |
void |
setNewItemFunc(TriFunction<BO,java.time.LocalDateTime,java.time.LocalDateTime,BO> newItemFunc) |
void |
verifyMapper(boolean viewOnly)
checks that the attributes used for settable values exist and are actually settable (if used in a non-view only context)
|
public static <I extends BO,C extends BO,G> FSchedulerBOModel<I,C,G> of(ClientContextI ctx, SchemaI schema, java.util.function.Supplier<Transaction> rootTx, BO rootBO, java.lang.String contactAttr, FSchedulerBOMapper<I,C,G> mapper)
public void setNewItemFunc(TriFunction<BO,java.time.LocalDateTime,java.time.LocalDateTime,BO> newItemFunc)
public void verifyMapper(boolean viewOnly)
viewOnly
- public void refreshI(BO bo)
public java.util.Map<java.lang.String,com.mindfusion.scheduling.model.Item> getItemsInRange(java.time.LocalDateTime start, java.time.LocalDateTime end)
public java.util.Map<java.lang.String,com.mindfusion.scheduling.model.Contact> getAllContacts()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.