Overview

Packages

  • currencysymbol
  • MAbout
  • Mage
    • Admin
    • Adminhtml
    • AdminNotification
    • Api
    • Api2
    • Authorizenet
    • Backup
    • Bundle
    • Captcha
    • Catalog
    • CatalogIndex
    • CatalogInventory
    • CatalogRule
    • CatalogSearch
    • Centinel
    • Checkout
    • Cms
    • Compiler
    • Connect
    • Contacts
    • Core
    • Cron
    • CurrencySymbol
    • Customer
    • Dataflow
    • Directory
    • DirtectPost
    • Downloadable
    • Eav
    • GiftMessage
    • GoogleAnalytics
    • GoogleBase
    • GoogleCheckout
    • ImportExport
    • Index
    • Install
    • Log
    • Media
    • Newsletter
    • Oauth
    • Page
    • PageCache
    • Paygate
    • Payment
    • Paypal
    • PaypalUk
    • Persistent
    • Poll
    • ProductAlert
    • Rating
    • Reports
    • Review
    • Rss
    • Rule
    • Sales
    • SalesRule
    • Sedfriend
    • Sendfriend
    • Shipping
    • Sitemap
    • Tag
    • Tax
    • Usa
    • Weee
    • Widget
    • Wishlist
    • XmlConnect
  • None
  • Phoenix
    • Moneybookers
  • PHP
  • Zend
    • Date
    • Mime
    • XmlRpc

Classes

  • Mage_Centinel_Adminhtml_Centinel_IndexController
  • Mage_Centinel_Block_Adminhtml_Validation
  • Mage_Centinel_Block_Adminhtml_Validation_Form
  • Mage_Centinel_Block_Authentication
  • Mage_Centinel_Block_Authentication_Complete
  • Mage_Centinel_Block_Authentication_Start
  • Mage_Centinel_Block_Logo
  • Mage_Centinel_Helper_Data
  • Mage_Centinel_IndexController
  • Mage_Centinel_Model_Api
  • Mage_Centinel_Model_Config
  • Mage_Centinel_Model_Observer
  • Mage_Centinel_Model_Service
  • Mage_Centinel_Model_Session
  • Mage_Centinel_Model_State_Jcb
  • Mage_Centinel_Model_State_Mastercard
  • Mage_Centinel_Model_State_Visa
  • Mage_Centinel_Model_StateAbstract
  • Overview
  • Package
  • Class
  • Tree

Class Mage_Centinel_Model_StateAbstract

Abstract Validation State Model

Varien_Object
Extended by Mage_Centinel_Model_StateAbstract

Direct known subclasses

Mage_Centinel_Model_State_Jcb, Mage_Centinel_Model_State_Mastercard, Mage_Centinel_Model_State_Visa
Abstract
Package: Mage\Centinel
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Centinel/Model/StateAbstract.php
Methods summary
public Mage_Centinel_Model_StateAbstract
# setDataStorage( Varien_Object $dataStorageModel )

Setter for storage data model

Setter for storage data model

Parameters

$dataStorageModel
Varien_Object
$dataStorageModel

Returns

Mage_Centinel_Model_StateAbstract
public Varien_Object
# getDataStorage( )

Getter for storage data model

Getter for storage data model

Returns

Varien_Object
public mixed
# getData( string $key = '', string|integer $index = null )

Retrieves data from the object

Retrieves data from the object

If $key is empty will return all the data as an array Otherwise it will return value of the attribute specified by $key

$index parameter is ignored

Parameters

$key
string
$key
$index
string|integer
$index

Returns

mixed

See

Mage_Core_Model_Session_Abstract_Varien::getData()
public Mage_Centinel_Model_StateAbstract
# setData( string|array $key, mixed $value = null )

Overwrite data in the object.

Overwrite data in the object.

$key can be string or array. If $key is string, the attribute value will be overwritten by $value

If $key is an array, it will overwrite all the data in the object.

Parameters

$key
string|array
$key
$value
mixed
$value

Returns

Mage_Centinel_Model_StateAbstract
public Mage_Centinel_Model_StateAbstract
# setLookupResult( Varien_Object $result )

Save lookup result in state model

Save lookup result in state model

Parameters

$result
Varien_Object
$result

Returns

Mage_Centinel_Model_StateAbstract
public Mage_Centinel_Model_StateAbstract
# setAuthenticateResult( Varien_Object $result )

Save authenticate result in state model

Save authenticate result in state model

Parameters

$result
Varien_Object
$result

Returns

Mage_Centinel_Model_StateAbstract
final public boolean
# isLookupSuccessful( )

Analyse lookup`s results. If lookup is successful return true and false if it failure Result depends from flag self::getIsModeStrict()

Analyse lookup`s results. If lookup is successful return true and false if it failure Result depends from flag self::getIsModeStrict()

Returns

boolean
abstract protected boolean
# _isLookupStrictSuccessful( )

Analyse lookup`s results. If lookup is strict successful return true

Analyse lookup`s results. If lookup is strict successful return true

Returns

boolean
abstract protected boolean
# _isLookupSoftSuccessful( )

Analyse lookup`s results. If lookup is soft successful return true

Analyse lookup`s results. If lookup is soft successful return true

Returns

boolean
abstract public boolean
# isAuthenticateAllowed( )

Analyse lookup`s results. If it has require params for authenticate, return true

Analyse lookup`s results. If it has require params for authenticate, return true

Returns

boolean
abstract public boolean
# isAuthenticateSuccessful( )

Analyse authenticate`s results. If authenticate is successful return true and false if it failure Result depends from flag self::getIsModeStrict()

Analyse authenticate`s results. If authenticate is successful return true and false if it failure Result depends from flag self::getIsModeStrict()

Returns

boolean
Properties summary
private Varien_Object $_dataStorage false
#

Storage data model

Storage data model

Magento 1.7.0.2 API documentation generated by ApiGen 2.8.0