|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
org.bejug.javacareers.jobs.dao.hibernate.OfferDaoHibernateImpl
org.bejug.javacareers.jobs.dao.hibernate.EducationServiceOfferDaoHibernateImpl
| Field Summary |
| Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
| Constructor Summary | |
EducationServiceOfferDaoHibernateImpl()
|
|
| Method Summary | |
org.bejug.javacareers.jobs.model.Offer |
getOffer(java.lang.Integer id)
Gets an Offer by id. |
int |
getOfferCount()
Get the total number of offers. |
java.util.List |
getOffers()
Todo: look for a way to implement this method??? Lists all offers. |
| Methods inherited from class org.bejug.javacareers.jobs.dao.hibernate.OfferDaoHibernateImpl |
deleteOffer, deleteOffer, deleteOffersByUrl, getOfferCount, store |
| Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
checkDaoConfig, closeSessionIfNecessary, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet, initDao |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EducationServiceOfferDaoHibernateImpl()
| Method Detail |
public java.util.List getOffers()
throws org.springframework.dao.DataAccessException
getOffers in interface OfferDaogetOffers in class OfferDaoHibernateImplorg.springframework.dao.DataAccessException
public org.bejug.javacareers.jobs.model.Offer getOffer(java.lang.Integer id)
throws org.springframework.dao.DataAccessException
getOffer in interface OfferDaogetOffer in class OfferDaoHibernateImplorg.springframework.dao.DataAccessException
public int getOfferCount()
throws org.springframework.dao.DataAccessException
org.springframework.dao.DataAccessException - thrown when something goes wrong
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||