Inserts a HomeBlock into the database.
Inserts a HomeBlock into the database.
the HomeBlock to create in the database
a future optional HomeBlock depending on whether the operation was successful
Deletes a HomeBlock from the database.
Deletes a HomeBlock from the database.
id of the HomeBlock to delete
a future boolean depending on whether the operation was successful
Find a HomeBlock by id.
Find a HomeBlock by id.
the id of the HomeBlock
a future optional HomeBlock depending on whether the HomeBlock exists
Updates a HomeBlock in the database.
Updates a HomeBlock in the database.
the HomeBlock to update in the database
a future optional HomeBlock depending on whether the operation was successful