Import entity abstract model
Located in /ImportExport/Model/Import/Entity/Abstract.php (line 34)
| Class | Description |
|---|---|
| Mage_ImportExport_Model_Import_Entity_Customer_Address | Import entity customer address |
| Mage_ImportExport_Model_Import_Entity_Customer | Import entity customer model |
| Mage_ImportExport_Model_Import_Entity_Product | Import entity product model |
DB connection.
DB data source model.
Has data process validation done?
Entity type id.
Error codes with arrays of corresponding row numbers.
Error counter.
Limit of errors after which pre-processing will exit.
Flag to disable import.
Attributes with index (not label) value.
Array of invalid rows numbers.
Validation failure message template definitions.
Notice messages.
Entity model parameters.
Column names that holds values with particular meaning.
Permanent entity columns.
Number of entities processed by validation.
Number of rows processed by validation.
Rows to skip. Valid rows but we have some reasons to skip them.
[Row number 1] => true, ... [Row number N] => true
Source model.
Array of numbers of validated rows as keys and boolean TRUE as values.
Constructor.
Add message template for specific error code from outside.
Add error with corresponding current data source row number.
Returns attributes all values in label-value or value-value pairs form. Labels are lower-cased.
Import behavior getter.
EAV entity type code getter.
Entity type ID getter.
Returns error information grouped by error types and translated (if possible).
Returns error counter value.
Returns error limit value.
Returns invalid rows count.
Find net value of autoincrement key for specified table.
Returns model notices.
Returns number of checked entities.
Returns number of checked rows.
Source object getter.
Import process start.
Is attribute contains particular data (not plain entity attribute).
Check one attribute. Can be overridden in child.
Is all of data valid?
Import possibility getter.
Returns TRUE if row is valid and not in skipped rows array.
Set data from outside to change behavior. I.e. for setting some default parameters etc.
Source model setter.
Validate data.
Validate data row.
Inner source object getter.
Import data rows.
Returns boolean TRUE if row scope is default (fundamental) scope.
Change row data before saving in DB table.
Validate data rows and save bunches to DB.
Documentation generated on Fri, 11 Feb 2011 16:55:16 +0200 by phpDocumentor 1.4.3