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
InternalException
Rating[] getAllRating() throws InternalException
InternalException
java.lang.Integer[] getAllItemId() throws InternalException
InternalException
Rating[] getRatingByClientId(int clientId) throws InternalException, NoClientFoundException