Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.model.impl
Class ResourcePermissionBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.ResourcePermission>
      extended by com.liferay.portal.model.impl.ResourcePermissionModelImpl
          extended by com.liferay.portal.model.impl.ResourcePermissionBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourcePermission>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ResourcePermission, com.liferay.portal.kernel.model.ResourcePermissionModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.ResourcePermission>
Direct Known Subclasses:
ResourcePermissionImpl

@ProviderType
public abstract class ResourcePermissionBaseImpl
extends ResourcePermissionModelImpl
implements com.liferay.portal.kernel.model.ResourcePermission

The extended model base implementation for the ResourcePermission service. Represents a row in the "ResourcePermission" database table, with each column mapped to a property of this class.

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in ResourcePermissionImpl.

See Also:
ResourcePermissionImpl, ResourcePermission, Serialized Form
{$generated.description}

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ResourcePermissionModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PRIMKEY_COLUMN_BITMASK, PRIMKEYID_COLUMN_BITMASK, RESOURCEPERMISSIONID_COLUMN_BITMASK, ROLEID_COLUMN_BITMASK, SCOPE_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, VIEWACTIONID_COLUMN_BITMASK
 
Fields inherited from interface com.liferay.portal.kernel.model.ResourcePermission
RESOURCE_PERMISSION_ID_ACCESSOR
 
Constructor Summary
ResourcePermissionBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portal.model.impl.ResourcePermissionModelImpl
clone, compareTo, equals, getActionIds, getColumnBitmask, getCompanyId, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getName, getOriginalCompanyId, getOriginalName, getOriginalPrimKey, getOriginalPrimKeyId, getOriginalRoleId, getOriginalScope, getOriginalViewActionId, getOwnerId, getPrimaryKey, getPrimaryKeyObj, getPrimKey, getPrimKeyId, getResourcePermissionId, getRoleId, getScope, getViewActionId, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, isViewActionId, resetOriginalValues, setActionIds, setCompanyId, setExpandoBridgeAttributes, setModelAttributes, setMvccVersion, setName, setOwnerId, setPrimaryKey, setPrimaryKeyObj, setPrimKey, setPrimKeyId, setResourcePermissionId, setRoleId, setScope, setViewActionId, toCacheModel, toEscapedModel, toModel, toModels, 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.ResourcePermission
addResourceAction, hasAction, hasActionId, removeResourceAction
 
Methods inherited from interface com.liferay.portal.kernel.model.ResourcePermissionModel
clone, compareTo, getActionIds, getCompanyId, getExpandoBridge, getMvccVersion, getName, getOwnerId, getPrimaryKey, getPrimaryKeyObj, getPrimKey, getPrimKeyId, getResourcePermissionId, getRoleId, getScope, getViewActionId, hashCode, isCachedModel, isEscapedModel, isNew, isViewActionId, setActionIds, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setMvccVersion, setName, setNew, setOwnerId, setPrimaryKey, setPrimaryKeyObj, setPrimKey, setPrimKeyId, setResourcePermissionId, setRoleId, setScope, setViewActionId, 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
 

Constructor Detail

ResourcePermissionBaseImpl

public ResourcePermissionBaseImpl()
Method Detail

persist

public void persist()
Specified by:
persist in interface com.liferay.portal.kernel.model.PersistedModel

Liferay 7.0-ce-b7 portal-impl