Class GroupFinderUtil
Object
com.liferay.portal.kernel.service.persistence.GroupFinderUtil
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
countByC_C_PG_N_D
(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String, Object> params, boolean andOperator) static int
countByG_U
(long groupId, long userId, boolean inherit) static int
countByLayouts
(long companyId, long parentGroupId, boolean site) static int
countByLayouts
(long companyId, long parentGroupId, boolean site, Boolean active) static Group
fetchByC_GK
(long companyId, String groupKey) findByActiveGroupIds
(long userId) findByC_A
(long companyId, boolean active) 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) static Group
findByC_GK
(long companyId, String groupKey) findByC_P
(long companyId, long parentGroupId, long previousGroupId, int size) findByCompanyId
(long companyId, LinkedHashMap<String, Object> params, int start, int end, OrderByComparator<Group> orderByComparator) findByL_TS_S_RSGC
(long liveGroupId, String typeSettings, boolean site, int remoteStagingGroupCount) findByLayouts
(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> orderByComparator) findByLayouts
(long companyId, long parentGroupId, boolean site, Boolean active, int start, int end, OrderByComparator<Group> orderByComparator) static GroupFinder
void
setFinder
(GroupFinder finder)
-
Constructor Details
-
GroupFinderUtil
public GroupFinderUtil()
-
-
Method Details
-
countByLayouts
public static int countByLayouts(long companyId, long parentGroupId, boolean site) -
countByLayouts
-
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
- Throws:
NoSuchGroupException
-
findByActiveGroupIds
-
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
-
findByC_P
-
findByC_GK
- Throws:
NoSuchGroupException
-
findByC_A
-
findByL_TS_S_RSGC
-
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
-
setFinder
-