com.ibm.commerce.marketing.facade.client.util

Class GetMarketingSpotDataExpressionBuilder

  • java.lang.Object
    • com.ibm.commerce.marketing.facade.client.util.GetMarketingSpotDataExpressionBuilder


  • public class GetMarketingSpotDataExpressionBuilder
    extends java.lang.Object
    This class is the expression builder for the Get MarketingSpotData call to get the data to display in an eMarketing Spot. It places all the parameters into the trigger parameter string.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      ExpressionType getMarketingSpotData(java.util.Map nvps)
      This method gets the expression for the Get MarketingSpotData call that gets the data to display in an eMarketing Spot.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetMarketingSpotDataExpressionBuilder

        public GetMarketingSpotDataExpressionBuilder()
        This method is the default constructor. It currently performs no actions.
    • Method Detail

      • getMarketingSpotData

        public ExpressionType getMarketingSpotData(java.util.Map nvps)
        This method gets the expression for the Get MarketingSpotData call that gets the data to display in an eMarketing Spot. This method will take all the input name-value pairs and construct the required trigger parameters string to put in the extended parameters of the service call. See the method MarketingFacadeClient.getMarketingSpotData.
        Parameters:
        nvps - The set of name value pairs.
        Returns:
        This method returns the expression type that will be used to construct the full xpath expression.