Interface ISearchFieldAvailability
-
- All Known Implementing Classes:
SearchFieldAvailableForAdmins
public interface ISearchFieldAvailabilityControls availability of a search field.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisAvailable(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.
-
-