Interface TermsConditionService
- All Known Implementing Classes:
TermsConditionServiceImpl
public interface TermsConditionService
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionloadTermsConfiguration(String type, @Nullable Entity sourceEntity, @Nullable Entity widgetConfig) loadTermsConfigurations(@Nullable Entity sourceEntity, @Nullable Entity widgetConfig)
-
Method Details
-
loadTermsConfigurations
List<TermsConditionService.TermsData> loadTermsConfigurations(@Nullable Entity sourceEntity, @Nullable Entity widgetConfig) -
loadTermsConfiguration
Optional<TermsConditionService.TermsData> loadTermsConfiguration(String type, @Nullable Entity sourceEntity, @Nullable Entity widgetConfig)
-