Class TermsConditionServiceImpl
java.lang.Object
ch.tocco.nice2.widget.impl.terms.TermsConditionServiceImpl
- All Implemented Interfaces:
TermsConditionService
-
Nested Class Summary
Nested classes/interfaces inherited from interface TermsConditionService
TermsConditionService.TermsData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadTermsConfiguration(String type, @Nullable Entity sourceEntity, @Nullable Entity widgetConfig) loadTermsConfigurations(@Nullable Entity sourceEntity, @Nullable Entity widgetConfig) voidsetTermsConditionResolvers(List<TermsConditionResolver> termsConditionResolvers)
-
Constructor Details
-
TermsConditionServiceImpl
-
-
Method Details
-
loadTermsConfigurations
public List<TermsConditionService.TermsData> loadTermsConfigurations(@Nullable Entity sourceEntity, @Nullable Entity widgetConfig) - Specified by:
loadTermsConfigurationsin interfaceTermsConditionService
-
loadTermsConfiguration
public Optional<TermsConditionService.TermsData> loadTermsConfiguration(String type, @Nullable Entity sourceEntity, @Nullable Entity widgetConfig) - Specified by:
loadTermsConfigurationin interfaceTermsConditionService
-
setTermsConditionResolvers
@Autowired(required=false) public void setTermsConditionResolvers(List<TermsConditionResolver> termsConditionResolvers)
-