Class GroupLookupableImpl

All Implemented Interfaces:
Serializable, Lookupable, ViewHelperService

public class GroupLookupableImpl extends LookupableImpl
Custom lookupable for the GroupBo lookup to call the group service for searching
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • GroupLookupableImpl

      public GroupLookupableImpl()
  • Method Details

    • executeSearch

      protected Collection<?> executeSearch(Map<String,String> adjustedSearchCriteria, List<String> wildcardAsLiteralSearchCriteria, boolean bounded, Integer searchResultsLimit)
      Translates any search criteria on principal name to member id and active data, then calls group service to retrieve matching groups
      Overrides:
      executeSearch in class LookupableImpl
      Returns:
      List<GroupBo>
    • getGroupService

      public GroupService getGroupService()