Constants |
public
|
CREATE = 1
Add an entity to the backend
Add an entity to the backend
|
#
|
public
|
READ = 2
Get an entity from the backend
Get an entity from the backend
|
#
|
public
|
UPDATE = 4
Update an entity in the backend
Update an entity in the backend
|
#
|
public
|
DELETE = 8
Delete an entity from the backend
Delete an entity from the backend
|
#
|
public
|
CREATE_LIST = 16
Add a list of entities to the backend
Add a list of entities to the backend
|
#
|
public
|
READ_LIST = 32
Get a list of entities from the backend
Get a list of entities from the backend
|
#
|
public
|
UPDATE_LIST = 64
Update a list of entities in the backend
Update a list of entities in the backend
|
#
|
public
|
DELETE_LIST = 128
Delete a list of entities from the backend
Delete a list of entities from the backend
|
#
|