I
- the type of the BO that takes the role of the itemsC
- the type of the BO that takes the role of the contacts.G
- the type of object that takes the role of groups. May be set to Void (unused) or to a scalar type (Integer, String)public class FSchedulerBOMapper<I extends BO,C extends BO,G>
extends de.ipcon.swing.scheduler.SchedulerMapper<I,C,G>
Modifier and Type | Method and Description |
---|---|
boolean |
canUseItemQuery() |
ContactBOMapper<C,I,G> |
contactMapper() |
GroupBOMapper<G> |
groupMapper() |
ItemBOMapper<I,C,G> |
itemMapper() |
static <I extends BO,C extends BO> |
ofClasses(java.lang.Class<I> itemClazz,
java.lang.Class<C> contactClazz) |
static <I extends BO,C extends BO,G> |
ofClasses(java.lang.Class<I> itemClazz,
java.lang.Class<C> contactClazz,
java.lang.Class<G> groupClass) |
public static <I extends BO,C extends BO> FSchedulerBOMapper<I,C,java.lang.Void> ofClasses(java.lang.Class<I> itemClazz, java.lang.Class<C> contactClazz)
public static <I extends BO,C extends BO,G> FSchedulerBOMapper<I,C,G> ofClasses(java.lang.Class<I> itemClazz, java.lang.Class<C> contactClazz, java.lang.Class<G> groupClass)
public ItemBOMapper<I,C,G> itemMapper()
public ContactBOMapper<C,I,G> contactMapper()
public GroupBOMapper<G> groupMapper()
public boolean canUseItemQuery()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.