Package | Description |
---|---|
com.whitestein.lsps.orgstructure.dao.jpa | |
com.whitestein.lsps.pm |
Modifier and Type | Class and Description |
---|---|
class |
JpaPersonDao
The JPA implementation of the
PersonDao DAO interface. |
Modifier and Type | Field and Description |
---|---|
protected PersonDao |
PersonServiceBean.personDao
Person dao.
|
Modifier and Type | Method and Description |
---|---|
protected abstract PersonDao |
PersonServiceBase.getPersonDao()
Returns person service dao.
|
protected PersonDao |
PersonManagementServiceBean.getPersonDao() |
protected PersonDao |
PersonServiceBean.getPersonDao() |
Modifier and Type | Method and Description |
---|---|
String |
PersonLoginToIdCache.getIdFromCache(String login,
PersonDao personDao)
Returns person id for person login.
|
Constructor and Description |
---|
PersonManagementServiceBean(RoleNameDao roleNameDao,
RoleDao roleDao,
PersonDao personDao,
SecurityRoleDao securityRoleDao,
SecurityManagerServiceLocal securityManager,
ComponentServiceLocal componentService)
Creates new instance.
|
PersonSecurityRoleChangePlugin(PersonDao personDao)
Creates new instance.
|
PersonServiceBean(PersonDao personDao)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.