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

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

Uses of PartDao in edu.uoc.tfc.dbmodel
 

Classes in edu.uoc.tfc.dbmodel that implement PartDao
 class PartDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type edu.uoc.tfc.dbmodel.Part.
 class PartDaoImpl
           
 

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

Methods in edu.uoc.tfc.dbmodel.crud with parameters of type PartDao
 void PartManageableDaoBase.setDao(PartDao dao)
           
 void FacturaManageableDaoBase.setPartDeLaFacturaDao(PartDao partDeLaFacturaDao)
           
 void TipusSiniestreManageableDaoBase.setPartsDao(PartDao partsDao)
           
 void AsseguradoraManageableDaoBase.setPartsDao(PartDao partsDao)
           
 void ClientManageableDaoBase.setPartsDelClientDao(PartDao partsDelClientDao)
           
 

Uses of PartDao in edu.uoc.tfc.service
 

Methods in edu.uoc.tfc.service with parameters of type PartDao
 void PartServiceBase.setPartDao(PartDao partDao)
          Sets the reference to part's DAO.