Interface GroupItemSelectorProvider


public interface GroupItemSelectorProvider
  • Method Details

    • getEmptyResultsMessage

      @Deprecated String getEmptyResultsMessage()
      Deprecated.
      As of Athanasius (7.3.x)
    • getEmptyResultsMessage

      default String getEmptyResultsMessage(Locale locale)
    • getGroups

      List<com.liferay.portal.kernel.model.Group> getGroups(long companyId, long groupId, String keywords, int start, int end)
    • getGroupsCount

      int getGroupsCount(long companyId, long groupId, String keywords)
    • getGroupType

      String getGroupType()
    • getIcon

      String getIcon()
    • getLabel

      String getLabel(Locale locale)
    • isEnabled

      default boolean isEnabled()