org.parancoe.plugins.security
Interface UserDao

All Superinterfaces:
org.parancoe.persistence.dao.generic.GenericDao<UserProfile,java.lang.Long>, org.parancoe.persistence.dao.generic.GenericDaoHibernateSupport

@Dao(entity=UserProfile.class)
public interface UserDao
extends org.parancoe.persistence.dao.generic.GenericDao<UserProfile,java.lang.Long>

The DAO interface for the UserProfile entity.

Version:
$Revision$
Author:
Enrico Giurin, Michele Franzin

Method Summary
 java.util.List<UserProfile> findByUsernameAndPassword(java.lang.String username, java.lang.String password)
           
 
Methods inherited from interface org.parancoe.persistence.dao.generic.GenericDao
count, create, createOrUpdate, delete, deleteAll, findAll, read, searchByCriteria, searchByCriteria, searchByCriteria, update
 
Methods inherited from interface org.parancoe.persistence.dao.generic.GenericDaoHibernateSupport
getHibernateTemplate, getType, setType
 

Method Detail

findByUsernameAndPassword

java.util.List<UserProfile> findByUsernameAndPassword(java.lang.String username,
                                                      java.lang.String password)


Copyright © 2007. All Rights Reserved.