Package | Description |
---|---|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
Modifier and Type | Method and Description |
---|---|
static Group |
GroupUtil.findByC_A_First(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and active = ?.
|
Group |
GroupPersistence.findByC_A_First(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and active = ?.
|
static Group |
GroupUtil.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and active = ?.
|
Group |
GroupPersistence.findByC_A_Last(long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and active = ?.
|
static Group[] |
GroupUtil.findByC_A_PrevAndNext(long groupId,
long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.
|
Group[] |
GroupPersistence.findByC_A_PrevAndNext(long groupId,
long companyId,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and active = ?.
|
static Group |
GroupUtil.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_C_C(long companyId,
long classNameId,
long classPK)
Returns the group where companyId = ? and classNameId = ? and classPK = ? or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?.
|
Group |
GroupPersistence.findByC_C_First(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ?.
|
static Group |
GroupUtil.findByC_C_L_GK(long companyId,
long classNameId,
long liveGroupId,
String groupKey)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_C_L_GK(long companyId,
long classNameId,
long liveGroupId,
String groupKey)
Returns the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?.
|
Group |
GroupPersistence.findByC_C_Last(long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ?.
|
static Group |
GroupUtil.findByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByC_C_P_First(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByC_C_P_Last(long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group[] |
GroupUtil.findByC_C_P_PrevAndNext(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group[] |
GroupPersistence.findByC_C_P_PrevAndNext(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group[] |
GroupUtil.findByC_C_PrevAndNext(long groupId,
long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.
|
Group[] |
GroupPersistence.findByC_C_PrevAndNext(long groupId,
long companyId,
long classNameId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ?.
|
static Group |
GroupUtil.findByC_CPK_First(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where classNameId = ? and classPK = ?.
|
Group |
GroupPersistence.findByC_CPK_First(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where classNameId = ? and classPK = ?.
|
static Group |
GroupUtil.findByC_CPK_Last(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where classNameId = ? and classPK = ?.
|
Group |
GroupPersistence.findByC_CPK_Last(long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where classNameId = ? and classPK = ?.
|
static Group[] |
GroupUtil.findByC_CPK_PrevAndNext(long groupId,
long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where classNameId = ? and classPK = ?.
|
Group[] |
GroupPersistence.findByC_CPK_PrevAndNext(long groupId,
long classNameId,
long classPK,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where classNameId = ? and classPK = ?.
|
static Group |
GroupUtil.findByC_F(long companyId,
String friendlyURL)
Returns the group where companyId = ? and friendlyURL = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_F(long companyId,
String friendlyURL)
Returns the group where companyId = ? and friendlyURL = ? or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByC_GK(long companyId,
String groupKey)
Returns the group where companyId = ? and groupKey = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_GK(long companyId,
String groupKey)
Returns the group where companyId = ? and groupKey = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupFinder.findByC_GK(long companyId,
String groupKey) |
static Group |
GroupFinderUtil.findByC_GK(long companyId,
String groupKey) |
static Group |
GroupUtil.findByC_L_GK(long companyId,
long liveGroupId,
String groupKey)
Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByC_L_GK(long companyId,
long liveGroupId,
String groupKey)
Returns the group where companyId = ? and liveGroupId = ? and groupKey = ? or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByC_P_First(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByC_P_Last(long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByC_P_LikeN_S_First(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
Group |
GroupPersistence.findByC_P_LikeN_S_First(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static Group |
GroupUtil.findByC_P_LikeN_S_Last(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
Group |
GroupPersistence.findByC_P_LikeN_S_Last(long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static Group[] |
GroupUtil.findByC_P_LikeN_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
Group[] |
GroupPersistence.findByC_P_LikeN_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
String name,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and name LIKE ? and site = ?.
|
static Group[] |
GroupUtil.findByC_P_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.
|
Group[] |
GroupPersistence.findByC_P_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.findByC_P_S_First(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.findByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
Group |
GroupPersistence.findByC_P_S_I_First(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static Group |
GroupUtil.findByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
Group |
GroupPersistence.findByC_P_S_I_Last(long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static Group[] |
GroupUtil.findByC_P_S_I_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
Group[] |
GroupPersistence.findByC_P_S_I_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
boolean inheritContent,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ? and inheritContent = ?.
|
static Group |
GroupUtil.findByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.findByC_P_S_Last(long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
static Group[] |
GroupUtil.findByC_P_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
Group[] |
GroupPersistence.findByC_P_S_PrevAndNext(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.findByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?.
|
Group |
GroupPersistence.findByC_S_First(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and site = ?.
|
static Group |
GroupUtil.findByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?.
|
Group |
GroupPersistence.findByC_S_Last(long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and site = ?.
|
static Group[] |
GroupUtil.findByC_S_PrevAndNext(long groupId,
long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.
|
Group[] |
GroupPersistence.findByC_S_PrevAndNext(long groupId,
long companyId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and site = ?.
|
static Group |
GroupUtil.findByC_T_S_First(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
Group |
GroupPersistence.findByC_T_S_First(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
static Group |
GroupUtil.findByC_T_S_Last(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
Group |
GroupPersistence.findByC_T_S_Last(long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
static Group[] |
GroupUtil.findByC_T_S_PrevAndNext(long groupId,
long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
Group[] |
GroupPersistence.findByC_T_S_PrevAndNext(long groupId,
long companyId,
String treePath,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ? and treePath LIKE ? and site = ?.
|
static Group |
GroupUtil.findByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?.
|
Group |
GroupPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where companyId = ?.
|
static Group |
GroupUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?.
|
Group |
GroupPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where companyId = ?.
|
static Group[] |
GroupUtil.findByCompanyId_PrevAndNext(long groupId,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ?.
|
Group[] |
GroupPersistence.findByCompanyId_PrevAndNext(long groupId,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where companyId = ?.
|
static Group |
GroupUtil.findByG_C_C_P_First(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByG_C_C_P_First(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByG_C_C_P_Last(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByG_C_C_P_Last(long groupId,
long companyId,
long classNameId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and classNameId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByG_C_P_First(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
Group |
GroupPersistence.findByG_C_P_Last(long groupId,
long companyId,
long parentGroupId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ?.
|
static Group |
GroupUtil.findByG_C_P_S_First(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.findByG_C_P_S_First(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.findByG_C_P_S_Last(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
Group |
GroupPersistence.findByG_C_P_S_Last(long groupId,
long companyId,
long parentGroupId,
boolean site,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where groupId > ? and companyId = ? and parentGroupId = ? and site = ?.
|
static Group |
GroupUtil.findByLiveGroupId(long liveGroupId)
Returns the group where liveGroupId = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByLiveGroupId(long liveGroupId)
Returns the group where liveGroupId = ? or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByPrimaryKey(long groupId)
Returns the group with the primary key or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByPrimaryKey(long groupId)
Returns the group with the primary key or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?.
|
Group |
GroupPersistence.findByT_A_First(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where type = ? and active = ?.
|
static Group |
GroupUtil.findByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?.
|
Group |
GroupPersistence.findByT_A_Last(int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where type = ? and active = ?.
|
static Group[] |
GroupUtil.findByT_A_PrevAndNext(long groupId,
int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where type = ? and active = ?.
|
Group[] |
GroupPersistence.findByT_A_PrevAndNext(long groupId,
int type,
boolean active,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where type = ? and active = ?.
|
static Group |
GroupUtil.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?.
|
Group |
GroupPersistence.findByUuid_C_First(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ? and companyId = ?.
|
static Group |
GroupUtil.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?.
|
Group |
GroupPersistence.findByUuid_C_Last(String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ? and companyId = ?.
|
static Group[] |
GroupUtil.findByUuid_C_PrevAndNext(long groupId,
String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.
|
Group[] |
GroupPersistence.findByUuid_C_PrevAndNext(long groupId,
String uuid,
long companyId,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ? and companyId = ?.
|
static Group |
GroupUtil.findByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?.
|
Group |
GroupPersistence.findByUuid_First(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the first group in the ordered set where uuid = ?.
|
static Group |
GroupUtil.findByUUID_G(String uuid,
long groupId)
Returns the group where uuid = ? and groupId = ? or throws a
NoSuchGroupException if it could not be found. |
Group |
GroupPersistence.findByUUID_G(String uuid,
long groupId)
Returns the group where uuid = ? and groupId = ? or throws a
NoSuchGroupException if it could not be found. |
static Group |
GroupUtil.findByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?.
|
Group |
GroupPersistence.findByUuid_Last(String uuid,
OrderByComparator<Group> orderByComparator)
Returns the last group in the ordered set where uuid = ?.
|
static Group[] |
GroupUtil.findByUuid_PrevAndNext(long groupId,
String uuid,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ?.
|
Group[] |
GroupPersistence.findByUuid_PrevAndNext(long groupId,
String uuid,
OrderByComparator<Group> orderByComparator)
Returns the groups before and after the current group in the ordered set where uuid = ?.
|
static Group |
GroupUtil.remove(long groupId)
Removes the group with the primary key from the database.
|
Group |
GroupPersistence.remove(long groupId)
Removes the group with the primary key from the database.
|
static Group |
GroupUtil.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.
|
Group |
GroupPersistence.removeByC_C_C(long companyId,
long classNameId,
long classPK)
Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.
|
static Group |
GroupUtil.removeByC_C_L_GK(long companyId,
long classNameId,
long liveGroupId,
String groupKey)
Removes the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? from the database.
|
Group |
GroupPersistence.removeByC_C_L_GK(long companyId,
long classNameId,
long liveGroupId,
String groupKey)
Removes the group where companyId = ? and classNameId = ? and liveGroupId = ? and groupKey = ? from the database.
|
static Group |
GroupUtil.removeByC_F(long companyId,
String friendlyURL)
Removes the group where companyId = ? and friendlyURL = ? from the database.
|
Group |
GroupPersistence.removeByC_F(long companyId,
String friendlyURL)
Removes the group where companyId = ? and friendlyURL = ? from the database.
|
static Group |
GroupUtil.removeByC_GK(long companyId,
String groupKey)
Removes the group where companyId = ? and groupKey = ? from the database.
|
Group |
GroupPersistence.removeByC_GK(long companyId,
String groupKey)
Removes the group where companyId = ? and groupKey = ? from the database.
|
static Group |
GroupUtil.removeByC_L_GK(long companyId,
long liveGroupId,
String groupKey)
Removes the group where companyId = ? and liveGroupId = ? and groupKey = ? from the database.
|
Group |
GroupPersistence.removeByC_L_GK(long companyId,
long liveGroupId,
String groupKey)
Removes the group where companyId = ? and liveGroupId = ? and groupKey = ? from the database.
|
static Group |
GroupUtil.removeByLiveGroupId(long liveGroupId)
Removes the group where liveGroupId = ? from the database.
|
Group |
GroupPersistence.removeByLiveGroupId(long liveGroupId)
Removes the group where liveGroupId = ? from the database.
|
static Group |
GroupUtil.removeByUUID_G(String uuid,
long groupId)
Removes the group where uuid = ? and groupId = ? from the database.
|
Group |
GroupPersistence.removeByUUID_G(String uuid,
long groupId)
Removes the group where uuid = ? and groupId = ? from the database.
|