com.ibm.commerce.tools.epromotion.commands

Interface CreateRLPromotionCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    CreateRLPromotionCmdImpl


    public interface CreateRLPromotionCmd
    extends TaskCommand
    Interface for creating RLPromotion.
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        The default implementation class for the command.
      • NAME

        static final java.lang.String NAME
        The class name.
    • Method Detail

      • getCalCodeId

        java.lang.Integer getCalCodeId()
        Returns the CALCODE ID of the newly created promotion. You must execute this task command before accessing this value.
        Returns:
        The CALCODE ID.
      • setRLPromotion

        void setRLPromotion(RLPromotion newRLPromotion)
        Set RLPromotion object.
        Parameters:
        newRLPromotion - RLPromotion object to set.