com.ibm.commerce.marketing.commands.elements

Interface WaitTriggerTaskCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, MarketingCampaignElementTaskCmd, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    WaitTriggerTaskCmdImpl


    public interface WaitTriggerTaskCmd
    extends MarketingCampaignElementTaskCmd
    This class validates if all the required name value pairs have been set on the Wait trigger campaign element.
    • 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
        Default implementation class for this command.
    • Method Detail

      • getBaseDate

        java.lang.String getBaseDate()
        This method returns the base date to use for setting up the wait trigger. If this method returns null, then the current time will be used as the base. This method can be used in a customization if the base date needs to be determined for another business object. For example, if the activity is associated with a gift registry, then you may want to set up the wait trigger for 1 month before the wedding, on the day of the wedding, and 1 month after the wedding. This method can then be implemented to return the wedding date associated with the gift registry.
        Returns:
        This method returns a String representing a timestamp for the base date to use when setting up the wait trigger.