|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.inspera.services.pedal.services.RatingService
public class RatingService
Service class for rating. This class contains methods to rate an object and retrieve a set of ratings related to a specific object or metadata.
Constructor Summary | |
---|---|
RatingService()
|
Method Summary | |
---|---|
static void |
rate(no.inspera.services.rating.Rating rating)
Stores rating to the db. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RatingService()
Method Detail |
---|
public static void rate(no.inspera.services.rating.Rating rating) throws no.inspera.db.exception.DataAccessException
rating
- the rating object that is to be stored in the database.
no.inspera.db.exception.DataAccessException
- if any data access error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |