Public Member Functions | |
loadFinishedByCount ($iCount) | |
loadFinishedByTimespan ($iTimespan) | |
loadCurrent () | |
loadFutureByCount ($iCount) | |
loadFutureByTimespan ($iTimespan) | |
areAnyActivePromotions () | |
loadBanners () | |
Protected Member Functions | |
_getUserGroupFilter ($oUser=null) | |
Protected Attributes | |
$_sObjectsInListName = 'oxactions' |
Promotion List manager.
Definition at line 7 of file oxactionlist.php.
oxActionList._getUserGroupFilter | ( | $ | oUser = null |
) | [protected] |
Returns part of user group filter query
oxUser | $oUser user object |
Definition at line 115 of file oxactionlist.php.
oxActionList.areAnyActivePromotions | ( | ) |
return true if there are any active promotions
Definition at line 145 of file oxactionlist.php.
oxActionList.loadBanners | ( | ) |
oxActionList.loadCurrent | ( | ) |
oxActionList.loadFinishedByCount | ( | $ | iCount | ) |
Loads x last finished promotions
int | $iCount count to load |
Definition at line 23 of file oxactionlist.php.
oxActionList.loadFinishedByTimespan | ( | $ | iTimespan | ) |
Loads last finished promotions after given timespan
int | $iTimespan timespan to load |
Definition at line 43 of file oxactionlist.php.
oxActionList.loadFutureByCount | ( | $ | iCount | ) |
Loads next not yet started promotions by cound
int | $iCount count to load |
Definition at line 78 of file oxactionlist.php.
oxActionList.loadFutureByTimespan | ( | $ | iTimespan | ) |
Loads next not yet started promotions before the given timespan
int | $iTimespan timespan to load |
Definition at line 96 of file oxactionlist.php.
oxActionList.$_sObjectsInListName = 'oxactions' [protected] |
Reimplemented from oxList.
Definition at line 14 of file oxactionlist.php.