See: Description
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 | 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.
|