Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portal.service.persistence.OrgGroupPermissionPK

Packages that use OrgGroupPermissionPK
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service.persistence This package defines the portal service persistence interfaces, classes, and utilities. 
 

Uses of OrgGroupPermissionPK in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return OrgGroupPermissionPK
 OrgGroupPermissionPK OrgGroupPermissionSoap.getPrimaryKey()
           
 OrgGroupPermissionPK OrgGroupPermissionModel.getPrimaryKey()
          Returns the primary key of this org group permission.
 OrgGroupPermissionPK OrgGroupPermissionWrapper.getPrimaryKey()
          Returns the primary key of this org group permission.
 

Methods in com.liferay.portal.model with parameters of type OrgGroupPermissionPK
 void OrgGroupPermissionSoap.setPrimaryKey(OrgGroupPermissionPK pk)
           
 void OrgGroupPermissionModel.setPrimaryKey(OrgGroupPermissionPK primaryKey)
          Sets the primary key of this org group permission.
 void OrgGroupPermissionWrapper.setPrimaryKey(OrgGroupPermissionPK primaryKey)
          Sets the primary key of this org group permission.
 

Uses of OrgGroupPermissionPK in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return OrgGroupPermissionPK
 OrgGroupPermissionPK OrgGroupPermissionModelImpl.getPrimaryKey()
           
 

Methods in com.liferay.portal.model.impl with parameters of type OrgGroupPermissionPK
 void OrgGroupPermissionModelImpl.setPrimaryKey(OrgGroupPermissionPK primaryKey)
           
 

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

Methods in com.liferay.portal.service.persistence with parameters of type OrgGroupPermissionPK
 int OrgGroupPermissionPK.compareTo(OrgGroupPermissionPK pk)
           
static OrgGroupPermission OrgGroupPermissionUtil.create(OrgGroupPermissionPK orgGroupPermissionPK)
          Creates a new org group permission with the primary key.
 OrgGroupPermission OrgGroupPermissionPersistence.create(OrgGroupPermissionPK orgGroupPermissionPK)
          Creates a new org group permission with the primary key.
 OrgGroupPermission OrgGroupPermissionPersistenceImpl.create(OrgGroupPermissionPK orgGroupPermissionPK)
          Creates a new org group permission with the primary key.
static OrgGroupPermission OrgGroupPermissionUtil.fetchByPrimaryKey(OrgGroupPermissionPK orgGroupPermissionPK)
          Returns the org group permission with the primary key or returns null if it could not be found.
 OrgGroupPermission OrgGroupPermissionPersistence.fetchByPrimaryKey(OrgGroupPermissionPK orgGroupPermissionPK)
          Returns the org group permission with the primary key or returns null if it could not be found.
 OrgGroupPermission OrgGroupPermissionPersistenceImpl.fetchByPrimaryKey(OrgGroupPermissionPK orgGroupPermissionPK)
          Returns the org group permission with the primary key or returns null if it could not be found.
static OrgGroupPermission[] OrgGroupPermissionUtil.findByGroupId_PrevAndNext(OrgGroupPermissionPK orgGroupPermissionPK, long groupId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns the org group permissions before and after the current org group permission in the ordered set where groupId = ?.
static OrgGroupPermission[] OrgGroupPermissionUtil.findByPermissionId_PrevAndNext(OrgGroupPermissionPK orgGroupPermissionPK, long permissionId, OrderByComparator orderByComparator)
          Returns 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)
          Returns 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)
          Returns the org group permissions before and after the current org group permission in the ordered set where permissionId = ?.
static OrgGroupPermission OrgGroupPermissionUtil.findByPrimaryKey(OrgGroupPermissionPK orgGroupPermissionPK)
          Returns the org group permission with the primary key or throws a NoSuchOrgGroupPermissionException if it could not be found.
 OrgGroupPermission OrgGroupPermissionPersistence.findByPrimaryKey(OrgGroupPermissionPK orgGroupPermissionPK)
          Returns the org group permission with the primary key or throws a NoSuchOrgGroupPermissionException if it could not be found.
 OrgGroupPermission OrgGroupPermissionPersistenceImpl.findByPrimaryKey(OrgGroupPermissionPK orgGroupPermissionPK)
          Returns 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.1.2-ce-ga3