|
Liferay 6.0-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OrgGroupPermissionPK | |
---|---|
com.liferay.portal.model | |
com.liferay.portal.model.impl | |
com.liferay.portal.service.persistence |
Uses of OrgGroupPermissionPK in com.liferay.portal.model |
---|
Methods in com.liferay.portal.model that return OrgGroupPermissionPK | |
---|---|
OrgGroupPermissionPK |
OrgGroupPermissionWrapper.getPrimaryKey()
Gets the primary key of this org group permission. |
OrgGroupPermissionPK |
OrgGroupPermissionModel.getPrimaryKey()
Gets the primary key of this org group permission. |
Methods in com.liferay.portal.model with parameters of type OrgGroupPermissionPK | |
---|---|
void |
OrgGroupPermissionWrapper.setPrimaryKey(OrgGroupPermissionPK pk)
Sets the primary key of this org group permission |
void |
OrgGroupPermissionModel.setPrimaryKey(OrgGroupPermissionPK pk)
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 pk)
|
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)
Finds the org group permission with the primary key or returns null if it could not be found. |
OrgGroupPermission |
OrgGroupPermissionPersistence.fetchByPrimaryKey(OrgGroupPermissionPK orgGroupPermissionPK)
Finds the org group permission with the primary key or returns null if it could not be found. |
OrgGroupPermission |
OrgGroupPermissionPersistenceImpl.fetchByPrimaryKey(OrgGroupPermissionPK orgGroupPermissionPK)
Finds 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)
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_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-ee | |||||||||
PREV NEXT | FRAMES NO FRAMES |