| Interface | Description |
|---|---|
| IClassLogic |
Marker interface for any logic class.
|
| IInstanceLogic<T extends IIdentifyable<?>> |
Marker interface for any logic class wrapping data instance T.
|
| ILifecycleListener | |
| ILogic | |
| ILogicContext |
Created by jal on 11/8/14.
|
| ILogiInjector |
If an injection framework is used, this should handle the two
injection methods: object creation and object member injection.
|
| Class | Description |
|---|---|
| BcBase |
Base class for all
LogicContextImpl class wrappers. |
| LogicContextImpl |
This context class encapsulates instantiated business logic classes, and cache data used by those
classes.
|
Copyright © 2017 etc.to. All rights reserved.