|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourcePermission | |
|---|---|
| com.liferay.portal.model | |
| com.liferay.portal.service | |
| com.liferay.portal.service.persistence | |
| com.liferay.portal.util | |
| Uses of ResourcePermission in com.liferay.portal.model |
|---|
| Classes in com.liferay.portal.model that implement ResourcePermission | |
|---|---|
class |
ResourcePermissionWrapper
This class is a wrapper for ResourcePermission. |
| Methods in com.liferay.portal.model that return ResourcePermission | |
|---|---|
ResourcePermission |
ResourcePermissionWrapper.getWrappedResourcePermission()
|
ResourcePermission |
ResourcePermissionWrapper.toEscapedModel()
|
ResourcePermission |
ResourcePermissionModel.toEscapedModel()
|
| Methods in com.liferay.portal.model that return types with arguments of type ResourcePermission | |
|---|---|
CacheModel<ResourcePermission> |
ResourcePermissionWrapper.toCacheModel()
|
CacheModel<ResourcePermission> |
ResourcePermissionModel.toCacheModel()
|
| Methods in com.liferay.portal.model with parameters of type ResourcePermission | |
|---|---|
int |
ResourcePermissionWrapper.compareTo(ResourcePermission resourcePermission)
|
int |
ResourcePermissionModel.compareTo(ResourcePermission resourcePermission)
|
static ResourcePermissionSoap |
ResourcePermissionSoap.toSoapModel(ResourcePermission model)
|
static ResourcePermissionSoap[] |
ResourcePermissionSoap.toSoapModels(ResourcePermission[] models)
|
static ResourcePermissionSoap[][] |
ResourcePermissionSoap.toSoapModels(ResourcePermission[][] models)
|
| Method parameters in com.liferay.portal.model with type arguments of type ResourcePermission | |
|---|---|
static ResourcePermissionSoap[] |
ResourcePermissionSoap.toSoapModels(List<ResourcePermission> models)
|
| Constructors in com.liferay.portal.model with parameters of type ResourcePermission | |
|---|---|
ResourcePermissionWrapper(ResourcePermission resourcePermission)
|
|
| Uses of ResourcePermission in com.liferay.portal.service |
|---|
| Methods in com.liferay.portal.service that return ResourcePermission | |
|---|---|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database. |
ResourcePermission |
ResourcePermissionLocalService.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.createResourcePermission(long resourcePermissionId)
Creates a new resource permission with the primary key. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.createResourcePermission(long resourcePermissionId)
Creates a new resource permission with the primary key. |
ResourcePermission |
ResourcePermissionLocalService.createResourcePermission(long resourcePermissionId)
Creates a new resource permission with the primary key. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.getResourcePermission(long resourcePermissionId)
Returns the resource permission with the primary key. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.getResourcePermission(long resourcePermissionId)
Returns the resource permission with the primary key. |
ResourcePermission |
ResourcePermissionLocalService.getResourcePermission(long resourcePermissionId)
Returns the resource permission with the primary key. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.getResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId)
|
static ResourcePermission |
ResourcePermissionLocalServiceUtil.getResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId)
|
ResourcePermission |
ResourcePermissionLocalService.getResourcePermission(long companyId,
String name,
int scope,
String primKey,
long roleId)
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist. |
ResourcePermission |
ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database or adds it if it does not yet exist. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database or adds it if it does not yet exist. |
ResourcePermission |
ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portal.service that return types with arguments of type ResourcePermission | |
|---|---|
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getResourcePermissions(int start,
int end)
Returns a range of all the resource permissions. |
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getResourcePermissions(int start,
int end)
Returns a range of all the resource permissions. |
List<ResourcePermission> |
ResourcePermissionLocalService.getResourcePermissions(int start,
int end)
Returns a range of all the resource permissions. |
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getResourcePermissions(long companyId,
String name,
int scope,
String primKey)
|
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getResourcePermissions(long companyId,
String name,
int scope,
String primKey)
|
List<ResourcePermission> |
ResourcePermissionLocalService.getResourcePermissions(long companyId,
String name,
int scope,
String primKey)
|
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getRoleResourcePermissions(long roleId)
|
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getRoleResourcePermissions(long roleId)
|
List<ResourcePermission> |
ResourcePermissionLocalService.getRoleResourcePermissions(long roleId)
|
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getRoleResourcePermissions(long roleId,
int[] scopes,
int start,
int end)
|
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getRoleResourcePermissions(long roleId,
int[] scopes,
int start,
int end)
|
List<ResourcePermission> |
ResourcePermissionLocalService.getRoleResourcePermissions(long roleId,
int[] scopes,
int start,
int end)
|
| Methods in com.liferay.portal.service with parameters of type ResourcePermission | |
|---|---|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database. |
ResourcePermission |
ResourcePermissionLocalService.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database. |
void |
ResourcePermissionLocalServiceWrapper.deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database. |
static void |
ResourcePermissionLocalServiceUtil.deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database. |
void |
ResourcePermissionLocalService.deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database. |
boolean |
ResourcePermissionLocalServiceWrapper.hasActionId(ResourcePermission resourcePermission,
ResourceAction resourceAction)
Returns true if the resource permission grants permission to
perform the resource action. |
static boolean |
ResourcePermissionLocalServiceUtil.hasActionId(ResourcePermission resourcePermission,
ResourceAction resourceAction)
Returns true if the resource permission grants permission to
perform the resource action. |
boolean |
ResourcePermissionLocalService.hasActionId(ResourcePermission resourcePermission,
ResourceAction resourceAction)
Returns true if the resource permission grants permission to
perform the resource action. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist. |
ResourcePermission |
ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database or adds it if it does not yet exist. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database or adds it if it does not yet exist. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database or adds it if it does not yet exist. |
ResourcePermission |
ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database or adds it if it does not yet exist. |
| Uses of ResourcePermission in com.liferay.portal.service.persistence |
|---|
| Methods in com.liferay.portal.service.persistence that return ResourcePermission | |
|---|---|
static ResourcePermission |
ResourcePermissionUtil.create(long resourcePermissionId)
Creates a new resource permission with the primary key. |
ResourcePermission |
ResourcePermissionPersistence.create(long resourcePermissionId)
Creates a new resource permission with the primary key. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds,
boolean retrieveFromCache)
Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found, optionally using the finder cache. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds,
boolean retrieveFromCache)
Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or returns null if it could not be found, optionally using the finder cache. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns null if it could not be found. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns null if it could not be found. |
static ResourcePermission |
ResourcePermissionUtil.fetchByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
boolean retrieveFromCache)
Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns null if it could not be found, optionally using the finder cache. |
ResourcePermission |
ResourcePermissionPersistence.fetchByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId,
boolean retrieveFromCache)
Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or returns null if it could not be found, optionally using the finder cache. |
static ResourcePermission |
ResourcePermissionUtil.fetchByPrimaryKey(long resourcePermissionId)
Finds the resource permission with the primary key or returns null if it could not be found. |
ResourcePermission |
ResourcePermissionPersistence.fetchByPrimaryKey(long resourcePermissionId)
Finds the resource permission with the primary key or returns null if it could not be found. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_P_O_First(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_P_O_First(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_P_O_Last(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_P_O_Last(long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_P_O_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_P_O_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long ownerId,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_P_R_A_First(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_P_R_A_First(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_P_R_A_Last(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_P_R_A_Last(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_P_R_A_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_P_R_A_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
String primKey,
long roleId,
long actionIds,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_First(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_Last(long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_First(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_Last(long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_P_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ? and primKey = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or throws a NoSuchResourcePermissionException if it could not be found. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_R_O_A(long companyId,
String name,
int scope,
String primKey,
long roleId,
long ownerId,
long actionIds)
Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? and ownerId = ? and actionIds = ? or throws a NoSuchResourcePermissionException if it could not be found. |
static ResourcePermission |
ResourcePermissionUtil.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or throws a NoSuchResourcePermissionException if it could not be found. |
ResourcePermission |
ResourcePermissionPersistence.findByC_N_S_P_R(long companyId,
String name,
int scope,
String primKey,
long roleId)
Finds the resource permission where companyId = ? and name = ? and scope = ? and primKey = ? and roleId = ? or throws a NoSuchResourcePermissionException if it could not be found. |
static ResourcePermission[] |
ResourcePermissionUtil.findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByC_N_S_PrevAndNext(long resourcePermissionId,
long companyId,
String name,
int scope,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where companyId = ? and name = ? and scope = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByPrimaryKey(long resourcePermissionId)
Finds the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found. |
ResourcePermission |
ResourcePermissionPersistence.findByPrimaryKey(long resourcePermissionId)
Finds the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found. |
static ResourcePermission |
ResourcePermissionUtil.findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByRoleId_First(long roleId,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where roleId = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByRoleId_Last(long roleId,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where roleId = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where roleId = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByRoleId_PrevAndNext(long resourcePermissionId,
long roleId,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where roleId = ?. |
static ResourcePermission |
ResourcePermissionUtil.remove(long resourcePermissionId)
Removes the resource permission with the primary key from the database. |
ResourcePermission |
ResourcePermissionPersistence.remove(long resourcePermissionId)
Removes the resource permission with the primary key from the database. |
static ResourcePermission |
ResourcePermissionUtil.remove(ResourcePermission resourcePermission)
|
ResourcePermission |
ResourcePermissionPersistence.remove(ResourcePermission resourcePermission)
|
static ResourcePermission |
ResourcePermissionUtil.update(ResourcePermission resourcePermission,
boolean merge)
|
static ResourcePermission |
ResourcePermissionUtil.update(ResourcePermission resourcePermission,
boolean merge,
ServiceContext serviceContext)
|
static ResourcePermission |
ResourcePermissionUtil.updateImpl(ResourcePermission resourcePermission,
boolean merge)
|
ResourcePermission |
ResourcePermissionPersistence.updateImpl(ResourcePermission resourcePermission,
boolean merge)
|
| Methods in com.liferay.portal.service.persistence that return types with arguments of type ResourcePermission | |
|---|---|
static List<ResourcePermission> |
ResourcePermissionUtil.findAll()
Finds all the resource permissions. |
List<ResourcePermission> |
ResourcePermissionPersistence.findAll()
Finds all the resource permissions. |
static List<ResourcePermission> |
ResourcePermissionUtil.findAll(int start,
int end)
Finds a range of all the resource permissions. |
List<ResourcePermission> |
ResourcePermissionPersistence.findAll(int start,
int end)
Finds a range of all the resource permissions. |
static List<ResourcePermission> |
ResourcePermissionUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions. |
List<ResourcePermission> |
ResourcePermissionPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Finds all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId)
Finds all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end)
Finds a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end)
Finds a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_P_O(long companyId,
String name,
String primKey,
long ownerId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and ownerId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Finds all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds)
Finds all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end)
Finds a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end)
Finds a range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_P_R_A(long companyId,
String name,
String primKey,
long roleId,
long actionIds,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where companyId = ? and name = ? and primKey = ? and roleId = ? and actionIds = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Finds all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey)
Finds all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end)
Finds a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end)
Finds a range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S_P(long companyId,
String name,
int scope,
String primKey,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ? and primKey = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S(long companyId,
String name,
int scope)
Finds all the resource permissions where companyId = ? and name = ? and scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S(long companyId,
String name,
int scope)
Finds all the resource permissions where companyId = ? and name = ? and scope = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end)
Finds a range of all the resource permissions where companyId = ? and name = ? and scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end)
Finds a range of all the resource permissions where companyId = ? and name = ? and scope = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByC_N_S(long companyId,
String name,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where companyId = ? and name = ? and scope = ?. |
static List<ResourcePermission> |
ResourcePermissionFinderUtil.findByR_S(long roleId,
int[] scopes,
int start,
int end)
|
List<ResourcePermission> |
ResourcePermissionFinder.findByR_S(long roleId,
int[] scopes,
int start,
int end)
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByRoleId(long roleId)
Finds all the resource permissions where roleId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByRoleId(long roleId)
Finds all the resource permissions where roleId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByRoleId(long roleId,
int start,
int end)
Finds a range of all the resource permissions where roleId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByRoleId(long roleId,
int start,
int end)
Finds a range of all the resource permissions where roleId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where roleId = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByRoleId(long roleId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where roleId = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<ResourcePermission> |
ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<ResourcePermission> |
ResourcePermissionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
| Methods in com.liferay.portal.service.persistence with parameters of type ResourcePermission | |
|---|---|
static void |
ResourcePermissionUtil.cacheResult(ResourcePermission resourcePermission)
Caches the resource permission in the entity cache if it is enabled. |
void |
ResourcePermissionPersistence.cacheResult(ResourcePermission resourcePermission)
Caches the resource permission in the entity cache if it is enabled. |
static void |
ResourcePermissionUtil.clearCache(ResourcePermission resourcePermission)
|
static ResourcePermission |
ResourcePermissionUtil.remove(ResourcePermission resourcePermission)
|
ResourcePermission |
ResourcePermissionPersistence.remove(ResourcePermission resourcePermission)
|
static ResourcePermission |
ResourcePermissionUtil.update(ResourcePermission resourcePermission,
boolean merge)
|
static ResourcePermission |
ResourcePermissionUtil.update(ResourcePermission resourcePermission,
boolean merge,
ServiceContext serviceContext)
|
static ResourcePermission |
ResourcePermissionUtil.updateImpl(ResourcePermission resourcePermission,
boolean merge)
|
ResourcePermission |
ResourcePermissionPersistence.updateImpl(ResourcePermission resourcePermission,
boolean merge)
|
| Method parameters in com.liferay.portal.service.persistence with type arguments of type ResourcePermission | |
|---|---|
static void |
ResourcePermissionUtil.cacheResult(List<ResourcePermission> resourcePermissions)
Caches the resource permissions in the entity cache if it is enabled. |
void |
ResourcePermissionPersistence.cacheResult(List<ResourcePermission> resourcePermissions)
Caches the resource permissions in the entity cache if it is enabled. |
| Uses of ResourcePermission in com.liferay.portal.util |
|---|
| Methods in com.liferay.portal.util with parameters of type ResourcePermission | |
|---|---|
static BaseModel<?> |
PortalUtil.getBaseModel(ResourcePermission resourcePermission)
|
BaseModel<?> |
Portal.getBaseModel(ResourcePermission resourcePermission)
Gets the base model instance for the resource permission. |
static BaseModel<?> |
PortalUtil.getModel(ResourcePermission resourcePermission)
Deprecated. PortalUtil.getBaseModel(ResourcePermission) |
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||