ServiceEndPoint Class
Methods
getAllItems
(
Promise
-
[options]
Gets a list of items
Parameters:
-
[options]Object optional
Returns:
Promise:
With {ServiceList}
initialize
()
Initializes the data-object
loadList
(
ServiceList
-
items -
[options]
Retrieves a list object
Parameters:
-
itemsServiceEntry[] -
[options]Object optional
Returns:
newEntry
(
ServiceEntry
-
[entry]
Retrieves a new entry object
Parameters:
-
[entry]Object optional
Returns:
queryItems
(
Promise
-
query -
[options]
Queries a list of items
Returns:
Promise:
With {ServiceList}
