Package com.liferay.portal.model.impl
Class CompanyBaseImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Company>
com.liferay.portal.model.impl.CompanyModelImpl
com.liferay.portal.model.impl.CompanyBaseImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Company>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.Company
,com.liferay.portal.kernel.model.CompanyModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,Cloneable
,Comparable<com.liferay.portal.kernel.model.Company>
- Direct Known Subclasses:
CompanyImpl
public abstract class CompanyBaseImpl
extends CompanyModelImpl
implements com.liferay.portal.kernel.model.Company
The extended model base implementation for the Company service. Represents a row in the "Company" 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 CompanyImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
-
CompanyImpl
Company
- Serialized Form
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.model.impl.CompanyModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, LOGOID_COLUMN_BITMASK, MX_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, WEBID_COLUMN_BITMASK
Fields inherited from interface com.liferay.portal.kernel.model.Company
COMPANY_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.liferay.portal.model.impl.CompanyModelImpl
clone, cloneWithOriginalValues, compareTo, equals, getActive, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getColumnBitmask, getColumnBitmask, getColumnOriginalValue, getColumnValue, getCompanyId, getCompanySecurityBag, getCreateDate, getExpandoBridge, getGroupId, getHomeURL, getIndexNameCurrent, getIndexNameNext, getIndustry, getLegalId, getLegalName, getLegalType, getLogoId, getMaxUsers, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getMx, getName, getOriginalLogoId, getOriginalMx, getOriginalWebId, getPrimaryKey, getPrimaryKeyObj, getSicCode, getSize, getTickerSymbol, getType, getUserId, getUserName, getUserUuid, getVirtualHostname, getWebId, hashCode, hasSetModifiedDate, isActive, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setActive, setCompanyId, setCompanySecurityBag, setCreateDate, setExpandoBridgeAttributes, setGroupId, setHomeURL, setIndexNameCurrent, setIndexNameNext, setIndustry, setLegalId, setLegalName, setLegalType, setLogoId, setMaxUsers, setModelAttributes, setModifiedDate, setMvccVersion, setMx, setName, setPrimaryKey, setPrimaryKeyObj, setSicCode, setSize, setTickerSymbol, setType, setUserId, setUserName, setUserUuid, setVirtualHostname, setWebId, toCacheModel, toEscapedModel, toString
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.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface com.liferay.portal.kernel.model.Company
compareTo, getAdminName, getAuthType, getCompanyInfo, getDefaultUser, getDefaultWebId, getEmailAddress, getGroup, getGroupId, getGuestUser, getKey, getKeyObj, getLocale, getPortalURL, getPortalURL, getShortName, getTimeZone, getVirtualHostname, hasCompanyMx, isAutoLogin, isSendPasswordResetLink, isSiteLogo, isStrangers, isStrangersVerify, isStrangersWithMx, isUpdatePasswordRequired, setGroupId, setKey, setKeyObj, setVirtualHostname
Methods inherited from interface com.liferay.portal.kernel.model.CompanyModel
cloneWithOriginalValues, getActive, getCompanyId, getCreateDate, getHomeURL, getIndexNameCurrent, getIndexNameNext, getIndustry, getLegalId, getLegalName, getLegalType, getLogoId, getMaxUsers, getModifiedDate, getMvccVersion, getMx, getName, getPrimaryKey, getSicCode, getSize, getTickerSymbol, getType, getUserId, getUserName, getUserUuid, getWebId, isActive, setActive, setCompanyId, setCreateDate, setHomeURL, setIndexNameCurrent, setIndexNameNext, setIndustry, setLegalId, setLegalName, setLegalType, setLogoId, setMaxUsers, setModifiedDate, setMvccVersion, setMx, setName, setPrimaryKey, setSicCode, setSize, setTickerSymbol, setType, setUserId, setUserName, setUserUuid, setWebId, toXmlString
-
Constructor Details
-
CompanyBaseImpl
public CompanyBaseImpl()
-
-
Method Details
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-