Modifier and Type | Field and Description |
---|---|
static String |
NAME
The lookup name of the DAO.
|
Modifier and Type | Method and Description |
---|---|
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. |
Collection<Role> |
findForPerson(String personId)
Returns a collection of
Role instances for a person. |
static final String NAME
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.Collection<Role> findForPerson(String personId)
Role
instances for a person.personId
- Role
instances for a person.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.