Liferay 6.0-ee

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()
          Gets the primary key of this org group role.
 OrgGroupRolePK OrgGroupRoleModel.getPrimaryKey()
          Gets the primary key of this org group role.
 

Methods in com.liferay.portal.model with parameters of type OrgGroupRolePK
 void OrgGroupRoleWrapper.setPrimaryKey(OrgGroupRolePK pk)
          Sets the primary key of this org group role
 void OrgGroupRoleModel.setPrimaryKey(OrgGroupRolePK pk)
          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 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)
          Creates a new org group role with the primary key.
 OrgGroupRole OrgGroupRolePersistence.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.
static OrgGroupRole OrgGroupRoleUtil.fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
          Finds the org group role with the primary key or returns null if it could not be found.
 OrgGroupRole OrgGroupRolePersistence.fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
          Finds the org group role with the primary key or returns null if it could not be found.
 OrgGroupRole OrgGroupRolePersistenceImpl.fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
          Finds the org group role with the primary key or returns null if it could not be found.
static OrgGroupRole[] OrgGroupRoleUtil.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Finds the org group roles before and after the current org group role in the ordered set where groupId = ?.
 OrgGroupRole[] OrgGroupRolePersistence.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long groupId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the org group roles before and after the current org group role in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
          Finds the org group role with the primary key or throws a NoSuchOrgGroupRoleException if it could not be found.
 OrgGroupRole OrgGroupRolePersistence.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
          Finds the org group role with the primary key or throws a NoSuchOrgGroupRoleException if it could not be found.
 OrgGroupRole OrgGroupRolePersistenceImpl.findByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
          Finds the org group role with the primary key or throws a NoSuchOrgGroupRoleException if it could not be found.
static OrgGroupRole[] OrgGroupRoleUtil.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Finds the org group roles before and after the current org group role in the ordered set where roleId = ?.
 OrgGroupRole[] OrgGroupRolePersistence.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK, long roleId, OrderByComparator orderByComparator)
          Finds 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)
          Finds the org group roles before and after the current org group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.remove(OrgGroupRolePK orgGroupRolePK)
          Removes the org group role with the primary key from the database.
 OrgGroupRole OrgGroupRolePersistence.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.0-ee