OXID eShop CE  4.10.7
 All Classes Namespaces Files Functions Variables Pages
deliveryset_rdfa Class Reference
+ Inheritance diagram for deliveryset_rdfa:
+ Collaboration diagram for deliveryset_rdfa:

Public Member Functions

 save ()
 getAllRDFaDeliveries ()
 getAssignedRDFaDeliveries ()
- Public Member Functions inherited from payment_rdfa
 getAllRDFaPayments ()
 getAssignedRDFaPayments ()
- Public Member Functions inherited from oxAdminDetails
 render ()
 resetNrOfCatArticles ()
 resetNrOfVendorArticles ()
 resetNrOfManufacturerArticles ()
 changeFolder ()
- Public Member Functions inherited from oxAdminView
 __construct ()
 init ()
 addGlobalParams ($oShop=null)
 getServiceUrl ($sLangAbbr=null)
 resetContentCache ($blForceReset=null)
 resetCounter ($sCounterType, $sValue=null)
 getNavigation ()
 getViewId ()
 chshp ()
 resetSeoData ($sShopId)
 getPreviewId ()
 getEditObjectId ()
 setEditObjectId ($sId)
- Public Member Functions inherited from oxView
 setViewParameters ($aParams=null)
 getViewParameter ($sKey)
 setIsCallForCache ($blIsCallForCache=null)
 getIsCallForCache ()
 addTplParam ($sPara, $sValue)
 getBelboonParam ()
 getViewConfig ()
 getTemplateName ()
 setTemplateName ($sTemplate)
 setClassName ($sClassName)
 getClassName ()
 setFncName ($sFncName)
 getFncName ()
 setViewData ($aViewData=null)
 getViewData ()
 getViewDataElement ($sParamId=null)
 setClassLocation ($sClassLocation=null)
 getClassLocation ()
 setThisAction ($sThisAction=null)
 getThisAction ()
 setParent ($oParent=null)
 getParent ()
 setIsComponent ($blIsComponent=null)
 getIsComponent ()
 executeFunction ($sFunction)
 getAdditionalParams ()
 getTrustedShopId ()
 getTSExcellenceId ()
 getCharSet ()
 getShopVersion ()
 getShopEdition ()
 getRevision ()
 getPackageInfo ()
 getShopFullEdition ()
 isDemoVersion ()
 isBetaVersion ()
 isRCVersion ()
 showBetaNote ()
 isDemoShop ()
 showNewsletter ()
 setShowNewsletter ($blShow)
 getShopLogo ()
 setShopLogo ($sLogo)
 getActCategory ()
 setActCategory ($oCategory)
 getCategoryId ()
 setCategoryId ($sCategoryId)
 getErrorDestination ()
 getActionClassName ()
 isConnectedWithFb ()
 getFbUserId ()
 showFbConnectToAccountMsg ()
 isMall ()
 showRdfa ()
 getSidForWidget ()
- Public Member Functions inherited from oxSuperCfg
 __call ($sMethod, $aArgs)
 getConfig ()
 setConfig ($oConfig)
 getSession ()
 setSession ($oSession)
 getUser ()
 setUser ($oUser)
 isAdmin ()
 setAdminMode ($blAdmin)

Protected Attributes

 $_sThisTemplate = "deliveryset_rdfa.tpl"
 $_aRDFaDeliveries
- Protected Attributes inherited from payment_rdfa
 $_sThisTemplate = "payment_rdfa.tpl"
 $_aRDFaPayments
- Protected Attributes inherited from oxAdminDetails
 $_oEditor = null
- Protected Attributes inherited from oxAdminView
 $_aSumType
 $_sThisTemplate = null
 $_iDefEdit = 0
 $_iEditLang = 0
 $_sShopTitle = " - "
 $_sShopVersion = null
 $_sServiceUrl = null
 $_oEditShop = null
 $_sEditObjectId = null
- Protected Attributes inherited from oxView
 $_aViewData = array()
 $_sClassLocation = null
 $_sThisAction = null
 $_oParent = null
 $_blIsComponent = false
 $_sThisTemplate = null
 $_sViewId = null
 $_sClass = null
 $_sFnc = null
 $_sTrustedShopId = null
 $_sTSExcellenceId = null
 $_sCharSet = null
 $_sVersion = null
 $_blDemoVersion = null
 $_blDemoShop = null
 $_iNewsStatus = null
 $_sShopLogo = null
 $_sCategoryId = null
 $_oClickCat = null
 $_blIsCallForCache = false
 $_oViewConf = null

Additional Inherited Members

- Protected Member Functions inherited from oxAdminDetails
 _getTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null)
 _getEditValue ($oObject, $sField)
 _processEditValue ($sValue)
 _getPlainEditor ($iWidth, $iHeight, $oObject, $sField)
 _generateTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null)
 _createCategoryTree ($sTplVarName, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null)
 _getCategoryTree ($sTplVarName, $sSelectedCatId, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null)
 _setupNavigation ($sNode)
 _resetCounts ($aIds)
- Static Protected Attributes inherited from oxAdminView
static $_oNaviTree = null
static $_sAuthUserRights = null

Detailed Description

Admin article RDFa deliveryset manager. Performs collection and updatind (on user submit) main item information. Admin Menu: Shop Settings -> Shipping & Handling -> RDFa.

Definition at line 8 of file deliveryset_rdfa.php.

Member Function Documentation

deliveryset_rdfa::getAllRDFaDeliveries ( )

Returns an array including all available RDFa deliveries.

Returns
array

Definition at line 63 of file deliveryset_rdfa.php.

deliveryset_rdfa::getAssignedRDFaDeliveries ( )

Returns array of RDFa deliveries which are assigned to current delivery

Returns
array

Definition at line 83 of file deliveryset_rdfa.php.

deliveryset_rdfa::save ( )

Saves changed mapping configurations

Reimplemented from payment_rdfa.

Definition at line 37 of file deliveryset_rdfa.php.

Member Data Documentation

deliveryset_rdfa::$_aRDFaDeliveries
protected
Initial value:
array(
"DeliveryModeDirectDownload" => 0,
"DeliveryModeFreight" => 0,
"DeliveryModeMail" => 0,
"DeliveryModeOwnFleet" => 0,
"DeliveryModePickUp" => 0,
"DHL" => 1,
"FederalExpress" => 1,
"UPS" => 1
)

Definition at line 23 of file deliveryset_rdfa.php.

deliveryset_rdfa::$_sThisTemplate = "deliveryset_rdfa.tpl"
protected

Definition at line 16 of file deliveryset_rdfa.php.


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