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 SummaryModifier and TypeMethodDescriptionReturns for which entity model the implementation is.resolveEntity(Entity source) Resolves from the source entity to the Terms_condition entity.
- 
Method Details- 
getEntityModelString getEntityModel()Returns for which entity model the implementation is.
- 
resolveEntityResolves from the source entity to the Terms_condition entity.
 
-