Liferay 6.1.2-ce-ga3

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

Packages that use OrgGroupRolePK
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 OrgGroupRolePK in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return OrgGroupRolePK
 OrgGroupRolePK OrgGroupRoleSoap.getPrimaryKey()
           
 OrgGroupRolePK OrgGroupRoleWrapper.getPrimaryKey()
          Returns the primary key of this org group role.
 OrgGroupRolePK OrgGroupRoleModel.getPrimaryKey()
          Returns the primary key of this org group role.
 

Methods in com.liferay.portal.model with parameters of type OrgGroupRolePK
 void OrgGroupRoleSoap.setPrimaryKey(OrgGroupRolePK pk)
           
 void OrgGroupRoleWrapper.setPrimaryKey(OrgGroupRolePK primaryKey)
          Sets the primary key of this org group role.
 void OrgGroupRoleModel.setPrimaryKey(OrgGroupRolePK primaryKey)
          Sets the primary key of this org group role.
 

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 primaryKey)
           
 

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)
           
 OrgGroupRole OrgGroupRolePersistence.create(OrgGroupRolePK orgGroupRolePK)
          Creates a new org group role with the primary key.
static OrgGroupRole OrgGroupRoleUtil.create(OrgGroupRolePK orgGroupRolePK)
          Creates a new org group role with the primary key.
 OrgGroupRole OrgGroupRolePersistenceImpl.create(OrgGroupRolePK orgGroupRolePK)
          Creates a new org group role with the primary key.
 OrgGroupRole OrgGroupRolePersistence.fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
          Returns the org group role with the primary key or returns null if it could not be found.
static OrgGroupRole OrgGroupRoleUtil.fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
          Returns the org group role with the primary key or returns null if it could not be found.
 OrgGroupRole OrgGroupRolePersistenceImpl.fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
          Returns the org group role with the primary key or returns null if it could not be found.
 OrgGroupRole[] OrgGroupRolePersistence.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where groupId = ?.
static OrgGroupRole[] OrgGroupRoleUtil.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where groupId = ?.
 OrgGroupRole[] OrgGroupRolePersistenceImpl.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistence.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
          Returns the org group role with the primary key or throws a NoSuchOrgGroupRoleException if it could not be found.
static OrgGroupRole OrgGroupRoleUtil.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
          Returns the org group role with the primary key or throws a NoSuchOrgGroupRoleException if it could not be found.
 OrgGroupRole OrgGroupRolePersistenceImpl.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
          Returns the org group role with the primary key or throws a NoSuchOrgGroupRoleException if it could not be found.
 OrgGroupRole[] OrgGroupRolePersistence.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where roleId = ?.
static OrgGroupRole[] OrgGroupRoleUtil.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where roleId = ?.
 OrgGroupRole[] OrgGroupRolePersistenceImpl.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Returns the org group roles before and after the current org group role in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistence.remove(OrgGroupRolePK orgGroupRolePK)
          Removes the org group role with the primary key from the database.
static OrgGroupRole OrgGroupRoleUtil.remove(OrgGroupRolePK orgGroupRolePK)
          Removes the org group role with the primary key from the database.
 OrgGroupRole OrgGroupRolePersistenceImpl.remove(OrgGroupRolePK orgGroupRolePK)
          Removes the org group role with the primary key from the database.
 


Liferay 6.1.2-ce-ga3