Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.model.impl
Class ResourceBlockBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.ResourceBlock>
      extended by com.liferay.portal.model.impl.ResourceBlockModelImpl
          extended by com.liferay.portal.model.impl.ResourceBlockBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.ResourceBlock>, 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.ResourceBlock, com.liferay.portal.kernel.model.ResourceBlockModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.ResourceBlock>
Direct Known Subclasses:
ResourceBlockImpl

@ProviderType
public abstract class ResourceBlockBaseImpl
extends ResourceBlockModelImpl
implements com.liferay.portal.kernel.model.ResourceBlock

The extended model base implementation for the ResourceBlock service. Represents a row in the "ResourceBlock" 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 ResourceBlockImpl.

See Also:
ResourceBlockImpl, ResourceBlock, Serialized Form
{$generated.description}

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ResourceBlockModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, PERMISSIONSHASH_COLUMN_BITMASK, RESOURCEBLOCKID_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.ResourceBlock
RESOURCE_BLOCK_ID_ACCESSOR
 
Constructor Summary
ResourceBlockBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portal.model.impl.ResourceBlockModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getName, getOriginalCompanyId, getOriginalGroupId, getOriginalName, getOriginalPermissionsHash, getPermissionsHash, getPrimaryKey, getPrimaryKeyObj, getReferenceCount, getResourceBlockId, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setCompanyId, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setMvccVersion, setName, setPermissionsHash, setPrimaryKey, setPrimaryKeyObj, setReferenceCount, setResourceBlockId, 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.ResourceBlockModel
clone, compareTo, getCompanyId, getExpandoBridge, getGroupId, getMvccVersion, getName, getPermissionsHash, getPrimaryKey, getPrimaryKeyObj, getReferenceCount, getResourceBlockId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setMvccVersion, setName, setNew, setPermissionsHash, setPrimaryKey, setPrimaryKeyObj, setReferenceCount, setResourceBlockId, 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

ResourceBlockBaseImpl

public ResourceBlockBaseImpl()
Method Detail

persist

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

Liferay 7.0-ce-b7 portal-impl