Inheritance diagram for oxActionList:
 Collaboration diagram for oxActionList:Public Member Functions | |
| loadFinishedByCount ($iCount) | |
| loadFinishedByTimespan ($iTimespan) | |
| loadCurrent () | |
| loadFutureByCount ($iCount) | |
| loadFutureByTimespan ($iTimespan) | |
| areAnyActivePromotions () | |
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 104 of file oxactionlist.php.
| oxActionList.areAnyActivePromotions | ( | ) | 
return true if there are any active promotions
Definition at line 134 of file oxactionlist.php.
| 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 40 of file oxactionlist.php.
| oxActionList.loadFutureByCount | ( | $ | iCount | ) | 
Loads next not yet started promotions by cound
| int | $iCount count to load | 
Definition at line 71 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 87 of file oxactionlist.php.
oxActionList.$_sObjectsInListName = 'oxactions' [protected] | 
        
Reimplemented from oxList.
Definition at line 14 of file oxactionlist.php.
 1.7.1