public interface PersonService
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
findByCriteria(Person p)
Get a person by criteria represented by a person vith filled fields
|
Person |
getEmptyPerson()
Get a person with no valued fields (for search)
|
Person getEmptyPerson()
Copyright © 2022. All rights reserved.