|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrgGroupRole | |
|---|---|
| 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. |
| com.liferay.portal.service.persistence.impl | This package defines the portal service persistence implementation base classes. |
| 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. |
| Fields in com.liferay.portal.model with type parameters of type OrgGroupRole | |
|---|---|
static Accessor<OrgGroupRole,Long> |
OrgGroupRole.GROUP_ID_ACCESSOR
|
static Accessor<OrgGroupRole,Long> |
OrgGroupRole.ORGANIZATION_ID_ACCESSOR
|
static Accessor<OrgGroupRole,Long> |
OrgGroupRole.ROLE_ID_ACCESSOR
|
| Methods in com.liferay.portal.model that return OrgGroupRole | |
|---|---|
OrgGroupRole |
OrgGroupRoleWrapper.getWrappedModel()
|
OrgGroupRole |
OrgGroupRoleWrapper.toEscapedModel()
|
OrgGroupRole |
OrgGroupRoleModel.toEscapedModel()
|
OrgGroupRole |
OrgGroupRoleWrapper.toUnescapedModel()
|
OrgGroupRole |
OrgGroupRoleModel.toUnescapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type OrgGroupRole | |
|---|---|
CacheModel<OrgGroupRole> |
OrgGroupRoleWrapper.toCacheModel()
|
CacheModel<OrgGroupRole> |
OrgGroupRoleModel.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type OrgGroupRole | |
|---|---|
int |
OrgGroupRoleWrapper.compareTo(OrgGroupRole orgGroupRole)
|
int |
OrgGroupRoleModel.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.model.impl |
|---|
| Classes in com.liferay.portal.model.impl that implement OrgGroupRole | |
|---|---|
class |
OrgGroupRoleBaseImpl
The extended model base implementation for the OrgGroupRole service. |
class |
OrgGroupRoleImpl
|
| Methods in com.liferay.portal.model.impl that return OrgGroupRole | |
|---|---|
OrgGroupRole |
OrgGroupRoleCacheModel.toEntityModel()
|
OrgGroupRole |
OrgGroupRoleModelImpl.toEscapedModel()
|
| Methods in com.liferay.portal.model.impl that return types with arguments of type OrgGroupRole | |
|---|---|
CacheModel<OrgGroupRole> |
OrgGroupRoleModelImpl.toCacheModel()
|
| 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. |
static OrgGroupRole |
OrgGroupRoleUtil.fetchByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
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 |
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.fetchByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.fetchByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.fetchByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.fetchByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.findByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.findByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
static OrgGroupRole[] |
OrgGroupRoleUtil.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns 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<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where groupId = ?. |
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 |
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.findByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.findByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
static OrgGroupRole[] |
OrgGroupRoleUtil.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns 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<OrgGroupRole> orderByComparator)
Returns 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. |
static OrgGroupRole |
OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole)
|
static OrgGroupRole |
OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole,
ServiceContext serviceContext)
|
static OrgGroupRole |
OrgGroupRoleUtil.updateImpl(OrgGroupRole orgGroupRole)
|
OrgGroupRole |
OrgGroupRolePersistence.updateImpl(OrgGroupRole orgGroupRole)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type OrgGroupRole | |
|---|---|
static Map<Serializable,OrgGroupRole> |
OrgGroupRoleUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
Map<Serializable,OrgGroupRole> |
OrgGroupRolePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static List<OrgGroupRole> |
OrgGroupRoleUtil.findAll()
Returns all the org group roles. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findAll()
Returns all the org group roles. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findAll(int start,
int end)
Returns a range of all the org group roles. |
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,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findAll(int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findAll(int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findAll(int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findByGroupId(long groupId)
Returns all the org group roles where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByGroupId(long groupId)
Returns 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 = ?. |
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,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<OrgGroupRole> 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<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles where groupId = ?. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findByRoleId(long roleId)
Returns all the org group roles where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByRoleId(long roleId)
Returns 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 = ?. |
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,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<OrgGroupRole> 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<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
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<OrgGroupRole> 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. |
static void |
OrgGroupRoleUtil.clearCache(OrgGroupRole orgGroupRole)
|
static OrgGroupRole |
OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole)
|
static OrgGroupRole |
OrgGroupRoleUtil.update(OrgGroupRole orgGroupRole,
ServiceContext serviceContext)
|
static OrgGroupRole |
OrgGroupRoleUtil.updateImpl(OrgGroupRole orgGroupRole)
|
OrgGroupRole |
OrgGroupRolePersistence.updateImpl(OrgGroupRole orgGroupRole)
|
| 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. |
static OrgGroupRole |
OrgGroupRoleUtil.fetchByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.fetchByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.fetchByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.fetchByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.fetchByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.fetchByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findAll(int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findAll(int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findAll(int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findAll(int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles. |
static OrgGroupRole |
OrgGroupRoleUtil.findByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.findByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
static OrgGroupRole[] |
OrgGroupRoleUtil.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns 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<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where groupId = ?. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<OrgGroupRole> 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<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles where groupId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.findByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
static OrgGroupRole |
OrgGroupRoleUtil.findByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistence.findByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
static OrgGroupRole[] |
OrgGroupRoleUtil.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns 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<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where roleId = ?. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<OrgGroupRole> 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<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles where roleId = ?. |
static List<OrgGroupRole> |
OrgGroupRoleUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
|
| Uses of OrgGroupRole in com.liferay.portal.service.persistence.impl |
|---|
| Methods in com.liferay.portal.service.persistence.impl that return OrgGroupRole | |
|---|---|
OrgGroupRole |
OrgGroupRolePersistenceImpl.create(OrgGroupRolePK orgGroupRolePK)
Creates a new org group role with the primary key. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.fetchByPrimaryKey(OrgGroupRolePK orgGroupRolePK)
Returns the org group role with the primary key or returns null if it could not be found. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Returns the org group role with the primary key or returns null if it could not be found. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.fetchByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.fetchByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
OrgGroupRole[] |
OrgGroupRolePersistenceImpl.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where groupId = ?. |
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 |
OrgGroupRolePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Returns the org group role with the primary key or throws a NoSuchModelException if it could not be found. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
OrgGroupRole[] |
OrgGroupRolePersistenceImpl.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns 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<OrgGroupRole> orderByComparator,
boolean previous)
|
protected OrgGroupRole |
OrgGroupRolePersistenceImpl.getByRoleId_PrevAndNext(Session session,
OrgGroupRole orgGroupRole,
long roleId,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean previous)
|
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)
|
OrgGroupRole |
OrgGroupRolePersistenceImpl.updateImpl(OrgGroupRole orgGroupRole)
|
| Methods in com.liferay.portal.service.persistence.impl that return types with arguments of type OrgGroupRole | |
|---|---|
Map<Serializable,OrgGroupRole> |
OrgGroupRolePersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findAll()
Returns all the org group roles. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findAll(int start,
int end)
Returns a range of all the org group roles. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findAll(int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findAll(int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findByGroupId(long groupId)
Returns all the org group roles where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the org group roles where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findByRoleId(long roleId)
Returns all the org group roles where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findByRoleId(long roleId,
int start,
int end)
Returns a range of all the org group roles where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles where roleId = ?. |
| Methods in com.liferay.portal.service.persistence.impl with parameters of type OrgGroupRole | |
|---|---|
void |
OrgGroupRolePersistenceImpl.cacheResult(OrgGroupRole orgGroupRole)
Caches the org group role in the entity cache if it is enabled. |
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<OrgGroupRole> orderByComparator,
boolean previous)
|
protected OrgGroupRole |
OrgGroupRolePersistenceImpl.getByRoleId_PrevAndNext(Session session,
OrgGroupRole orgGroupRole,
long roleId,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean previous)
|
protected OrgGroupRole |
OrgGroupRolePersistenceImpl.removeImpl(OrgGroupRole orgGroupRole)
|
protected OrgGroupRole |
OrgGroupRolePersistenceImpl.toUnwrappedModel(OrgGroupRole orgGroupRole)
|
OrgGroupRole |
OrgGroupRolePersistenceImpl.updateImpl(OrgGroupRole orgGroupRole)
|
| Method parameters in com.liferay.portal.service.persistence.impl with type arguments of type OrgGroupRole | |
|---|---|
void |
OrgGroupRolePersistenceImpl.cacheResult(List<OrgGroupRole> orgGroupRoles)
Caches the org group roles in the entity cache if it is enabled. |
void |
OrgGroupRolePersistenceImpl.clearCache(List<OrgGroupRole> orgGroupRoles)
|
OrgGroupRole |
OrgGroupRolePersistenceImpl.fetchByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.fetchByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.fetchByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.fetchByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findAll(int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findAll(int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where groupId = ?. |
OrgGroupRole[] |
OrgGroupRolePersistenceImpl.findByGroupId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long groupId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles where groupId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles where groupId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByRoleId_First(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the first org group role in the ordered set where roleId = ?. |
OrgGroupRole |
OrgGroupRolePersistenceImpl.findByRoleId_Last(long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the last org group role in the ordered set where roleId = ?. |
OrgGroupRole[] |
OrgGroupRolePersistenceImpl.findByRoleId_PrevAndNext(OrgGroupRolePK orgGroupRolePK,
long roleId,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns the org group roles before and after the current org group role in the ordered set where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator)
Returns an ordered range of all the org group roles where roleId = ?. |
List<OrgGroupRole> |
OrgGroupRolePersistenceImpl.findByRoleId(long roleId,
int start,
int end,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the org group roles where roleId = ?. |
protected OrgGroupRole |
OrgGroupRolePersistenceImpl.getByGroupId_PrevAndNext(Session session,
OrgGroupRole orgGroupRole,
long groupId,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean previous)
|
protected OrgGroupRole |
OrgGroupRolePersistenceImpl.getByRoleId_PrevAndNext(Session session,
OrgGroupRole orgGroupRole,
long roleId,
OrderByComparator<OrgGroupRole> orderByComparator,
boolean previous)
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||