Package ch.tocco.nice2.widget.api.terms
Interface TermsConditionResolver
- All Known Implementing Classes:
EventTermsConditionResolver
public interface TermsConditionResolver
Custom term condition resolver if not the term condition on the widget config or business unit should be used
-
Method Summary
Modifier and TypeMethodDescriptionReturns for which entity model the implementation is.resolveEntity
(Entity source) Resolves from the source entity to the Terms_condition entity.
-
Method Details
-
getEntityModel
String getEntityModel()Returns for which entity model the implementation is. -
resolveEntity
Resolves from the source entity to the Terms_condition entity.
-