Class: AbstractEntity

AbstractEntity()

Base class for all backend entities.

Constructor

new AbstractEntity()

Source:

Members

(protected) becca

Source:

Methods

(protected) addEntityChange()

Source:

(protected) beforeSaving()

Source:

(protected) generateHash()

Source:

(protected) generateIdIfNecessary()

Source:

(protected) getPojoToSave()

Source:

(protected) getUtcDateChanged()

Source:

markAsDeleted(deleteIdopt)

Mark the entity as (soft) deleted. It will be completely erased later. This is a low level method, for notes and branches use `note.deleteNote()` and 'branch.deleteBranch()` instead.
Parameters:
Name Type Attributes Default Description
deleteId <optional>
null
Source:

save() → {AbstractEntity}

Saves entity - executes SQL, but doesn't commit the transaction on its own
Source:
Returns:
Type
AbstractEntity