|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
Gets a copy of this resource permission as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
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.model.impl |
---|
Classes in com.liferay.portal.model.impl that implement ResourcePermission | |
---|---|
class |
ResourcePermissionImpl
|
Methods in com.liferay.portal.model.impl that return ResourcePermission | |
---|---|
ResourcePermission |
ResourcePermissionModelImpl.toEscapedModel()
|
static ResourcePermission |
ResourcePermissionModelImpl.toModel(ResourcePermissionSoap soapModel)
Converts the soap model instance into a normal model instance. |
Methods in com.liferay.portal.model.impl that return types with arguments of type ResourcePermission | |
---|---|
static List<ResourcePermission> |
ResourcePermissionModelImpl.toModels(ResourcePermissionSoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portal.model.impl with parameters of type ResourcePermission | |
---|---|
int |
ResourcePermissionModelImpl.compareTo(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)
Gets the resource permission with the primary key. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.getResourcePermission(long resourcePermissionId)
Gets the resource permission with the primary key. |
ResourcePermission |
ResourcePermissionLocalService.getResourcePermission(long resourcePermissionId)
Gets the resource permission with the primary key. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database. |
ResourcePermission |
ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database. |
ResourcePermission |
ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database. |
Methods in com.liferay.portal.service that return types with arguments of type ResourcePermission | |
---|---|
List<ResourcePermission> |
ResourcePermissionLocalServiceWrapper.getResourcePermissions(int start,
int end)
Gets a range of all the resource permissions. |
static List<ResourcePermission> |
ResourcePermissionLocalServiceUtil.getResourcePermissions(int start,
int end)
Gets a range of all the resource permissions. |
List<ResourcePermission> |
ResourcePermissionLocalService.getResourcePermissions(int start,
int end)
Gets 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)
|
static boolean |
ResourcePermissionLocalServiceUtil.hasActionId(ResourcePermission resourcePermission,
ResourceAction resourceAction)
|
boolean |
ResourcePermissionLocalService.hasActionId(ResourcePermission resourcePermission,
ResourceAction resourceAction)
|
ResourcePermission |
ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database. |
ResourcePermission |
ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database. |
ResourcePermission |
ResourcePermissionLocalServiceWrapper.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database. |
static ResourcePermission |
ResourcePermissionLocalServiceUtil.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database. |
ResourcePermission |
ResourcePermissionLocalService.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database. |
Uses of ResourcePermission in com.liferay.portal.service.base |
---|
Methods in com.liferay.portal.service.base that return ResourcePermission | |
---|---|
ResourcePermission |
ResourcePermissionLocalServiceBaseImpl.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database. |
ResourcePermission |
ResourcePermissionLocalServiceBaseImpl.createResourcePermission(long resourcePermissionId)
Creates a new resource permission with the primary key. |
ResourcePermission |
ResourcePermissionLocalServiceBaseImpl.getResourcePermission(long resourcePermissionId)
Gets the resource permission with the primary key. |
ResourcePermission |
ResourcePermissionLocalServiceBaseImpl.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database. |
ResourcePermission |
ResourcePermissionLocalServiceBaseImpl.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database. |
Methods in com.liferay.portal.service.base that return types with arguments of type ResourcePermission | |
---|---|
List<ResourcePermission> |
ResourcePermissionLocalServiceBaseImpl.getResourcePermissions(int start,
int end)
Gets a range of all the resource permissions. |
Methods in com.liferay.portal.service.base with parameters of type ResourcePermission | |
---|---|
ResourcePermission |
ResourcePermissionLocalServiceBaseImpl.addResourcePermission(ResourcePermission resourcePermission)
Adds the resource permission to the database. |
void |
ResourcePermissionLocalServiceBaseImpl.deleteResourcePermission(ResourcePermission resourcePermission)
Deletes the resource permission from the database. |
ResourcePermission |
ResourcePermissionLocalServiceBaseImpl.updateResourcePermission(ResourcePermission resourcePermission)
Updates the resource permission in the database. |
ResourcePermission |
ResourcePermissionLocalServiceBaseImpl.updateResourcePermission(ResourcePermission resourcePermission,
boolean merge)
Updates the resource permission in the database. |
Uses of ResourcePermission in com.liferay.portal.service.http |
---|
Methods in com.liferay.portal.service.http with parameters of type ResourcePermission | |
---|---|
static JSONArray |
ResourcePermissionJSONSerializer.toJSONArray(ResourcePermission[] models)
|
static JSONArray |
ResourcePermissionJSONSerializer.toJSONArray(ResourcePermission[][] models)
|
static JSONObject |
ResourcePermissionJSONSerializer.toJSONObject(ResourcePermission model)
|
Method parameters in com.liferay.portal.service.http with type arguments of type ResourcePermission | |
---|---|
static JSONArray |
ResourcePermissionJSONSerializer.toJSONArray(List<ResourcePermission> models)
|
Uses of ResourcePermission in com.liferay.portal.service.impl |
---|
Methods in com.liferay.portal.service.impl that return types with arguments of type ResourcePermission | |
---|---|
List<ResourcePermission> |
ResourcePermissionLocalServiceImpl.getResourcePermissions(long companyId,
String name,
int scope,
String primKey)
|
List<ResourcePermission> |
ResourcePermissionLocalServiceImpl.getRoleResourcePermissions(long roleId)
|
List<ResourcePermission> |
ResourcePermissionLocalServiceImpl.getRoleResourcePermissions(long roleId,
int[] scopes,
int start,
int end)
|
Methods in com.liferay.portal.service.impl with parameters of type ResourcePermission | |
---|---|
boolean |
ResourcePermissionLocalServiceImpl.hasActionId(ResourcePermission resourcePermission,
ResourceAction resourceAction)
|
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. |
ResourcePermission |
ResourcePermissionPersistenceImpl.create(long resourcePermissionId)
Creates a new resource permission with the primary key. |
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. |
ResourcePermission |
ResourcePermissionPersistenceImpl.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. |
ResourcePermission |
ResourcePermissionPersistenceImpl.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. |
ResourcePermission |
ResourcePermissionPersistenceImpl.fetchByPrimaryKey(long resourcePermissionId)
Finds the resource permission with the primary key or returns null if it could not be found. |
ResourcePermission |
ResourcePermissionPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the resource permission with the primary key or returns null if it could not be found. |
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 = ?. |
ResourcePermission |
ResourcePermissionPersistenceImpl.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 = ?. |
ResourcePermission |
ResourcePermissionPersistenceImpl.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 = ?. |
ResourcePermission |
ResourcePermissionPersistenceImpl.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 = ?. |
ResourcePermission |
ResourcePermissionPersistenceImpl.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 = ?. |
ResourcePermission[] |
ResourcePermissionPersistenceImpl.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(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. |
ResourcePermission |
ResourcePermissionPersistenceImpl.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 = ?. |
ResourcePermission[] |
ResourcePermissionPersistenceImpl.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. |
ResourcePermission |
ResourcePermissionPersistenceImpl.findByPrimaryKey(long resourcePermissionId)
Finds the resource permission with the primary key or throws a NoSuchResourcePermissionException if it could not be found. |
ResourcePermission |
ResourcePermissionPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the resource permission with the primary key or throws a NoSuchModelException if it could not be found. |
static ResourcePermission |
ResourcePermissionUtil.findByR_S_First(long roleId,
int scope,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where roleId = ? and scope = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByR_S_First(long roleId,
int scope,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where roleId = ? and scope = ?. |
ResourcePermission |
ResourcePermissionPersistenceImpl.findByR_S_First(long roleId,
int scope,
OrderByComparator orderByComparator)
Finds the first resource permission in the ordered set where roleId = ? and scope = ?. |
static ResourcePermission |
ResourcePermissionUtil.findByR_S_Last(long roleId,
int scope,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where roleId = ? and scope = ?. |
ResourcePermission |
ResourcePermissionPersistence.findByR_S_Last(long roleId,
int scope,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where roleId = ? and scope = ?. |
ResourcePermission |
ResourcePermissionPersistenceImpl.findByR_S_Last(long roleId,
int scope,
OrderByComparator orderByComparator)
Finds the last resource permission in the ordered set where roleId = ? and scope = ?. |
static ResourcePermission[] |
ResourcePermissionUtil.findByR_S_PrevAndNext(long resourcePermissionId,
long roleId,
int scope,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where roleId = ? and scope = ?. |
ResourcePermission[] |
ResourcePermissionPersistence.findByR_S_PrevAndNext(long resourcePermissionId,
long roleId,
int scope,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where roleId = ? and scope = ?. |
ResourcePermission[] |
ResourcePermissionPersistenceImpl.findByR_S_PrevAndNext(long resourcePermissionId,
long roleId,
int scope,
OrderByComparator orderByComparator)
Finds the resource permissions before and after the current resource permission in the ordered set where roleId = ? and scope = ?. |
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 = ?. |
ResourcePermission |
ResourcePermissionPersistenceImpl.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 = ?. |
ResourcePermission |
ResourcePermissionPersistenceImpl.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 = ?. |
ResourcePermission[] |
ResourcePermissionPersistenceImpl.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 = ?. |
protected ResourcePermission |
ResourcePermissionPersistenceImpl.getByC_N_S_P_PrevAndNext(Session session,
ResourcePermission resourcePermission,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator,
boolean previous)
|
protected ResourcePermission |
ResourcePermissionPersistenceImpl.getByC_N_S_PrevAndNext(Session session,
ResourcePermission resourcePermission,
long companyId,
String name,
int scope,
OrderByComparator orderByComparator,
boolean previous)
|
protected ResourcePermission |
ResourcePermissionPersistenceImpl.getByR_S_PrevAndNext(Session session,
ResourcePermission resourcePermission,
long roleId,
int scope,
OrderByComparator orderByComparator,
boolean previous)
|
protected ResourcePermission |
ResourcePermissionPersistenceImpl.getByRoleId_PrevAndNext(Session session,
ResourcePermission resourcePermission,
long roleId,
OrderByComparator orderByComparator,
boolean previous)
|
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. |
ResourcePermission |
ResourcePermissionPersistenceImpl.remove(long resourcePermissionId)
Removes the resource permission with the primary key from the database. |
static ResourcePermission |
ResourcePermissionUtil.remove(ResourcePermission resourcePermission)
|
ResourcePermission |
ResourcePermissionPersistenceImpl.remove(Serializable primaryKey)
Removes the resource permission with the primary key from the database. |
protected ResourcePermission |
ResourcePermissionPersistenceImpl.removeImpl(ResourcePermission resourcePermission)
|
protected ResourcePermission |
ResourcePermissionPersistenceImpl.toUnwrappedModel(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)
|
ResourcePermission |
ResourcePermissionPersistenceImpl.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. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.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. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.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. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions. |
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 = ?. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.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 = ?. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.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 = ?. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.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 = ?. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.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 = ?. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.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 = ?. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.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> |
ResourcePermissionUtil.findByR_S(long roleId,
int scope)
Finds all the resource permissions where roleId = ? and scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByR_S(long roleId,
int scope)
Finds all the resource permissions where roleId = ? and scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.findByR_S(long roleId,
int scope)
Finds all the resource permissions where roleId = ? 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)
|
List<ResourcePermission> |
ResourcePermissionFinderImpl.findByR_S(long roleId,
int[] scopes,
int start,
int end)
|
static List<ResourcePermission> |
ResourcePermissionUtil.findByR_S(long roleId,
int scope,
int start,
int end)
Finds a range of all the resource permissions where roleId = ? and scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByR_S(long roleId,
int scope,
int start,
int end)
Finds a range of all the resource permissions where roleId = ? and scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.findByR_S(long roleId,
int scope,
int start,
int end)
Finds a range of all the resource permissions where roleId = ? and scope = ?. |
static List<ResourcePermission> |
ResourcePermissionUtil.findByR_S(long roleId,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where roleId = ? and scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistence.findByR_S(long roleId,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where roleId = ? and scope = ?. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.findByR_S(long roleId,
int scope,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the resource permissions where roleId = ? and scope = ?. |
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 = ?. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.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 = ?. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.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 = ?. |
List<ResourcePermission> |
ResourcePermissionPersistenceImpl.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. |
void |
ResourcePermissionPersistenceImpl.cacheResult(ResourcePermission resourcePermission)
Caches the resource permission in the entity cache if it is enabled. |
static void |
ResourcePermissionUtil.clearCache(ResourcePermission resourcePermission)
|
void |
ResourcePermissionPersistenceImpl.clearCache(ResourcePermission resourcePermission)
Clears the cache for the resource permission. |
protected ResourcePermission |
ResourcePermissionPersistenceImpl.getByC_N_S_P_PrevAndNext(Session session,
ResourcePermission resourcePermission,
long companyId,
String name,
int scope,
String primKey,
OrderByComparator orderByComparator,
boolean previous)
|
protected ResourcePermission |
ResourcePermissionPersistenceImpl.getByC_N_S_PrevAndNext(Session session,
ResourcePermission resourcePermission,
long companyId,
String name,
int scope,
OrderByComparator orderByComparator,
boolean previous)
|
protected ResourcePermission |
ResourcePermissionPersistenceImpl.getByR_S_PrevAndNext(Session session,
ResourcePermission resourcePermission,
long roleId,
int scope,
OrderByComparator orderByComparator,
boolean previous)
|
protected ResourcePermission |
ResourcePermissionPersistenceImpl.getByRoleId_PrevAndNext(Session session,
ResourcePermission resourcePermission,
long roleId,
OrderByComparator orderByComparator,
boolean previous)
|
static ResourcePermission |
ResourcePermissionUtil.remove(ResourcePermission resourcePermission)
|
protected ResourcePermission |
ResourcePermissionPersistenceImpl.removeImpl(ResourcePermission resourcePermission)
|
protected ResourcePermission |
ResourcePermissionPersistenceImpl.toUnwrappedModel(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)
|
ResourcePermission |
ResourcePermissionPersistenceImpl.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. |
void |
ResourcePermissionPersistenceImpl.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)
|
BaseModel<?> |
PortalImpl.getBaseModel(ResourcePermission resourcePermission)
|
static BaseModel<?> |
PortalUtil.getModel(ResourcePermission resourcePermission)
Deprecated. PortalUtil.getBaseModel(ResourcePermission) |
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |