@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) |
persist
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
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
static final Accessor<ResourcePermission,Long> RESOURCE_PERMISSION_ID_ACCESSOR
void addResourceAction(String actionId) throws PortalException
PortalException
boolean hasAction(ResourceAction resourceAction)
boolean hasActionId(String actionId)
void removeResourceAction(String actionId) throws PortalException
PortalException