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 |
PersonDao.removeDetail(PersonDetail personDetail)
Removes a person detail.
|
Modifier and Type | Method and Description |
---|---|
void |
JpaPersonDao.removeDetail(PersonDetail personDetail) |
Modifier and Type | Method and Description |
---|---|
PersonDetail |
Person.removeDetail(String detailName)
Removes the detail identified by given
detailName and returns the
PersonDetail instance (JPA entity) that has just been removed. |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.