@Deprecated @ProviderType public interface ResourceTypePermissionModel extends BaseModel<ResourceTypePermission>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.ResourceTypePermissionModelImpl
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.ResourceTypePermissionImpl
.
ResourceTypePermission
Modifier and Type | Method and Description |
---|---|
long |
getActionIds()
Deprecated.
Returns the action IDs of this resource type permission.
|
long |
getCompanyId()
Deprecated.
Returns the company ID of this resource type permission.
|
long |
getGroupId()
Deprecated.
Returns the group ID of this resource type permission.
|
long |
getMvccVersion()
Deprecated.
Returns the mvcc version of this resource type permission.
|
String |
getName()
Deprecated.
Returns the name of this resource type permission.
|
long |
getPrimaryKey()
Deprecated.
Returns the primary key of this resource type permission.
|
long |
getResourceTypePermissionId()
Deprecated.
Returns the resource type permission ID of this resource type permission.
|
long |
getRoleId()
Deprecated.
Returns the role ID of this resource type permission.
|
void |
setActionIds(long actionIds)
Deprecated.
Sets the action IDs of this resource type permission.
|
void |
setCompanyId(long companyId)
Deprecated.
Sets the company ID of this resource type permission.
|
void |
setGroupId(long groupId)
Deprecated.
Sets the group ID of this resource type permission.
|
void |
setMvccVersion(long mvccVersion)
Deprecated.
Sets the mvcc version of this resource type permission.
|
void |
setName(String name)
Deprecated.
Sets the name of this resource type permission.
|
void |
setPrimaryKey(long primaryKey)
Deprecated.
Sets the primary key of this resource type permission.
|
void |
setResourceTypePermissionId(long resourceTypePermissionId)
Deprecated.
Sets the resource type permission ID of this resource type permission.
|
void |
setRoleId(long roleId)
Deprecated.
Sets the role ID of this resource type permission.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this resource type permissionlong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this resource type permissionlong getResourceTypePermissionId()
void setResourceTypePermissionId(long resourceTypePermissionId)
resourceTypePermissionId
- the resource type permission ID of this resource type permissionlong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this resource type permissionlong getGroupId()
void setGroupId(long groupId)
groupId
- the group ID of this resource type permission@AutoEscape String getName()
void setName(String name)
name
- the name of this resource type permissionlong getRoleId()
void setRoleId(long roleId)
roleId
- the role ID of this resource type permissionlong getActionIds()
void setActionIds(long actionIds)
actionIds
- the action IDs of this resource type permission