Class Mage_Adminhtml_Block_Sales_Order_View

Description

Adminhtml sales order view

Located in /Adminhtml/Block/Sales/Order/View.php (line 34)

Varien_Object
   |
   --Mage_Core_Block_Abstract
      |
      --Mage_Core_Block_Template
         |
         --Mage_Adminhtml_Block_Template
            |
            --Mage_Adminhtml_Block_Widget_Container
               |
               --Mage_Adminhtml_Block_Widget_Form_Container
                  |
                  --Mage_Adminhtml_Block_Sales_Order_View
Method Summary
Mage_Adminhtml_Block_Sales_Order_View __construct ()
string getBackUrl ()
void getCancelUrl ()
void getCommentUrl ()
void getEditUrl ()
void getEmailUrl ()
void getHeaderText ()
void getHoldUrl ()
void getInvoiceUrl ()
int getOrderId ()
void getReorderUrl ()
void getReviewPaymentUrl ( $action)
void getShipUrl ()
void getUnholdUrl ()
void getUrl ([ $params = ''], [ $params2 = array()])
void _isAllowedAction ( $action)
Variables

Inherited Variables

Inherited from Mage_Adminhtml_Block_Widget_Form_Container

Mage_Adminhtml_Block_Widget_Form_Container::$_blockGroup
Mage_Adminhtml_Block_Widget_Form_Container::$_formInitScripts
Mage_Adminhtml_Block_Widget_Form_Container::$_formScripts
Mage_Adminhtml_Block_Widget_Form_Container::$_mode
Mage_Adminhtml_Block_Widget_Form_Container::$_objectId

Inherited from Mage_Adminhtml_Block_Widget_Container

Mage_Adminhtml_Block_Widget_Container::$_buttons
Mage_Adminhtml_Block_Widget_Container::$_controller
Mage_Adminhtml_Block_Widget_Container::$_headerText

Inherited from Mage_Core_Block_Template

Mage_Core_Block_Template::$_baseUrl
Mage_Core_Block_Template::$_jsUrl
Mage_Core_Block_Template::$_showTemplateHints
Mage_Core_Block_Template::$_showTemplateHintsBlocks
Mage_Core_Block_Template::$_template
Mage_Core_Block_Template::$_viewDir
Mage_Core_Block_Template::$_viewVars

Inherited from Mage_Core_Block_Abstract

Mage_Core_Block_Abstract::$_alias
Mage_Core_Block_Abstract::$_anonSuffix
Mage_Core_Block_Abstract::$_childGroups
Mage_Core_Block_Abstract::$_children
Mage_Core_Block_Abstract::$_childrenHtmlCache
Mage_Core_Block_Abstract::$_frameCloseTag
Mage_Core_Block_Abstract::$_frameOpenTag
Mage_Core_Block_Abstract::$_isAnonymous
Mage_Core_Block_Abstract::$_layout
Mage_Core_Block_Abstract::$_messagesBlock
Mage_Core_Block_Abstract::$_nameInLayout
Mage_Core_Block_Abstract::$_parent
Mage_Core_Block_Abstract::$_parentBlock
Mage_Core_Block_Abstract::$_request
Mage_Core_Block_Abstract::$_sortedChildren
Mage_Core_Block_Abstract::$_urlModel
Methods
Constructor __construct (line 37)
  • access: public
Mage_Adminhtml_Block_Sales_Order_View __construct ()

Redefinition of:
Mage_Adminhtml_Block_Widget_Form_Container::__construct()
getBackUrl (line 277)

Return back url for view grid

  • access: public
string getBackUrl ()

Redefinition of:
Mage_Adminhtml_Block_Widget_Form_Container::getBackUrl()
Get URL for back (reset) button
getCancelUrl (line 219)
  • access: public
void getCancelUrl ()
getCommentUrl (line 249)
  • access: public
void getCommentUrl ()
getCreditmemoUrl (line 229)
  • access: public
void getCreditmemoUrl ()
getEditUrl (line 209)
  • access: public
void getEditUrl ()
getEmailUrl (line 214)
  • access: public
void getEmailUrl ()
getHeaderText (line 193)
  • access: public
void getHeaderText ()

Redefinition of:
Mage_Adminhtml_Block_Widget_Container::getHeaderText()
Get header text
getHoldUrl (line 234)
  • access: public
void getHoldUrl ()
getInvoiceUrl (line 224)
  • access: public
void getInvoiceUrl ()
getOrder (line 178)

Retrieve order model object

  • access: public
getOrderId (line 188)

Retrieve Order Identifier

  • access: public
int getOrderId ()
getReorderUrl (line 254)
  • access: public
void getReorderUrl ()
getReviewPaymentUrl (line 286)
  • access: public
void getReviewPaymentUrl ( $action)
  • $action
getShipUrl (line 244)
  • access: public
void getShipUrl ()
getUnholdUrl (line 239)
  • access: public
void getUnholdUrl ()
getUrl (line 203)
  • access: public
void getUrl ([ $params = ''], [ $params2 = array()])
  • $params
  • $params2

Redefinition of:
Mage_Core_Block_Abstract::getUrl()
Generate url by route and parameters
getVoidPaymentUrl (line 262)

Payment void URL getter

  • access: public
void getVoidPaymentUrl ()
_isAllowedAction (line 267)
  • access: protected
void _isAllowedAction ( $action)
  • $action

Inherited Methods

Inherited From Mage_Adminhtml_Block_Widget_Form_Container

Mage_Adminhtml_Block_Widget_Form_Container::__construct()
Mage_Adminhtml_Block_Widget_Form_Container::getBackUrl()
Mage_Adminhtml_Block_Widget_Form_Container::getDeleteUrl()
Mage_Adminhtml_Block_Widget_Form_Container::getFormActionUrl()
Mage_Adminhtml_Block_Widget_Form_Container::getFormHtml()
Mage_Adminhtml_Block_Widget_Form_Container::getFormInitScripts()
Mage_Adminhtml_Block_Widget_Form_Container::getFormScripts()
Mage_Adminhtml_Block_Widget_Form_Container::getHeaderCssClass()
Mage_Adminhtml_Block_Widget_Form_Container::getHeaderHtml()
Mage_Adminhtml_Block_Widget_Form_Container::getHeaderWidth()
Mage_Adminhtml_Block_Widget_Form_Container::getSaveUrl()
Mage_Adminhtml_Block_Widget_Form_Container::setDataObject()
Mage_Adminhtml_Block_Widget_Form_Container::_prepareLayout()

Inherited From Mage_Adminhtml_Block_Widget_Container

Mage_Adminhtml_Block_Widget_Container::addButton()
Mage_Adminhtml_Block_Widget_Container::getButtonsHtml()
Mage_Adminhtml_Block_Widget_Container::getHeaderCssClass()
Mage_Adminhtml_Block_Widget_Container::getHeaderHtml()
Mage_Adminhtml_Block_Widget_Container::getHeaderText()
Mage_Adminhtml_Block_Widget_Container::hasFooterButtons()
Mage_Adminhtml_Block_Widget_Container::removeButton()
Mage_Adminhtml_Block_Widget_Container::updateButton()
Mage_Adminhtml_Block_Widget_Container::_addButton()
Mage_Adminhtml_Block_Widget_Container::_addButtonChildBlock()
Mage_Adminhtml_Block_Widget_Container::_prepareButtonBlockId()
Mage_Adminhtml_Block_Widget_Container::_prepareLayout()
Mage_Adminhtml_Block_Widget_Container::_removeButton()
Mage_Adminhtml_Block_Widget_Container::_toHtml()
Mage_Adminhtml_Block_Widget_Container::_updateButton()

Inherited From Mage_Adminhtml_Block_Template

Mage_Adminhtml_Block_Template::getFormKey()
Mage_Adminhtml_Block_Template::isOutputEnabled()
Mage_Adminhtml_Block_Template::_getUrlModelClass()
Mage_Adminhtml_Block_Template::_toHtml()

Inherited From Mage_Core_Block_Template

Mage_Core_Block_Template::assign()
Mage_Core_Block_Template::fetchView()
Mage_Core_Block_Template::getArea()
Mage_Core_Block_Template::getBaseUrl()
Mage_Core_Block_Template::getCacheKeyInfo()
Mage_Core_Block_Template::getDirectOutput()
Mage_Core_Block_Template::getJsUrl()
Mage_Core_Block_Template::getObjectData()
Mage_Core_Block_Template::getShowTemplateHints()
Mage_Core_Block_Template::getTemplate()
Mage_Core_Block_Template::getTemplateFile()
Mage_Core_Block_Template::renderView()
Mage_Core_Block_Template::setScriptPath()
Mage_Core_Block_Template::setTemplate()
Mage_Core_Block_Template::_construct()
Mage_Core_Block_Template::_toHtml()

Inherited From Mage_Core_Block_Abstract

Mage_Core_Block_Abstract::addToChildGroup()
Mage_Core_Block_Abstract::addToParentGroup()
Mage_Core_Block_Abstract::append()
Mage_Core_Block_Abstract::countChildren()
Mage_Core_Block_Abstract::escapeHtml()
Mage_Core_Block_Abstract::escapeUrl()
Mage_Core_Block_Abstract::formatDate()
Mage_Core_Block_Abstract::formatTime()
Mage_Core_Block_Abstract::getAction()
Mage_Core_Block_Abstract::getAnonSuffix()
Mage_Core_Block_Abstract::getBlockAlias()
Mage_Core_Block_Abstract::getBlockHtml()
Mage_Core_Block_Abstract::getCacheKey()
Mage_Core_Block_Abstract::getCacheKeyInfo()
Mage_Core_Block_Abstract::getCacheLifetime()
Mage_Core_Block_Abstract::getCacheTags()
Mage_Core_Block_Abstract::getChild()
Mage_Core_Block_Abstract::getChildChildHtml()
Mage_Core_Block_Abstract::getChildData()
Mage_Core_Block_Abstract::getChildGroup()
Mage_Core_Block_Abstract::getChildHtml()
Mage_Core_Block_Abstract::getHelper()
Mage_Core_Block_Abstract::getIsAnonymous()
Mage_Core_Block_Abstract::getLayout()
Mage_Core_Block_Abstract::getMessagesBlock()
Mage_Core_Block_Abstract::getModuleName()
Mage_Core_Block_Abstract::getNameInLayout()
Mage_Core_Block_Abstract::getParentBlock()
Mage_Core_Block_Abstract::getRequest()
Mage_Core_Block_Abstract::getSkinUrl()
Mage_Core_Block_Abstract::getSortedChildBlocks()
Mage_Core_Block_Abstract::getSortedChildren()
Mage_Core_Block_Abstract::getUrl()
Mage_Core_Block_Abstract::getUrlBase64()
Mage_Core_Block_Abstract::getUrlEncoded()
Mage_Core_Block_Abstract::helper()
Mage_Core_Block_Abstract::htmlEscape()
Mage_Core_Block_Abstract::insert()
Mage_Core_Block_Abstract::jsQuoteEscape()
Mage_Core_Block_Abstract::setAnonSuffix()
Mage_Core_Block_Abstract::setAttribute()
Mage_Core_Block_Abstract::setBlockAlias()
Mage_Core_Block_Abstract::setChild()
Mage_Core_Block_Abstract::setFrameTags()
Mage_Core_Block_Abstract::setIsAnonymous()
Mage_Core_Block_Abstract::setLayout()
Mage_Core_Block_Abstract::setMessagesBlock()
Mage_Core_Block_Abstract::setNameInLayout()
Mage_Core_Block_Abstract::setParentBlock()
Mage_Core_Block_Abstract::stripTags()
Mage_Core_Block_Abstract::toHtml()
Mage_Core_Block_Abstract::unsetCallChild()
Mage_Core_Block_Abstract::unsetChild()
Mage_Core_Block_Abstract::unsetChildren()
Mage_Core_Block_Abstract::urlEscape()
Mage_Core_Block_Abstract::_afterCacheUrl()
Mage_Core_Block_Abstract::_afterToHtml()
Mage_Core_Block_Abstract::_beforeCacheUrl()
Mage_Core_Block_Abstract::_beforeChildToHtml()
Mage_Core_Block_Abstract::_beforeToHtml()
Mage_Core_Block_Abstract::_construct()
Mage_Core_Block_Abstract::_getChildHtml()
Mage_Core_Block_Abstract::_getUrlModel()
Mage_Core_Block_Abstract::_getUrlModelClass()
Mage_Core_Block_Abstract::_loadCache()
Mage_Core_Block_Abstract::_prepareLayout()
Mage_Core_Block_Abstract::_saveCache()
Mage_Core_Block_Abstract::_toHtml()
Mage_Core_Block_Abstract::__()
Class Constants

Documentation generated on Fri, 11 Feb 2011 17:15:55 +0200 by phpDocumentor 1.4.3