Interface RecommendationTemplate

    • Method Detail

      • getId

        int getId()
        Uniquely identifies a recommendation template
        Returns:
        a Integer value identifying this RecommendationTemplate
      • getName

        String getName()
        Get the name of this RecommendationTemplate
        Returns:
        a String object containing this template's name
      • getScript

        String getScript()
        Get the actual script content of this template.
        Must be a valid Velocity script
        Returns:
        a StringBuilder containing the template script content