com.liferay.portal.model.impl
Class ResourceBlockPermissionImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<ResourceBlockPermission>
com.liferay.portal.model.impl.ResourceBlockPermissionModelImpl
com.liferay.portal.model.impl.ResourceBlockPermissionBaseImpl
com.liferay.portal.model.impl.ResourceBlockPermissionImpl
- All Implemented Interfaces:
- BaseModel<ResourceBlockPermission>, ClassedModel, MVCCModel, PermissionedModel, PersistedModel, ResourceBlockPermission, ResourceBlockPermissionModel, ShardedModel, Serializable, Cloneable, Comparable<ResourceBlockPermission>
public class ResourceBlockPermissionImpl
- extends ResourceBlockPermissionBaseImpl
Stores the actions a role is permitted to perform on the resources in a
resource block.
The actionIds attribute stores the bitwise IDs of all the
actions allowed by this permission.
- See Also:
- Serialized Form
| Fields inherited from class com.liferay.portal.model.impl.ResourceBlockPermissionModelImpl |
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, RESOURCEBLOCKID_COLUMN_BITMASK, RESOURCEBLOCKPERMISSIONID_COLUMN_BITMASK, ROLEID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER |
| Methods inherited from class com.liferay.portal.model.impl.ResourceBlockPermissionModelImpl |
clone, compareTo, equals, getActionIds, getColumnBitmask, getCompanyId, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalResourceBlockId, getOriginalRoleId, getPrimaryKey, getPrimaryKeyObj, getResourceBlockId, getResourceBlockPermissionId, getRoleId, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setActionIds, setCompanyId, setExpandoBridgeAttributes, setModelAttributes, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setResourceBlockId, setResourceBlockPermissionId, setRoleId, toCacheModel, toEscapedModel, toString, toXmlString |
| 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 |
ResourceBlockPermissionImpl
public ResourceBlockPermissionImpl()