org.zeroexchange.dao.role
Interface RoleDAO

All Superinterfaces:
DAO<String,Role>, StringPKDAO<Role>
All Known Implementing Classes:
RoleDAOImpl

public interface RoleDAO
extends StringPKDAO<Role>

Author:
black

Method Summary
 Role getRole(String roleUser)
          Returns role by id of throws an exception if not exists.
 
Methods inherited from interface org.zeroexchange.dao.DAO
getById, removeById, save
 

Method Detail

getRole

Role getRole(String roleUser)
             throws DAOOperationException
Returns role by id of throws an exception if not exists.

Throws:
DAOOperationException


Copyright © 2013. All Rights Reserved.