com.liferay.portal.service.persistence
Interface GroupFinder
- All Known Implementing Classes:
- GroupFinderImpl
@ProviderType
public interface GroupFinder
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
|
Method Summary |
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)
|
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> |
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)
|
countByLayouts
int countByLayouts(long companyId,
long parentGroupId,
boolean site)
countByG_U
int countByG_U(long groupId,
long userId,
boolean inherit)
countByC_C_PG_N_D
int countByC_C_PG_N_D(long companyId,
long[] classNameIds,
long parentGroupId,
String[] names,
String[] descriptions,
LinkedHashMap<String,Object> params,
boolean andOperator)
findByLayouts
List<Group> findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
findByLayouts
List<Group> findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator<Group> obc)
findByLiveGroups
List<Group> findByLiveGroups()
findByNoLayouts
List<Group> findByNoLayouts(long classNameId,
boolean privateLayout,
int start,
int end)
findByNullFriendlyURL
List<Group> findByNullFriendlyURL()
findBySystem
List<Group> findBySystem(long companyId)
findByCompanyId
List<Group> findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator<Group> obc)
findByC_P
List<Long> findByC_P(long companyId,
long parentGroupId,
long previousGroupId,
int size)
findByC_GK
Group findByC_GK(long companyId,
String groupKey)
throws NoSuchGroupException
- Throws:
NoSuchGroupException
findByC_C_PG_N_D
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)