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