public interface RatingDAO
| Modifier and Type | Method and Description |
|---|---|
void |
create(Rating rating) |
java.lang.Integer[] |
getAllItemId() |
Rating[] |
getAllRating() |
Rating[] |
getRatingByClientId(int clientId) |
void create(Rating rating) throws InternalException
InternalExceptionRating[] getAllRating() throws InternalException
InternalExceptionjava.lang.Integer[] getAllItemId()
throws InternalException
InternalExceptionRating[] getRatingByClientId(int clientId) throws InternalException, NoClientFoundException