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

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>
      extended by com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl
          extended by com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionBaseImpl
All Implemented Interfaces:
com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portal.model.PersistedModel, com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion, com.liferay.portlet.softwarecatalog.model.SCFrameworkVersionModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion>
Direct Known Subclasses:
SCFrameworkVersionImpl

public abstract class SCFrameworkVersionBaseImpl
extends SCFrameworkVersionModelImpl
implements com.liferay.portlet.softwarecatalog.model.SCFrameworkVersion

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

Author:
Brian Wing Shun Chan
See Also:
SCFrameworkVersionImpl, SCFrameworkVersion, Serialized Form
Generated:

Field Summary
 
Fields inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl
ACTIVE_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_SCFRAMEWORKVERSI_SCPRODUCTVERS, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_COLUMNS, MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_NAME, MAPPING_TABLE_SCFRAMEWORKVERSI_SCPRODUCTVERS_SQL_CREATE, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
SCFrameworkVersionBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl
clone, compareTo, equals, getActive, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getFrameworkVersionId, getGroupId, getModelClass, getModelClassName, getModifiedDate, getName, getOriginalActive, getOriginalCompanyId, getOriginalGroupId, getPrimaryKey, getPrimaryKeyObj, getPriority, getUrl, getUserId, getUserName, getUserUuid, hashCode, isActive, resetOriginalValues, setActive, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFrameworkVersionId, setGroupId, setModifiedDate, setName, setPrimaryKey, setPrimaryKeyObj, setPriority, setUrl, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toModel, toModels, 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.SCFrameworkVersionModel
clone, compareTo, getActive, getCompanyId, getCreateDate, getExpandoBridge, getFrameworkVersionId, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getPriority, getUrl, getUserId, getUserName, getUserUuid, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFrameworkVersionId, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setPriority, setUrl, setUserId, setUserName, setUserUuid, 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

SCFrameworkVersionBaseImpl

public SCFrameworkVersionBaseImpl()
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