br.org.agilcoop.cursos.testes.gui.modelo
Interface UserDAO

All Superinterfaces:
AbstractDAO<User>
All Known Implementing Classes:
UserDAOImpl

public interface UserDAO
extends AbstractDAO<User>


Method Summary
 boolean authenticate(java.lang.String username, java.lang.String password)
           
 
Methods inherited from interface br.org.agilcoop.cursos.testes.gui.modelo.AbstractDAO
delete, insert, update
 

Method Detail

authenticate

boolean authenticate(java.lang.String username,
                     java.lang.String password)


Copyright © 2009. All Rights Reserved.