com.ibm.commerce.marketing.commands.ranking

Interface GenerateRankingPolicyCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default name of this command.
      • CLASS_NAME

        static final java.lang.String CLASS_NAME
        The name of this command.
    • Method Detail

      • setRanking

        void setRanking(Ranking ranking)
        This method sets the definition of the ranking list.
        Parameters:
        ranking - The definition of the ranking list.
      • getRanking

        Ranking getRanking()
        This method returns the definition of the ranking list.
        Returns:
        The definition of the ranking list.
      • setParameterProperties

        void setParameterProperties(TypedProperty parameterProperties)
        This method sets the command parameters.
        Parameters:
        parameterProperties - The command parameters.
      • setRankingResult

        void setRankingResult(java.util.Map rankingResult)
        This method sets the map containing the ranking list.
        Parameters:
        rankingResult - A map containing the ranking list.
      • getRankingResult

        java.util.Map getRankingResult()
        This method returns the map containing the ranking list.
        Returns:
        A map containing the ranking list.