com.liferay.portal.service.persistence
Class GroupFinderUtil
java.lang.Object
com.liferay.portal.service.persistence.GroupFinderUtil
@ProviderType
public class GroupFinderUtil
- extends Object
Method Summary |
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 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 obc)
|
static Group |
findByC_N(long companyId,
String name)
|
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 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 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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupFinderUtil
public GroupFinderUtil()
countByLayouts
public static int countByLayouts(long companyId,
long parentGroupId,
boolean site)
throws SystemException
- Throws:
SystemException
countByG_U
public static int countByG_U(long groupId,
long userId,
boolean inherit)
throws SystemException
- Throws:
SystemException
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)
throws SystemException
- Throws:
SystemException
findByLayouts
public static List<Group> findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByLayouts
public static List<Group> findByLayouts(long companyId,
long parentGroupId,
boolean site,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
findByLiveGroups
public static List<Group> findByLiveGroups()
throws SystemException
- Throws:
SystemException
findByNoLayouts
public static List<Group> findByNoLayouts(long classNameId,
boolean privateLayout,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByNullFriendlyURL
public static List<Group> findByNullFriendlyURL()
throws SystemException
- Throws:
SystemException
findBySystem
public static List<Group> findBySystem(long companyId)
throws SystemException
- Throws:
SystemException
findByCompanyId
public static List<Group> findByCompanyId(long companyId,
LinkedHashMap<String,Object> params,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Throws:
SystemException
findByC_P
public static List<Long> findByC_P(long companyId,
long parentGroupId,
long previousGroupId,
int size)
throws SystemException
- Throws:
SystemException
findByC_N
public static Group findByC_N(long companyId,
String name)
throws NoSuchGroupException,
SystemException
- Throws:
NoSuchGroupException
SystemException
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 obc)
throws SystemException
- Throws:
SystemException
getFinder
public static GroupFinder getFinder()
setFinder
public void setFinder(GroupFinder finder)