com.ibm.commerce.emarketing.emailtemplate.tag

Interface Tag

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      CopyRight
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getTagValue()
      This method returns the tag replacement value..
      void setCommandContext(com.ibm.commerce.command.CommandContext commandContext)
      Sets the command context.
      void setTagParameters(java.util.Hashtable tagParameters)
      This method takes the hashtable, containing key-value pair which will be used while parsing the tag.
      void setTagParameters(java.lang.String tagParamName, java.lang.String tagParamValue)
      This method sets the key-value pair, which will be used while parsing the tag.
    • Method Detail

      • getTagValue

        java.lang.String getTagValue()
                              throws com.ibm.commerce.exception.ECException
        This method returns the tag replacement value..
        Returns:
        Tag replacement value
        Throws:
        com.ibm.commerce.exception.ECException
      • setCommandContext

        void setCommandContext(com.ibm.commerce.command.CommandContext commandContext)
        Sets the command context.
        Parameters:
        commandContext -
      • setTagParameters

        void setTagParameters(java.util.Hashtable tagParameters)
        This method takes the hashtable, containing key-value pair which will be used while parsing the tag.
        Parameters:
        tagParameters - - Hash table containing key-value pairs..
      • setTagParameters

        void setTagParameters(java.lang.String tagParamName,
                              java.lang.String tagParamValue)
        This method sets the key-value pair, which will be used while parsing the tag.
        Parameters:
        tagParamName - - key name
        tagParamValue - - value