| Package | Description |
|---|---|
| org.jrebirth.af.api.component.basic |
Provides base classes to create JRebirth EnhancedComponent.
|
| org.jrebirth.af.api.facade |
Provide APi to manage JRebirth internal Facades.
|
| org.jrebirth.af.api.key |
Provides EnhancedComponent Key classes.
|
| org.jrebirth.af.api.link |
Provides link classes.
|
| Modifier and Type | Method and Description |
|---|---|
UniqueKey<C> |
InnerComponent.key()
Return the key of the model.
|
| Modifier and Type | Method and Description |
|---|---|
UniqueKey<R> |
FacadeReady.key() |
| Modifier and Type | Method and Description |
|---|---|
<E extends R> |
Facade.exists(UniqueKey<E> uniqueKey)
Check if the component has already been created and stored.
|
void |
FacadeReady.key(UniqueKey<R> key) |
<E extends R> |
Facade.register(UniqueKey<E> uniqueKey,
E readyObject)
Register a new ready object component.
|
<E extends R> |
Facade.retrieve(UniqueKey<E> uniqueKey)
Retrieve a ready object component.
|
<E extends R> |
Facade.retrieveFilter(UniqueKey<E> uniqueKey)
Return the list of component that have the same classField than the given key.
|
<E extends R> |
Facade.retrieveMany(UniqueKey<E> uniqueKey)
Retrieve a ready object component.
|
<E extends R> |
Facade.unregister(UniqueKey<E> uniqueKey)
Unregister a new ready object component.
|
| Modifier and Type | Method and Description |
|---|---|
UniqueKey<? super R> |
UniqueKey.registrationKey()
Gets the registration key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UniqueKey.registrationKey(UniqueKey<? super R> registrationKey)
Sets the registration key.
|
| Modifier and Type | Method and Description |
|---|---|
<C extends Command> |
CommandReady.getCommand(UniqueKey<C> commandKey)
Return the command singleton or part of multiton according to
UniqueKey. |
<C extends Command> |
CommandReady.getCommands(UniqueKey<C> commandKey)
Return the list of command singleton or part of multiton according to
UniqueKey. |
<M extends Model> |
ModelReady.getModel(UniqueKey<M> modelKey)
Return the model singleton or part of multiton according to
UniqueKey. |
<M extends Model> |
ModelReady.getModels(UniqueKey<M> modelKey)
Return the list of model singleton or part of multiton according to
UniqueKey. |
<S extends Service> |
ServiceReady.getService(UniqueKey<S> serviceKey)
Return the service singleton or part of multiton according to
UniqueKey. |
<S extends Service> |
ServiceReady.getServices(UniqueKey<S> serviceKey)
Return the list of service singleton or part of multiton according to
UniqueKey. |
Copyright © 2011–2018 JRebirth OSS. All rights reserved.