Package com.liferay.portal.kernel.model
Interface ResourcePermission
- All Superinterfaces:
BaseModel<ResourcePermission>,ClassedModel,Cloneable,Comparable<ResourcePermission>,CTModel<ResourcePermission>,MVCCModel,PersistedModel,ResourcePermissionModel,Serializable,ShardedModel
- All Known Implementing Classes:
ResourcePermissionWrapper
The extended model interface for the ResourcePermission service. Represents a row in the "ResourcePermission" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddResourceAction(String actionId) booleanhasAction(ResourceAction resourceAction) booleanhasActionId(String actionId) voidremoveResourceAction(String actionId) Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.ResourcePermissionModel
cloneWithOriginalValues, getActionIds, getCompanyId, getCtCollectionId, getMvccVersion, getName, getOwnerId, getPrimaryKey, getPrimKey, getPrimKeyId, getResourcePermissionId, getRoleId, getScope, getViewActionId, isViewActionId, setActionIds, setCompanyId, setCtCollectionId, setMvccVersion, setName, setOwnerId, setPrimaryKey, setPrimKey, setPrimKeyId, setResourcePermissionId, setRoleId, setScope, setViewActionId, toXmlString
-
Field Details
-
RESOURCE_PERMISSION_ID_ACCESSOR
-
-
Method Details
-
addResourceAction
- Throws:
PortalException
-
hasAction
-
hasActionId
-
removeResourceAction
- Throws:
PortalException
-