public interface GuiProviderFactory
GuiProviders.| 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.
|
static GuiProviderFactory |
getInstance()
The singleton.
|
static GuiProviderFactory getInstance()
<T extends PersistentDomainObject<T>> GuiProvider<T> createGuiProvider(T pdo)
T - the PDO's classpdo - the PDOTentackle - a domain driven enterprise framework