Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface ResourceBlockPermission

All Superinterfaces:
BaseModel<ResourceBlockPermission>, ClassedModel, Cloneable, Comparable<ResourceBlockPermission>, PermissionedModel, PersistedModel, ResourceBlockPermissionModel, Serializable
All Known Implementing Classes:
ResourceBlockPermissionWrapper

@ProviderType
public interface ResourceBlockPermission
extends ResourceBlockPermissionModel, PermissionedModel

The extended model interface for the ResourceBlockPermission service. Represents a row in the "ResourceBlockPermission" database table, with each column mapped to a property of this class.

See Also:
ResourceBlockPermissionModel, ResourceBlockPermissionImpl, ResourceBlockPermissionModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.ResourceBlockPermissionModel
clone, compareTo, getActionIds, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getResourceBlockId, getResourceBlockPermissionId, getRoleId, hashCode, isCachedModel, isEscapedModel, isNew, setActionIds, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setResourceBlockId, setResourceBlockPermissionId, setRoleId, 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.PermissionedModel
getResourceBlockId, setResourceBlockId
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5