Liferay 7.0-ce-b8 portal-impl

com.liferay.portal.model.impl
Class AccountBaseImpl

java.lang.Object
  extended by com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Account>
      extended by com.liferay.portal.model.impl.AccountModelImpl
          extended by com.liferay.portal.model.impl.AccountBaseImpl
All Implemented Interfaces:
com.liferay.portal.kernel.model.Account, com.liferay.portal.kernel.model.AccountModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Account>, com.liferay.portal.kernel.model.ClassedModel, 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.Account>
Direct Known Subclasses:
AccountImpl

@ProviderType
public abstract class AccountBaseImpl
extends AccountModelImpl
implements com.liferay.portal.kernel.model.Account

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

See Also:
AccountImpl, Account, Serialized Form
{$generated.description}

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.AccountModelImpl
COLUMN_BITMASK_ENABLED, 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_MANAGER
 
Fields inherited from interface com.liferay.portal.kernel.model.Account
ACCOUNT_ID_ACCESSOR
 
Constructor Summary
AccountBaseImpl()
           
 
Method Summary
 void persist()
           
 
Methods inherited from class com.liferay.portal.model.impl.AccountModelImpl
clone, compareTo, equals, getAccountId, getCompanyId, getCreateDate, getExpandoBridge, getIndustry, getLegalId, getLegalName, getLegalType, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getParentAccountId, getPrimaryKey, getPrimaryKeyObj, getSicCode, getSize, getTickerSymbol, getType, getUserId, getUserName, getUserUuid, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setAccountId, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setIndustry, setLegalId, setLegalName, setLegalType, setModelAttributes, setModifiedDate, setMvccVersion, setName, setParentAccountId, setPrimaryKey, setPrimaryKeyObj, setSicCode, setSize, setTickerSymbol, setType, setUserId, setUserName, setUserUuid, 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.AccountModel
clone, compareTo, getAccountId, getCompanyId, getCreateDate, getExpandoBridge, getIndustry, getLegalId, getLegalName, getLegalType, getModifiedDate, getMvccVersion, getName, getParentAccountId, getPrimaryKey, getPrimaryKeyObj, getSicCode, getSize, getTickerSymbol, getType, getUserId, getUserName, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setAccountId, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setIndustry, setLegalId, setLegalName, setLegalType, setModifiedDate, setMvccVersion, setName, setNew, setParentAccountId, setPrimaryKey, setPrimaryKeyObj, setSicCode, setSize, setTickerSymbol, setType, setUserId, setUserName, setUserUuid, 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

AccountBaseImpl

public AccountBaseImpl()
Method Detail

persist

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

Liferay 7.0-ce-b8 portal-impl