Interface ISearchFieldAvailability
-
- All Known Implementing Classes:
SearchFieldAvailableForAdmins
public interface ISearchFieldAvailability
Controls availability of a search field.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isAvailable(DetailedSearchField field, Person person, PersonRoles personRoles)
Returns true if the search field should be available for the specified person and roles.
-
-
-
Method Detail
-
isAvailable
boolean isAvailable(DetailedSearchField field, Person person, PersonRoles personRoles)
Returns true if the search field should be available for the specified person and roles.
-
-