Package com.ibm.commerce.promotion.commands

  • Interface Summary 
    Interface Description
    CreatePromotionCodeImportCmd
    This class will upload a promotion code CSV file and then store it in the database table UPLOADFILE as a BLOBs.
    ProcessExpiredPromotionsCmd
    This task command interface is to process expired promotions to either delete, deactivate, archive, or report expired promotions that have been expired for x number of days.
    ProcessExpiredPromotionsControllerCmd
    This controller command interface is used to parse and validate parameters in the scheduler job for ProcessExpiredPromotions scheduler job, and to call the task command to process the expired promotions
  • Class Summary 
    Class Description
    CreatePromotionCodeImportCmdImpl
    This class will upload a promotion code CSV file and then store it in the database table UPLOADFILE as a BLOBs.
    ProcessExpiredPromotionsCmdImpl
    This task command implementation is to process expired promotions to either delete, deactivate, archive, or report expired promotions that have been expired for x number of days.
    ProcessExpiredPromotionsControllerCmdImpl
    This controller command is used to parse and validate parameters in the scheduler job for ProcessExpiredPromotions scheduler job, and to call the task command to process the expired promotions