Package | Description |
---|---|
com.whitestein.lsps.orgstructure | |
com.whitestein.lsps.orgstructure.dao |
Data access objects for persistent classes for Organization Structure.
|
com.whitestein.lsps.orgstructure.dao.jpa | |
com.whitestein.lsps.orgstructure.entity |
Persistent entities for the Organizational Structure.
|
Modifier and Type | Method and Description |
---|---|
static SecurityRole |
SecurityRoleConverter.convert(SecurityRole role)
Converts a security role entity to dto.
|
Modifier and Type | Method and Description |
---|---|
static List<SecurityRole> |
SecurityRoleConverter.convert(Collection<SecurityRole> securityRoleEntities)
Converts collection of entities to dto-s.
|
Modifier and Type | Method and Description |
---|---|
SecurityRole |
SecurityRoleDao.find(String securityRoleName)
|
Modifier and Type | Method and Description |
---|---|
Collection<SecurityRole> |
SecurityRoleDao.findAll()
Returns a collection of all
SecurityRole instances that exist in
the persistent storage or an empty collection if there is no such
instance. |
Modifier and Type | Method and Description |
---|---|
Collection<Person> |
PersonDao.findForSecuirityRole(SecurityRole securityRole)
Returns all persons that save assigned the security role.
|
Modifier and Type | Method and Description |
---|---|
SecurityRole |
JpaSecurityRoleDao.find(String securityRoleName) |
Modifier and Type | Method and Description |
---|---|
Collection<SecurityRole> |
JpaSecurityRoleDao.findAll() |
Modifier and Type | Method and Description |
---|---|
Collection<Person> |
JpaPersonDao.findForSecuirityRole(SecurityRole securityRole) |
void |
JpaSecurityRoleDao.remove(SecurityRole instance) |
Modifier and Type | Method and Description |
---|---|
SecurityRole |
SecurityRole.addRight(String rightName)
Adds the right specified be given
rightName argument to the set
of rights that belong to this security role. |
SecurityRole |
SecurityRoleChange.getSecurityRole()
Returns person.
|
Modifier and Type | Method and Description |
---|---|
Collection<SecurityRole> |
Person.getSecurityRoles()
Returns a collection of the security roles that are assigned to the user.
|
Modifier and Type | Method and Description |
---|---|
void |
Person.addSecurityRole(SecurityRole securityRole)
Adds a security role.
|
void |
Person.removeSecurityRole(SecurityRole securityRole)
Removes a security role.
|
Modifier and Type | Method and Description |
---|---|
void |
Person.setSecurityRoles(Collection<SecurityRole> securityRoles)
Sets security roles.
|
Constructor and Description |
---|
PK(SecurityRole securityRole,
String name)
Creates new instance.
|
SecurityRoleChange(SecurityRole securityRole)
Creates new instance.
|
SecurityRoleRemovedChange(SecurityRole securityRole)
Creates new instance.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.