Liferay 6.0.3

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)
           
 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)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 OrgGroupRole OrgGroupRolePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static OrgGroupRole OrgGroupRoleUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 OrgGroupRole OrgGroupRolePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
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)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
           
 OrgGroupRole OrgGroupRolePersistence.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.findByRoleId_First(long roleId, OrderByComparator orderByComparator)
           
static OrgGroupRole OrgGroupRoleUtil.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
           
 OrgGroupRole OrgGroupRolePersistence.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.findByRoleId_Last(long roleId, OrderByComparator orderByComparator)
           
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)
           
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)
           
 OrgGroupRole OrgGroupRolePersistence.remove(OrgGroupRolePK orgGroupRolePK)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.remove(OrgGroupRolePK orgGroupRolePK)
           
 OrgGroupRole OrgGroupRolePersistenceImpl.remove(Serializable primaryKey)
           
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()
           
 List<OrgGroupRole> OrgGroupRolePersistence.findAll()
           
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findAll()
           
static List<OrgGroupRole> OrgGroupRoleUtil.findAll(int start, int end)
           
 List<OrgGroupRole> OrgGroupRolePersistence.findAll(int start, int end)
           
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findAll(int start, int end)
           
static List<OrgGroupRole> OrgGroupRoleUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<OrgGroupRole> OrgGroupRolePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<OrgGroupRole> OrgGroupRoleUtil.findByGroupId(long groupId)
           
 List<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId)
           
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByGroupId(long groupId)
           
static List<OrgGroupRole> OrgGroupRoleUtil.findByGroupId(long groupId, int start, int end)
           
 List<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId, int start, int end)
           
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end)
           
static List<OrgGroupRole> OrgGroupRoleUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<OrgGroupRole> OrgGroupRolePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<OrgGroupRole> OrgGroupRoleUtil.findByRoleId(long roleId)
           
 List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId)
           
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByRoleId(long roleId)
           
static List<OrgGroupRole> OrgGroupRoleUtil.findByRoleId(long roleId, int start, int end)
           
 List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId, int start, int end)
           
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end)
           
static List<OrgGroupRole> OrgGroupRoleUtil.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<OrgGroupRole> OrgGroupRolePersistence.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
           
 List<OrgGroupRole> OrgGroupRolePersistenceImpl.findByRoleId(long roleId, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 void OrgGroupRolePersistence.cacheResult(OrgGroupRole orgGroupRole)
           
 void OrgGroupRolePersistenceImpl.cacheResult(OrgGroupRole orgGroupRole)
           
static void OrgGroupRoleUtil.clearCache(OrgGroupRole orgGroupRole)
           
 void OrgGroupRolePersistenceImpl.clearCache(OrgGroupRole orgGroupRole)
           
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)
           
 void OrgGroupRolePersistence.cacheResult(List<OrgGroupRole> orgGroupRoles)
           
 void OrgGroupRolePersistenceImpl.cacheResult(List<OrgGroupRole> orgGroupRoles)
           
 


Liferay 6.0.3