@ProviderType
public class GroupFinderUtil
extends Object
Constructor and Description |
---|
GroupFinderUtil() |
Modifier and Type | Method and Description |
---|---|
static 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 List<Long> |
findByActiveGroupIds(long userId) |
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> obc) |
static Group |
findByC_GK(long companyId,
String groupKey) |
static List<Long> |
findByC_P(long companyId,
long parentGroupId,
long previousGroupId,
int size) |
static List<Group> |
findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
findByL_TS_S_RSGC(long liveGroupId,
String typeSettings,
boolean site,
int remoteStagingGroupCount) |
static List<Group> |
findByLayouts(long companyId,
long parentGroupId,
boolean site,
Boolean active,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end) |
static List<Group> |
findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc) |
static List<Group> |
findByLiveGroups() |
static List<Group> |
findByNoLayouts(long classNameId,
boolean privateLayout,
int start,
int end) |
static List<Group> |
findByNullFriendlyURL() |
static List<Group> |
findBySystem(long companyId) |
static GroupFinder |
getFinder() |
void |
setFinder(GroupFinder finder) |
public static int countByLayouts(long companyId, long parentGroupId, boolean site)
public static int countByLayouts(long companyId, long parentGroupId, boolean site, Boolean active)
public static int countByG_U(long groupId, long userId, boolean inherit)
public static int countByC_C_PG_N_D(long companyId, long[] classNameIds, long parentGroupId, String[] names, String[] descriptions, LinkedHashMap<String,Object> params, boolean andOperator)
public static List<Long> findByActiveGroupIds(long userId)
public static List<Group> findByCompanyId(long companyId, LinkedHashMap<String,Object> params, int start, int end, OrderByComparator<Group> obc)
public static List<Group> findByLayouts(long companyId, long parentGroupId, boolean site, Boolean active, int start, int end, OrderByComparator<Group> obc)
public static List<Group> findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end)
public static List<Group> findByLayouts(long companyId, long parentGroupId, boolean site, int start, int end, OrderByComparator<Group> obc)
public static List<Group> findByLiveGroups()
public static List<Group> findByNoLayouts(long classNameId, boolean privateLayout, int start, int end)
public static List<Group> findByNullFriendlyURL()
public static List<Group> findBySystem(long companyId)
public static List<Long> findByC_P(long companyId, long parentGroupId, long previousGroupId, int size)
public static Group findByC_GK(long companyId, String groupKey) throws NoSuchGroupException
NoSuchGroupException
public static List<Group> findByL_TS_S_RSGC(long liveGroupId, String typeSettings, boolean site, int remoteStagingGroupCount)
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> obc)
public static GroupFinder getFinder()
public void setFinder(GroupFinder finder)