catalog.model.dao
Interface UserDao

All Known Implementing Classes:
UserDaoHibernateImpl

public interface UserDao

The user DAO interface.

This class contains user management related data access logic.

Author:
Derek Y. Shen

Method Summary
 User getUser(java.lang.String username)
          Get user by username.
 

Method Detail

getUser

public User getUser(java.lang.String username)
Get user by username.

Parameters:
username - the username
Returns:
the user associated with the username


Copyright (c) 2004 The JCatalog Project.