Interface RecommendationTemplate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getId()
      Uniquely identifies a recommendation template
      java.lang.String getName()
      Get the name of this RecommendationTemplate
      java.lang.String getScript()
      Get the actual script content of this template.
    • Method Detail

      • getId

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

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

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