public class PersonServiceImpl.ValidatorImpl extends Object implements PersonService.Validator
| Constructor and Description |
|---|
ValidatorImpl() |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
validateDelete(Person personToDelete)
Validate that the current user has permissions to remove the given person
|
ValidationResult |
validateView()
Validate that current user can view user profiles
|
public ValidationResult validateView()
PersonService.ValidatorvalidateView in interface PersonService.Validatorpublic ValidationResult validateDelete(Person personToDelete)
PersonService.ValidatorvalidateDelete in interface PersonService.ValidatorCopyright © 2003–2019 Atlassian. All rights reserved.