Liferay 6.0.5

Uses of Class
com.liferay.portal.NoSuchOrgGroupPermissionException

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

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

Methods in com.liferay.portal.service.persistence that throw NoSuchOrgGroupPermissionException
static OrgGroupPermission OrgGroupPermissionUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first org group permission in the ordered set where groupId = ?.
 OrgGroupPermission OrgGroupPermissionPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first org group permission in the ordered set where groupId = ?.
 OrgGroupPermission OrgGroupPermissionPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first org group permission in the ordered set where groupId = ?.
static OrgGroupPermission OrgGroupPermissionUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last org group permission in the ordered set where groupId = ?.
 OrgGroupPermission OrgGroupPermissionPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last org group permission in the ordered set where groupId = ?.
 OrgGroupPermission OrgGroupPermissionPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last org group permission in the ordered set where groupId = ?.
static OrgGroupPermission[] OrgGroupPermissionUtil.findByGroupId_PrevAndNext(OrgGroupPermissionPK orgGroupPermissionPK, long groupId, OrderByComparator orderByComparator)
          Finds the org group permissions before and after the current org group permission in the ordered set where groupId = ?.
 OrgGroupPermission[] OrgGroupPermissionPersistence.findByGroupId_PrevAndNext(OrgGroupPermissionPK orgGroupPermissionPK, long groupId, OrderByComparator orderByComparator)
          Finds the org group permissions before and after the current org group permission in the ordered set where groupId = ?.
 OrgGroupPermission[] OrgGroupPermissionPersistenceImpl.findByGroupId_PrevAndNext(OrgGroupPermissionPK orgGroupPermissionPK, long groupId, OrderByComparator orderByComparator)
          Finds the org group permissions before and after the current org group permission in the ordered set where groupId = ?.
static OrgGroupPermission OrgGroupPermissionUtil.findByPermissionId_First(long permissionId, OrderByComparator orderByComparator)
          Finds the first org group permission in the ordered set where permissionId = ?.
 OrgGroupPermission OrgGroupPermissionPersistence.findByPermissionId_First(long permissionId, OrderByComparator orderByComparator)
          Finds the first org group permission in the ordered set where permissionId = ?.
 OrgGroupPermission OrgGroupPermissionPersistenceImpl.findByPermissionId_First(long permissionId, OrderByComparator orderByComparator)
          Finds the first org group permission in the ordered set where permissionId = ?.
static OrgGroupPermission OrgGroupPermissionUtil.findByPermissionId_Last(long permissionId, OrderByComparator orderByComparator)
          Finds the last org group permission in the ordered set where permissionId = ?.
 OrgGroupPermission OrgGroupPermissionPersistence.findByPermissionId_Last(long permissionId, OrderByComparator orderByComparator)
          Finds the last org group permission in the ordered set where permissionId = ?.
 OrgGroupPermission OrgGroupPermissionPersistenceImpl.findByPermissionId_Last(long permissionId, OrderByComparator orderByComparator)
          Finds the last org group permission in the ordered set where permissionId = ?.
static OrgGroupPermission[] OrgGroupPermissionUtil.findByPermissionId_PrevAndNext(OrgGroupPermissionPK orgGroupPermissionPK, long permissionId, OrderByComparator orderByComparator)
          Finds the org group permissions before and after the current org group permission in the ordered set where permissionId = ?.
 OrgGroupPermission[] OrgGroupPermissionPersistence.findByPermissionId_PrevAndNext(OrgGroupPermissionPK orgGroupPermissionPK, long permissionId, OrderByComparator orderByComparator)
          Finds the org group permissions before and after the current org group permission in the ordered set where permissionId = ?.
 OrgGroupPermission[] OrgGroupPermissionPersistenceImpl.findByPermissionId_PrevAndNext(OrgGroupPermissionPK orgGroupPermissionPK, long permissionId, OrderByComparator orderByComparator)
          Finds the org group permissions before and after the current org group permission in the ordered set where permissionId = ?.
static OrgGroupPermission OrgGroupPermissionUtil.findByPrimaryKey(OrgGroupPermissionPK orgGroupPermissionPK)
          Finds the org group permission with the primary key or throws a NoSuchOrgGroupPermissionException if it could not be found.
 OrgGroupPermission OrgGroupPermissionPersistence.findByPrimaryKey(OrgGroupPermissionPK orgGroupPermissionPK)
          Finds the org group permission with the primary key or throws a NoSuchOrgGroupPermissionException if it could not be found.
 OrgGroupPermission OrgGroupPermissionPersistenceImpl.findByPrimaryKey(OrgGroupPermissionPK orgGroupPermissionPK)
          Finds the org group permission with the primary key or throws a NoSuchOrgGroupPermissionException if it could not be found.
static OrgGroupPermission OrgGroupPermissionUtil.remove(OrgGroupPermissionPK orgGroupPermissionPK)
          Removes the org group permission with the primary key from the database.
 OrgGroupPermission OrgGroupPermissionPersistence.remove(OrgGroupPermissionPK orgGroupPermissionPK)
          Removes the org group permission with the primary key from the database.
 OrgGroupPermission OrgGroupPermissionPersistenceImpl.remove(OrgGroupPermissionPK orgGroupPermissionPK)
          Removes the org group permission with the primary key from the database.
 


Liferay 6.0.5