Interface GroupSearchService

All Known Implementing Classes:
GroupSearchServiceImpl

public interface GroupSearchService
Service to search in groups
  • Method Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.Group>
     
  • Method Details

    • searchGroups

      org.exoplatform.commons.utils.ListAccess<org.exoplatform.services.organization.Group> searchGroups(String term) throws Exception
      Throws:
      Exception