Liferay 6.0-ee

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

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

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.getWrappedOrgGroupRole()
           
 OrgGroupRole OrgGroupRoleWrapper.toEscapedModel()
           
 OrgGroupRole OrgGroupRoleModel.toEscapedModel()
           
 

Methods in com.liferay.portal.model with parameters of type OrgGroupRole
 int OrgGroupRoleWrapper.compareTo(OrgGroupRole orgGroupRole)
           
 int OrgGroupRoleModel.compareTo(OrgGroupRole orgGroupRole)
           
 

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

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

Classes in com.liferay.portal.model.impl that implement OrgGroupRole
 class OrgGroupRoleImpl
           
 

Methods in com.liferay.portal.model.impl that return OrgGroupRole
 OrgGroupRole OrgGroupRoleModelImpl.toEscapedModel()
           
 

Methods in com.liferay.portal.model.impl with parameters of type OrgGroupRole
 int OrgGroupRoleModelImpl.compareTo(OrgGroupRole orgGroupRole)
           
 

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

Methods in com.liferay.portal.service.persistence that return OrgGroupRole
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.
 OrgGroupRole OrgGroupRolePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the org group role with the primary key or returns null if it could not be found.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first org group role in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first org group role in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first org group role in the ordered set where groupId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last org group role in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last org group role in the ordered set where groupId = ?.
 OrgGroupRole OrgGroupRolePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last org group role in the ordered set where groupId = ?.
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.
 OrgGroupRole OrgGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the org group role with the primary key or throws a NoSuchModelException if it could not be found.
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Finds the first org group role in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Finds the first org group role in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistenceImpl.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
          Finds the first org group role in the ordered set where roleId = ?.
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Finds the last org group role in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Finds the last org group role in the ordered set where roleId = ?.
 OrgGroupRole OrgGroupRolePersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
          Finds the last org group role in the ordered set where roleId = ?.
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 = ?.
protected  OrgGroupRole OrgGroupRolePersistenceImpl.getByGroupId_PrevAndNext(Session session, OrgGroupRole orgGroupRole, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  OrgGroupRole OrgGroupRolePersistenceImpl.getByRoleId_PrevAndNext(Session session, OrgGroupRole orgGroupRole, long roleId, OrderByComparator orderByComparator, boolean previous)
           
static OrgGroupRole OrgGroupRoleUtil.remove(OrgGroupRole orgGroupRole)
           
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.
 OrgGroupRole OrgGroupRolePersistenceImpl.remove(Serializable primaryKey)
          Removes the org group role with the primary key from the database.
protected  OrgGroupRole OrgGroupRolePersistenceImpl.removeImpl(OrgGroupRole orgGroupRole)
           
protected  OrgGroupRole OrgGroupRolePersistenceImpl.toUnwrappedModel(OrgGroupRole orgGroupRole)
           
static OrgGroupRole OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole, boolean merge)
           
static OrgGroupRole OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole, boolean merge, ServiceContext serviceContext)
           
static OrgGroupRole OrgGroupRoleUtil.updateImpl(OrgGroupRole orgGroupRole, boolean merge)
           
 OrgGroupRole OrgGroupRolePersistence.updateImpl(OrgGroupRole orgGroupRole, boolean merge)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.updateImpl(OrgGroupRole orgGroupRole, boolean merge)
           
 

Methods in com.liferay.portal.service.persistence that return types with arguments of type OrgGroupRole
static List<OrgGroupRole> OrgGroupRoleUtil.findAll()
          Finds all the org group roles.
 List<OrgGroupRole> OrgGroupRolePersistence.findAll()
          Finds all the org group roles.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findAll()
          Finds all the org group roles.
static List<OrgGroupRole> OrgGroupRoleUtil.findAll(int start, int end)
          Finds a range of all the org group roles.
 List<OrgGroupRole> OrgGroupRolePersistence.findAll(int start, int end)
          Finds a range of all the org group roles.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findAll(int start, int end)
          Finds a range of all the org group roles.
static List<OrgGroupRole> OrgGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the org group roles.
 List<OrgGroupRole> OrgGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the org group roles.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the org group roles.
static List<OrgGroupRole> OrgGroupRoleUtil.findByGroupId(long groupId)
          Finds all the org group roles where groupId = ?.
 List<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId)
          Finds all the org group roles where groupId = ?.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByGroupId(long groupId)
          Finds all the org group roles where groupId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the org group roles where groupId = ?.
 List<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the org group roles where groupId = ?.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the org group roles where groupId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the org group roles where groupId = ?.
 List<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the org group roles where groupId = ?.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the org group roles where groupId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByRoleId(long roleId)
          Finds all the org group roles where roleId = ?.
 List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId)
          Finds all the org group roles where roleId = ?.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByRoleId(long roleId)
          Finds all the org group roles where roleId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByRoleId(long roleId, int start, int end)
          Finds a range of all the org group roles where roleId = ?.
 List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId, int start, int end)
          Finds a range of all the org group roles where roleId = ?.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end)
          Finds a range of all the org group roles where roleId = ?.
static List<OrgGroupRole> OrgGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the org group roles where roleId = ?.
 List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the org group roles where roleId = ?.
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
          Finds 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
static void OrgGroupRoleUtil.cacheResult(OrgGroupRole orgGroupRole)
          Caches the org group role in the entity cache if it is enabled.
 void OrgGroupRolePersistence.cacheResult(OrgGroupRole orgGroupRole)
          Caches the org group role in the entity cache if it is enabled.
 void OrgGroupRolePersistenceImpl.cacheResult(OrgGroupRole orgGroupRole)
          Caches the org group role in the entity cache if it is enabled.
static void OrgGroupRoleUtil.clearCache(OrgGroupRole orgGroupRole)
           
 void OrgGroupRolePersistenceImpl.clearCache(OrgGroupRole orgGroupRole)
          Clears the cache for the org group role.
protected  OrgGroupRole OrgGroupRolePersistenceImpl.getByGroupId_PrevAndNext(Session session, OrgGroupRole orgGroupRole, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  OrgGroupRole OrgGroupRolePersistenceImpl.getByRoleId_PrevAndNext(Session session, OrgGroupRole orgGroupRole, long roleId, OrderByComparator orderByComparator, boolean previous)
           
static OrgGroupRole OrgGroupRoleUtil.remove(OrgGroupRole orgGroupRole)
           
protected  OrgGroupRole OrgGroupRolePersistenceImpl.removeImpl(OrgGroupRole orgGroupRole)
           
protected  OrgGroupRole OrgGroupRolePersistenceImpl.toUnwrappedModel(OrgGroupRole orgGroupRole)
           
static OrgGroupRole OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole, boolean merge)
           
static OrgGroupRole OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole, boolean merge, ServiceContext serviceContext)
           
static OrgGroupRole OrgGroupRoleUtil.updateImpl(OrgGroupRole orgGroupRole, boolean merge)
           
 OrgGroupRole OrgGroupRolePersistence.updateImpl(OrgGroupRole orgGroupRole, boolean merge)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.updateImpl(OrgGroupRole orgGroupRole, boolean merge)
           
 

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


Liferay 6.0-ee