org.bejug.javacareers.jobs.dao
Interface JobOfferDao
- All Superinterfaces:
- OfferDao
- All Known Implementing Classes:
- JobOfferDaoHibernateImpl
- public interface JobOfferDao
- extends OfferDao
Specific dao for the jobs.
- Author:
- bme (Last modified by $Author: stephan_janssen $)
$Revision: 1.2 $ - $Date: 2005/10/11 08:34:39 $
|
Method Summary |
int |
getUserJobOfferCount(org.bejug.javacareers.jobs.model.User currentUser)
Get the total number of joboffers posted by the current user. |
getUserJobOfferCount
public int getUserJobOfferCount(org.bejug.javacareers.jobs.model.User currentUser)
throws org.springframework.dao.DataAccessException
- Get the total number of joboffers posted by the current user.
- Parameters:
currentUser - The current user
- Returns:
- an int indicating the number of offers posted.
- Throws:
org.springframework.dao.DataAccessException - thrown when something goes wrong
Copyright © 2005-2006 BeJUG. All Rights Reserved.