- All Known Implementing Classes:
DefaultGuiProviderFactory
public interface GuiProviderFactory
A factory for
GuiProviders.- Author:
- harald
-
Method Summary
Modifier and TypeMethodDescription<T extends PersistentDomainObject<T>>
GuiProvider<T>createGuiProvider(T pdo) Creates a service object that provides methods related to the rdc gui.static GuiProviderFactoryThe singleton.
-
Method Details
-
getInstance
The singleton.- Returns:
- the singleton
-
createGuiProvider
Creates a service object that provides methods related to the rdc gui.Throws a
PdoRuntimeExceptionif provider could not be created.- Type Parameters:
T- the PDO's class- Parameters:
pdo- the PDO- Returns:
- the GUI provider, never null
-