Package ch.tocco.nice2.netui.spi.bind
Interface CustomDataProviderService
- All Known Implementing Classes:
CustomDataProviderServiceImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetCustomDataProvider
(String providerName) Deprecated.provide theCustomDataProvider
which are available in the application.
-
Method Details
-
getCustomDataProvider
Deprecated.provide theCustomDataProvider
which are available in the application. Note that this method will remove the String "custom:" itself. If it finds noCustomDataProvider
with the given name, it will throw aRuntimeException
.- Parameters:
providerName
- the name of theCustomDataProvider
that should be returned- Returns:
- an instance of a
CustomDataProvider
-