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

Packages that use OfferDao
org.bejug.javacareers.common.service Service implementations are located here. 
org.bejug.javacareers.jobs.dao All Data Access Object (DAO) interfaces are located here. 
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 OfferDao in org.bejug.javacareers.common.service
 

Constructors in org.bejug.javacareers.common.service with parameters of type OfferDao
ItemServiceImpl(org.bejug.javacareers.common.search.SearchCriteriaService service, org.bejug.javacareers.common.search.SearchCriteriaFactory factory, ItemDao itemDao, OfferDao commercialEducationOfferDao)
           
 

Uses of OfferDao in org.bejug.javacareers.jobs.dao
 

Subinterfaces of OfferDao in org.bejug.javacareers.jobs.dao
 interface JobOfferDao
          Specific dao for the jobs.
 

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

Classes in org.bejug.javacareers.jobs.dao.hibernate that implement OfferDao
 class AcademicEducationOfferDaoHibernateImpl
          Acedemic Education Offer hibernate dao implementation.
 class CommercialEducationOfferDaoHibernateImpl
          Commercial Education Offer Hibernate dao implementation.
 class ConsultingServiceOfferDaoHibernateImpl
           
 class EducationServiceOfferDaoHibernateImpl
           
 class JobOfferDaoHibernateImpl
          The Job Offer hibernate data access object implementation.
 class OfferDaoHibernateImpl
          This class contains the common methods for all the Offer-classes.
 

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

Methods in org.bejug.javacareers.jobs.service with parameters of type OfferDao
 void ServiceOfferServiceImpl.setConsultingServiceOfferDao(OfferDao consultingServiceOfferDao)
          sets the consultingserviceofferdao.
 void ServiceOfferServiceImpl.setEducationServiceOfferDao(OfferDao educationServiceOfferDao)
          sets the educationserviceofferdao.
 void EducationServiceImpl.setAcademicEducationOfferDao(OfferDao academicEducationOfferDao)
          set the academicEducationOfferDao.
 void EducationServiceImpl.setCommercialEducationOfferDao(OfferDao commercialEducationOfferDao)
          set the commercialEducationOfferDao.
 

Constructors in org.bejug.javacareers.jobs.service with parameters of type OfferDao
ServiceOfferServiceImpl(OfferDao educationServiceOfferDao, OfferDao consultingServiceOfferDao, org.bejug.javacareers.common.search.SearchCriteriaService searchCriteriaService)
          Constructor.
EducationServiceImpl(OfferDao academicEducationOfferDao, OfferDao commercialEducationOfferDao, org.bejug.javacareers.common.search.SearchCriteriaService searchCriteriaService)
          Constructor.
 



Copyright © 2005-2006 BeJUG. All Rights Reserved.