public function addRow($oEntity) { $aData = array(); $aData['value'] = $oEntity->value; $aData['active'] = $oEntity->active; return parent::addRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['name'] = $oEntity->description; $aData['color'] = $oEntity->color; return parent::addRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['order_payment_id'] = $oEntity->order_payment_id; $aData['payment_id'] = $oEntity->payment_id; $aData['pos_id'] = $oEntity->pos_id; $aData['session_id'] = $oEntity->session_id; $aData['order_id'] = $oEntity->order_id; $aData['amount'] = $oEntity->amount; $aData['status'] = $oEntity->status; $aData['pay_type'] = $oEntity->pay_type; $aData['pay_gw_name'] = $oEntity->pay_gw_name; $aData['desc'] = $oEntity->desc; $aData['desc2'] = $oEntity->desc2; $aData['create'] = $oEntity->create; $aData['init'] = $oEntity->init; $aData['sent'] = $oEntity->sent; $aData['recv'] = $oEntity->recv; $aData['cancel'] = $oEntity->cancel; $aData['auth_fraud'] = $oEntity->auth_fraud; $aData['ts'] = $oEntity->ts; $aData['sig'] = $oEntity->sig; $aData['date'] = $oEntity->date; return parent::addRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['value'] = $oEntity->value; $aData['unique_key'] = $oEntity->unique_key; return parent::addRow($aData); }
public function changeLastName($oEntity) { $aData = array(); $aData['id'] = $oEntity->user_param_id; $aData['last_name'] = $oEntity->last_name; return parent::editRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['navigation_privilege_id'] = $oEntity->navigation_privilege_id; $aData['user_role_id'] = $oEntity->user_role_id; return parent::addRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['site_seo_id'] = $oEntity->site_seo_id; $aData['site_seo_meta_keywords_id'] = $oEntity->site_seo_meta_keywords_id; return parent::addRow($aData); }
public function editRow($oEntity) { $aData = array(); $aData['id'] = $oEntity->id; $aData['user_id'] = $oEntity->user_id; $aData['updated_date'] = time(); return parent::editRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['configuration_name'] = $oEntity->configuration_name; $aData['primary'] = $oEntity->primary; $aData['visible'] = $oEntity->visible; return parent::addRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['site_seo_robots_id'] = $oEntity->site_seo_robots_id; $aData['head_title'] = $oEntity->head_title; $aData['meta_description'] = $oEntity->meta_description; return parent::addRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['item_id'] = $oEntity->item_id; $aData['order_payment_id'] = $oEntity->order_payment_id; $aData['date'] = time(); return parent::addRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['value'] = $oEntity->value; $aData['primary'] = $oEntity->primary; $aData['visible'] = $oEntity->visible; return parent::addRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['description'] = $oEntity->description; $aData['todo_priority_id'] = $oEntity->todo_priority_id; $aData['created_date'] = time(); $aData['active'] = $oEntity->active; return parent::addRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['navigation_module_id'] = $oEntity->navigation_module_id; $aData['navigation_controller_id'] = $oEntity->navigation_controller_id; $aData['navigation_action_id'] = $oEntity->navigation_action_id; $aData['navigation_privilege_id'] = $oEntity->navigation_privilege_id; $aData['navigation_resource_id'] = $oEntity->navigation_resource_id; return parent::addRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['host'] = $oEntity->host; $aData['username'] = $oEntity->username; $aData['password'] = $oEntity->password; $aData['name'] = $oEntity->name; $aData['from'] = $oEntity->from; $aData['primary'] = $oEntity->primary; return parent::addRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['email_content_configuration_type_id'] = $oEntity->email_content_configuration_type_id; $aData['trigger_action'] = $oEntity->trigger_action; $aData['subject'] = $oEntity->subject; $aData['email_content_configuration_greeting_type_id'] = $oEntity->email_content_configuration_greeting_type_id; $aData['message'] = $oEntity->message; $aData['email_content_configuration_conclusion_type_id'] = $oEntity->email_content_configuration_conclusion_type_id; $aData['active'] = $oEntity->active; return parent::addRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['module'] = $oEntity->module; $aData['controller'] = $oEntity->controller; $aData['action'] = $oEntity->action; $aData['user_id'] = $oEntity->user_id; $aData['ip_address'] = $oEntity->ip_address; $aData['geolocation_id'] = $oEntity->geolocation_id; $aData['date'] = time(); return parent::addRow($aData); }
public function addRow($oEntity) { $nId = $this->findRow(array('value' => $oEntity->value)); if ($nId) { return $nId; } else { $aData = array(); $aData['value'] = $oEntity->value; $aData['created_date'] = time(); return parent::addRow($aData); } }
public function editRow($oEntity) { $aData = array(); $aData['id'] = $oEntity->id; $aData['name'] = $oEntity->name; $aData['price_net'] = $oEntity->price_net * 100; $aData['price_gross'] = $oEntity->price_gross * 100; $aData['title'] = $oEntity->title; $aData['call_no'] = $oEntity->call_no; $aData['barcode'] = $oEntity->barcode; $aData['due_date'] = $oEntity->due_date; $aData['location_key'] = $oEntity->location_key; $aData['item_location_key'] = $oEntity->item_location_key; return parent::editRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['session_id'] = $oEntity->session_id; $aData['order_id'] = $oEntity->order_id; $aData['user_id'] = $oEntity->user_id; $aData['amount'] = $oEntity->amount; $aData['description'] = $oEntity->description; $aData['first_name'] = $oEntity->first_name; $aData['last_name'] = $oEntity->last_name; $aData['email_address'] = $oEntity->email_address; $aData['location_key'] = $oEntity->location_key; $aData['start'] = 1; $aData['date_start'] = time(); return parent::addRow($aData); }
public function editRow($oEntity) { $aData = array(); $aData['id'] = $oEntity->id; $aData['email_address'] = $oEntity->email_address; if ($this->_sAuthColumn === 'nick') { if ($oEntity->nick === '') { $aData['nick'] = null; } else { $aData['nick'] = $oEntity->nick; } } $aData['active'] = $oEntity->active; $aData['updated_date'] = time(); return parent::editRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['navigation_menu_configuration_id'] = $oEntity->navigation_menu_configuration_id; $aData['navigation_menu_type_id'] = $oEntity->navigation_menu_type_id; $aData['navigation_option_id'] = $oEntity->navigation_option_id; $aData['navigation_level_id'] = $oEntity->navigation_level_id; $aData['navigation_parent_menu_id'] = $oEntity->navigation_parent_menu_id; $aData['site_seo_id'] = $oEntity->site_seo_id; $aData['label_name'] = $oEntity->label_name; $aData['description'] = $oEntity->description; $aData['image_id'] = $oEntity->image_id; $aData['order'] = $oEntity->order; $aData['visible'] = $oEntity->visible; return parent::addRow($aData); }
public function __construct(Adapter $oAdapter) { parent::__construct($oAdapter); }
public function addRow($oEntity) { $aData = array(); $aData['borrower_hash'] = $oEntity->borrower_hash; return parent::addRow($aData); }
public function addRow($oEntity) { $aData = array(); $aData['name'] = $oEntity->name; return parent::addRow($aData); }