Import
Table of Contents
Classes
- CheckAccessAction
- Check if current user is authorized to perform specified action on the given import.
- Create
- Create a new $ENTITY from supplied values.
- Import
- Retrieve $ENTITIES based on criteria specified in the `where` parameter.
- Save
- Create or update one or more $ENTITIES.
- Update
- Update one or more $ENTITY with new values.
- Validate
- Retrieve $ENTITIES based on criteria specified in the `where` parameter.
Traits
- ImportProcessTrait
- Code shared by Import Save/Update actions.
- ImportSaveTrait
- Code shared by Import Save/Update actions.