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, PermissionedModel, PersistedModel, ResourceBlockPermission, ResourceBlockPermissionModel, 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, RESOURCEBLOCKID_COLUMN_BITMASK, ROLEID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, 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, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalResourceBlockId, getOriginalRoleId, getPrimaryKey, getPrimaryKeyObj, getResourceBlockId, getResourceBlockPermissionId, getRoleId, hashCode, resetOriginalValues, setActionIds, setExpandoBridgeAttributes, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setResourceBlockId, setResourceBlockPermissionId, setRoleId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
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, setNew, setPrimaryKey, setPrimaryKeyObj, setResourceBlockId, setResourceBlockPermissionId, setRoleId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
ResourceBlockPermissionImpl
public ResourceBlockPermissionImpl()