Uses of Interface
edu.uoc.tfc.dbmodel.ClientDao

Packages that use ClientDao
edu.uoc.tfc.dbmodel   
edu.uoc.tfc.dbmodel.crud   
edu.uoc.tfc.service   
 

Uses of ClientDao in edu.uoc.tfc.dbmodel
 

Classes in edu.uoc.tfc.dbmodel that implement ClientDao
 class ClientDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type edu.uoc.tfc.dbmodel.Client.
 class ClientDaoImpl
           
 

Uses of ClientDao in edu.uoc.tfc.dbmodel.crud
 

Methods in edu.uoc.tfc.dbmodel.crud with parameters of type ClientDao
 void PartManageableDaoBase.setClientDao(ClientDao clientDao)
           
 void ClientManageableDaoBase.setDao(ClientDao dao)
           
 

Uses of ClientDao in edu.uoc.tfc.service
 

Methods in edu.uoc.tfc.service with parameters of type ClientDao
 void PartServiceBase.setClientDao(ClientDao clientDao)
          Sets the reference to client's DAO.
 void ClientServiceBase.setClientDao(ClientDao clientDao)
          Sets the reference to client's DAO.