Public Member Functions | Protected Member Functions | Protected Attributes

oxActionList Class Reference

Inheritance diagram for oxActionList:
Collaboration diagram for oxActionList:

List of all members.

Public Member Functions

 loadFinishedByCount ($iCount)
 loadFinishedByTimespan ($iTimespan)
 loadCurrent ()
 loadFutureByCount ($iCount)
 loadFutureByTimespan ($iTimespan)
 areAnyActivePromotions ()
 loadBanners ()

Protected Member Functions

 _getUserGroupFilter ($oUser=null)

Protected Attributes

 $_sObjectsInListName = 'oxactions'

Detailed Description

Promotion List manager.

Definition at line 7 of file oxactionlist.php.


Member Function Documentation

oxActionList._getUserGroupFilter ( oUser = null  )  [protected]

Returns part of user group filter query

Parameters:
oxUser $oUser user object
Returns:
string

Definition at line 115 of file oxactionlist.php.

oxActionList.areAnyActivePromotions (  ) 

return true if there are any active promotions

Returns:
boolean

Definition at line 145 of file oxactionlist.php.

oxActionList.loadBanners (  ) 

load active shop banner list

Returns:
null

Definition at line 158 of file oxactionlist.php.

oxActionList.loadCurrent (  ) 

Loads current promotions

Returns:
null

Definition at line 60 of file oxactionlist.php.

oxActionList.loadFinishedByCount ( iCount  ) 

Loads x last finished promotions

Parameters:
int $iCount count to load
Returns:
null

Definition at line 23 of file oxactionlist.php.

oxActionList.loadFinishedByTimespan ( iTimespan  ) 

Loads last finished promotions after given timespan

Parameters:
int $iTimespan timespan to load
Returns:
null

Definition at line 43 of file oxactionlist.php.

oxActionList.loadFutureByCount ( iCount  ) 

Loads next not yet started promotions by cound

Parameters:
int $iCount count to load
Returns:
null

Definition at line 78 of file oxactionlist.php.

oxActionList.loadFutureByTimespan ( iTimespan  ) 

Loads next not yet started promotions before the given timespan

Parameters:
int $iTimespan timespan to load
Returns:
null

Definition at line 96 of file oxactionlist.php.


Member Data Documentation

oxActionList.$_sObjectsInListName = 'oxactions' [protected]

Reimplemented from oxList.

Definition at line 14 of file oxactionlist.php.


The documentation for this class was generated from the following file: