Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface ResourcePermission

All Superinterfaces:
BaseModel<ResourcePermission>, ClassedModel, Cloneable, Comparable<ResourcePermission>, PersistedModel, ResourcePermissionModel, Serializable
All Known Implementing Classes:
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

Method Summary
 void addResourceAction(String actionId)
           
 boolean hasActionId(String actionId)
           
 void removeResourceAction(String actionId)
           
 
Methods inherited from interface com.liferay.portal.model.ResourcePermissionModel
clone, compareTo, getActionIds, getCompanyId, getExpandoBridge, getName, getOwnerId, getPrimaryKey, getPrimaryKeyObj, getPrimKey, getResourcePermissionId, getRoleId, getScope, hashCode, isCachedModel, isEscapedModel, isNew, setActionIds, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setName, setNew, setOwnerId, setPrimaryKey, setPrimaryKeyObj, setPrimKey, setResourcePermissionId, setRoleId, setScope, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

addResourceAction

void addResourceAction(String actionId)
                       throws PortalException
Throws:
PortalException

hasActionId

boolean hasActionId(String actionId)

removeResourceAction

void removeResourceAction(String actionId)
                          throws PortalException
Throws:
PortalException

Liferay 6.2-ce-ga5