Liferay 6.0.3

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

Packages that use OrgGroupRolePK
com.liferay.portal.model   
com.liferay.portal.model.impl   
com.liferay.portal.service.persistence   
 

Uses of OrgGroupRolePK in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return OrgGroupRolePK
 OrgGroupRolePK OrgGroupRoleWrapper.getPrimaryKey()
           
 OrgGroupRolePK OrgGroupRoleModel.getPrimaryKey()
           
 

Methods in com.liferay.portal.model with parameters of type OrgGroupRolePK
 void OrgGroupRoleWrapper.setPrimaryKey(OrgGroupRolePK pk)
           
 void OrgGroupRoleModel.setPrimaryKey(OrgGroupRolePK pk)
           
 

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

Methods in com.liferay.portal.model.impl that return OrgGroupRolePK
 OrgGroupRolePK OrgGroupRoleModelImpl.getPrimaryKey()
           
 

Methods in com.liferay.portal.model.impl with parameters of type OrgGroupRolePK
 void OrgGroupRoleModelImpl.setPrimaryKey(OrgGroupRolePK pk)
           
 

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

Methods in com.liferay.portal.service.persistence with parameters of type OrgGroupRolePK
 int OrgGroupRolePK.compareTo(OrgGroupRolePK pk)
           
static OrgGroupRole OrgGroupRoleUtil.create(OrgGroupRolePK orgGroupRolePK)
           
 OrgGroupRole OrgGroupRolePersistence.create(OrgGroupRolePK orgGroupRolePK)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.create(OrgGroupRolePK orgGroupRolePK)
           
static OrgGroupRole OrgGroupRoleUtil.fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
           
 OrgGroupRole OrgGroupRolePersistence.fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
           
static OrgGroupRole[] OrgGroupRoleUtil.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long groupId, OrderByComparator orderByComparator)
           
 OrgGroupRole[] OrgGroupRolePersistence.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long groupId, OrderByComparator orderByComparator)
           
 OrgGroupRole[] OrgGroupRolePersistenceImpl.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long groupId, OrderByComparator orderByComparator)
           
static OrgGroupRole OrgGroupRoleUtil.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
           
 OrgGroupRole OrgGroupRolePersistence.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
           
static OrgGroupRole[] OrgGroupRoleUtil.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long roleId, OrderByComparator orderByComparator)
           
 OrgGroupRole[] OrgGroupRolePersistence.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long roleId, OrderByComparator orderByComparator)
           
 OrgGroupRole[] OrgGroupRolePersistenceImpl.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long roleId, OrderByComparator orderByComparator)
           
static OrgGroupRole OrgGroupRoleUtil.remove(OrgGroupRolePK orgGroupRolePK)
           
 OrgGroupRole OrgGroupRolePersistence.remove(OrgGroupRolePK orgGroupRolePK)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.remove(OrgGroupRolePK orgGroupRolePK)
           
 


Liferay 6.0.3