ISettingsPersistence class

Implementers

Constructors

ISettingsPersistence()

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getPageByFilter(String correlationId, FilterParams filter, PagingParams paging) → Future<DataPage<SettingsSectionV1>>
modify(String correlationId, String id, ConfigParams updateParams, ConfigParams incrementParams) → Future<SettingsSectionV1>
getOneById(String correlation_id, String id) → Future<SettingsSectionV1>
Gets a data items by its unique id. [...]
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
set(String correlation_id, SettingsSectionV1 item) → Future<SettingsSectionV1>
Sets a data item. If the data item exists it updates it, otherwise it create a new data item. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited