public class FinesFacade extends Facade
Constructor and Description |
---|
FinesFacade(DAOFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
create(Fine fine) |
void |
delete(Fine fine) |
Fine[] |
findByClient(Client client) |
void |
pay(Fine fine) |
public FinesFacade(DAOFactory factory)
public void create(Fine fine) throws InternalException, NoReturnFoundException, InvalidFineTypeException
public void delete(Fine fine) throws InternalException
InternalException
public void pay(Fine fine) throws InternalException
InternalException
public Fine[] findByClient(Client client) throws InternalException, NoClientFoundException