public interface ILogicContext
| Modifier and Type | Method and Description |
|---|---|
QDataContext |
dc() |
<L> L |
get(Class<L> classClass) |
<L extends ILogic> |
get(Class<L> clz,
Object reference) |
<L extends ILogic,K,T extends IIdentifyable<K>> |
get(Class<L> clz,
T instance) |
ProblemModel |
getErrorModel() |
<T extends ILogic,K,V extends IIdentifyable<K>> |
register(Class<?> registrationType,
T logicClass,
V dataClass) |
@Nonnull QDataContext dc()
@Nonnull <L extends ILogic,K,T extends IIdentifyable<K>> L get(@Nonnull Class<L> clz, @Nonnull T instance) throws Exception
Exception<T extends ILogic,K,V extends IIdentifyable<K>> void register(Class<?> registrationType, T logicClass, V dataClass)
<L extends ILogic> L get(@Nonnull Class<L> clz, Object reference) throws Exception
Exception@Nonnull ProblemModel getErrorModel()
Copyright © 2017 etc.to. All rights reserved.