ReviewsService

public final class ReviewsService

Service for the reviews table in the database

Author

Francesco Masala

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public final Id<Reviews> assistedCreate(String title, String message, String sender, String recipient)

Tbh I don't remember what this does

Link copied to clipboard
public final Id<Reviews> create(Reviews review)

Create a review in the database

Link copied to clipboard
public final List<Reviews> findByRecipient(String userID)

Get all the reviews created for a specific user

Link copied to clipboard
public final List<Reviews> findBySender(String userID)

Get all the reviews created by a specific user

Link copied to clipboard
public final String obtainProperty(String property)