Definition at line 9 of file oxadminview.php.
Public Member Functions | |
| __construct () | |
| init () | |
| addGlobalParams ($oShop=null) | |
| getServiceUrl ($sLangAbbr=null) | |
| render () | |
| autosave () | |
| save () | |
| getNavigation () | |
| getViewId () | |
| chshp () | |
| resetSeoData ($sShopId) | |
Protected Member Functions | |
| _getShopVersionNr () | |
| _setupNavigation ($sNode) | |
| _addNavigationHistory ($sNode) | |
| _getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
| _allowAdminEdit ($sUserId) | |
| _getCountryByCode ($sCountryCode) | |
| _authorize () | |
Protected Attributes | |
| $_aSumType | |
| $_sThisTemplate = null | |
| $_iDefEdit = 0 | |
| $_iEditLang = 0 | |
| $_sShopTitle = " - " | |
| $_sShopVersion = null | |
| $_sServiceUrl = null | |
Static Protected Attributes | |
| static | $_oNaviTree = null | 
| oxAdminView.__construct | ( | ) | 
Creates oxshop object and loads shop data, sets title of shop
Reimplemented in DynExportBase, Login, and oxAdminList.
Definition at line 75 of file oxadminview.php.
| oxAdminView.init | ( | ) | 
Sets some shop configuration parameters (such as language), creates some list object (depends on subclass) and executes parent method parent.Init().
Reimplemented from oxView.
Reimplemented in Adminlinks_List, Article_List, Attribute_List, Category_List, Delivery_List, DeliverySet_List, Discount_List, Gui, News_List, oxAdminList, SelectList_List, Shop_List, User_List, Vendor_List, and Wrapping_List.
Definition at line 99 of file oxadminview.php.
| oxAdminView.addGlobalParams | ( | $ |  oShop = null           | 
          ) | 
Sets some global parameters to Smarty engine (such as self link, etc.), returns modified shop object.
| object | $oShop Object to modify some parameters | 
Reimplemented from oxView.
Definition at line 133 of file oxadminview.php.
| oxAdminView.getServiceUrl | ( | $ |  sLangAbbr = null           | 
          ) | 
| oxAdminView._getShopVersionNr | ( | ) |  [protected] | 
        
| oxAdminView._setupNavigation | ( | $ | sNode | ) |  [protected] | 
        
Sets-up navigation parameters
| string | $sNode active view id | 
Reimplemented in Dynscreen, Newsletter_Send, oxAdminDetails, oxAdminList, and PriceAlarm_Send.
Definition at line 224 of file oxadminview.php.
| oxAdminView._addNavigationHistory | ( | $ | sNode | ) |  [protected] | 
        
Store navigation history parameters to cookie
| string | $sNode active view id | 
Definition at line 255 of file oxadminview.php.
| oxAdminView.render | ( | ) | 
Executes parent method parent.render(), passes configuration data to Smarty engine.
Reimplemented from oxView.
Reimplemented in Actions_Main, AdminGuestbook_List, Adminguestbook_Main, Adminlinks_Main, Article_Attribute, Article_Crossselling, Article_Extend, Article_List, Article_Main, Article_Overview, Article_Pictures, Article_Review, Article_Seo, Article_Stock, Article_Userdef, Article_Variant, Attribute_Category, Attribute_Main, Category_List, Category_Main, Category_Order, Category_Pictures, Category_Seo, Category_Text, Category_Update, Content_List, Content_Main, Country_List, Country_Main, Delivery_Articles, Delivery_Main, Delivery_Users, DeliverySet_Main, DeliverySet_Payment, DeliverySet_Users, Discount_Articles, Discount_Main, Discount_Users, dyn_adbutler, dyn_affili24, dyn_affilinet, dyn_affiliwelt, dyn_econda, dyn_ipayment, dyn_superclix, dyn_trusted, DynExportBase, Dynscreen_List, EFire_Downloader, EFire_List, GenExport_Main, Gui, List_Order, List_Review, List_User, Login, Main, Navigation, News_Main, News_Text, Newsletter_Main, Newsletter_Plain, Newsletter_Preview, Newsletter_Selection, Newsletter_Send, Object_Seo, Order_Address, Order_Article, Order_List, Order_Main, Order_Overview, Order_Package, Order_Remark, oxAdminDetails, oxAdminList, oxChangeView, Payment_Country, Payment_Main, Payment_Overview, PriceAlarm_List, PriceAlarm_Mail, PriceAlarm_Main, PriceAlarm_Send, SelectList_Main, Shop, Shop_Config, Shop_List, Shop_Main, Shop_Seo, Shop_System, Statistic_Main, Statistic_Service, SystemInfo, Tools, Tools_Main, User_Address, User_Article, User_Extend, User_Main, User_Overview, User_Payment, User_Remark, UserGroup_List, UserGroup_Main, Vendor_Main, Vendor_Seo, VoucherSerie_Export, VoucherSerie_Groups, VoucherSerie_Main, Wrapping_List, and Wrapping_Main.
Definition at line 276 of file oxadminview.php.
| oxAdminView._getMaxUploadFileInfo | ( | $ | iMaxFileSize, | |
| $ |  blFormatted = false | |||
| ) |  [protected] | 
        
Returns maximum allowed size of upload file and formatted size equivalent
| int | $iMaxFileSize recommended maximum size of file (normalu value is taken from php ini, otherwise sets 2MB) | 
Definition at line 326 of file oxadminview.php.
| oxAdminView.autosave | ( | ) | 
Object saving function. currently used for autosaving feature.
Definition at line 361 of file oxadminview.php.
| oxAdminView.save | ( | ) | 
If autosave is on, calls atosaveve function
Reimplemented in Actions_Main, Adminguestbook_Main, Adminlinks_Main, Article_Extend, Article_Main, Article_Pictures, Article_Review, Article_Stock, Attribute_Main, Category_Main, Category_Seo, Category_Text, Content_Main, Country_Main, Delivery_Main, DeliverySet_Main, Discount_Main, dyn_adbutler, dyn_affili24, dyn_affilinet, dyn_affiliwelt, dyn_superclix, dyn_trusted, News_Main, News_Text, Newsletter_Main, Newsletter_Plain, Newsletter_Selection, Object_Seo, Order_Address, Order_Main, Order_Remark, Payment_Main, SelectList_Main, Shop_Config, Shop_Main, Shop_Seo, Statistic_Main, User_Address, User_Extend, User_Main, User_Payment, User_Remark, UserGroup_Main, Vendor_Main, Vendor_Seo, VoucherSerie_Main, and Wrapping_Main.
Definition at line 387 of file oxadminview.php.
| oxAdminView._allowAdminEdit | ( | $ | sUserId | ) |  [protected] | 
        
Checks if current $sUserId user is not an admin and checks if user is able to be edited by logged in user. This method does not perform full rights check.
| string | $sUserId user id | 
Definition at line 403 of file oxadminview.php.
| oxAdminView._getCountryByCode | ( | $ | sCountryCode | ) |  [protected] | 
        
Get english country name by country iso alpha 2 code
Definition at line 415 of file oxadminview.php.
| oxAdminView._authorize | ( | ) |  [protected] | 
        
performs authorization of admin user
Reimplemented in Login.
Definition at line 435 of file oxadminview.php.
| oxAdminView.getNavigation | ( | ) | 
| oxAdminView.getViewId | ( | ) | 
Current view ID getter helps to identify navigation position
Reimplemented from oxView.
Reimplemented in dyn_affiliwelt, dyn_econda, dyn_interface, dyn_ipayment, dyn_trusted, DynExportBase, Dynscreen, and Login.
Definition at line 459 of file oxadminview.php.
| oxAdminView.chshp | ( | ) | 
| oxAdminView.resetSeoData | ( | $ | sShopId | ) | 
Marks seo entires as expired (oxseo.oxexpired = 2), leans up tag couds cache
Definition at line 483 of file oxadminview.php.
oxAdminView.$_aSumType [protected]           | 
        
Initial value:
 array(
                                0 => 'abs',
                                1 => '%',
                                2 => 'itm'
                                )
Definition at line 16 of file oxadminview.php.
oxAdminView.$_sThisTemplate = null [protected]           | 
        
Reimplemented from oxView.
Reimplemented in Actions, Actions_List, Admin_Content, Admin_Guestbook, Admin_Links, Admin_News, Admin_Newsletter, Admin_Order, Admin_Payment, Admin_Pricealarm, Admin_Start, Admin_User, Admin_Wrapping, AdminGuestbook_List, Adminlinks_List, Article, Attribute, Attribute_List, Category, Country, Delivery, Delivery_List, DeliverySet, DeliverySet_List, Discount, Discount_List, DynExportBase, Dynscreen, Dynscreen_Local, Efire, EFire_Downloader, GenExport_Do, GenExport_Main, News_List, Newsletter_List, oxChangeView, Payment_List, SelectList, SelectList_List, Shop_Config, Shop_Performance, Shop_System, Statistic, Statistic_List, Tools_List, User_List, UserGroup, Vendor, Vendor_List, VoucherSerie, and VoucherSerie_List.
Definition at line 27 of file oxadminview.php.
oxAdminView.$_iDefEdit = 0 [protected]           | 
        
Reimplemented in Admin_Pricealarm, and PriceAlarm_Send.
Definition at line 35 of file oxadminview.php.
oxAdminView.$_oNaviTree = null [static, protected]           | 
        
Definition at line 42 of file oxadminview.php.
oxAdminView.$_iEditLang = 0 [protected]           | 
        
Definition at line 49 of file oxadminview.php.
oxAdminView.$_sShopTitle = " - " [protected]           | 
        
Definition at line 56 of file oxadminview.php.
oxAdminView.$_sShopVersion = null [protected]           | 
        
Definition at line 63 of file oxadminview.php.
oxAdminView.$_sServiceUrl = null [protected]           | 
        
Definition at line 70 of file oxadminview.php.
 1.5.5