com.liferay.portal.model
Interface ResourcePermission
- All Superinterfaces:
- BaseModel<ResourcePermission>, ClassedModel, Cloneable, Comparable<ResourcePermission>, MVCCModel, PersistedModel, ResourcePermissionModel, Serializable, ShardedModel
- All Known Implementing Classes:
- ResourcePermissionBaseImpl, ResourcePermissionImpl, ResourcePermissionWrapper
@ProviderType
public interface ResourcePermission
- extends ResourcePermissionModel, PersistedModel
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.
- See Also:
ResourcePermissionModel,
ResourcePermissionImpl,
ResourcePermissionModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
| Methods inherited from interface com.liferay.portal.model.ResourcePermissionModel |
clone, compareTo, getActionIds, getCompanyId, getExpandoBridge, getMvccVersion, getName, getOwnerId, getPrimaryKey, getPrimaryKeyObj, getPrimKey, getPrimKeyId, getResourcePermissionId, getRoleId, getScope, getViewActionId, hashCode, isCachedModel, isEscapedModel, isNew, isViewActionId, setActionIds, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setMvccVersion, setName, setNew, setOwnerId, setPrimaryKey, setPrimaryKeyObj, setPrimKey, setPrimKeyId, setResourcePermissionId, setRoleId, setScope, setViewActionId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
RESOURCE_PERMISSION_ID_ACCESSOR
static final Accessor<ResourcePermission,Long> RESOURCE_PERMISSION_ID_ACCESSOR
addResourceAction
void addResourceAction(String actionId)
throws PortalException
- Throws:
PortalException
hasAction
boolean hasAction(ResourceAction resourceAction)
hasActionId
boolean hasActionId(String actionId)
removeResourceAction
void removeResourceAction(String actionId)
throws PortalException
- Throws:
PortalException