public abstract class AbstractGuiProviderFactory extends Object implements GuiProviderFactory
| Constructor and Description |
|---|
AbstractGuiProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T extends PersistentDomainObject<T>> |
createGuiProvider(T pdo)
Creates a service object that provides methods related to the rdc gui.
|
abstract org.tentackle.reflect.ClassMapper |
getGuiMapper()
Gets the GUI-service class mapper associated to this factory.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstancepublic abstract org.tentackle.reflect.ClassMapper getGuiMapper()
public <T extends PersistentDomainObject<T>> GuiProvider<T> createGuiProvider(T pdo)
GuiProviderFactorycreateGuiProvider in interface GuiProviderFactoryT - the PDO's classpdo - the PDOTentackle - distributed, domain- and model-driven