Uses of Interface
com.ferri.persistence.dao.interfaces.PressupostDAO

Packages that use PressupostDAO
com.ferri.persistence.dao.base   
com.ferri.persistence.dao.impl   
com.ferri.service.impl   
 

Uses of PressupostDAO in com.ferri.persistence.dao.base
 

Classes in com.ferri.persistence.dao.base that implement PressupostDAO
 class BasePressupostDAO
          Base abstracta del DAO per la entitat pressupost.
 

Uses of PressupostDAO in com.ferri.persistence.dao.impl
 

Classes in com.ferri.persistence.dao.impl that implement PressupostDAO
 class PressupostDAOImpl
          Base abstracta del DAO per la entitat pressupost.
 

Uses of PressupostDAO in com.ferri.service.impl
 

Fields in com.ferri.service.impl declared as PressupostDAO
private  PressupostDAO FacturaServiceImpl.pressupostDAO
           
 

Methods in com.ferri.service.impl that return PressupostDAO
 PressupostDAO FacturaServiceImpl.getPressupostDAO()
           
 

Methods in com.ferri.service.impl with parameters of type PressupostDAO
 void FacturaServiceImpl.setPressupostDAO(PressupostDAO pressupostDAO)