org.ada.server.dataaccess.dataset
Counts all items in repo matching criteria.
Counts all items in repo matching criteria.
Filtering criteria object. Use a JsObject to filter according to value of reference column. Use None for no filtering.
Number of matching elements.
Delete single entry identified by its id (name).
Delete single entry identified by its id (name).
Id of the subordinate to be deleted.
Nothing (Unit)
Deletes all subordinates in the dictionary.
Deletes all subordinates in the dictionary.
Nothing (Unit)
update()
Find object matching the filtering criteria.
Find object matching the filtering criteria. subordinateListNames may be ordered and only a subset of them used. Pagination options for page limit and page number are available to limit number of returned results.
Filtering criteria object. Use a String to filter according to value of reference column. Use None for no filtering.
Column used as reference for sorting. Leave at None to use default.
Defines which columns are supposed to be returned. Leave at None to use default.
Page limit. Use to define chunk sizes for pagination. Leave at None to use default.
The number of items to skip.
Traversable subordinateListNames for iteration.
Retrieve subordinate(s) from the repo.
Retrieve subordinate(s) from the repo.
Name of object.
subordinateListNames in the dictionary with exact name match.
Initialize if the root object does not exist.
Initialize if the root object does not exist.
Converts the given subordinateListName into Json format and calls updateCustom() to update/ save it in the repo.
Converts the given subordinateListName into Json format and calls updateCustom() to update/ save it in the repo.
to be updated/ saved
subordinateListName name as a confirmation of success.
updateCustom()
Update a single subordinate in repo.
Update a single subordinate in repo. The properties of the passed subordinate replace the properties of the subordinate in the repo.
Subordinate to be updated. entity.name must match an existing ID.
Id as a confirmation of success.