Interface TargetRecommendation

    • Method Detail

      • getId

        int getId()
        Uniquely identifies a TargetRecommendation
        Returns:
        a Integer value identifying this TargetRecommendation
      • getName

        java.lang.String getName()
        Get the name of this TargetRecommendation
        Returns:
        a String object containing this recommendation's name
      • getCatalogId

        int getCatalogId()
        Get the Id of the product catalog used by this recommendation
        Returns:
        a {link Integer} value identifying a product catalog
      • getTemplateNames

        java.util.List<java.lang.String> getTemplateNames()
        Get the list of template names used by this recommendation
        Returns:
        a List containing the template names
      • getAlgorithmIds

        java.util.List<java.lang.Integer> getAlgorithmIds()
        Get the list of algorithms used by this recommendation
        Returns:
        a List containing the ids of the used algorithms
      • getLocationDisplayMbox

        java.lang.String getLocationDisplayMbox()
        Gets the name of the MBox where this recommendation is targeted
        Returns:
        a String object containing the MBox name
      • getDefaultContentId

        int getDefaultContentId()
        The default content id for this recommendations
        Returns:
        a non-negative id indicating the default content
      • getStartDate

        java.lang.String getStartDate()
        Gets the start date of this recommendation
        Returns:
        String containing the recommendation campaign start date
      • getEndDate

        java.lang.String getEndDate()
        Gets the end date of this recommendation
        Returns:
        String containing the recommendation campaign end date