CmsDelegate class abstract

  • CmsDelegate is a main interface for handling CmsTable items.

It is not suitable on its own for handling toMany relationships. For this functionality check out CmsToManyDelegate

Constructors

CmsDelegate()

Properties

hashCode int
The hash code for this object.
no setterinherited
idKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(JsonMap value) Future<JsonMap>
Responsible for creating new object
delete(JsonMap value) Future<void>
Responsible for deleting an object
get({CmsFunctionsSortingParams? sorting, CmsFilter filter, required CmsFunctionsPagingParams paging}) Future<List<JsonMap>>
Responsible for loading CmsTable items.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(JsonMap value, JsonMap oldValue) Future<JsonMap>
Responsible for updating existing item within the table

Operators

operator ==(Object other) bool
The equality operator.
inherited