com.ibm.commerce.marketing.facade.server.commands

Class ProcessMarketingTriggerActionCmdImpl

    • Field Summary

      • Fields inherited from class com.ibm.websphere.command.TargetableCommandImpl

        LOCAL
      • Fields inherited from interface com.ibm.websphere.command.Command

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean getIncludeSalesTax()
      This method gets if the revenue associated with a test element should include the sales tax associated with the order.
      void performExecute()
      This method performs no actions.
      void setIncludeSalesTax(java.lang.String setting)
      This method sets if the revenue associated with a test element should include the sales tax associated with the order.
      void validate()
      This method performs any additional preprocessing on the action expressions specified.
      • Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl

        execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
      • Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl

        getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.ibm.websphere.command.Command

        execute
      • Methods inherited from interface com.ibm.websphere.command.TargetableCommand

        getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
    • Constructor Detail

      • ProcessMarketingTriggerActionCmdImpl

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

      • validate

        public void validate()
                      throws AbstractApplicationException
        This method performs any additional preprocessing on the action expressions specified.
        Throws:
        AbstractApplicationException - A problem occurred while preprocessing the request. This problem could because of some validation logic performed which the action specified is not valid.
      • performExecute

        public void performExecute()
                            throws java.lang.Exception
        This method performs no actions.
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Specified by:
        performExecute in class com.ibm.websphere.command.TargetableCommandImpl
        Throws:
        java.lang.Exception
      • setIncludeSalesTax

        public void setIncludeSalesTax(java.lang.String setting)
        This method sets if the revenue associated with a test element should include the sales tax associated with the order.
        Parameters:
        setting - Set "true" if the revenue associated with a test element should include the sales tax associated with the order.
      • getIncludeSalesTax

        public boolean getIncludeSalesTax()
        This method gets if the revenue associated with a test element should include the sales tax associated with the order.
        Returns:
        Returns true if the revenue associated with a test element should include the sales tax associated with the order.