Liferay 7.0-ce-b4

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

Packages that use NoSuchGroupException
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of NoSuchGroupException in com.liferay.portal.service.persistence
 

Methods in com.liferay.portal.service.persistence that throw NoSuchGroupException
 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_First(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first 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_Last(long companyId, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last 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_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_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.
 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_First(long companyId, long classNameId, OrderByComparator<Group> orderByComparator)
          Returns the first group in the ordered set where companyId = ? and classNameId = ?.
 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_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_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 = ?.
 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_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_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 = ?.
 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_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_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 = ?.
 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_F(long companyId, String friendlyURL)
          Returns the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupFinderUtil.findByC_GK(long companyId, String groupKey)
           
 Group GroupFinder.findByC_GK(long companyId, String groupKey)
           
 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.
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_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.
 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_First(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the first 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_Last(long companyId, long parentGroupId, OrderByComparator<Group> orderByComparator)
          Returns the last 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_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_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 = ?.
 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_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_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 = ?.
 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_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_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 = ?.
 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_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_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 = ?.
 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_Last(long companyId, boolean site, OrderByComparator<Group> orderByComparator)
          Returns the last 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_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.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 = ?.
 Group 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 = ?.
 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.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.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_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_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_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.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.
 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.findByPrimaryKey(long groupId)
          Returns the group with the primary key or throws a NoSuchGroupException if it could not be found.
 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_First(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the first 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_Last(int type, boolean active, OrderByComparator<Group> orderByComparator)
          Returns the last 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.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.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 = ?.
 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_Last(String uuid, long companyId, OrderByComparator<Group> orderByComparator)
          Returns the last 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_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_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 = ?.
 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_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_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 = ?.
 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.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.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.
 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_C(long companyId, long classNameId, long classPK)
          Removes the group where companyId = ? and classNameId = ? and classPK = ? 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_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_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.
 Group 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.
 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.removeByC_L_GK(long companyId, long liveGroupId, String groupKey)
          Removes the group where companyId = ? and liveGroupId = ? and groupKey = ? from the database.
 Group 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.
 Group 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.
 


Liferay 7.0-ce-b4