com.liferay.portlet.softwarecatalog.model.impl
Class SCProductScreenshotBaseImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
      extended by com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl
          extended by com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotBaseImpl
All Implemented Interfaces:
com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.PersistedModel, com.liferay.portlet.softwarecatalog.model.SCProductScreenshot, com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.softwarecatalog.model.SCProductScreenshot>
Direct Known Subclasses:
SCProductScreenshotImpl

public abstract class SCProductScreenshotBaseImpl
extends SCProductScreenshotModelImpl
implements com.liferay.portlet.softwarecatalog.model.SCProductScreenshot

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

Author:
Brian Wing Shun Chan
See Also:
SCProductScreenshotImpl, SCProductScreenshot, Serialized Form
Generated:

Field Summary
 
Fields inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FULLIMAGEID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, PRIORITY_COLUMN_BITMASK, PRODUCTENTRYID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, THUMBNAILID_COLUMN_BITMASK, TX_MANAGER
 
Constructor Summary
SCProductScreenshotBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl
clone, compareTo, equals, getColumnBitmask, getCompanyId, getExpandoBridge, getFullImageId, getGroupId, getModelClass, getModelClassName, getOriginalFullImageId, getOriginalPriority, getOriginalProductEntryId, getOriginalThumbnailId, getPrimaryKey, getPrimaryKeyObj, getPriority, getProductEntryId, getProductScreenshotId, getThumbnailId, hashCode, resetOriginalValues, setCompanyId, setExpandoBridgeAttributes, setFullImageId, setGroupId, setPrimaryKey, setPrimaryKeyObj, setPriority, setProductEntryId, setProductScreenshotId, setThumbnailId, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModel
clone, compareTo, getCompanyId, getExpandoBridge, getFullImageId, getGroupId, getPrimaryKey, getPrimaryKeyObj, getPriority, getProductEntryId, getProductScreenshotId, getThumbnailId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setFullImageId, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setPriority, setProductEntryId, setProductScreenshotId, setThumbnailId, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

SCProductScreenshotBaseImpl

public SCProductScreenshotBaseImpl()
Method Detail

persist

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