Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchUserGroupException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchUserGroupException
static UserGroup UserGroupUtil.findByC_N(long companyId, String name)
          Finds the user group where companyId = ? and name = ? or throws a NoSuchUserGroupException if it could not be found.
 UserGroup UserGroupPersistence.findByC_N(long companyId, String name)
          Finds the user group where companyId = ? and name = ? or throws a NoSuchUserGroupException if it could not be found.
static UserGroup UserGroupFinderUtil.findByC_N(long companyId, String name)
           
 UserGroup UserGroupFinder.findByC_N(long companyId, String name)
           
 UserGroup UserGroupPersistenceImpl.findByC_N(long companyId, String name)
          Finds the user group where companyId = ? and name = ? or throws a NoSuchUserGroupException if it could not be found.
 UserGroup UserGroupFinderImpl.findByC_N(long companyId, String name)
           
static UserGroup UserGroupUtil.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistence.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistenceImpl.findByC_P_First(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the first user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistence.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup UserGroupPersistenceImpl.findByC_P_Last(long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the last user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup[] UserGroupUtil.findByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup[] UserGroupPersistence.findByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
 UserGroup[] UserGroupPersistenceImpl.findByC_P_PrevAndNext(long userGroupId, long companyId, long parentUserGroupId, OrderByComparator orderByComparator)
          Finds the user groups before and after the current user group in the ordered set where companyId = ? and parentUserGroupId = ?.
static UserGroup UserGroupUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user group in the ordered set where companyId = ?.
 UserGroup UserGroupPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last user group in the ordered set where companyId = ?.
static UserGroup[] UserGroupUtil.findByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Finds the user groups before and after the current user group in the ordered set where companyId = ?.
 UserGroup[] UserGroupPersistence.findByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Finds the user groups before and after the current user group in the ordered set where companyId = ?.
 UserGroup[] UserGroupPersistenceImpl.findByCompanyId_PrevAndNext(long userGroupId, long companyId, OrderByComparator orderByComparator)
          Finds the user groups before and after the current user group in the ordered set where companyId = ?.
static UserGroup UserGroupUtil.findByPrimaryKey(long userGroupId)
          Finds the user group with the primary key or throws a NoSuchUserGroupException if it could not be found.
 UserGroup UserGroupPersistence.findByPrimaryKey(long userGroupId)
          Finds the user group with the primary key or throws a NoSuchUserGroupException if it could not be found.
 UserGroup UserGroupPersistenceImpl.findByPrimaryKey(long userGroupId)
          Finds the user group with the primary key or throws a NoSuchUserGroupException if it could not be found.
static UserGroup UserGroupUtil.remove(long userGroupId)
          Removes the user group with the primary key from the database.
 UserGroup UserGroupPersistence.remove(long userGroupId)
          Removes the user group with the primary key from the database.
 UserGroup UserGroupPersistenceImpl.remove(long userGroupId)
          Removes the user group with the primary key from the database.
static void UserGroupUtil.removeByC_N(long companyId, String name)
          Removes the user group where companyId = ? and name = ? from the database.
 void UserGroupPersistence.removeByC_N(long companyId, String name)
          Removes the user group where companyId = ? and name = ? from the database.
 void UserGroupPersistenceImpl.removeByC_N(long companyId, String name)
          Removes the user group where companyId = ? and name = ? from the database.
 


Liferay 6.0.5