Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface ResourcePermission

All Superinterfaces:
BaseModel<ResourcePermission>, ClassedModel, Cloneable, Comparable<ResourcePermission>, PersistedModel, ResourcePermissionModel, Serializable
All Known Implementing Classes:
ResourcePermissionWrapper

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
 boolean hasActionId(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, 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

hasActionId

boolean hasActionId(String actionId)

Liferay 6.1.2-ce-ga3