Public Member Functions | |
__construct () | |
setHomeCountry ($sHomeCountry) | |
getDeliverySetList ($oUser, $sCountryId, $sDelSet=null) | |
getDeliverySetData ($sShipSet, $oUser, $oBasket) | |
getUser () | |
setUser ($oUser) | |
loadNonRDFaDeliverySetList () | |
loadRDFaDeliverySetList ($sDelId=null) | |
Protected Member Functions | |
_getList ($oUser=null, $sCountryId=null) | |
_getFilterSelect ($oUser, $sCountryId) | |
Protected Attributes | |
$_sUserId = null | |
$_sCountryId = null | |
$_oUser = null | |
$_sHomeCountry = null |
DeliverySet list manager.
Definition at line 7 of file oxdeliverysetlist.php.
oxDeliverySetList.__construct | ( | ) |
Calls parent constructor and sets home country
Definition at line 43 of file oxdeliverysetlist.php.
oxDeliverySetList._getFilterSelect | ( | $ | oUser, | |
$ | sCountryId | |||
) | [protected] |
Creates delivery set list filter SQL to load current state delivery set list
oxUser | $oUser user object | |
string | $sCountryId user country id |
Definition at line 119 of file oxdeliverysetlist.php.
oxDeliverySetList._getList | ( | $ | oUser = null , |
|
$ | sCountryId = null | |||
) | [protected] |
Returns active delivery set list
Loads all active delivery sets in list. Additionally checks if set has user customized parameters like assigned users, countries or user groups. Performs additional filtering according to these parameters
oxUser | $oUser user object | |
string | $sCountryId user country id |
Definition at line 76 of file oxdeliverysetlist.php.
oxDeliverySetList.getDeliverySetData | ( | $ | sShipSet, | |
$ | oUser, | |||
$ | oBasket | |||
) |
Loads delivery set data, checks if it has payments assigned. If active delivery set id is passed - checks if it can be used, if not - takes first ship set id from list which fits. For active ship set collects payment list info. Returns array containing: 1. all ship sets that has payment (array) 2. active ship set id (string) 3. payment list for active ship set (array)
string | $sShipSet current ship set id (can be null if not set yet) | |
oxUser | $oUser active user | |
double | $oBasket basket object |
Definition at line 216 of file oxdeliverysetlist.php.
oxDeliverySetList.getDeliverySetList | ( | $ | oUser, | |
$ | sCountryId, | |||
$ | sDelSet = null | |||
) |
Creates current state delivery set list
oxUser | $oUser user object | |
string | $sCountryId user country id | |
string | $sDelSet preferred delivery set ID (optional) |
Definition at line 184 of file oxdeliverysetlist.php.
oxDeliverySetList.getUser | ( | ) |
Get current user object. If user is not set, try to get current user.
Definition at line 270 of file oxdeliverysetlist.php.
oxDeliverySetList.loadNonRDFaDeliverySetList | ( | ) |
Loads an object including all delivery sets which are not mapped to a predefined GoodRelations delivery method.
Definition at line 293 of file oxdeliverysetlist.php.
oxDeliverySetList.loadRDFaDeliverySetList | ( | $ | sDelId = null |
) |
Loads delivery set mapped to a predefined GoodRelations delivery method.
string | $sDelId delivery set id |
Definition at line 306 of file oxdeliverysetlist.php.
oxDeliverySetList.setHomeCountry | ( | $ | sHomeCountry | ) |
Home country setter
string | $sHomeCountry home country id |
Definition at line 54 of file oxdeliverysetlist.php.
oxDeliverySetList.setUser | ( | $ | oUser | ) |
Set current user object
oxUser | $oUser user object |
Definition at line 284 of file oxdeliverysetlist.php.
oxDeliverySetList.$_oUser = null [protected] |
Definition at line 29 of file oxdeliverysetlist.php.
oxDeliverySetList.$_sCountryId = null [protected] |
Definition at line 22 of file oxdeliverysetlist.php.
oxDeliverySetList.$_sHomeCountry = null [protected] |
Definition at line 36 of file oxdeliverysetlist.php.
oxDeliverySetList.$_sUserId = null [protected] |
Definition at line 15 of file oxdeliverysetlist.php.