Uses of Interface
org.bejug.javacareers.jobs.dao.ParameterDao

Packages that use ParameterDao
org.bejug.javacareers.jobs.dao.hibernate The hibernate DAO implementations are located here. 
org.bejug.javacareers.jobs.service The Service facade per JavaCareers module for the different views are defined and implemented here. 
 

Uses of ParameterDao in org.bejug.javacareers.jobs.dao.hibernate
 

Classes in org.bejug.javacareers.jobs.dao.hibernate that implement ParameterDao
 class AbstractParameterDaoHibernateImpl
          Generic dao-implementation for all parameterDao's.
 class OfferTypeDaoHibernateImpl
          Concrete implementation of the parameterdao for the offertypes
 class OrganisationTypeDaoHibernateImpl
          The Organisation Type Dao Hibernate implementation class.
 class ProfileDaoHibernateImpl
           
 

Uses of ParameterDao in org.bejug.javacareers.jobs.service
 

Methods in org.bejug.javacareers.jobs.service with parameters of type ParameterDao
 void AdminServiceImpl.setOrganisationTypeDao(ParameterDao organisationTypeDao)
          Sets the organisationType dao through Springs Ioc.
 void AdminServiceImpl.setProfileDao(ParameterDao profileDao)
           
 void AdminServiceImpl.setOfferTypeDao(ParameterDao offerTypeDao)
           
 

Constructors in org.bejug.javacareers.jobs.service with parameters of type ParameterDao
AdminServiceImpl(UserDao userDao, ParameterDao organisationTypeDao, ParameterDao offerTypeDao, CountryDao countryDao, RegionDao regionDao, ParameterDao profileDao)
          Constructor.
 



Copyright © 2005-2006 BeJUG. All Rights Reserved.