Class Mage_ImportExport_Model_Export

Description

Export model

Located in /ImportExport/Model/Export.php (line 34)

Varien_Object
   |
   --Mage_ImportExport_Model_Export
Class Constant Summary
CONFIG_KEY_ENTITIES = 'global/importexport/export_entities'
CONFIG_KEY_FORMATS = 'global/importexport/export_file_formats'
FILTER_ELEMENT_GROUP = 'export_filter'
FILTER_ELEMENT_SKIP = 'skip_attr'
FILTER_TYPE_DATE = 'date'
FILTER_TYPE_INPUT = 'input'
FILTER_TYPE_NUMBER = 'number'
FILTER_TYPE_SELECT = 'select'
Variable Summary
Method Summary
Variables

Entity adapter.

  • access: protected

Writer object instance.

  • access: protected
Methods
static method getAttributeFilterType (line 176)

Determine filter type for specified attribute.

  • throws: Exception
  • access: public
static string getAttributeFilterType ( $attribute)
export (line 144)

Export data.

  • throws: Exception
  • access: public
string export ()
filterAttributeCollection (line 163)

Clean up already loaded attribute collection.

  • access: public
Mage_Eav_Model_Mysql4_Entity_Attribute_Collection filterAttributeCollection ( $collection)
getContentType (line 201)

MIME-type for 'Content-Type' header.

  • access: public
string getContentType ()
getEntity (line 212)

Override standard entity getter.

  • access: public
string getEntity ()
getEntityAttributeCollection (line 225)

Entity attributes collection getter.

  • access: public
Mage_Eav_Model_Mysql4_Entity_Attribute_Collection getEntityAttributeCollection ()
getFileFormat (line 236)

Override standard entity getter.

  • access: public
string getFileFormat ()
getFileName (line 249)

Return file name for downloading.

  • access: public
string getFileName ()
_getEntityAdapter (line 73)

Create instance of entity adapter and returns it.

  • throws: Exception
  • access: protected
_getWriter (line 112)

Get writer object.

  • throws: Mage_Core_Exception
  • access: protected
Class Constants
CONFIG_KEY_ENTITIES = 'global/importexport/export_entities' (line 50)

Config keys.

CONFIG_KEY_FORMATS = 'global/importexport/export_file_formats' (line 51)
FILTER_ELEMENT_GROUP = 'export_filter' (line 36)
FILTER_ELEMENT_SKIP = 'skip_attr' (line 37)
FILTER_TYPE_DATE = 'date' (line 44)
FILTER_TYPE_INPUT = 'input' (line 43)
FILTER_TYPE_NUMBER = 'number' (line 45)
FILTER_TYPE_SELECT = 'select' (line 42)

Filter fields types.

Documentation generated on Fri, 11 Feb 2011 17:02:21 +0200 by phpDocumentor 1.4.3