arcade.security.dao
Class UserDAOImpl

java.lang.Object
  extended by arcade.security.dao.UserDAOImpl
All Implemented Interfaces:
UserDAO

public class UserDAOImpl
extends java.lang.Object
implements UserDAO


Constructor Summary
UserDAOImpl()
           
 
Method Summary
 void delete(java.lang.String primaryKey)
           
  findAll()
           
 User findByKey(java.lang.String primaryKey)
           
 void insert(User user)
           
 void update(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDAOImpl

public UserDAOImpl()
Method Detail

delete

public void delete(java.lang.String primaryKey)
Specified by:
delete in interface UserDAO

findAll

public  findAll()
Specified by:
findAll in interface UserDAO

findByKey

public User findByKey(java.lang.String primaryKey)
Specified by:
findByKey in interface UserDAO

insert

public void insert(User user)
Specified by:
insert in interface UserDAO

update

public void update(User user)
Specified by:
update in interface UserDAO