JournalArchiveAll class Journal

Journal with all archived dates.

Inheritance

Constructors

JournalArchiveAll({required Ref<Object?> ref, required String apiKey, required AppState state})

Properties

aData DateTime?
If aData null - load all values.
read-onlyoverride
aDate DateTime?
read-onlyinherited
added List<ServiceOfJournal>
read-onlyinherited
all List<ServiceOfJournal>
read-onlyinherited
apiKey String
read / writeinherited
finished List<ServiceOfJournal>
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
hive Box<ServiceOfJournal>
read-onlyinherited
hiveRepository HiveRepository
read-onlyinherited
httpInterface JournalHttpInterface
read-onlyinherited
journalHiveName String
read-onlyinherited
outDated List<ServiceOfJournal>
read-onlyinherited
ref Ref<Object?>
finalinherited
rejected List<ServiceOfJournal>
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
servicesForSync List<ServiceOfJournal>
read-onlyinherited
servicesOf HiveRepositoryProvider
read-onlyinherited
state AppState
finalinherited
today DateTime
read-onlyinherited
worker Worker
read-onlyinherited
workerDepId int
read-onlyinherited

Methods

archiveOldServices() Future<void>
This method of base class is stubbed.
inherited
commitAll([JournalHttpInterface? httpClient, List<ServiceOfJournal>? forSync]) Future<void>
This method of base class is stubbed.
inherited
delete({ServiceOfJournal? serv, String? uuid}) Future<bool>
This method of base class is stubbed.
inherited
exportToFile(DateTime start, DateTime end) Future<void>
inherited
getUuidOfLastService({required int servId, required int contractId}) String?
Helper, only used in ClientService, it delete last ServiceOfJournal.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(ServiceOfJournal se) Future<bool>
This method of base class is stubbed.
inherited
toString() String
A string representation of this object.
inherited
updateBasedOnNewPlanDate() Future<void>
This method of base class is stubbed.
inherited

Operators

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