-
- All Known Implementing Classes:
DefaultGuiProviderFactory
public interface GuiProviderFactoryA factory forGuiProviders.- Author:
- harald
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends org.tentackle.pdo.PersistentDomainObject<T>>
GuiProvider<T>createGuiProvider(T pdo)Creates a service object that provides methods related to the rdc gui.static GuiProviderFactorygetInstance()The singleton.
-
-
-
Method Detail
-
getInstance
static GuiProviderFactory getInstance()
The singleton.- Returns:
- the singleton
-
createGuiProvider
<T extends org.tentackle.pdo.PersistentDomainObject<T>> GuiProvider<T> createGuiProvider(T pdo)
Creates a service object that provides methods related to the rdc gui.- Type Parameters:
T- the PDO's class- Parameters:
pdo- the PDO- Returns:
- the service object
-
-