Liferay 6.0-ee-sp2

Uses of Class
com.liferay.portal.NoSuchGroupException

Packages that use NoSuchGroupException
com.liferay.portal.service.persistence   
 

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

Methods in com.liferay.portal.service.persistence that throw NoSuchGroupException
static Group GroupUtil.findByC_C_C(long companyId, long classNameId, long classPK)
          Finds 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)
          Finds the group where companyId = ? and classNameId = ? and classPK = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Finds the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Finds the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_F(long companyId, String friendlyURL)
          Finds the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_F(long companyId, String friendlyURL)
          Finds the group where companyId = ? and friendlyURL = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_L_N(long companyId, long liveGroupId, String name)
          Finds the group where companyId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_L_N(long companyId, long liveGroupId, String name)
          Finds the group where companyId = ? and liveGroupId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByC_N(long companyId, String name)
          Finds the group where companyId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByC_N(long companyId, String name)
          Finds the group where companyId = ? and name = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupFinderUtil.findByC_N(long companyId, String name)
           
 Group GroupFinder.findByC_N(long companyId, String name)
           
static Group GroupUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first group in the ordered set where companyId = ?.
 Group GroupPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first group in the ordered set where companyId = ?.
static Group GroupUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last group in the ordered set where companyId = ?.
 Group GroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last group in the ordered set where companyId = ?.
static Group[] GroupUtil.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator orderByComparator)
          Finds the groups before and after the current group in the ordered set where companyId = ?.
 Group[] GroupPersistence.findByCompanyId_PrevAndNext(long groupId, long companyId, OrderByComparator orderByComparator)
          Finds the groups before and after the current group in the ordered set where companyId = ?.
static Group GroupUtil.findByLiveGroupId(long liveGroupId)
          Finds the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByLiveGroupId(long liveGroupId)
          Finds the group where liveGroupId = ? or throws a NoSuchGroupException if it could not be found.
static Group GroupUtil.findByPrimaryKey(long groupId)
          Finds the group with the primary key or throws a NoSuchGroupException if it could not be found.
 Group GroupPersistence.findByPrimaryKey(long groupId)
          Finds 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 orderByComparator)
          Finds the first group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.findByT_A_First(int type, boolean active, OrderByComparator orderByComparator)
          Finds the first group in the ordered set where type = ? and active = ?.
static Group GroupUtil.findByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Finds the last group in the ordered set where type = ? and active = ?.
 Group GroupPersistence.findByT_A_Last(int type, boolean active, OrderByComparator orderByComparator)
          Finds the last group in the ordered set where type = ? and active = ?.
static Group[] GroupUtil.findByT_A_PrevAndNext(long groupId, int type, boolean active, OrderByComparator orderByComparator)
          Finds 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 orderByComparator)
          Finds the groups before and after the current group in the ordered set where type = ? and active = ?.
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 void GroupUtil.removeByC_C_C(long companyId, long classNameId, long classPK)
          Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.
 void GroupPersistence.removeByC_C_C(long companyId, long classNameId, long classPK)
          Removes the group where companyId = ? and classNameId = ? and classPK = ? from the database.
static void GroupUtil.removeByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Removes the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? from the database.
 void GroupPersistence.removeByC_C_L_N(long companyId, long classNameId, long liveGroupId, String name)
          Removes the group where companyId = ? and classNameId = ? and liveGroupId = ? and name = ? from the database.
static void GroupUtil.removeByC_F(long companyId, String friendlyURL)
          Removes the group where companyId = ? and friendlyURL = ? from the database.
 void GroupPersistence.removeByC_F(long companyId, String friendlyURL)
          Removes the group where companyId = ? and friendlyURL = ? from the database.
static void GroupUtil.removeByC_L_N(long companyId, long liveGroupId, String name)
          Removes the group where companyId = ? and liveGroupId = ? and name = ? from the database.
 void GroupPersistence.removeByC_L_N(long companyId, long liveGroupId, String name)
          Removes the group where companyId = ? and liveGroupId = ? and name = ? from the database.
static void GroupUtil.removeByC_N(long companyId, String name)
          Removes the group where companyId = ? and name = ? from the database.
 void GroupPersistence.removeByC_N(long companyId, String name)
          Removes the group where companyId = ? and name = ? from the database.
static void GroupUtil.removeByLiveGroupId(long liveGroupId)
          Removes the group where liveGroupId = ? from the database.
 void GroupPersistence.removeByLiveGroupId(long liveGroupId)
          Removes the group where liveGroupId = ? from the database.
 


Liferay 6.0-ee-sp2