BaseJournal class abstract

Base class for Journal classes.

Implementers

Constructors

BaseJournal({required String apiKey})

Properties

aData DateTime?
At what date is journal, if null - load all values.
final
apiKey String
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
today DateTime
read-only
worker Worker
read-only
workerDepId int
read-only

Methods

archiveOldServices() Future<void>
commitAll([JournalHttpInterface? httpClient, List<ServiceOfJournal>? forSync]) Future<void>
delete({ServiceOfJournal? serv, String? uuid}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(ServiceOfJournal se) Future<bool>
toString() String
A string representation of this object.
inherited
updateBasedOnNewPlanDate() Future<void>

Operators

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