public interface RoleDao extends com.whitestein.lsps.common.BasicDao<Role,java.lang.Long>
Role instances.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME
The lookup name of the DAO.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Role> |
findAll()
Returns a collection of all
Role instances that exist in the
persistent storage or an empty collection if there is no such instance. |
java.util.Collection<Role> |
findForPerson(java.lang.String personId)
Returns a collection of
Role instances for a person. |
java.util.Collection<Role> findAll()
Role instances that exist in the
persistent storage or an empty collection if there is no such instance.Role instances that exist in the
persistent storage or an empty collection if there is no such
instance.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.