Package com.ibm.commerce.marketing.promotion.schedule

Provides classes and interfaces to define the schedule of a promotion's availability.

See: Description

  • Interface Summary 
    Interface Description
    Schedule
    Promotions are active during certain periods of time and the definition of these time periods is called promotion schedule.
    ScheduleLookAheadSupport
    This interface is used to define the next stage that the current schedule moves to.
  • Class Summary 
    Class Description
    DateRangeSchedule
    This class is used for representing the Date Range of a promotion where any promotion can be active during a certain period of time defined by a start and end date.
    PromotionSchedule
    This class represents the promotion schedule.
    TimeRangeSchedule
    This class is used for representing the time range of a promotion where any promotion can be active during a certain period of time defined by a start and end time.
    TimeRangeWithinADaySchedule
    This class extends the TimeRangeSchedule class and defines a time range within a day that the promotion is active.
    WeekDaySchedule
    This class is used to define the days of the week that the promotion is in active state.

Package com.ibm.commerce.marketing.promotion.schedule Description

Provides classes and interfaces to define the schedule of a promotion's availability.