[*] WS: the customer services are now handled by webservices

This commit is contained in:
Rémi Gaillard
2013-02-25 15:59:08 +01:00
parent 679b45b5bd
commit 283a273fd7
3 changed files with 46 additions and 0 deletions
+11
View File
@@ -55,6 +55,17 @@ class CustomerMessageCore extends ObjectModel
'read' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool')
),
);
protected $webserviceParameters = array(
'fields' => array(
'id_employee' => array(
'xlink_resource' => 'employees'
),
'id_customer_thread' => array(
'xlink_resource' => 'customer_threads'
),
),
);
public static function getMessagesByOrderId($id_order, $private = true)
{