Class GroupFinderUtil

Object
com.liferay.portal.kernel.service.persistence.GroupFinderUtil

public class GroupFinderUtil extends Object
Author:
Brian Wing Shun Chan
{$generated.description}
  • Constructor Details

    • GroupFinderUtil

      public GroupFinderUtil()
  • Method Details

    • countByLayouts

      public static int countByLayouts(long companyId, long parentGroupId, boolean site)
    • countByLayouts

      public static int countByLayouts(long companyId, long parentGroupId, boolean site, Boolean active)
    • countByG_U

      public static int countByG_U(long groupId, long userId, boolean inherit)
    • countByC_C_PG_N_D

      public static int countByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
    • fetchByC_GK

      public static Group fetchByC_GK(long companyId, String groupKey) throws NoSuchGroupException
      Throws:
      NoSuchGroupException
    • findByActiveGroupIds

      public static List<Long> findByActiveGroupIds(long userId)
    • findByCompanyId

      public static List<Group> findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> orderByComparator)
    • findByLayouts

      public static List<Group> findByLayouts(long companyId, long parentGroupId, boolean site, Boolean active, int start, int end, OrderByComparator<Group> orderByComparator)
    • findByLayouts

      public static List<Group> findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator)
    • findByLiveGroups

      public static List<Group> findByLiveGroups()
    • findByC_P

      public static List<Long> findByC_P(long companyId, long parentGroupId, long previousGroupId, int size)
    • findByC_GK

      public static Group findByC_GK(long companyId, String groupKey) throws NoSuchGroupException
      Throws:
      NoSuchGroupException
    • findByC_A

      public static List<Long> findByC_A(long companyId, boolean active)
    • findByL_TS_S_RSGC

      public static List<Group> findByL_TS_S_RSGC(long liveGroupId, String typeSettings, boolean site, int remoteStagingGroupCount)
    • findByC_C_PG_N_D

      public static List<Group> findByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator, int start, int end, OrderByComparator<Group> orderByComparator)
    • getFinder

      public static GroupFinder getFinder()
    • setFinder

      public void setFinder(GroupFinder finder)