com.ibm.commerce.tools.epromotion.commands

Interface UpdateRLPromotionCmd

  • 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:
    UpdateRLPromotionCmdImpl


    public interface UpdateRLPromotionCmd
    extends TaskCommand
    This is the task command interface for updating 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

      • setCalCodeId

        void setCalCodeId(java.lang.String newCalCodeId)
        Set CALCODE ID.
        Parameters:
        newCalCodeId - java.lang.String the calcode id to set.
      • setRLPromotion

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