@Deprecated @ProviderType public interface ResourceBlockPermissionModel extends BaseModel<ResourceBlockPermission>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.ResourceBlockPermissionModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.ResourceBlockPermissionImpl.
ResourceBlockPermission| Modifier and Type | Method and Description |
|---|---|
long |
getActionIds()
Deprecated.
Returns the action IDs of this resource block permission.
|
long |
getCompanyId()
Deprecated.
Returns the company ID of this resource block permission.
|
long |
getMvccVersion()
Deprecated.
Returns the mvcc version of this resource block permission.
|
long |
getPrimaryKey()
Deprecated.
Returns the primary key of this resource block permission.
|
long |
getResourceBlockId()
Deprecated.
Returns the resource block ID of this resource block permission.
|
long |
getResourceBlockPermissionId()
Deprecated.
Returns the resource block permission ID of this resource block permission.
|
long |
getRoleId()
Deprecated.
Returns the role ID of this resource block permission.
|
void |
setActionIds(long actionIds)
Deprecated.
Sets the action IDs of this resource block permission.
|
void |
setCompanyId(long companyId)
Deprecated.
Sets the company ID of this resource block permission.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
Sets the mvcc version of this resource block permission.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
Sets the primary key of this resource block permission.
|
void |
setResourceBlockId(long resourceBlockId)
Deprecated.
Sets the resource block ID of this resource block permission.
|
void |
setResourceBlockPermissionId(long resourceBlockPermissionId)
Deprecated.
Sets the resource block permission ID of this resource block permission.
|
void |
setRoleId(long roleId)
Deprecated.
Sets the role ID of this resource block permission.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this resource block permissionlong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this resource block permissionlong getResourceBlockPermissionId()
void setResourceBlockPermissionId(long resourceBlockPermissionId)
resourceBlockPermissionId - the resource block permission ID of this resource block permissionlong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this resource block permissionlong getResourceBlockId()
void setResourceBlockId(long resourceBlockId)
resourceBlockId - the resource block ID of this resource block permissionlong getRoleId()
void setRoleId(long roleId)
roleId - the role ID of this resource block permissionlong getActionIds()
void setActionIds(long actionIds)
actionIds - the action IDs of this resource block permission