sk.stuba.fiit.foo07.genex.dao
Interface UserDao

All Known Implementing Classes:
UserDaoDerby

public interface UserDao

Author:
palo

Method Summary
 void addTUser(TUser toAdd)
           
 void deleteTUser(TUser toDelete)
           
 TUser getDefaultTUser()
           
 TUser getTUserByID(java.lang.Integer userID)
           
 void updateTUser(TUser toUpdate)
           
 

Method Detail

addTUser

void addTUser(TUser toAdd)
              throws java.sql.SQLException
Throws:
java.sql.SQLException

deleteTUser

void deleteTUser(TUser toDelete)
                 throws java.sql.SQLException
Throws:
java.sql.SQLException

getTUserByID

TUser getTUserByID(java.lang.Integer userID)
                   throws java.sql.SQLException
Throws:
java.sql.SQLException

getDefaultTUser

TUser getDefaultTUser()
                      throws java.sql.SQLException
Throws:
java.sql.SQLException

updateTUser

void updateTUser(TUser toUpdate)
                 throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © 2008 Faculty of Informatics and Information Technologies, STU Bratislava. All Rights Reserved.