public class RatingFacade extends Facade
Constructor and Description |
---|
RatingFacade(DAOFactory factory) |
Modifier and Type | Method and Description |
---|---|
Rating[] |
getAllForClient(Client client) |
void |
rate(Rating rating) |
public RatingFacade(DAOFactory factory)
public void rate(Rating rating) throws InternalException
InternalException
public Rating[] getAllForClient(Client client) throws InternalException, NoClientFoundException