Uses of Class
com.liferay.portal.kernel.exception.NoSuchGroupException

Packages that use NoSuchGroupException
Package
Description
This package defines the portal service persistence interfaces, classes, and utilities.
  • Uses of NoSuchGroupException in com.liferay.portal.kernel.service.persistence

    Modifier and Type
    Method
    Description
    GroupFinder.fetchByC_GK(long companyId, String groupKey)
     
    static Group
    GroupFinderUtil.fetchByC_GK(long companyId, String groupKey)
     
    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_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ? and active = ?.
    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_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where companyId = ? and active = ?.
    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_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 = ?.
    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_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.
    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_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ? and classNameId = ?.
    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_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.
    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_Last(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where companyId = ? and classNameId = ?.
    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_First(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
    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_Last(long companyId, long classNameId, long parentGroupId, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where companyId = ? and classNameId = ? and parentGroupId = ?.
    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_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 = ?.
    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_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 = ?.
    GroupPersistence.findByC_C_S_First(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.
    static Group
    GroupUtil.findByC_C_S_First(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ? and classNameId = ? and site = ?.
    GroupPersistence.findByC_C_S_Last(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.
    static Group
    GroupUtil.findByC_C_S_Last(long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where companyId = ? and classNameId = ? and site = ?.
    GroupPersistence.findByC_C_S_PrevAndNext(long groupId, long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and site = ?.
    static Group[]
    GroupUtil.findByC_C_S_PrevAndNext(long groupId, long companyId, long classNameId, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the groups before and after the current group in the ordered set where companyId = ? and classNameId = ? and site = ?.
    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_First(long classNameId, long classPK, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where classNameId = ? and classPK = ?.
    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_Last(long classNameId, long classPK, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where classNameId = ? and classPK = ?.
    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_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 = ?.
    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_F(long companyId, String friendlyURL)
    Returns the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found.
    GroupFinder.findByC_GK(long companyId, String groupKey)
     
    static Group
    GroupFinderUtil.findByC_GK(long companyId, String groupKey)
     
    GroupPersistence.findByC_GK(long companyId, String groupKey)
    Returns the group where companyId = ? and groupKey = ? 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.
    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_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.
    GroupPersistence.findByC_LikeN_S_First(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.
    static Group
    GroupUtil.findByC_LikeN_S_First(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ? and name LIKE ? and site = ?.
    GroupPersistence.findByC_LikeN_S_Last(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.
    static Group
    GroupUtil.findByC_LikeN_S_Last(long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where companyId = ? and name LIKE ? and site = ?.
    GroupPersistence.findByC_LikeN_S_PrevAndNext(long groupId, long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the groups before and after the current group in the ordered set where companyId = ? and name LIKE ? and site = ?.
    static Group[]
    GroupUtil.findByC_LikeN_S_PrevAndNext(long groupId, long companyId, String name, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the groups before and after the current group in the ordered set where companyId = ? and name LIKE ? and site = ?.
    GroupPersistence.findByC_LikeT_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_LikeT_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 = ?.
    GroupPersistence.findByC_LikeT_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_LikeT_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 = ?.
    GroupPersistence.findByC_LikeT_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.findByC_LikeT_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 = ?.
    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_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ? and parentGroupId = ?.
    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_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where companyId = ? and parentGroupId = ?.
    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_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 = ?.
    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_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 = ?.
    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_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 = ?.
    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_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 = ?.
    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_First(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
    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_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 = ?.
    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_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 = ?.
    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_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 = ?.
    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_Last(long companyId, long parentGroupId, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where companyId = ? and parentGroupId = ? and site = ?.
    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_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 = ?.
    GroupPersistence.findByC_S_A_First(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.
    static Group
    GroupUtil.findByC_S_A_First(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ? and site = ? and active = ?.
    GroupPersistence.findByC_S_A_Last(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.
    static Group
    GroupUtil.findByC_S_A_Last(long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where companyId = ? and site = ? and active = ?.
    GroupPersistence.findByC_S_A_PrevAndNext(long groupId, long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator)
    Returns the groups before and after the current group in the ordered set where companyId = ? and site = ? and active = ?.
    static Group[]
    GroupUtil.findByC_S_A_PrevAndNext(long groupId, long companyId, boolean site, boolean active, OrderByComparator<Group> orderByComparator)
    Returns the groups before and after the current group in the ordered set where companyId = ? and site = ? and active = ?.
    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_First(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ? and site = ?.
    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_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where companyId = ? and site = ?.
    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_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 = ?.
    GroupPersistence.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ?.
    static Group
    GroupUtil.findByCompanyId_First(long companyId, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where companyId = ?.
    GroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator<Group> orderByComparator)
    Returns the last 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 = ?.
    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.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator<Group> orderByComparator)
    Returns the groups before and after the current group in the ordered set where companyId = ?.
    GroupPersistence.findByERC_C(String externalReferenceCode, long companyId)
    Returns the group where externalReferenceCode = ? and companyId = ? or throws a NoSuchGroupException if it could not be found.
    static Group
    GroupUtil.findByERC_C(String externalReferenceCode, long companyId)
    Returns the group where externalReferenceCode = ? and companyId = ? or throws a NoSuchGroupException if it could not be found.
    GroupPersistence.findByGtG_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.findByGtG_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 = ?.
    GroupPersistence.findByGtG_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.findByGtG_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 = ?.
    GroupPersistence.findByGtG_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.findByGtG_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 = ?.
    GroupPersistence.findByGtG_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.findByGtG_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 = ?.
    GroupPersistence.findByGtG_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.findByGtG_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 = ?.
    GroupPersistence.findByGtG_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.findByGtG_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 = ?.
    GroupPersistence.findByLiveGroupId(long liveGroupId)
    Returns the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found.
    static Group
    GroupUtil.findByLiveGroupId(long liveGroupId)
    Returns the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found.
    GroupPersistence.findByPrimaryKey(long groupId)
    Returns the group with the primary key 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.
    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_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where type = ? and active = ?.
    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_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where type = ? and active = ?.
    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.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 = ?.
    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_First(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where uuid = ? and companyId = ?.
    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_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where uuid = ? and companyId = ?.
    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_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 = ?.
    GroupPersistence.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where uuid = ?.
    static Group
    GroupUtil.findByUuid_First(String uuid, OrderByComparator<Group> orderByComparator)
    Returns the first group in the ordered set where uuid = ?.
    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_G(String uuid, long groupId)
    Returns the group where uuid = ? and groupId = ? or throws a NoSuchGroupException if it could not be found.
    GroupPersistence.findByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where uuid = ?.
    static Group
    GroupUtil.findByUuid_Last(String uuid, OrderByComparator<Group> orderByComparator)
    Returns the last group in the ordered set where uuid = ?.
    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.findByUuid_PrevAndNext(long groupId, String uuid, OrderByComparator<Group> orderByComparator)
    Returns the groups before and after the current group in the ordered set where uuid = ?.
    GroupPersistence.remove(long groupId)
    Removes the group with the primary key from the database.
    static Group
    GroupUtil.remove(long groupId)
    Removes the group with the primary key from the database.
    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_C(long companyId, long classNameId, long classPK)
    Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.
    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_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.
    GroupPersistence.removeByC_F(long companyId, String friendlyURL)
    Removes the group where companyId = ? and friendlyURL = ? from the database.
    static Group
    GroupUtil.removeByC_F(long companyId, String friendlyURL)
    Removes the group where companyId = ? and friendlyURL = ? from the database.
    GroupPersistence.removeByC_GK(long companyId, String groupKey)
    Removes the group where companyId = ? and groupKey = ? from the database.
    static Group
    GroupUtil.removeByC_GK(long companyId, String groupKey)
    Removes the group where companyId = ? and groupKey = ? from the database.
    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.removeByC_L_GK(long companyId, long liveGroupId, String groupKey)
    Removes the group where companyId = ? and liveGroupId = ? and groupKey = ? from the database.
    GroupPersistence.removeByERC_C(String externalReferenceCode, long companyId)
    Removes the group where externalReferenceCode = ? and companyId = ? from the database.
    static Group
    GroupUtil.removeByERC_C(String externalReferenceCode, long companyId)
    Removes the group where externalReferenceCode = ? and companyId = ? from the database.
    GroupPersistence.removeByLiveGroupId(long liveGroupId)
    Removes the group where liveGroupId = ? from the database.
    static Group
    GroupUtil.removeByLiveGroupId(long liveGroupId)
    Removes the group where liveGroupId = ? from the database.
    GroupPersistence.removeByUUID_G(String uuid, long groupId)
    Removes the group where uuid = ? and groupId = ? from the database.
    static Group
    GroupUtil.removeByUUID_G(String uuid, long groupId)
    Removes the group where uuid = ? and groupId = ? from the database.