@ProviderType public interface ResourcePermission extends PersistedModel, ResourcePermissionModel
ResourcePermissionModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<ResourcePermission,Long> |
RESOURCE_PERMISSION_ID_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
void |
addResourceAction(String actionId) |
boolean |
hasAction(ResourceAction resourceAction) |
boolean |
hasActionId(String actionId) |
void |
removeResourceAction(String actionId) |
persistcloneWithOriginalValues, 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, setViewActionIdclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamestatic final Accessor<ResourcePermission,Long> RESOURCE_PERMISSION_ID_ACCESSOR
void addResourceAction(String actionId)
throws PortalException
PortalExceptionboolean hasAction(ResourceAction resourceAction)
boolean hasActionId(String actionId)
void removeResourceAction(String actionId)
throws PortalException
PortalException