Class ThresholdValueProviderFactoryImpl
java.lang.Object
ch.tocco.nice2.optional.qualification.impl.action.thresholdedit.providers.ThresholdValueProviderFactoryImpl
- All Implemented Interfaces:
ThresholdValueProviderFactory
@Component
public class ThresholdValueProviderFactoryImpl
extends Object
implements ThresholdValueProviderFactory
-
Constructor Summary
ConstructorDescriptionThresholdValueProviderFactoryImpl
(QualificationService qualificationService, QualificationBeanFactory qualificationBeanFactory, Context context) -
Method Summary
-
Constructor Details
-
ThresholdValueProviderFactoryImpl
public ThresholdValueProviderFactoryImpl(QualificationService qualificationService, QualificationBeanFactory qualificationBeanFactory, Context context)
-
-
Method Details
-
getProvider
- Specified by:
getProvider
in interfaceThresholdValueProviderFactory
- Parameters:
entity
- the entity that needs to be wrapped- Returns:
- a ThresholdValueProvider fitting the provided entity
-