Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.model.impl
Class ImageBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Image>
      extended by com.liferay.portal.model.impl.ImageModelImpl
          extended by com.liferay.portal.model.impl.ImageBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Image>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.Image, com.liferay.portal.kernel.model.ImageModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.Image>
Direct Known Subclasses:
ImageImpl

@ProviderType
public abstract class ImageBaseImpl
extends ImageModelImpl
implements com.liferay.portal.kernel.model.Image

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

See Also:
ImageImpl, Image, Serialized Form
{$generated.description}

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.ImageModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, IMAGEID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, SIZE_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Fields inherited from interface com.liferay.portal.kernel.model.Image
IMAGE_ID_ACCESSOR
 
Constructor Summary
ImageBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portal.model.impl.ImageModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getExpandoBridge, getHeight, getImageId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getOriginalSize, getPrimaryKey, getPrimaryKeyObj, getSize, getType, getWidth, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setCompanyId, setExpandoBridgeAttributes, setHeight, setImageId, setModelAttributes, setModifiedDate, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, setSize, setType, setWidth, 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.Image
getTextObj, setTextObj
 
Methods inherited from interface com.liferay.portal.kernel.model.ImageModel
clone, compareTo, getCompanyId, getExpandoBridge, getHeight, getImageId, getModifiedDate, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getSize, getType, getWidth, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setHeight, setImageId, setModifiedDate, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setSize, setType, setWidth, 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

ImageBaseImpl

public ImageBaseImpl()
Method Detail

persist

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

Liferay 7.0-ce-b8 portal-impl