Interface CxTriggerStrategy

    • Method Detail

      • getVariations

        java.util.Collection<CxVariationModel> getVariations​(UserModel user,
                                                             CatalogVersionModel catalogVersion)
        Returns a collection of varations from given catalog for given user. Way of finding this relation depends on strategy implementation.
        Parameters:
        user - for which variation should be triggered
        catalogVersion - from which variations should be selected
        Returns:
        collection of variations for given user (may be empty)