it.geosolutions.geobatch.users.dao
Interface GBUserDAO
- All Superinterfaces:
- GenericDAO<GBUser,java.lang.Long>
- All Known Implementing Classes:
- HibGBUserDAO
public interface GBUserDAO
- extends GenericDAO<GBUser,java.lang.Long>
- Author:
- giuseppe
findByUserId
GBUser findByUserId(java.lang.Long userId)
throws DAOException
- Throws:
DAOException
findByUserName
GBUser findByUserName(java.lang.String userName)
throws DAOException
- Throws:
DAOException
save
GBUser save(GBUser user)
throws DAOException
- Throws:
DAOException
delete
void delete(java.lang.Long userId)
throws DAOException
- Throws:
DAOException
delete
void delete(GBUser user)
throws DAOException
- Throws:
DAOException
Copyright © 2008-2012 GeoSolutions. All Rights Reserved.