Liferay 7.0-ce-b4

com.liferay.portal.model
Interface ResourceBlockPermission

All Superinterfaces:
BaseModel<ResourceBlockPermission>, ClassedModel, Cloneable, Comparable<ResourceBlockPermission>, MVCCModel, PermissionedModel, PersistedModel, ResourceBlockPermissionModel, Serializable, ShardedModel
All Known Implementing Classes:
ResourceBlockPermissionBaseImpl, ResourceBlockPermissionImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<ResourceBlockPermission,Long> RESOURCE_BLOCK_PERMISSION_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.ResourceBlockPermissionModel
clone, compareTo, getActionIds, getCompanyId, getExpandoBridge, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getResourceBlockId, getResourceBlockPermissionId, getRoleId, hashCode, isCachedModel, isEscapedModel, isNew, setActionIds, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setResourceBlockId, setResourceBlockPermissionId, setRoleId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, 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
 

Field Detail

RESOURCE_BLOCK_PERMISSION_ID_ACCESSOR

static final Accessor<ResourceBlockPermission,Long> RESOURCE_BLOCK_PERMISSION_ID_ACCESSOR

Liferay 7.0-ce-b4