com.ibm.commerce.tools.epromotion.commands

Interface RLPromotionPublishControllerCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, ToolsControllerCommand
    All Known Implementing Classes:
    RLPromotionPublishControllerCmdImpl


    public interface RLPromotionPublishControllerCmd
    extends ToolsControllerCommand
    The RLPromotionPublishControllerCmd interface must be implemented to provide a controller command that publishes or deploys the RLPromotion objects. The controller command should be mapped to the RLPromotionPublish URL.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The copyright information.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        defaultCommandClassName is the default implementation class used by command factory to instantiate this command if the interface com.ibm.commerce.tools.epromotion.RLPromotionPublishCommand is not defined in the CMDREG table.
        See Also:
        Constant Field Values