Liferay 6.2.0

Uses of Interface
com.liferay.portal.model.OrgGroupRole

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

Uses of OrgGroupRole in com.liferay.portal.model
 

Classes in com.liferay.portal.model that implement OrgGroupRole
 class OrgGroupRoleWrapper
           This class is a wrapper for OrgGroupRole.
 

Methods in com.liferay.portal.model that return OrgGroupRole
 OrgGroupRole OrgGroupRoleWrapper.getWrappedModel()
           
 OrgGroupRole OrgGroupRoleWrapper.getWrappedOrgGroupRole()
          Deprecated. As of 6.1.0, replaced by OrgGroupRoleWrapper.getWrappedModel()
abstract  OrgGroupRole OrgGroupRoleModel.toEscapedModel()
           
 OrgGroupRole OrgGroupRoleWrapper.toEscapedModel()
           
abstract  OrgGroupRole OrgGroupRoleModel.toUnescapedModel()
           
 OrgGroupRole OrgGroupRoleWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portal.model that return types with arguments of type OrgGroupRole
abstract  CacheModel<OrgGroupRole> OrgGroupRoleModel.toCacheModel()
           
 CacheModel<OrgGroupRole> OrgGroupRoleWrapper.toCacheModel()
           
 

Methods in com.liferay.portal.model with parameters of type OrgGroupRole
abstract  int OrgGroupRoleModel.compareTo(OrgGroupRole orgGroupRole)
           
 int OrgGroupRoleWrapper.compareTo(OrgGroupRole orgGroupRole)
           
static OrgGroupRoleSoap OrgGroupRoleSoap.toSoapModel(OrgGroupRole model)
           
static OrgGroupRoleSoap[] OrgGroupRoleSoap.toSoapModels(OrgGroupRole[] models)
           
static OrgGroupRoleSoap[][] OrgGroupRoleSoap.toSoapModels(OrgGroupRole[][] models)
           
 

Method parameters in com.liferay.portal.model with type arguments of type OrgGroupRole
static OrgGroupRoleSoap[] OrgGroupRoleSoap.toSoapModels(List<OrgGroupRole> models)
           
 

Constructors in com.liferay.portal.model with parameters of type OrgGroupRole
OrgGroupRoleWrapper(OrgGroupRole orgGroupRole)
           
 

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

Methods in com.liferay.portal.service.persistence that return OrgGroupRole
abstract  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.
abstract  OrgGroupRole OrgGroupRolePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
abstract  OrgGroupRole OrgGroupRolePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
abstract  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.
abstract  OrgGroupRole OrgGroupRolePersistence.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
abstract  OrgGroupRole OrgGroupRolePersistence.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.fetchByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
abstract  OrgGroupRole OrgGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where groupId = ?.
abstract  OrgGroupRole OrgGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where groupId = ?.
abstract  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 = ?.
abstract  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.
abstract  OrgGroupRole OrgGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Returns the first org group role in the ordered set where roleId = ?.
abstract  OrgGroupRole OrgGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Returns the last org group role in the ordered set where roleId = ?.
abstract  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 = ?.
abstract  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.
static OrgGroupRole OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole)
           
static OrgGroupRole OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole, ServiceContext serviceContext)
           
abstract  OrgGroupRole OrgGroupRolePersistence.updateImpl(OrgGroupRole orgGroupRole)
           
static OrgGroupRole OrgGroupRoleUtil.updateImpl(OrgGroupRole orgGroupRole)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type OrgGroupRole
abstract  List<OrgGroupRole> OrgGroupRolePersistence.findAll()
          Returns all the org group roles.
static List<OrgGroupRole> OrgGroupRoleUtil.findAll()
          Returns all the org group roles.
abstract  List<OrgGroupRole> OrgGroupRolePersistence.findAll(int start, int end)
          Returns a range of all the org group roles.
static List<OrgGroupRole> OrgGroupRoleUtil.findAll(int start, int end)
          Returns a range of all the org group roles.
abstract  List<OrgGroupRole> OrgGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles.
static List<OrgGroupRole> OrgGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles.
abstract  List<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId)
          Returns all the org group roles where groupId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByGroupId(long groupId)
          Returns all the org group roles where groupId = ?.
abstract  List<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the org group roles where groupId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the org group roles where groupId = ?.
abstract  List<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles where groupId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles where groupId = ?.
abstract  List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId)
          Returns all the org group roles where roleId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByRoleId(long roleId)
          Returns all the org group roles where roleId = ?.
abstract  List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId, int start, int end)
          Returns a range of all the org group roles where roleId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByRoleId(long roleId, int start, int end)
          Returns a range of all the org group roles where roleId = ?.
abstract  List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles where roleId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the org group roles where roleId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<OrgGroupRole> OrgGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<OrgGroupRole> OrgGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portal.service.persistence with parameters of type OrgGroupRole
abstract  void OrgGroupRolePersistence.cacheResult(OrgGroupRole orgGroupRole)
          Caches the org group role in the entity cache if it is enabled.
static void OrgGroupRoleUtil.cacheResult(OrgGroupRole orgGroupRole)
          Caches the org group role in the entity cache if it is enabled.
static void OrgGroupRoleUtil.clearCache(OrgGroupRole orgGroupRole)
           
static OrgGroupRole OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole)
           
static OrgGroupRole OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole, ServiceContext serviceContext)
           
abstract  OrgGroupRole OrgGroupRolePersistence.updateImpl(OrgGroupRole orgGroupRole)
           
static OrgGroupRole OrgGroupRoleUtil.updateImpl(OrgGroupRole orgGroupRole)
           
 

Method parameters in com.liferay.portal.service.persistence with type arguments of type OrgGroupRole
abstract  void OrgGroupRolePersistence.cacheResult(List<OrgGroupRole> orgGroupRoles)
          Caches the org group roles in the entity cache if it is enabled.
static void OrgGroupRoleUtil.cacheResult(List<OrgGroupRole> orgGroupRoles)
          Caches the org group roles in the entity cache if it is enabled.
 


Liferay 6.2.0