br.org.agilcoop.cursos.testes.gui.modelo
Class UserDAOImpl

java.lang.Object
  extended by br.org.agilcoop.cursos.testes.gui.modelo.AbstractDAOImpl<User>
      extended by br.org.agilcoop.cursos.testes.gui.modelo.UserDAOImpl
All Implemented Interfaces:
AbstractDAO<User>, UserDAO

public class UserDAOImpl
extends AbstractDAOImpl<User>
implements UserDAO


Constructor Summary
UserDAOImpl()
           
 
Method Summary
 boolean authenticate(java.lang.String username, java.lang.String password)
           
 
Methods inherited from class br.org.agilcoop.cursos.testes.gui.modelo.AbstractDAOImpl
delete, insert, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface br.org.agilcoop.cursos.testes.gui.modelo.AbstractDAO
delete, insert, update
 

Constructor Detail

UserDAOImpl

public UserDAOImpl()
Method Detail

authenticate

public boolean authenticate(java.lang.String username,
                            java.lang.String password)
Specified by:
authenticate in interface UserDAO


Copyright © 2009. All Rights Reserved.