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

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

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

Classes in com.ferri.persistence.dao.base that implement ConstantsDAO
 class BaseConstantsDAO
          Base abstracta del DAO per la entitat constants.
 

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

Classes in com.ferri.persistence.dao.impl that implement ConstantsDAO
 class ConstantsDAOImpl
          Implementació DAO de la instancia Constants
 

Uses of ConstantsDAO in com.ferri.service.impl
 

Fields in com.ferri.service.impl declared as ConstantsDAO
private  ConstantsDAO FacturaServiceImpl.constantsDAO
           
 

Methods in com.ferri.service.impl that return ConstantsDAO
 ConstantsDAO FacturaServiceImpl.getConstantsDAO()
           
 

Methods in com.ferri.service.impl with parameters of type ConstantsDAO
 void FacturaServiceImpl.setConstantsDAO(ConstantsDAO constantsDAO)