PushUpdate
methodsUpdates the specified data items without marking them as "dirty". The data source will not sync data items appended via pushUpdate. If the data items are not found (using schema.model.id), they will be appended.
The difference between
pushUpdateand updating items via theirsetmethod is that items updated viasetare synced with the remote service.
Parameters:itemsObject|Array
The data item or data items to update.