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