ShareLink
Model class with created_by and last_modified_by columns automatically provided
:param Model: [description] :type Model: [type] :return: [description] :rtype: [type]
entity_id: strentity_type: ShareLinkEntityTypelink_type: ShareLinkTypetoken: strvalid_until: datetimeInitialize self. See help(type(self)) for accurate signature.
bool - Truebool - Falsebool - Falsebool - Truebool - Falsestrstr | Nonestrstr | NoneReturns True if the model is saved in db, False otherwise
boolbooldatetimeboolModelTypeSets the data
set force_insert to True to force creation of the object
set skip_hook to True to skip the before insert or update hook
ModelTypeShareLinkDTOAnyMethod call after all the table are inited
Useful when use DeferredForeignKey to create the foreign key manually latter
Method call after the table is created
Usefull to create the full text indexes
AnyAnybool - Truebool - TrueAnyAnybool - Truebool - TrueAnyAnyAnyAnyAnyReturns the name of the class
bool - Falsebool - Falsebool - FalsestrReturns True if the column exists in the table
strboolAnyCreate a foreign key for a Foreign key field only if the foreign key does not exists
ForeignKeyFieldMethod to create a full text index
liststrCreate model table
AnyDrop model table
Execute a raw SQL query. Can use the [TABLE_NAME] to replace by the table name
strAnyAnyMethod that find a shared entity link by its entity id and type
ShareLinkEntityTypestrShareLinkTypeOptionalMethod that find a shared entity link by its entity id and type and check if it is valid
ShareLinkEntityTypestrShareLinkTypeShareLinkMethod that find a shared entity link by its token and check if it is valid
strShareLinkstrboolReturns the full name of the class
bool - Falsebool - FalsestrAnyAnystrOptionalGet by ID and throw 404 error if object not found
strModelTypelistlistDatabaseProxyReturns the (current) DbManager of this model
AbstractDbManagerModelMetadataMethod that return the model for a given entity type
strShareLinkEntityTypeModelMethod that return the model for a given entity type and check if it exists
strShareLinkEntityTypeModelAnyAnyReturns the table name of this class
str | NoneAnyReturns True if the index exists in the table
strboolGet all the classes that inherit this class
listAnyAnyAnyAnyAnyAnyReturns True if the class has a table name defined
boolAnyAnyAnyAnyAnyAnyPerforms full-text search on the field. Must be overrided by child class to work
strstrModelSelectAnyAnyAnyAnyAnyAnyAny