Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.portal.kernel.util.comparator |
This package defines the portal comparator classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceActionWrapper
This class is a wrapper for
ResourceAction . |
Modifier and Type | Field and Description |
---|---|
static Accessor<ResourceAction,Long> |
ResourceAction.RESOURCE_ACTION_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
ResourceAction |
ResourceActionWrapper.getWrappedModel() |
ResourceAction |
ResourceActionWrapper.toEscapedModel() |
ResourceAction |
ResourceActionModel.toEscapedModel() |
ResourceAction |
ResourceActionWrapper.toUnescapedModel() |
ResourceAction |
ResourceActionModel.toUnescapedModel() |
Modifier and Type | Method and Description |
---|---|
CacheModel<ResourceAction> |
ResourceActionWrapper.toCacheModel() |
CacheModel<ResourceAction> |
ResourceActionModel.toCacheModel() |
Modifier and Type | Method and Description |
---|---|
int |
ResourceActionWrapper.compareTo(ResourceAction resourceAction) |
int |
ResourceActionModel.compareTo(ResourceAction resourceAction) |
boolean |
ResourceTypePermissionWrapper.hasAction(ResourceAction resourceAction) |
boolean |
ResourceTypePermission.hasAction(ResourceAction resourceAction) |
boolean |
ResourcePermissionWrapper.hasAction(ResourceAction resourceAction) |
boolean |
ResourcePermission.hasAction(ResourceAction resourceAction) |
static ResourceActionSoap |
ResourceActionSoap.toSoapModel(ResourceAction model) |
static ResourceActionSoap[] |
ResourceActionSoap.toSoapModels(ResourceAction[] models) |
static ResourceActionSoap[][] |
ResourceActionSoap.toSoapModels(ResourceAction[][] models) |
Modifier and Type | Method and Description |
---|---|
static ResourceActionSoap[] |
ResourceActionSoap.toSoapModels(List<ResourceAction> models) |
Constructor and Description |
---|
ResourceActionWrapper(ResourceAction resourceAction) |
Modifier and Type | Method and Description |
---|---|
static ResourceAction |
ResourceActionLocalServiceUtil.addResourceAction(ResourceAction resourceAction)
Adds the resource action to the database.
|
ResourceAction |
ResourceActionLocalService.addResourceAction(ResourceAction resourceAction)
Adds the resource action to the database.
|
ResourceAction |
ResourceActionLocalServiceWrapper.addResourceAction(ResourceAction resourceAction)
Adds the resource action to the database.
|
static ResourceAction |
ResourceActionLocalServiceUtil.addResourceAction(String name,
String actionId,
long bitwiseValue) |
ResourceAction |
ResourceActionLocalService.addResourceAction(String name,
String actionId,
long bitwiseValue) |
ResourceAction |
ResourceActionLocalServiceWrapper.addResourceAction(String name,
String actionId,
long bitwiseValue) |
static ResourceAction |
ResourceActionLocalServiceUtil.createResourceAction(long resourceActionId)
Creates a new resource action with the primary key.
|
ResourceAction |
ResourceActionLocalService.createResourceAction(long resourceActionId)
Creates a new resource action with the primary key.
|
ResourceAction |
ResourceActionLocalServiceWrapper.createResourceAction(long resourceActionId)
Creates a new resource action with the primary key.
|
static ResourceAction |
ResourceActionLocalServiceUtil.deleteResourceAction(long resourceActionId)
Deletes the resource action with the primary key from the database.
|
ResourceAction |
ResourceActionLocalService.deleteResourceAction(long resourceActionId)
Deletes the resource action with the primary key from the database.
|
ResourceAction |
ResourceActionLocalServiceWrapper.deleteResourceAction(long resourceActionId)
Deletes the resource action with the primary key from the database.
|
static ResourceAction |
ResourceActionLocalServiceUtil.deleteResourceAction(ResourceAction resourceAction)
Deletes the resource action from the database.
|
ResourceAction |
ResourceActionLocalService.deleteResourceAction(ResourceAction resourceAction)
Deletes the resource action from the database.
|
ResourceAction |
ResourceActionLocalServiceWrapper.deleteResourceAction(ResourceAction resourceAction)
Deletes the resource action from the database.
|
static ResourceAction |
ResourceActionLocalServiceUtil.fetchResourceAction(long resourceActionId) |
ResourceAction |
ResourceActionLocalService.fetchResourceAction(long resourceActionId) |
ResourceAction |
ResourceActionLocalServiceWrapper.fetchResourceAction(long resourceActionId) |
static ResourceAction |
ResourceActionLocalServiceUtil.fetchResourceAction(String name,
String actionId) |
ResourceAction |
ResourceActionLocalService.fetchResourceAction(String name,
String actionId) |
ResourceAction |
ResourceActionLocalServiceWrapper.fetchResourceAction(String name,
String actionId) |
static ResourceAction |
ResourceActionLocalServiceUtil.getResourceAction(long resourceActionId)
Returns the resource action with the primary key.
|
ResourceAction |
ResourceActionLocalService.getResourceAction(long resourceActionId)
Returns the resource action with the primary key.
|
ResourceAction |
ResourceActionLocalServiceWrapper.getResourceAction(long resourceActionId)
Returns the resource action with the primary key.
|
static ResourceAction |
ResourceActionLocalServiceUtil.getResourceAction(String name,
String actionId) |
ResourceAction |
ResourceActionLocalService.getResourceAction(String name,
String actionId) |
ResourceAction |
ResourceActionLocalServiceWrapper.getResourceAction(String name,
String actionId) |
static ResourceAction |
ResourceActionLocalServiceUtil.updateResourceAction(ResourceAction resourceAction)
Updates the resource action in the database or adds it if it does not yet exist.
|
ResourceAction |
ResourceActionLocalService.updateResourceAction(ResourceAction resourceAction)
Updates the resource action in the database or adds it if it does not yet exist.
|
ResourceAction |
ResourceActionLocalServiceWrapper.updateResourceAction(ResourceAction resourceAction)
Updates the resource action in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<ResourceAction> |
ResourceActionLocalServiceUtil.getResourceActions(int start,
int end)
Returns a range of all the resource actions.
|
List<ResourceAction> |
ResourceActionLocalService.getResourceActions(int start,
int end)
Returns a range of all the resource actions.
|
List<ResourceAction> |
ResourceActionLocalServiceWrapper.getResourceActions(int start,
int end)
Returns a range of all the resource actions.
|
static List<ResourceAction> |
ResourceActionLocalServiceUtil.getResourceActions(String name) |
List<ResourceAction> |
ResourceActionLocalService.getResourceActions(String name) |
List<ResourceAction> |
ResourceActionLocalServiceWrapper.getResourceActions(String name) |
Modifier and Type | Method and Description |
---|---|
static ResourceAction |
ResourceActionLocalServiceUtil.addResourceAction(ResourceAction resourceAction)
Adds the resource action to the database.
|
ResourceAction |
ResourceActionLocalService.addResourceAction(ResourceAction resourceAction)
Adds the resource action to the database.
|
ResourceAction |
ResourceActionLocalServiceWrapper.addResourceAction(ResourceAction resourceAction)
Adds the resource action to the database.
|
static ResourceAction |
ResourceActionLocalServiceUtil.deleteResourceAction(ResourceAction resourceAction)
Deletes the resource action from the database.
|
ResourceAction |
ResourceActionLocalService.deleteResourceAction(ResourceAction resourceAction)
Deletes the resource action from the database.
|
ResourceAction |
ResourceActionLocalServiceWrapper.deleteResourceAction(ResourceAction resourceAction)
Deletes the resource action from the database.
|
boolean |
ResourcePermissionLocalService.hasActionId(ResourcePermission resourcePermission,
ResourceAction resourceAction)
Returns
true if the resource permission grants permission to
perform the resource action. |
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. |
static ResourceAction |
ResourceActionLocalServiceUtil.updateResourceAction(ResourceAction resourceAction)
Updates the resource action in the database or adds it if it does not yet exist.
|
ResourceAction |
ResourceActionLocalService.updateResourceAction(ResourceAction resourceAction)
Updates the resource action in the database or adds it if it does not yet exist.
|
ResourceAction |
ResourceActionLocalServiceWrapper.updateResourceAction(ResourceAction resourceAction)
Updates the resource action in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static ResourceAction |
ResourceActionUtil.create(long resourceActionId)
Creates a new resource action with the primary key.
|
ResourceAction |
ResourceActionPersistence.create(long resourceActionId)
Creates a new resource action with the primary key.
|
static ResourceAction |
ResourceActionUtil.fetchByN_A(String name,
String actionId)
Returns the resource action where name = ? and actionId = ? or returns
null if it could not be found. |
ResourceAction |
ResourceActionPersistence.fetchByN_A(String name,
String actionId)
Returns the resource action where name = ? and actionId = ? or returns
null if it could not be found. |
static ResourceAction |
ResourceActionUtil.fetchByN_A(String name,
String actionId,
boolean retrieveFromCache)
Returns the resource action where name = ? and actionId = ? or returns
null if it could not be found, optionally using the finder cache. |
ResourceAction |
ResourceActionPersistence.fetchByN_A(String name,
String actionId,
boolean retrieveFromCache)
Returns the resource action where name = ? and actionId = ? or returns
null if it could not be found, optionally using the finder cache. |
static ResourceAction |
ResourceActionUtil.fetchByName_First(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the first resource action in the ordered set where name = ?.
|
ResourceAction |
ResourceActionPersistence.fetchByName_First(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the first resource action in the ordered set where name = ?.
|
static ResourceAction |
ResourceActionUtil.fetchByName_Last(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the last resource action in the ordered set where name = ?.
|
ResourceAction |
ResourceActionPersistence.fetchByName_Last(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the last resource action in the ordered set where name = ?.
|
static ResourceAction |
ResourceActionUtil.fetchByPrimaryKey(long resourceActionId)
Returns the resource action with the primary key or returns
null if it could not be found. |
ResourceAction |
ResourceActionPersistence.fetchByPrimaryKey(long resourceActionId)
Returns the resource action with the primary key or returns
null if it could not be found. |
static ResourceAction |
ResourceActionUtil.findByN_A(String name,
String actionId)
Returns the resource action where name = ? and actionId = ? or throws a
NoSuchResourceActionException if it could not be found. |
ResourceAction |
ResourceActionPersistence.findByN_A(String name,
String actionId)
Returns the resource action where name = ? and actionId = ? or throws a
NoSuchResourceActionException if it could not be found. |
static ResourceAction |
ResourceActionUtil.findByName_First(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the first resource action in the ordered set where name = ?.
|
ResourceAction |
ResourceActionPersistence.findByName_First(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the first resource action in the ordered set where name = ?.
|
static ResourceAction |
ResourceActionUtil.findByName_Last(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the last resource action in the ordered set where name = ?.
|
ResourceAction |
ResourceActionPersistence.findByName_Last(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the last resource action in the ordered set where name = ?.
|
static ResourceAction[] |
ResourceActionUtil.findByName_PrevAndNext(long resourceActionId,
String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the resource actions before and after the current resource action in the ordered set where name = ?.
|
ResourceAction[] |
ResourceActionPersistence.findByName_PrevAndNext(long resourceActionId,
String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the resource actions before and after the current resource action in the ordered set where name = ?.
|
static ResourceAction |
ResourceActionUtil.findByPrimaryKey(long resourceActionId)
Returns the resource action with the primary key or throws a
NoSuchResourceActionException if it could not be found. |
ResourceAction |
ResourceActionPersistence.findByPrimaryKey(long resourceActionId)
Returns the resource action with the primary key or throws a
NoSuchResourceActionException if it could not be found. |
static ResourceAction |
ResourceActionUtil.remove(long resourceActionId)
Removes the resource action with the primary key from the database.
|
ResourceAction |
ResourceActionPersistence.remove(long resourceActionId)
Removes the resource action with the primary key from the database.
|
static ResourceAction |
ResourceActionUtil.removeByN_A(String name,
String actionId)
Removes the resource action where name = ? and actionId = ? from the database.
|
ResourceAction |
ResourceActionPersistence.removeByN_A(String name,
String actionId)
Removes the resource action where name = ? and actionId = ? from the database.
|
static ResourceAction |
ResourceActionUtil.update(ResourceAction resourceAction) |
static ResourceAction |
ResourceActionUtil.update(ResourceAction resourceAction,
ServiceContext serviceContext) |
static ResourceAction |
ResourceActionUtil.updateImpl(ResourceAction resourceAction) |
ResourceAction |
ResourceActionPersistence.updateImpl(ResourceAction resourceAction) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,ResourceAction> |
ResourceActionUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
Map<Serializable,ResourceAction> |
ResourceActionPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
static List<ResourceAction> |
ResourceActionUtil.findAll()
Returns all the resource actions.
|
List<ResourceAction> |
ResourceActionPersistence.findAll()
Returns all the resource actions.
|
static List<ResourceAction> |
ResourceActionUtil.findAll(int start,
int end)
Returns a range of all the resource actions.
|
List<ResourceAction> |
ResourceActionPersistence.findAll(int start,
int end)
Returns a range of all the resource actions.
|
static List<ResourceAction> |
ResourceActionUtil.findAll(int start,
int end,
OrderByComparator<ResourceAction> orderByComparator)
Returns an ordered range of all the resource actions.
|
List<ResourceAction> |
ResourceActionPersistence.findAll(int start,
int end,
OrderByComparator<ResourceAction> orderByComparator)
Returns an ordered range of all the resource actions.
|
static List<ResourceAction> |
ResourceActionUtil.findAll(int start,
int end,
OrderByComparator<ResourceAction> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource actions.
|
List<ResourceAction> |
ResourceActionPersistence.findAll(int start,
int end,
OrderByComparator<ResourceAction> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource actions.
|
static List<ResourceAction> |
ResourceActionUtil.findByName(String name)
Returns all the resource actions where name = ?.
|
List<ResourceAction> |
ResourceActionPersistence.findByName(String name)
Returns all the resource actions where name = ?.
|
static List<ResourceAction> |
ResourceActionUtil.findByName(String name,
int start,
int end)
Returns a range of all the resource actions where name = ?.
|
List<ResourceAction> |
ResourceActionPersistence.findByName(String name,
int start,
int end)
Returns a range of all the resource actions where name = ?.
|
static List<ResourceAction> |
ResourceActionUtil.findByName(String name,
int start,
int end,
OrderByComparator<ResourceAction> orderByComparator)
Returns an ordered range of all the resource actions where name = ?.
|
List<ResourceAction> |
ResourceActionPersistence.findByName(String name,
int start,
int end,
OrderByComparator<ResourceAction> orderByComparator)
Returns an ordered range of all the resource actions where name = ?.
|
static List<ResourceAction> |
ResourceActionUtil.findByName(String name,
int start,
int end,
OrderByComparator<ResourceAction> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource actions where name = ?.
|
List<ResourceAction> |
ResourceActionPersistence.findByName(String name,
int start,
int end,
OrderByComparator<ResourceAction> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource actions where name = ?.
|
static List<ResourceAction> |
ResourceActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<ResourceAction> |
ResourceActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<ResourceAction> |
ResourceActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ResourceAction> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
static void |
ResourceActionUtil.cacheResult(ResourceAction resourceAction)
Caches the resource action in the entity cache if it is enabled.
|
void |
ResourceActionPersistence.cacheResult(ResourceAction resourceAction)
Caches the resource action in the entity cache if it is enabled.
|
static void |
ResourceActionUtil.clearCache(ResourceAction resourceAction) |
static ResourceAction |
ResourceActionUtil.update(ResourceAction resourceAction) |
static ResourceAction |
ResourceActionUtil.update(ResourceAction resourceAction,
ServiceContext serviceContext) |
static ResourceAction |
ResourceActionUtil.updateImpl(ResourceAction resourceAction) |
ResourceAction |
ResourceActionPersistence.updateImpl(ResourceAction resourceAction) |
Modifier and Type | Method and Description |
---|---|
static void |
ResourceActionUtil.cacheResult(List<ResourceAction> resourceActions)
Caches the resource actions in the entity cache if it is enabled.
|
void |
ResourceActionPersistence.cacheResult(List<ResourceAction> resourceActions)
Caches the resource actions in the entity cache if it is enabled.
|
static ResourceAction |
ResourceActionUtil.fetchByName_First(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the first resource action in the ordered set where name = ?.
|
ResourceAction |
ResourceActionPersistence.fetchByName_First(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the first resource action in the ordered set where name = ?.
|
static ResourceAction |
ResourceActionUtil.fetchByName_Last(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the last resource action in the ordered set where name = ?.
|
ResourceAction |
ResourceActionPersistence.fetchByName_Last(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the last resource action in the ordered set where name = ?.
|
static List<ResourceAction> |
ResourceActionUtil.findAll(int start,
int end,
OrderByComparator<ResourceAction> orderByComparator)
Returns an ordered range of all the resource actions.
|
List<ResourceAction> |
ResourceActionPersistence.findAll(int start,
int end,
OrderByComparator<ResourceAction> orderByComparator)
Returns an ordered range of all the resource actions.
|
static List<ResourceAction> |
ResourceActionUtil.findAll(int start,
int end,
OrderByComparator<ResourceAction> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource actions.
|
List<ResourceAction> |
ResourceActionPersistence.findAll(int start,
int end,
OrderByComparator<ResourceAction> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource actions.
|
static ResourceAction |
ResourceActionUtil.findByName_First(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the first resource action in the ordered set where name = ?.
|
ResourceAction |
ResourceActionPersistence.findByName_First(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the first resource action in the ordered set where name = ?.
|
static ResourceAction |
ResourceActionUtil.findByName_Last(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the last resource action in the ordered set where name = ?.
|
ResourceAction |
ResourceActionPersistence.findByName_Last(String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the last resource action in the ordered set where name = ?.
|
static ResourceAction[] |
ResourceActionUtil.findByName_PrevAndNext(long resourceActionId,
String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the resource actions before and after the current resource action in the ordered set where name = ?.
|
ResourceAction[] |
ResourceActionPersistence.findByName_PrevAndNext(long resourceActionId,
String name,
OrderByComparator<ResourceAction> orderByComparator)
Returns the resource actions before and after the current resource action in the ordered set where name = ?.
|
static List<ResourceAction> |
ResourceActionUtil.findByName(String name,
int start,
int end,
OrderByComparator<ResourceAction> orderByComparator)
Returns an ordered range of all the resource actions where name = ?.
|
List<ResourceAction> |
ResourceActionPersistence.findByName(String name,
int start,
int end,
OrderByComparator<ResourceAction> orderByComparator)
Returns an ordered range of all the resource actions where name = ?.
|
static List<ResourceAction> |
ResourceActionUtil.findByName(String name,
int start,
int end,
OrderByComparator<ResourceAction> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource actions where name = ?.
|
List<ResourceAction> |
ResourceActionPersistence.findByName(String name,
int start,
int end,
OrderByComparator<ResourceAction> orderByComparator,
boolean retrieveFromCache)
Returns an ordered range of all the resource actions where name = ?.
|
static List<ResourceAction> |
ResourceActionUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ResourceAction> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
int |
ResourceActionBitwiseValueComparator.compare(ResourceAction resourceAction1,
ResourceAction resourceAction2) |