Liferay 7.0-ga1 portal-impl

com.liferay.portal.model.impl
Class ResourceBlockPermissionImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.ResourceBlockPermission>
      extended by com.liferay.portal.model.impl.ResourceBlockPermissionModelImpl
          extended by com.liferay.portal.model.impl.ResourceBlockPermissionBaseImpl
              extended by com.liferay.portal.model.impl.ResourceBlockPermissionImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceBlockPermission>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PermissionedModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ResourceBlockPermission, com.liferay.portal.kernel.model.ResourceBlockPermissionModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.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

Field Summary
 
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
 
Fields inherited from interface com.liferay.portal.kernel.model.ResourceBlockPermission
RESOURCE_BLOCK_PERMISSION_ID_ACCESSOR
 
Constructor Summary
ResourceBlockPermissionImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.ResourceBlockPermissionBaseImpl
persist
 
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 class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.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.kernel.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.kernel.model.PermissionedModel
getResourceBlockId, setResourceBlockId
 

Constructor Detail

ResourceBlockPermissionImpl

public ResourceBlockPermissionImpl()

Liferay 7.0-ga1 portal-impl