Overview

Namespaces

  • None
  • PHP

Classes

  • Eabi_DpdEE_Block_Adminhtml_Config_Form_Field_Country
  • Eabi_DpdEE_Block_Info_Payment
  • Eabi_DpdEE_Block_Invoice
  • Eabi_DpdEE_Block_Order_Courier
  • Eabi_DpdEE_Helper_Data
  • Eabi_DpdEE_Model_Api
  • Eabi_DpdEE_Model_Button_Courier
  • Eabi_DpdEE_Model_Config
  • Eabi_DpdEE_Model_Flat
  • Eabi_DpdEE_Model_Observer
  • Eabi_DpdEE_Model_Payment_Processor
  • Eabi_DpdEE_Model_Post
  • Eabi_DpdEE_Model_Source_Label_Position
  • Eabi_DpdEE_Model_Source_Service
  • Eabi_Livehandler_Adminhtml_LivehandlerController
  • Eabi_Livehandler_Adminhtml_RemoveController
  • Eabi_Livehandler_Block_Adminhtml_Config_Form_Field_Button
  • Eabi_Livehandler_Block_Adminhtml_Config_Form_Field_Remove
  • Eabi_Livehandler_Block_Email
  • Eabi_LiveHandler_Block_Footer
  • Eabi_Livehandler_Helper_Data
  • Eabi_Livehandler_Helper_Keypair
  • Eabi_Livehandler_IndexController
  • Eabi_Livehandler_Model_Abstract
  • Eabi_Livehandler_Model_Action_Abstract
  • Eabi_Livehandler_Model_Action_Postoffice_Print
  • Eabi_Livehandler_Model_Action_Postoffice_Send
  • Eabi_Livehandler_Model_Adminhtml_Gridmanager
  • Eabi_Livehandler_Model_Directory_Collection
  • Eabi_Livehandler_Model_Entry
  • Eabi_Livehandler_Model_File_Object
  • Eabi_Livehandler_Model_Mysql4_Entry
  • Eabi_Livehandler_Model_Mysql4_Entry_Collection
  • Eabi_Livehandler_Model_Ordergrid
  • Eabi_Livehandler_Model_System_Config_Backend_Button
  • Eabi_Postoffice_Adminhtml_PostofficeController
  • Eabi_Postoffice_Block_Adminhtml_Config_Form_Field_License
  • Eabi_Postoffice_Block_Adminhtml_Config_Form_Field_Remove
  • Eabi_Postoffice_Block_Config_Rebuildbutton
  • Eabi_Postoffice_Helper_Countrycode
  • Eabi_Postoffice_Helper_Data
  • Eabi_Postoffice_IndexController
  • Eabi_Postoffice_Model_Carrier_Abstract
  • Eabi_Postoffice_Model_Carrier_Result
  • Eabi_Postoffice_Model_Carriermodule
  • Eabi_Postoffice_Model_Mysql4_Carriermodule
  • Eabi_Postoffice_Model_Mysql4_Carriermodule_Collection
  • Eabi_Postoffice_Model_Mysql4_Office
  • Eabi_Postoffice_Model_Mysql4_Office_Collection
  • Eabi_Postoffice_Model_Observer
  • Eabi_Postoffice_Model_Office
  • Eabi_Postoffice_Model_Orderview
  • Eabi_Postoffice_Model_Source_Sendevent
  • Eabi_Postoffice_Model_Updater
  • Overview
  • Namespace
  • Class
  • Tree

Class Eabi_Postoffice_Model_Office

Represents one entry from eabi_postoffice table.

Represents one parcel terminal, which can be selected as preferred shipping location for end user.

Structure:

  • id - unique auto incement id for entry
  • remote_module_id - refers to eabi_carriermodule.id
  • remote_module_name - Magento carrier code, also refers to eabi_carriermodule.carrier_code
  • remote_place_id - Parcel terminal numeric ID, which is provided by remote server.
  • remote_servicing_place_id - not used
  • name - human readable remote parcel terminal short name
  • city - city where remote parcel terminal is located (optional)
  • county - region or county where remote parcel terminal is located (optional)
  • zip_code - zip code for the remote parcel terminal (optional)
  • country - ISO-3166 country code for the remote parcel terminal
  • description - Extra human readable information can be entered here like address, opening times, etc...
  • group_id - unique id that represents city/county combination group. Module auto generates this id for you.
  • group_name - merged city/county if any of those is set. Otherwise left empty
  • group_sort - higher the number, the more important group is and thus parcel terminal belonging to more important group is displayed before the others.
  • local_carrier_id - not used
  • created_time - time, when this parcel terminal entry was created
  • update_time - time, when this parcel terminal was last updated
  • cached_attributes - not used, but can store data in serialized form
Mage_Core_Model_Abstract
Extended by Eabi_Postoffice_Model_Office
Author: matishalmann
Located at Eabi/Postoffice/Model/Office.php
Methods summary
public
# _construct( )
public
# fromOfficeElement( array $officeElement, mixed $remoteModuleId = false )
public
# loadByCodeAndRemoteId( mixed $code, mixed $remoteId )
protected
# _beforeSave( )
public static
# eabi_init( )
Properties summary
protected static mixed $_date
#
DPD Eesti - Pakivedu.ee Shipping module for Magento API documentation generated by ApiGen 2.8.0