AgendaApi class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createAgenda(
Agenda agendaDto) → Future< Agenda> -
deleteAgenda(
Agenda agenda) → Future< DocIdentifier> -
deleteAgendaById(
String entityId, String rev) → Future< DocIdentifier> -
deleteAgendas(
List< Agenda> agendas) → Future<List< DocIdentifier> > -
deleteAgendasByIds(
List< IdWithMandatoryRev> entityIds) → Future<List< DocIdentifier> > -
filterAgendasBy(
BaseFilterOptions< Agenda> filter) → Future<PaginatedListIterator< Agenda> > -
filterAgendasBySorted(
BaseSortableFilterOptions< Agenda> filter) → Future<PaginatedListIterator< Agenda> > -
getAgenda(
String agendaId) → Future< Agenda> -
getAgendas(
List< String> agendaIds) → Future<List< Agenda> > -
matchAgendasBy(
BaseFilterOptions< Agenda> filter) → Future<List< String> > -
matchAgendasBySorted(
BaseSortableFilterOptions< Agenda> filter) → Future<List< String> > -
modifyAgenda(
Agenda agendaDto) → Future< Agenda> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
purgeAgenda(
Agenda agenda) → Future< void> -
purgeAgendaById(
String id, String rev) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
undeleteAgenda(
Agenda agenda) → Future< Agenda> -
undeleteAgendaById(
String id, String rev) → Future< Agenda>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited