Class Mage_Customer_Model_Resource_Setup
Customer resource setup model
-
Mage_Core_Model_Resource_Setup
-
Mage_Eav_Model_Entity_Setup
-
Mage_Customer_Model_Resource_Setup
Methods summary
protected
array
|
#
_prepareValues( array $attr )
Prepare customer attribute values to save in additional table
Prepare customer attribute values to save in additional table
Parameters
Returns
array
Overrides
|
public
|
#
installCustomerForms( )
Add customer attributes to customer forms
Add customer attributes to customer forms
|
public
array
|
#
getDefaultEntities( )
Retreive default entities: customer, customer_address
Retreive default entities: customer, customer_address
Returns
array
|
Methods inherited from Mage_Eav_Model_Entity_Setup
_getAttributeTableFields(),
_getValue(),
_insertAttribute(),
_insertAttributeAdditionalData(),
_updateAttribute(),
_updateAttributeAdditionalData(),
_validateAttributeData(),
addAttribute(),
addAttributeGroup(),
addAttributeOption(),
addAttributeSet(),
addAttributeToGroup(),
addAttributeToSet(),
addEntityType(),
cleanCache(),
createEntityTables(),
getAllAttributeSetIds(),
getAttribute(),
getAttributeGroup(),
getAttributeGroupId(),
getAttributeGroupSortOrder(),
getAttributeId(),
getAttributeSet(),
getAttributeSetId(),
getAttributeSetSortOrder(),
getAttributeSortOrder(),
getAttributeTable(),
getDefaultAttributeGroupId(),
getDefaultAttributeSetId(),
getEntityType(),
getEntityTypeId(),
installDefaultGroupIds(),
installEntities(),
removeAttribute(),
removeAttributeGroup(),
removeAttributeSet(),
removeEntityType(),
setDefaultSetToEntityType(),
updateAttribute(),
updateAttributeGroup(),
updateAttributeSet(),
updateEntityType()
|
Methods inherited from Mage_Core_Model_Resource_Setup
__construct(),
_getAvailableDataFiles(),
_getAvailableDbFiles(),
_getModifySqlFiles(),
_getResource(),
_getTableCacheName(),
_hookQueries(),
_installData(),
_installResourceDb(),
_modifyResourceDb(),
_rollbackResourceDb(),
_setResourceVersion(),
_unhookQueries(),
_uninstallResourceDb(),
_upgradeData(),
_upgradeResourceDb(),
afterApplyAllUpdates(),
applyAllDataUpdates(),
applyAllUpdates(),
applyDataUpdates(),
applyUpdates(),
callbackQueryHook(),
deleteConfigData(),
deleteTableRow(),
endSetup(),
getCallAfterApplyAllUpdates(),
getConnection(),
getFkName(),
getIdxName(),
getTable(),
getTableRow(),
run(),
setConfigData(),
setTable(),
startSetup(),
tableExists(),
updateTableRow()
|
Properties inherited from Mage_Core_Model_Resource_Setup
$_callAfterApplyAllUpdates,
$_conn,
$_connectionConfig,
$_hadUpdates,
$_moduleConfig,
$_queriesHooked,
$_resourceConfig,
$_resourceName,
$_schemaUpdatesChecked,
$_setupCache,
$_tables
|