utils/objectCrud
Overview
VUEDA-specific object CRUD functions (retrieve, create, update, patch, delete) for a single model instance.
Methods
- defaultObjectCreate - The VUEDA specific implementation for reactive-helper's object create crud function.
- defaultObjectDelete - The VUEDA specific implementation for reactive-helper's object delete crud function.
- defaultObjectExecuteAction - The VUEDA specific implementation for reactive-helper's object executeAction crud function.
- defaultObjectPatch - The VUEDA specific implementation for reactive-helper's object patch crud function.
- defaultObjectRetrieve - The VUEDA specific implementation for reactive-helper's object retrieve crud function.
- defaultObjectUpdate - The VUEDA specific implementation for reactive-helper's object update crud function.
- setupDefaultObjectCrud - Installs the default object CRUD adaptors for retrieve, create, update, patch, delete, and executeAction.
Source
client/lib/utils/objectCrud.js:1