Package com.liferay.portal.model.impl
Class CompanyInfoBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.CompanyInfo>
com.liferay.portal.model.impl.CompanyInfoModelImpl
com.liferay.portal.model.impl.CompanyInfoBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.CompanyInfo>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.CompanyInfo,com.liferay.portal.kernel.model.CompanyInfoModel,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.CompanyInfo>
- Direct Known Subclasses:
CompanyInfoImpl
public abstract class CompanyInfoBaseImpl
extends CompanyInfoModelImpl
implements com.liferay.portal.kernel.model.CompanyInfo
The extended model base implementation for the CompanyInfo service. Represents a row in the "CompanyInfo" 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 CompanyInfoImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
-
CompanyInfoImplCompanyInfo- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.model.impl.CompanyInfoModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, COMPANYINFOID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGERFields inherited from interface com.liferay.portal.kernel.model.CompanyInfo
COMPANY_INFO_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.model.impl.CompanyInfoModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCompanyInfoId, getExpandoBridge, getKey, getModelAttributes, getModelClass, getModelClassName, getMvccVersion, getOriginalCompanyId, getPrimaryKey, getPrimaryKeyObj, hashCode, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setCompanyId, setCompanyInfoId, setExpandoBridgeAttributes, setKey, setModelAttributes, setMvccVersion, setPrimaryKey, setPrimaryKeyObj, toCacheModel, toEscapedModel, toStringMethods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface com.liferay.portal.kernel.model.CompanyInfoModel
cloneWithOriginalValues, getCompanyId, getCompanyInfoId, getKey, getMvccVersion, getPrimaryKey, setCompanyId, setCompanyInfoId, setKey, setMvccVersion, setPrimaryKey, toXmlStringMethods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
CompanyInfoBaseImpl
public CompanyInfoBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-