Package | Description |
---|---|
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 |
---|---|
void |
SecurityRoleDao.remove(Right right)
Removes a security right.
|
Modifier and Type | Method and Description |
---|---|
void |
JpaSecurityRoleDao.remove(Right right) |
Modifier and Type | Method and Description |
---|---|
Right |
SecurityRole.removeRight(String rightName)
Removes the right identified by given
rightName and returns the
Right instance (JPA entity) that has just been removed. |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.